mirror of
https://github.com/torproject/torbrowser-launcher.git
synced 2024-11-27 03:20:33 +00:00
apparmor: Tighten the /proc rules
This prevents firefox from learning about other processes. No actual security gain is expected.
This commit is contained in:
parent
fefc2c1c38
commit
6a2daf51cb
@ -28,9 +28,9 @@
|
||||
deny /etc/machine-id r,
|
||||
deny /var/lib/dbus/machine-id r,
|
||||
|
||||
@{PROC}/[0-9]*/mountinfo r,
|
||||
@{PROC}/[0-9]*/stat r,
|
||||
@{PROC}/[0-9]*/task/*/stat r,
|
||||
owner @{PROC}/[0-9]*/mountinfo r,
|
||||
owner @{PROC}/[0-9]*/stat r,
|
||||
owner @{PROC}/[0-9]*/task/*/stat r,
|
||||
@{PROC}/sys/kernel/random/uuid r,
|
||||
|
||||
owner @{HOME}/.local/share/torbrowser/tbb/{i686,x86_64}/tor-browser_*/ r,
|
||||
|
Loading…
Reference in New Issue
Block a user