mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-22 01:57:43 +00:00
Add "run" variable
Signed-off-by: nl6720 <nl6720@gmail.com>
This commit is contained in:
parent
962f1e7a7b
commit
452b5b8735
@ -1308,6 +1308,7 @@ provided AppArmor policy:
|
||||
@{apparmorfs}
|
||||
@{sys}
|
||||
@{tid}
|
||||
@{run}
|
||||
@{XDG_DESKTOP_DIR}
|
||||
@{XDG_DOWNLOAD_DIR}
|
||||
@{XDG_TEMPLATES_DIR}
|
||||
|
@ -19,3 +19,4 @@
|
||||
#include <tunables/kernelvars>
|
||||
#include <tunables/xdg-user-dirs>
|
||||
#include <tunables/share>
|
||||
#include <tunables/run>
|
||||
|
1
profiles/apparmor.d/tunables/run
Normal file
1
profiles/apparmor.d/tunables/run
Normal file
@ -0,0 +1 @@
|
||||
@{run}=/run /var/run
|
Loading…
x
Reference in New Issue
Block a user