Skip to content
Snippets Groups Projects
Commit e819d1b8 authored by John-Paul Robinson's avatar John-Paul Robinson
Browse files

Add misc attributes to policy to identify file type

parent 523dad27
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment