17 lines
467 B
Plaintext
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)
|