mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2024-12-24 14:06:47 +01:00
non-owner accesses authorized_keys
This commit is contained in:
parent
a9a41ef810
commit
adeec1e13c
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ profile sshd @{exec_path} flags=(attach_disconnected) {
|
|||
owner @{user_download_dirs}/{,**} rwl,
|
||||
owner @{user_sync_dirs}/{,**} rwl,
|
||||
|
||||
owner @{HOME}/@{XDG_SSH_DIR}/authorized_keys{,.*} r,
|
||||
@{HOME}/@{XDG_SSH_DIR}/authorized_keys{,.*} r,
|
||||
owner @{user_cache_dirs}/{,motd*} rw,
|
||||
|
||||
@{att}/@{run}/systemd/sessions/@{int}.ref rw,
|
||||
|
|
Loading…
Reference in a new issue