feat(profiles): use /etc read only variable: etc_ro
This commit is contained in:
parent
6e56cfccc9
commit
bac87f9547
19 changed files with 33 additions and 32 deletions
|
|
@ -61,9 +61,9 @@ profile pkexec @{exec_path} flags=(complain) {
|
|||
@{libexec}/cc-remote-login-helper rPx,
|
||||
|
||||
/etc/shells r,
|
||||
/etc/environment r,
|
||||
@{etc_ro}/environment r,
|
||||
/etc/default/locale r,
|
||||
/etc/security/limits.d/{,*} r,
|
||||
@{etc_ro}/security/limits.d/{,*} r,
|
||||
|
||||
@{PROC}/@{pids}/stat r,
|
||||
owner @{PROC}/@{pid}/fd/ r,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue