reorder gpg tunable for alpha sorting
This commit is contained in:
parent
d35c621eb0
commit
562cc2bd6c
@ -8,6 +8,11 @@ gen_tunable(allow_execmem,false)
|
||||
## </tunable>
|
||||
gen_tunable(allow_execmod,false)
|
||||
|
||||
## <tunable name="allow_gpg_execstack" dftval="false">
|
||||
## Allow gpg executable stack
|
||||
## </tunable>
|
||||
gen_tunable(allow_gpg_execstack,false)
|
||||
|
||||
## <tunable name="allow_kerberos" dftval="false">
|
||||
## Allow system to run with kerberos
|
||||
## </tunable>
|
||||
@ -30,11 +35,6 @@ gen_tunable(cron_can_relabel,false)
|
||||
## </tunable>
|
||||
gen_tunable(fcron_crond,false)
|
||||
|
||||
## <tunable name="allow_gpg_execstack" dftval="false">
|
||||
## Allow gpg executable stack
|
||||
## </tunable>
|
||||
gen_tunable(allow_gpg_execstack,false)
|
||||
|
||||
## <tunable name="read_default_t" dftval="false">
|
||||
## Allow reading of default_t files.
|
||||
## </tunable>
|
||||
|
Loading…
Reference in New Issue
Block a user