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>
|
2005-06-13 20:27:32 +00:00
|
|
|
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>
|
2005-06-13 20:27:32 +00:00
|
|
|
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)
|