mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-31 14:25:52 +00:00
Merge branch 'cboltz-utils-exclude-cache-d' into 'master'
is_skippable_dir(): add 'cache.d' to exclude list See merge request apparmor/apparmor!110 Acked-by: John Johansen <john.johansen@canonical.com> (cherry picked from commit67d84c8959
)5b9497a8
is_skippable_dir(): add 'cache.d' to exclude list
This commit is contained in:
committed by
Steve Beattie
parent
21ffea57f6
commit
9179b5cf17
@@ -484,6 +484,8 @@ class AaTest_is_skippable_dir(AATest):
|
||||
('lxc', True),
|
||||
('force-complain', True),
|
||||
('/etc/apparmor.d/cache', True),
|
||||
('/etc/apparmor.d/cache.d', True),
|
||||
('/etc/apparmor.d/cache.d/', True),
|
||||
('/etc/apparmor.d/lxc/', True),
|
||||
('/etc/apparmor.d/.git/', True),
|
||||
|
||||
|
Reference in New Issue
Block a user