diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2021-12-14 11:09:26 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2021-12-14 12:32:30 +0100 |
| commit | d018dd31bfa66650daec4d49dc7b264a827e7834 (patch) | |
| tree | db6390a2482b7b800a7242b0d48c252d7b0d5693 /dashboard/config/linux/bits | |
| parent | 5d14b1ea9683380c2098648a6b86f95eff7729dd (diff) | |
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
Diffstat (limited to 'dashboard/config/linux/bits')
| -rw-r--r-- | dashboard/config/linux/bits/lsm.yml | 3 |
1 files changed, 2 insertions, 1 deletions
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 |
