summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'manifests')
-rw-r--r--manifests/daemon.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/daemon.pp b/manifests/daemon.pp
index faed7c3..2052fe1 100644
--- a/manifests/daemon.pp
+++ b/manifests/daemon.pp
@@ -30,7 +30,7 @@ class tor::daemon inherits tor {
# directories
file { "${data_dir}":
ensure => directory,
- mode => 0755,
+ mode => 0700,
owner => 'debian-tor',
group => 'debian-tor',
require => User['debian-tor'],