diff options
author | intrigeri <intrigeri@boum.org> | 2012-01-07 06:09:54 +0100 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2012-11-11 23:11:49 +0100 |
commit | 6bc54f031b9ae12fe428c83e70733c8b2ff4c67a (patch) | |
tree | 6fa93a250d68067c079b2fb9c2feb29f81f61e37 /manifests/rules/torify/user.pp | |
parent | 911cc18e594bb5a3ab642ebb24615a0447050c32 (diff) | |
download | puppet-shorewall-6bc54f031b9ae12fe428c83e70733c8b2ff4c67a.tar.gz puppet-shorewall-6bc54f031b9ae12fe428c83e70733c8b2ff4c67a.tar.bz2 |
Support exempting some users from torification measures.
Diffstat (limited to 'manifests/rules/torify/user.pp')
-rw-r--r-- | manifests/rules/torify/user.pp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/manifests/rules/torify/user.pp b/manifests/rules/torify/user.pp index 5caccfd..49c0b34 100644 --- a/manifests/rules/torify/user.pp +++ b/manifests/rules/torify/user.pp @@ -7,10 +7,6 @@ define shorewall::rules::torify::user( include shorewall::rules::torify::allow_tor_transparent_proxy - if $originaldest == '-' and $user == '-' { - include shorewall::rules::torify::allow_tor_user - } - shorewall::rules::torify::redirect_tcp_to_tor { "redirect-to-tor-user=${user}-to=${originaldest}": user => $user, |