Files
Caoruihong 63bd69267a drop unnecessary executable file permission mode
Change-Id: Ia6c1f6302407a707b3ec9b805f4c92d8a7970b86
2020-10-13 16:37:25 +08:00

31 lines
754 B
Plaintext

config SECURITY
bool "Enable Security Module"
default y
help
This option will enable security module. This is a basic feature,
so you should say Y here.
config SECURITY_CAPABILITY
bool "Enable Syscall Capability"
default y
depends on SECURITY
help
This option will enable capability control for syscalls. This is a basic feature,
so you should say Y here.
config SECURITY_VID
bool "Enable visual ID"
default y
depends on SECURITY
help
This option will enable visual ID for timer. This is a basic feature,
so you should say Y here.
config SECURITY_BOOT
bool "Enable security boot"
default n
depends on SECURITY
help
This option will enable security boot.