diff options
author | Craig Andrews <candrews@integralblue.com> | 2014-11-28 12:41:23 -0500 |
---|---|---|
committer | Craig Andrews <candrews@integralblue.com> | 2014-11-28 12:41:23 -0500 |
commit | 5bdf12ca8aa13cd98c6a4b7457b37df2b519e8a7 (patch) | |
tree | 0ebe88c2f6e1cc3bd95e27dae054d7a4d1ead376 | |
parent | 0c73bcd3ba7f5fb724a4ecb9f2057a40dd1a2582 (diff) | |
download | tor-5bdf12ca8aa13cd98c6a4b7457b37df2b519e8a7.tar.gz tor-5bdf12ca8aa13cd98c6a4b7457b37df2b519e8a7.zip |
Add ProtectSystem = full
See 13805
-rw-r--r-- | contrib/dist/tor.service.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/dist/tor.service.in b/contrib/dist/tor.service.in index 5cd460e383..b052405aea 100644 --- a/contrib/dist/tor.service.in +++ b/contrib/dist/tor.service.in @@ -18,6 +18,7 @@ LimitNOFILE = 32768 PrivateTmp = yes PrivateDevices = yes ProtectHome = yes +ProtectSystem = full ReadOnlyDirectories = / ReadWriteDirectories = -@LOCALSTATEDIR@/lib/tor ReadWriteDirectories = -@LOCALSTATEDIR@/log/tor |