mirror of
https://github.com/team-infusion-developers/android_kernel_samsung_msm8976.git
synced 2024-11-07 04:09:21 +00:00
arm64: Disable Samsung security restrictions by default
This commit is contained in:
parent
8e6f726608
commit
641ab2bdbf
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue