Skip to content

Commit c198c19

Browse files
trostenzmur
authored andcommitted
Bug#37063288 AppArmor denies access to files /proc/self/task/<tid>/mem
Backport to 5.7.49. Access to /proc/$pid/task/$thread_id/mem is required by stacktrace code. Change-Id: I6b6f8dd5c07ae5e867e0358fcbeccd5c5cd29bde
1 parent 0c1d6d0 commit c198c19

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packaging/deb-in/extra/apparmor-profile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
/sys/devices/system/node/ r,
1313
/sys/devices/system/node/** r,
1414
/proc/*/status r,
15+
/proc/*/mem r,
1516
capability sys_resource,
1617
capability dac_override,
1718
capability setuid,

0 commit comments

Comments
 (0)