/etc/userv/services.d/sauce-firewall is in sauce 0.9.0+nmu3.
This file is owned by root:root, with mode 0o755.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 | # This entry installed by SAUCE.
if ( glob calling-user mail
& glob service-user root
)
no-suppress-args
no-disconnect-hup
null-fd 0
execute with-lock-ex -w /var/run/sauce-firewall.lock \
/usr/share/sauce/firewall Sauce DENY --
fi
|