mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-22 10:07:12 +00:00
Merge [2.12 + 2.13] Add "run" variable
Define the "run" variable in 2.12 and 2.13 to make backporting profile updates easier. Fixes: https://gitlab.com/apparmor/apparmor/-/issues/88 PR: https://gitlab.com/apparmor/apparmor/-/merge_requests/466 Acked-by: John Johansen <john.johansen@canonical.com>
This commit is contained in:
commit
03acdebf07
@ -1279,6 +1279,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