feat(profiles): general update.

This commit is contained in:
Alexandre Pujol 2022-05-21 17:25:31 +01:00
parent 3d2197d7f0
commit e28f5a3bb4
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
8 changed files with 41 additions and 12 deletions

View file

@ -11,6 +11,7 @@ include <tunables/global>
profile systemd-localed @{exec_path} flags=(attach_disconnected) {
include <abstractions/base>
include <abstractions/consoles>
include <abstractions/dbus-strict>
include <abstractions/systemd-common>
# Needed?

View file

@ -39,6 +39,7 @@ profile systemd-tmpfiles @{exec_path} flags=(attach_disconnected) {
/dev/{,**} rw,
/etc/{,**} r,
/home/ rw,
/opt/{,**} rw,
/run/{,**} rw,
/srv/{,**} rw,
/tmp/{,**} rwk,
@ -50,6 +51,7 @@ profile systemd-tmpfiles @{exec_path} flags=(attach_disconnected) {
@{PROC}/@{pid}/net/unix r,
@{PROC}/1/cmdline r,
@{PROC}/sched_debug w,
deny /apparmor/.null rw,