mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 08:24:42 +01:00
A couple of directory fixups for sshd.
This commit is contained in:
parent
cf00a2d8b3
commit
693e769a77
1 changed files with 3 additions and 2 deletions
|
@ -42,7 +42,7 @@
|
|||
/var/run w,
|
||||
/var/run/sshd{,.init}.pid wl,
|
||||
|
||||
/proc/[0-9]*/fd r,
|
||||
/proc/[0-9]*/fd/ r,
|
||||
/proc/[0-9]*/loginuid w,
|
||||
|
||||
# should only be here for use in non-change-hat openssh
|
||||
|
@ -74,7 +74,7 @@
|
|||
/etc/motd r,
|
||||
/tmp/ssh-*/agent.[0-9]* rwl,
|
||||
|
||||
/tmp/ssh-*[0-9]* w,
|
||||
/tmp/ssh-*[0-9]*/ w,
|
||||
|
||||
#
|
||||
# default subprofile for when sshd has authenticated the user
|
||||
|
@ -162,6 +162,7 @@
|
|||
/etc/motd r,
|
||||
/proc/sys/kernel/ngroups_max r,
|
||||
/tmp/ssh-*/agent.[0-9]* rwl,
|
||||
/tmp/ssh-*[0-9]*/ w,
|
||||
|
||||
# for debugging
|
||||
# /dev/pts/[0-9]* rw,
|
||||
|
|
Loading…
Add table
Reference in a new issue