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:
parent
7c86a2acaf
commit
c47ed1d2e5
@ -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/**,
|
||||
|
||||
|
@ -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/**,
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user