diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-06-11 19:59:37 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-06-11 19:59:37 -0300 |
commit | 91924a403e38234b3d0784815728710ff0df33a6 (patch) | |
tree | c6b2c6268094d1ff235c50b9c78f7206cb361b92 /manifests | |
parent | 0bf23285977ffdf60f7151949651a62fb93f2552 (diff) |
Changing data dir permission for a hidden service
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/daemon.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/daemon.pp b/manifests/daemon.pp index 9c00e9a..af0ecb9 100644 --- a/manifests/daemon.pp +++ b/manifests/daemon.pp @@ -147,7 +147,7 @@ class tor::daemon inherits tor { ensure => present, owner => 'debian-tor', group => 'debian-tor', - mode => 0640, + mode => 0700, } } |