2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-29 13:28:19 +00:00

add more rule types to test/cleanprof.* profile

This commit is contained in:
Christian Boltz 2018-05-09 21:57:37 +02:00
parent 7c86a2acaf
commit c47ed1d2e5
No known key found for this signature in database
GPG Key ID: C6A682EA63C82F1C
2 changed files with 10 additions and 0 deletions

View File

@ -42,6 +42,11 @@
^foo, # hat declarations are obsolete and will be removed when aa-cleanprof or aa-logprof writes the profile
mount options=(rw,suid) /c -> /3,
pivot_root oldroot=/mnt/root/old/,
unix shutdown addr=@HypotheticalServiceDaemon,
link subset /alpha/beta -> /tmp/**,

View File

@ -16,9 +16,14 @@ alias /foo -> /bar,
dbus send bus=session,
mount options=(rw,suid) /c -> /3,
signal set=(abrt alrm bus chld fpe hup ill int kill pipe quit segv stkflt term trap usr1 usr2),
pivot_root oldroot=/mnt/root/old/,
unix (receive) type=dgram,
unix shutdown addr=@HypotheticalServiceDaemon,
link subset /alpha/beta -> /tmp/**,