HLFS: additional features must be used, only the option to unselect them was disabled for now.
This commit is contained in:
parent
ecfa220f6e
commit
249fa6ad7a
1 changed files with 7 additions and 7 deletions
14
Config.in
14
Config.in
|
@ -430,37 +430,37 @@ menu "--- BOOK Settings"
|
||||||
# endmenu
|
# endmenu
|
||||||
|
|
||||||
config SSP
|
config SSP
|
||||||
depends on SET_SSP
|
# depends on SET_SSP
|
||||||
string
|
string
|
||||||
default ",ssp,"
|
default ",ssp,"
|
||||||
|
|
||||||
config ASLR
|
config ASLR
|
||||||
depends on SET_ASLR
|
# depends on SET_ASLR
|
||||||
string
|
string
|
||||||
default ",aslr,"
|
default ",aslr,"
|
||||||
|
|
||||||
config PAX
|
config PAX
|
||||||
depends on SET_PAX
|
# depends on SET_PAX
|
||||||
string
|
string
|
||||||
default ",pax,"
|
default ",pax,"
|
||||||
|
|
||||||
config HARDENED_TMP
|
config HARDENED_TMP
|
||||||
depends on SET_HARDENED_TMP
|
# depends on SET_HARDENED_TMP
|
||||||
string
|
string
|
||||||
default ",hardened_tmp,"
|
default ",hardened_tmp,"
|
||||||
|
|
||||||
config WARNINGS
|
config WARNINGS
|
||||||
depends on SET_WARNINGS
|
# depends on SET_WARNINGS
|
||||||
string
|
string
|
||||||
default ",warnings,"
|
default ",warnings,"
|
||||||
|
|
||||||
config MISC
|
config MISC
|
||||||
depends on SET_MISC
|
# depends on SET_MISC
|
||||||
string
|
string
|
||||||
default ",misc,"
|
default ",misc,"
|
||||||
|
|
||||||
config BLOWFISH
|
config BLOWFISH
|
||||||
depends on SET_BLOWFISH
|
# depends on SET_BLOWFISH
|
||||||
string
|
string
|
||||||
default ",blowfish,"
|
default ",blowfish,"
|
||||||
#--- End HLFS specific params
|
#--- End HLFS specific params
|
||||||
|
|
Reference in a new issue