selinux-policy/refpolicy/policy/global_tunables
2005-06-13 20:27:32 +00:00

17 lines
467 B
Plaintext

## <tunable name="fcron_crond" dftval="false">
## Enable extra rules in the cron domain
## to support fcron.
## </tunable>
gen_tunable(fcron_crond,false)
## <tunable name="use_dns" dftval="false">
## Allow the use of DNS for name resolution.
## </tunable>
gen_tunable(use_dns,false)
## <tunable name="cron_can_relabel" dftval="false">
## Allow system cron jobs to relabel filesystem
## for restoring file contexts.
## </tunable>
gen_tunable(cron_can_relabel,false)