2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-30 05:47:59 +00:00

Add a 'include if exists' rule to cleanprof testcases

... to ensure it is kept.
This commit is contained in:
Christian Boltz 2020-05-03 13:58:37 +02:00
parent 295bb6469a
commit 6643d0b07a
No known key found for this signature in database
GPG Key ID: C6A682EA63C82F1C
2 changed files with 4 additions and 0 deletions

View File

@ -13,6 +13,8 @@
# Just for the heck of it, this comment wont see the day of light
#include <abstractions/base>
#include if exists <foo>
capability sys_admin,
audit capability,

View File

@ -15,6 +15,8 @@ alias /foo -> /bar,
#include <abstractions/base>
include if exists <foo>
set rlimit nofile <= 256,
audit capability,