mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-05 17:01:00 +01:00
usr.sbin.sshd: allow ptrace tracing to cope with recent kernel/AA changes
This commit is contained in:
parent
aedce34542
commit
3c21cd8a40
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@
|
||||||
capability sys_ptrace,
|
capability sys_ptrace,
|
||||||
|
|
||||||
# needed when /proc is mounted with hidepid>=1
|
# needed when /proc is mounted with hidepid>=1
|
||||||
ptrace read peer="unconfined",
|
ptrace (read,trace) peer="unconfined",
|
||||||
|
|
||||||
/dev/ptmx rw,
|
/dev/ptmx rw,
|
||||||
/dev/pts/[0-9]* rw,
|
/dev/pts/[0-9]* rw,
|
||||||
|
|
Loading…
Add table
Reference in a new issue