mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-09-03 07:45:50 +00:00
usr.sbin.sshd: allow ptrace tracing to cope with recent kernel/AA changes
This commit is contained in:
@@ -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,
|
||||||
|
Reference in New Issue
Block a user