From d018dd31bfa66650daec4d49dc7b264a827e7834 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Tue, 14 Dec 2021 11:09:26 +0100 Subject: dashboard/config/linux: reduce tomoyo learning quota High values of CONFIG_SECURITY_TOMOYO_MAX_ACCEPT_ENTRY cause significant slowdown (see issue #2892). Reduce the value. Fixes #2892 --- dashboard/config/linux/bits/lsm.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'dashboard/config/linux/bits') diff --git a/dashboard/config/linux/bits/lsm.yml b/dashboard/config/linux/bits/lsm.yml index 0c62be4ba..72996b437 100644 --- a/dashboard/config/linux/bits/lsm.yml +++ b/dashboard/config/linux/bits/lsm.yml @@ -9,7 +9,8 @@ config: - SECURITY_INFINIBAND: [optional] - SECURITY_TOMOYO - - SECURITY_TOMOYO_MAX_ACCEPT_ENTRY: 1024 + # The default setting of 1024 causes significant slowdown (see issue #2892). + - SECURITY_TOMOYO_MAX_ACCEPT_ENTRY: 64 - SECURITY_TOMOYO_MAX_AUDIT_LOG: 32 - SECURITY_TOMOYO_INSECURE_BUILTIN_SETTING - SECURITY_YAMA -- cgit mrf-deployment