2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-09-01 06:45:38 +00:00

ignore .git in is_skippable_dir()

References: https://bugs.launchpad.net/apparmor/+bug/1440273
This commit is contained in:
Christian Boltz
2018-03-08 20:31:39 +01:00
committed by Christian Boltz
parent 130958a4a4
commit f9eb3fea0f
2 changed files with 2 additions and 1 deletions

View File

@@ -479,6 +479,7 @@ class AaTest_is_skippable_dir(AATest):
('force-complain', True),
('/etc/apparmor.d/cache', True),
('/etc/apparmor.d/lxc/', True),
('/etc/apparmor.d/.git/', True),
('dont_disable', False),
('/etc/apparmor.d/cache_foo', False),