diff options
| author | Mister Oyster <oysterized@gmail.com> | 2017-12-21 18:09:51 +0100 |
|---|---|---|
| committer | Mister Oyster <oysterized@gmail.com> | 2017-12-22 16:23:40 +0100 |
| commit | c74ce7ae267980e93b2b34ea40b5de285dabcb11 (patch) | |
| tree | b86df47ba26c54e343cb069d23005c3368a97935 | |
| parent | 0588b62341d7a464a58ba36b43a761c59705d145 (diff) | |
defconfig: disable selinux bootparam
| -rw-r--r-- | arch/arm64/configs/m2note_defconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm64/configs/m2note_defconfig b/arch/arm64/configs/m2note_defconfig index fc43a4160..cc3429385 100644 --- a/arch/arm64/configs/m2note_defconfig +++ b/arch/arm64/configs/m2note_defconfig @@ -3187,8 +3187,7 @@ CONFIG_SECURITY_NETWORK=y CONFIG_SECURITY_PATH=y CONFIG_LSM_MMAP_MIN_ADDR=32768 CONFIG_SECURITY_SELINUX=y -CONFIG_SECURITY_SELINUX_BOOTPARAM=y -CONFIG_SECURITY_SELINUX_BOOTPARAM_VALUE=1 +# CONFIG_SECURITY_SELINUX_BOOTPARAM is not set # CONFIG_SECURITY_SELINUX_DISABLE is not set # CONFIG_SECURITY_SELINUX_DEVELOP is not set CONFIG_SECURITY_SELINUX_AVC_STATS=y |
