Add documentation about %include and seccomp sandbox limitations

This commit is contained in:
Daniel Pinto
2020-05-06 01:42:24 +01:00
parent 42dfcd0ae3
commit cc169eb120
2 changed files with 12 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
o Documentation:
- Correctly document that we search for a system torrc file before
Document the limitations of using %include on config files with
seccomp sandbox enabled. No new files can be added to the
%included directories. Fixes documentation bug 34133; bugfix
on 0.3.1.1-alpha. Patch by Daniel Pinto.