From 641ab2bdbfddef7984658a666a9b5fa992b1925e Mon Sep 17 00:00:00 2001 From: Olivier Karasangabo Date: Sun, 8 Jan 2017 15:59:18 +0100 Subject: [PATCH] arm64: Disable Samsung security restrictions by default --- arch/arm64/Kconfig.debug | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm64/Kconfig.debug b/arch/arm64/Kconfig.debug index bb3d09d535d0..1c3c6125d446 100644 --- a/arch/arm64/Kconfig.debug +++ b/arch/arm64/Kconfig.debug @@ -128,7 +128,7 @@ config SEC_RESTRICT_ROOTING config SEC_RESTRICT_SETUID bool "Restrict changing root privilege except allowed process" depends on SEC_RESTRICT_ROOTING - default y + default n help Say Y here if you want to restrict functions related setuid. Only allowed process can chanage ROOT privilege. Saying N will not restrict changing @@ -137,7 +137,7 @@ config SEC_RESTRICT_SETUID config SEC_RESTRICT_FORK bool "Restrict forking process except allowed process" depends on SEC_RESTRICT_ROOTING - default y + default n help Say Y here if you want to restrict function related fork. Process matched special condition will be not forked. Saying N will not restrict forking