selinux-refpolicy/refpolicy/policy/global_tunables

17 lines
467 B
Plaintext
Raw Normal View History

2005-06-08 13:12:00 +00:00
## <tunable name="fcron_crond" dftval="false">
## Enable extra rules in the cron domain
## to support fcron.
## </tunable>
gen_tunable(fcron_crond,false)
2005-06-08 13:12:00 +00:00
2005-06-07 22:26:11 +00:00
## <tunable name="use_dns" dftval="false">
2005-06-08 13:12:00 +00:00
## Allow the use of DNS for name resolution.
2005-06-07 22:26:11 +00:00
## </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)