mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2024-11-14 23:43:56 +01:00
feat(profile): cleanup unix_chpwd already present in abs.
This commit is contained in:
parent
8c31008385
commit
828f282fc3
@ -66,7 +66,6 @@ profile sshd @{exec_path} flags=(attach_disconnected) {
|
||||
@{bin}/false rix,
|
||||
@{bin}/nologin rPx,
|
||||
@{bin}/passwd rPx,
|
||||
@{bin}/unix_chkpwd rPx,
|
||||
@{lib}/openssh/sftp-server rPx,
|
||||
|
||||
@{etc_ro}/environment r,
|
||||
|
@ -24,8 +24,6 @@ profile cockpit-session @{exec_path} flags=(attach_disconnected) {
|
||||
|
||||
@{exec_path} mr,
|
||||
|
||||
@{bin}/unix_chkpwd rPx,
|
||||
|
||||
@{bin}/{,z,ba,da}sh rix,
|
||||
@{bin}/cockpit-bridge rPx,
|
||||
@{lib}/cockpit/cockpit-pcp rPx,
|
||||
|
@ -28,7 +28,6 @@ profile atd @{exec_path} {
|
||||
|
||||
@{sh_path} rix,
|
||||
@{bin}/sendmail rPUx,
|
||||
@{bin}/unix_chkpwd rPx,
|
||||
@{bin}/exim4 rPx,
|
||||
|
||||
@{etc_ro}/environment r,
|
||||
|
@ -20,8 +20,6 @@ profile i3lock @{exec_path} {
|
||||
|
||||
@{exec_path} mr,
|
||||
|
||||
@{bin}/unix_chkpwd rPx,
|
||||
|
||||
owner @{HOME}/.Xauthority r,
|
||||
|
||||
owner @{PROC}/@{pid}/fd/ r,
|
||||
|
@ -18,8 +18,6 @@ profile kcheckpass @{exec_path} {
|
||||
|
||||
@{exec_path} mr,
|
||||
|
||||
@{bin}/unix_chkpwd rPx,
|
||||
|
||||
# file_inherit
|
||||
owner @{HOME}/.xsession-errors w,
|
||||
|
||||
|
@ -38,7 +38,6 @@ profile login @{exec_path} flags=(attach_disconnected) {
|
||||
@{exec_path} mr,
|
||||
|
||||
@{bin}/@{shells} rUx,
|
||||
@{bin}/unix_chkpwd rPx,
|
||||
|
||||
@{etc_ro}/environment r,
|
||||
@{etc_ro}/security/limits.d/{,*} r,
|
||||
|
Loading…
Reference in New Issue
Block a user