diff options
Diffstat (limited to 'elf/dl-tunables.list')
-rw-r--r-- | elf/dl-tunables.list | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/elf/dl-tunables.list b/elf/dl-tunables.list index 41ce9afa28..3247d49b59 100644 --- a/elf/dl-tunables.list +++ b/elf/dl-tunables.list @@ -82,6 +82,22 @@ glibc { type: UINT_64 env_alias: LD_HWCAP_MASK default: HWCAP_IMPORTANT + } + ifunc { + type: STRING + security_level: SXID_IGNORE + } + x86_non_temporal_threshold { + type: SIZE_T + security_level: SXID_IGNORE + } + x86_data_cache_size { + type: SIZE_T + security_level: SXID_IGNORE + } + x86_shared_cache_size { + type: SIZE_T + security_level: SXID_IGNORE } } } |