mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-05-02 06:26:20 -04:00
Tiny tweaks
Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
parent
939c6aa7ed
commit
dd2e8b4b5c
2 changed files with 4 additions and 1 deletions
|
@ -711,7 +711,8 @@ hardenDefconfig() {
|
|||
optionsYes+=("THREAD_INFO_IN_TASK" "VMAP_STACK");
|
||||
|
||||
#Linux 4.10
|
||||
optionsYes+=("ARM64_SW_TTBR0_PAN" "BUG_ON_DATA_CORRUPTION");
|
||||
optionsYes+=("ARM64_SW_TTBR0_PAN");
|
||||
#Disabled: BUG_ON_DATA_CORRUPTION (boot issues?)
|
||||
|
||||
#Linux 4.11
|
||||
optionsYes+=("STRICT_KERNEL_RWX" "STRICT_MODULE_RWX");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue