Currently tor can't read configs from under /etc/tor/ sub directories
like /etc/tor/torrc.d/* because of apparomor restrictions. Let allow
this to make "%include /etc/tor/torrc.d/*.conf" to work:

diff --git a/tor b/tor
index 0b6c08e..49f0a25 100644
--- a/tor
+++ b/tor
@@ -24,7 +24,7 @@
   /sys/devices/system/cpu/ r,
   /sys/devices/system/cpu/** r,
 
-  /etc/tor/* r,
+  /etc/tor/** r,
   /usr/share/tor/** r,
 
   /usr/bin/obfsproxy PUx,

Reply via email to