diff --git a/parser/apparmor.d.pod b/parser/apparmor.d.pod index 8625a02ad..e72bd6ad0 100644 --- a/parser/apparmor.d.pod +++ b/parser/apparmor.d.pod @@ -1308,6 +1308,7 @@ provided AppArmor policy: @{apparmorfs} @{sys} @{tid} + @{run} @{XDG_DESKTOP_DIR} @{XDG_DOWNLOAD_DIR} @{XDG_TEMPLATES_DIR} diff --git a/profiles/apparmor.d/tunables/global b/profiles/apparmor.d/tunables/global index 28d6fc6dc..3b6f99cc7 100644 --- a/profiles/apparmor.d/tunables/global +++ b/profiles/apparmor.d/tunables/global @@ -19,3 +19,4 @@ #include #include #include +#include diff --git a/profiles/apparmor.d/tunables/run b/profiles/apparmor.d/tunables/run new file mode 100644 index 000000000..e535d2fed --- /dev/null +++ b/profiles/apparmor.d/tunables/run @@ -0,0 +1 @@ +@{run}=/run /var/run