Profiles update.

This commit is contained in:
Alexandre Pujol 2021-05-03 12:58:46 +01:00
parent 86ac65eb5c
commit f7948962fc
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
7 changed files with 16 additions and 16 deletions

View file

@ -22,7 +22,6 @@ profile systemd-tmpfiles @{exec_path} {
/etc/machine-id r,
/etc/brlapi.key w,
/usr/share/factory/{,**} r,
# Config file locations
/etc/tmpfiles.d/{,*.conf} r,
@ -35,13 +34,14 @@ profile systemd-tmpfiles @{exec_path} {
# Where the tmpfiles can be created,
/{,*} rw,
/home/ rw,
/dev/{,**} rw,
/var/{,**} rwk,
/run/{,**} rw,
/tmp/{,**} rwk,
/srv/{,**} rw,
/etc/{,**} r,
/home/ rw,
/run/{,**} rw,
/srv/{,**} rw,
/tmp/{,**} rwk,
/usr/{,**} rw,
/var/{,**} rwk,
@{run}/systemd/userdb/ r,
@{sys}/devices/system/cpu/microcode/reload w,