Profiles update.
This commit is contained in:
parent
86ac65eb5c
commit
f7948962fc
7 changed files with 16 additions and 16 deletions
|
|
@ -76,7 +76,7 @@ profile blueman @{exec_path} flags=(attach_disconnected) {
|
|||
/var/lib/dbus/machine-id r,
|
||||
/etc/machine-id r,
|
||||
|
||||
@{run}/user/1000/gdm/Xauthority r,
|
||||
@{run}/user/@{uid}/gdm/Xauthority r,
|
||||
|
||||
# file_inherit
|
||||
/dev/dri/card[0-9]* rw,
|
||||
|
|
|
|||
|
|
@ -42,7 +42,8 @@ profile ssh-agent @{exec_path} {
|
|||
owner /dev/tty[0-9]* rw,
|
||||
owner @{HOME}/.xsession-errors w,
|
||||
|
||||
@{run}/user/1000/keyring/.ssh rw,
|
||||
@{run}/user/@{uid}/keyring/.ssh rw,
|
||||
@{run}/user/@{uid}/ssh-agent.[0-9A-Z]* w,
|
||||
|
||||
include if exists <local/ssh-agent>
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue