mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +00:00
linux: enable DEBUG_LIST
This commit is contained in:
parent
2ac65dd85b
commit
b39c01b69c
@ -449,6 +449,8 @@ let
|
||||
};
|
||||
|
||||
security = {
|
||||
# https://googleprojectzero.blogspot.com/2019/11/bad-binder-android-in-wild-exploit.html
|
||||
DEBUG_LIST = yes;
|
||||
# Detect writes to read-only module pages
|
||||
DEBUG_SET_MODULE_RONX = { optional = true; tristate = whenOlder "4.11" "y"; };
|
||||
RANDOMIZE_BASE = option yes;
|
||||
|
Loading…
Reference in New Issue
Block a user