diff options
Diffstat (limited to 'elf')
-rw-r--r-- | elf/dl-tunables.list | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/elf/dl-tunables.list b/elf/dl-tunables.list index df4f962..c188c6a 100644 --- a/elf/dl-tunables.list +++ b/elf/dl-tunables.list @@ -76,6 +76,18 @@ glibc { minval: 1 security_level: SXID_IGNORE } + tcache_max { + type: SIZE_T + security_level: SXID_ERASE + } + tcache_count { + type: SIZE_T + security_level: SXID_ERASE + } + tcache_unsorted_limit { + type: SIZE_T + security_level: SXID_ERASE + } } tune { hwcap_mask { |