diff options
author | Siddhesh Poyarekar <siddhesh@sourceware.org> | 2017-12-15 00:48:12 +0530 |
---|---|---|
committer | Siddhesh Poyarekar <siddhesh@sourceware.org> | 2017-12-15 00:48:12 +0530 |
commit | aa6932aa7b3d0020a299f4b928eb125c8bcc0ca3 (patch) | |
tree | a54402b28879372c0f425ad6acc56d71314ac11b /elf | |
parent | 3ff3dfa5af313a6ea33f3393916f30eece4f0171 (diff) | |
download | glibc-aa6932aa7b3d0020a299f4b928eb125c8bcc0ca3.zip glibc-aa6932aa7b3d0020a299f4b928eb125c8bcc0ca3.tar.gz glibc-aa6932aa7b3d0020a299f4b928eb125c8bcc0ca3.tar.bz2 |
Remove redundant mention of SXID_ERASE
SXID_ERASE is implicit for all environment variables. Avoid
mentioning it in the tunables list; that way only the ones with
SXID_IGNORE remain prominent and mentioned. TODO: we need to audit
each of those cases and drop them to SXID_ERASE wherever possible.
Diffstat (limited to 'elf')
-rw-r--r-- | elf/dl-tunables.list | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/elf/dl-tunables.list b/elf/dl-tunables.list index ec0fe20..cf1cf4c 100644 --- a/elf/dl-tunables.list +++ b/elf/dl-tunables.list @@ -78,15 +78,12 @@ glibc { } 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 { @@ -94,7 +91,7 @@ glibc { type: UINT_64 env_alias: LD_HWCAP_MASK default: HWCAP_IMPORTANT - } + } } elision { @@ -102,32 +99,26 @@ glibc { type: INT_32 minval: 0 maxval: 1 - security_level: SXID_ERASE } skip_lock_busy { type: INT_32 default: 3 - security_level: SXID_ERASE } skip_lock_internal_abort { type: INT_32 default: 3 - security_level: SXID_ERASE } skip_lock_after_retries { type: INT_32 default: 3 - security_level: SXID_ERASE } tries { type: INT_32 default: 3 - security_level: SXID_ERASE } skip_trylock_internal_abort { type: INT_32 default: 3 - security_level: SXID_ERASE } } } |