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.
This commit is contained in:
Siddhesh Poyarekar 2017-12-15 00:48:12 +05:30
parent 3ff3dfa5af
commit aa6932aa7b
2 changed files with 5 additions and 10 deletions

View File

@ -1,3 +1,7 @@
2017-12-14 Siddhesh Poyarekar <siddhesh@sourceware.org>
* elf/dl-tunables.list: Remove redundant SXID_ERASE.
2017-12-14 Florian Weimer <fweimer@redhat.com> 2017-12-14 Florian Weimer <fweimer@redhat.com>
[BZ #22607] [BZ #22607]

View File

@ -78,15 +78,12 @@ glibc {
} }
tcache_max { tcache_max {
type: SIZE_T type: SIZE_T
security_level: SXID_ERASE
} }
tcache_count { tcache_count {
type: SIZE_T type: SIZE_T
security_level: SXID_ERASE
} }
tcache_unsorted_limit { tcache_unsorted_limit {
type: SIZE_T type: SIZE_T
security_level: SXID_ERASE
} }
} }
tune { tune {
@ -94,7 +91,7 @@ glibc {
type: UINT_64 type: UINT_64
env_alias: LD_HWCAP_MASK env_alias: LD_HWCAP_MASK
default: HWCAP_IMPORTANT default: HWCAP_IMPORTANT
} }
} }
elision { elision {
@ -102,32 +99,26 @@ glibc {
type: INT_32 type: INT_32
minval: 0 minval: 0
maxval: 1 maxval: 1
security_level: SXID_ERASE
} }
skip_lock_busy { skip_lock_busy {
type: INT_32 type: INT_32
default: 3 default: 3
security_level: SXID_ERASE
} }
skip_lock_internal_abort { skip_lock_internal_abort {
type: INT_32 type: INT_32
default: 3 default: 3
security_level: SXID_ERASE
} }
skip_lock_after_retries { skip_lock_after_retries {
type: INT_32 type: INT_32
default: 3 default: 3
security_level: SXID_ERASE
} }
tries { tries {
type: INT_32 type: INT_32
default: 3 default: 3
security_level: SXID_ERASE
} }
skip_trylock_internal_abort { skip_trylock_internal_abort {
type: INT_32 type: INT_32
default: 3 default: 3
security_level: SXID_ERASE
} }
} }
} }