HLFS: Additional features has been full disabled in the book for now.
This commit is contained in:
parent
e900430ef9
commit
6d5844cee3
2 changed files with 34 additions and 33 deletions
62
Config.in
62
Config.in
|
@ -397,37 +397,37 @@ menu "--- BOOK Settings"
|
|||
default "2.6" if KERNEL_26
|
||||
default "2.4" if KERNEL_24
|
||||
|
||||
menu "HLFS Additional Features"
|
||||
depends on BOOK_HLFS
|
||||
|
||||
config SET_SSP
|
||||
bool "Stack-smashing protector"
|
||||
default y
|
||||
|
||||
config SET_ASLR
|
||||
bool "Address-space layout randomization"
|
||||
default y
|
||||
|
||||
config SET_PAX
|
||||
bool "PaX-aware ELF executables and kernel"
|
||||
default y
|
||||
|
||||
config SET_HARDENED_TMP
|
||||
bool "Hardened temporary files creation"
|
||||
default y
|
||||
|
||||
config SET_WARNINGS
|
||||
bool "Additional warnings"
|
||||
default y
|
||||
|
||||
config SET_MISC
|
||||
bool "Miscellaneous features"
|
||||
default y
|
||||
|
||||
config SET_BLOWFISH
|
||||
bool "Blowfish passwords"
|
||||
default y
|
||||
endmenu
|
||||
# menu "HLFS Additional Features"
|
||||
# depends on BOOK_HLFS
|
||||
#
|
||||
# config SET_SSP
|
||||
# bool "Stack-smashing protector"
|
||||
# default y
|
||||
#
|
||||
# config SET_ASLR
|
||||
# bool "Address-space layout randomization"
|
||||
# default y
|
||||
#
|
||||
# config SET_PAX
|
||||
# bool "PaX-aware ELF executables and kernel"
|
||||
# default y
|
||||
#
|
||||
# config SET_HARDENED_TMP
|
||||
# bool "Hardened temporary files creation"
|
||||
# default y
|
||||
#
|
||||
# config SET_WARNINGS
|
||||
# bool "Additional warnings"
|
||||
# default y
|
||||
#
|
||||
# config SET_MISC
|
||||
# bool "Miscellaneous features"
|
||||
# default y
|
||||
#
|
||||
# config SET_BLOWFISH
|
||||
# bool "Blowfish passwords"
|
||||
# default y
|
||||
# endmenu
|
||||
|
||||
config SSP
|
||||
depends on SET_SSP
|
||||
|
|
|
@ -31,8 +31,9 @@ inline_doc
|
|||
|
||||
# BOOK Settings by book
|
||||
local -r LFS_book="$BOOK_common BLFS_TOOL"
|
||||
local -r HLFS_added="SET_SSP SET_ASLR SET_PAX SET_HARDENED_TMP SET_WARNINGS \
|
||||
SET_MISC SET_BLOWFISH"
|
||||
#local -r HLFS_added="SET_SSP SET_ASLR SET_PAX SET_HARDENED_TMP SET_WARNINGS \
|
||||
# SET_MISC SET_BLOWFISH"
|
||||
local -r HLFS_added=""
|
||||
local -r HLFS_book="$BOOK_common BLFS_TOOL MODEL KERNEL GRSECURITY_HOST $HLFS_added"
|
||||
local -r CLFS_book="$BOOK_common BLFS_TOOL METHOD $BOOK_clfsX TARGET32 BOOT_CONFIG"
|
||||
local -r CLFS2_book="$BOOK_common BLFS_TOOL $BOOK_clfsX"
|
||||
|
|
Reference in a new issue