mirror of
https://git.yoctoproject.org/meta-security
synced 2026-07-16 03:47:21 +00:00
14b15cc276
V2: Fixed path to init program Fix typo in name Add kernel config to enable tomoyo Signed-off-by: Armin Kuster <akuster@mvista.com>
8 lines
287 B
INI
8 lines
287 B
INI
CONFIG_SECURITY_TOMOYO=y
|
|
CONFIG_SECURITY_TOMOYO_MAX_ACCEPT_ENTRY=2048
|
|
CONFIG_SECURITY_TOMOYO_MAX_AUDIT_LOG=1024
|
|
CONFIG_SECURITY_TOMOYO_POLICY_LOADER="/sbin/ccs-init"
|
|
CONFIG_SECURITY_TOMOYO_ACTIVATION_TRIGGER="/sbin/init"
|
|
CONFIG_DEFAULT_SECURITY_TOMOYO=y
|
|
CONFIG_DEFAULT_SECURITY="tomoyo"
|