feat(profile): gdm-session-worker: initial support for fscrypt.
fix #430
This commit is contained in:
parent
dc8cc1eb09
commit
fb6e718b98
1 changed files with 11 additions and 0 deletions
|
|
@ -77,6 +77,7 @@ profile gdm-session-worker @{exec_path} flags=(attach_disconnected) {
|
||||||
@{etc_ro}/environment r,
|
@{etc_ro}/environment r,
|
||||||
@{etc_ro}/security/limits.d/{,*.conf} r,
|
@{etc_ro}/security/limits.d/{,*.conf} r,
|
||||||
/etc/default/locale r,
|
/etc/default/locale r,
|
||||||
|
/etc/fscrypt.conf r,
|
||||||
/etc/gdm{3,}/custom.conf r,
|
/etc/gdm{3,}/custom.conf r,
|
||||||
/etc/gdm{3,}/daemon.conf r,
|
/etc/gdm{3,}/daemon.conf r,
|
||||||
/etc/locale.conf r,
|
/etc/locale.conf r,
|
||||||
|
|
@ -93,7 +94,14 @@ profile gdm-session-worker @{exec_path} flags=(attach_disconnected) {
|
||||||
/var/lib/wtmpdb/ r,
|
/var/lib/wtmpdb/ r,
|
||||||
/var/lib/wtmpdb/* rwk,
|
/var/lib/wtmpdb/* rwk,
|
||||||
|
|
||||||
|
/.fscrypt/policies/ r,
|
||||||
|
/.fscrypt/protectors/ r,
|
||||||
|
owner /.fscrypt/protectors/@{hex16} r,
|
||||||
|
|
||||||
|
/home/ r,
|
||||||
owner @{HOME}/.pam_environment r,
|
owner @{HOME}/.pam_environment r,
|
||||||
|
owner @{HOME}/policies/@{hex32} r,
|
||||||
|
owner @{HOME}/protectors/@{hex16}.link r,
|
||||||
|
|
||||||
@{run}/cockpit/inactive.motd r,
|
@{run}/cockpit/inactive.motd r,
|
||||||
owner @{run}/systemd/seats/seat@{int} r,
|
owner @{run}/systemd/seats/seat@{int} r,
|
||||||
|
|
@ -106,12 +114,15 @@ profile gdm-session-worker @{exec_path} flags=(attach_disconnected) {
|
||||||
|
|
||||||
@{run}/cockpit/active.motd r,
|
@{run}/cockpit/active.motd r,
|
||||||
@{run}/faillock/@{user} rwk,
|
@{run}/faillock/@{user} rwk,
|
||||||
|
@{run}/fscrypt/ rw,
|
||||||
|
@{run}/fscrypt/@{uid}.count rwk,
|
||||||
@{run}/motd.d/{,*} r,
|
@{run}/motd.d/{,*} r,
|
||||||
@{run}/systemd/sessions/* r,
|
@{run}/systemd/sessions/* r,
|
||||||
@{run}/systemd/sessions/*.ref rw,
|
@{run}/systemd/sessions/*.ref rw,
|
||||||
@{run}/systemd/users/@{uid} r,
|
@{run}/systemd/users/@{uid} r,
|
||||||
@{run}/utmp rwk,
|
@{run}/utmp rwk,
|
||||||
|
|
||||||
|
@{PROC}/@{pid}/mountinfo r,
|
||||||
@{PROC}/@{pids}/cgroup r,
|
@{PROC}/@{pids}/cgroup r,
|
||||||
@{PROC}/1/limits r,
|
@{PROC}/1/limits r,
|
||||||
@{PROC}/keys r,
|
@{PROC}/keys r,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue