diff options
author | intrigeri <intrigeri@boum.org> | 2015-12-14 09:15:12 +0000 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2015-12-14 09:15:12 +0000 |
commit | 74e5cf81a741c52e2ac1eb1a856c1314805b4027 (patch) | |
tree | e8b092b76e07102e23369d15e2239c237fdde7c5 /config/chroot_local-patches | |
parent | 237e8ef06e5b78fbb4cff5ef44dd3a07d272ff04 (diff) |
Refresh patch against Tor's AppArmor profile to apply on top of 0.2.7.6-1.
Diffstat (limited to 'config/chroot_local-patches')
-rw-r--r-- | config/chroot_local-patches/apparmor-adjust-tor-profile.diff | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/chroot_local-patches/apparmor-adjust-tor-profile.diff b/config/chroot_local-patches/apparmor-adjust-tor-profile.diff index 4fec762..64d3e1c 100644 --- a/config/chroot_local-patches/apparmor-adjust-tor-profile.diff +++ b/config/chroot_local-patches/apparmor-adjust-tor-profile.diff @@ -9,7 +9,7 @@ the service from starting at all). # vim:syntax=apparmor #include <tunables/global> --profile system_tor { +-profile system_tor flags=(attach_disconnected) { +/usr/bin/tor flags=(attach_disconnected) { #include <abstractions/tor> |