mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-09 02:41:03 +01:00

if necessary. Currently used to suppress warnings about unsafe/unfiltered environment 'u' exec transitions. [Corresponds to rev 6415 in the old svn repo]
11 lines
380 B
PHP
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
|