diff options
-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 bbf83dd..28b14d1 100644 --- a/manifests/daemon.pp +++ b/manifests/daemon.pp @@ -29,7 +29,7 @@ class tor::daemon ( comment => 'tor user,,,', ensure => present, home => "${data_dir}", - shell => '/bin/bash', + shell => '/bin/false', gid => 'debian-tor', require => Group['debian-tor'], } |