Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adapt AppArmor profile for Tor browser 13.0 #709

Merged
merged 5 commits into from
Oct 4, 2023
Prev Previous commit
Next Next commit
AppArmor: give read access to proc info about which command the brows…
…er's threads use
  • Loading branch information
anonym committed Sep 28, 2023
commit b257da0390f2abbaeea1409ab09c8c2095c3ed1d
2 changes: 2 additions & 0 deletions apparmor/torbrowser.Browser.firefox
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ profile torbrowser_firefox @{torbrowser_firefox_executable} {
owner @{PROC}/@{pid}/stat r,
owner @{PROC}/@{pid}/statm r,
owner @{PROC}/@{pid}/status r,
owner @{PROC}/@{pid}/task/ r,
owner @{PROC}/@{pid}/task/*/comm r,
owner @{PROC}/@{pid}/task/*/stat r,
@{PROC}/sys/kernel/random/uuid r,

Expand Down