From 3345130d0ff55e38f6a00f98fd796d433d915a0e Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Wed, 15 May 2019 11:57:17 +0200 Subject: dashboard/config: fix up TOMOYO configs See https://groups.google.com/d/msg/syzkaller/mODXmnauUZM/nIuyd2M0AAAJ for context. --- dashboard/config/upstream-kasan.config | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'dashboard') diff --git a/dashboard/config/upstream-kasan.config b/dashboard/config/upstream-kasan.config index c0f054de8..673d6fa62 100644 --- a/dashboard/config/upstream-kasan.config +++ b/dashboard/config/upstream-kasan.config @@ -5598,7 +5598,9 @@ CONFIG_SECURITY_SMACK_NETFILTER=y CONFIG_SECURITY_TOMOYO=y CONFIG_SECURITY_TOMOYO_MAX_ACCEPT_ENTRY=1024 CONFIG_SECURITY_TOMOYO_MAX_AUDIT_LOG=32 -CONFIG_SECURITY_TOMOYO_OMIT_USERSPACE_LOADER=y +# CONFIG_SECURITY_TOMOYO_OMIT_USERSPACE_LOADER is not set +CONFIG_SECURITY_TOMOYO_POLICY_LOADER="/sbin/tomoyo-init" +CONFIG_SECURITY_TOMOYO_ACTIVATION_TRIGGER="/sbin/init" CONFIG_SECURITY_TOMOYO_INSECURE_BUILTIN_SETTING=y CONFIG_SECURITY_APPARMOR=y CONFIG_SECURITY_APPARMOR_HASH=y -- cgit mrf-deployment