apparmor/tests/regression/subdomain/uservars.inc
Steve Beattie e291f9933e Add a user tunable setting to add arguments to the parser invocations,
if necessary.  Currently used to suppress warnings about unsafe/unfiltered
environment 'u' exec transitions. 

[Corresponds to rev 6415 in the old svn repo]
2006-09-13 18:40:52 +00:00

11 lines
380 B
PHP

# 1. Path to apparmor parser
subdomain=/sbin/apparmor_parser
#subdomain=/home/steve/svn/immunix/SubDomain/parser/subdomain_parser
#subdomain=/home/tonyj/subdomain_parser
# 2. additional arguments to the apparmor parser
parser_args=-q
# 3. directory to be used for temp files
# Need to be able to access this directory by the root and nobody users.
tmpdir=/tmp/sdtest.$$-$RANDOM