From e819d1b84f912c9b529d779e28fe59822b01349d Mon Sep 17 00:00:00 2001
From: John-Paul Robinson <jpr@uab.edu>
Date: Mon, 28 Feb 2022 13:38:24 -0600
Subject: [PATCH] Add misc attributes to policy to identify file type

---
 policy/list-30day-with-excludes | 1 +
 1 file changed, 1 insertion(+)

diff --git a/policy/list-30day-with-excludes b/policy/list-30day-with-excludes
index 670752f..04a9518 100644
--- a/policy/list-30day-with-excludes
+++ b/policy/list-30day-with-excludes
@@ -19,6 +19,7 @@ RULE 'old_files' LIST 'no_extern_list'
         '|heat='   || varchar(FILE_HEAT) ||
         '|pool='   || varchar(POOL_NAME) ||
         '|path='   || varchar(PATH_NAME) ||
+        '|misc='   || varchar(MISC_ATTRIBUTES) ||
         '|'
        )
   WHERE access_age > 30 AND NOT exclude_list
-- 
GitLab