File: sauce-firewall.in

package info (click to toggle)
sauce 0.9.1
  • links: PTS
  • area: main
  • in suites:
  • size: 476 kB
  • sloc: tcl: 4,363; sh: 186; makefile: 129
file content (11 lines) | stat: -rw-r--r-- 238 bytes parent folder | download | duplicates (8)
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 ${@@@fw_lockfile@@@} \
		${@@@share_dir@@@}/firewall Sauce DENY --
fi