Blame policy/global_booleans
|
Chris PeBenito |
4f9f30 |
#
|
|
Chris PeBenito |
4f9f30 |
# This file is for the declaration of global booleans.
|
|
Chris PeBenito |
4f9f30 |
# To change the default value at build time, the booleans.conf
|
|
Chris PeBenito |
4f9f30 |
# file should be used.
|
|
Chris PeBenito |
4f9f30 |
#
|
|
Chris PeBenito |
4f9f30 |
|
|
Chris PeBenito |
885b83 |
## <desc>
|
|
Chris PeBenito |
885b83 |
##
|
|
Chris PeBenito |
4f9f30 |
## Enabling secure mode disallows programs, such as
|
|
Chris PeBenito |
4f9f30 |
## newrole, from transitioning to administrative
|
|
Chris PeBenito |
4f9f30 |
## user domains.
|
|
Chris PeBenito |
885b83 |
##
|
|
Chris PeBenito |
885b83 |
## </desc>
|
|
Chris PeBenito |
4f9f30 |
gen_bool(secure_mode,false)
|
|
Chris PeBenito |
8967bf |
|
|
Chris PeBenito |
885b83 |
## <desc>
|
|
Chris PeBenito |
885b83 |
##
|
|
Chris PeBenito |
8967bf |
## Disable transitions to insmod.
|
|
Chris PeBenito |
885b83 |
##
|
|
Chris PeBenito |
885b83 |
## </desc>
|
|
Chris PeBenito |
8967bf |
gen_bool(secure_mode_insmod,false)
|
|
Chris PeBenito |
8967bf |
|
|
Chris PeBenito |
885b83 |
## <desc>
|
|
Chris PeBenito |
885b83 |
##
|
|
Chris PeBenito |
8967bf |
## boolean to determine whether the system permits loading policy, setting
|
|
Chris PeBenito |
8967bf |
## enforcing mode, and changing boolean values. Set this to true and you
|
|
Chris PeBenito |
8967bf |
## have to reboot to set it back
|
|
Chris PeBenito |
885b83 |
##
|
|
Chris PeBenito |
885b83 |
## </desc>
|
|
Chris PeBenito |
8967bf |
gen_bool(secure_mode_policyload,false)
|