15 lines
328 B
Plaintext
15 lines
328 B
Plaintext
#
|
|
# This file is for the declaration of global booleans.
|
|
# To change the default value at build time, the booleans.conf
|
|
# file should be used.
|
|
#
|
|
|
|
## <desc>
|
|
## <p>
|
|
## Enabling secure mode disallows programs, such as
|
|
## newrole, from transitioning to administrative
|
|
## user domains.
|
|
## </p>
|
|
## </desc>
|
|
gen_bool(secure_mode,false)
|