• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1config SECURITY
2    bool "Enable Security Module"
3    default y
4    help
5      This option will enable security module. This is a basic feature,
6      so you should say Y here.
7
8config SECURITY_CAPABILITY
9    bool "Enable Syscall Capability"
10    default y
11	depends on SECURITY
12    help
13      This option will enable capability control for syscalls. This is a basic feature,
14      so you should say Y here.
15
16config SECURITY_VID
17    bool "Enable visual ID"
18    default y
19	depends on SECURITY
20    help
21      This option will enable visual ID for timer. This is a basic feature,
22      so you should say Y here.
23
24config SECURITY_BOOT
25    bool "Enable security boot"
26    default n
27    depends on SECURITY
28    help
29      This option will enable security boot.
30
31