mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-02-20 08:55:34 +01:00
fix: syntax error.
This commit is contained in:
parent
58e458f4ab
commit
41b814675b
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ profile torbrowser @{exec_path} flags=(attach_disconnected) {
|
|||
# Due to the nature of the browser, we silence much more than for Firefox.
|
||||
deny network inet dgram, # TOR does not work over UDP
|
||||
deny network inet6 dgram,
|
||||
deny dbus (send receive) bus=session path=/ca/desrt/dconf/Writer/user
|
||||
deny dbus (send receive) bus=session path=/ca/desrt/dconf/Writer/user,
|
||||
deny @{bin}/lsb_release x,
|
||||
deny @{lib_dirs}/crashreporter x,
|
||||
deny @{lib_dirs}/glxtest x,
|
||||
|
|
Loading…
Add table
Reference in a new issue