1 # Copyright (C) 2016-2022 Free Software Foundation, Inc.
2 # This file is part of the GNU C Library.
4 # The GNU C Library is free software; you can redistribute it and/or
5 # modify it under the terms of the GNU Lesser General Public
6 # License as published by the Free Software Foundation; either
7 # version 2.1 of the License, or (at your option) any later version.
9 # The GNU C Library is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY; without even the implied warranty of
11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 # Lesser General Public License for more details.
14 # You should have received a copy of the GNU Lesser General Public
15 # License along with the GNU C Library; if not, see
16 # <https://www.gnu.org/licenses/>.
18 # Allowed attributes for tunables:
20 # type: Defaults to STRING
21 # minval: Optional minimum acceptable value
22 # maxval: Optional maximum acceptable value
23 # env_alias: An alias environment variable
24 # security_level: Specify security level of the tunable for AT_SECURE binaries.
27 # SXID_ERASE: (default) Do not read and do not pass on to
29 # SXID_IGNORE: Do not read, but retain for non-AT_SECURE
31 # NONE: Read all the time.
39 env_alias: MALLOC_CHECK_
43 env_alias: MALLOC_TOP_PAD_
44 security_level: SXID_IGNORE
51 env_alias: MALLOC_PERTURB_
52 security_level: SXID_IGNORE
56 env_alias: MALLOC_MMAP_THRESHOLD_
57 security_level: SXID_IGNORE
61 env_alias: MALLOC_TRIM_THRESHOLD_
62 security_level: SXID_IGNORE
66 env_alias: MALLOC_MMAP_MAX_
67 security_level: SXID_IGNORE
72 env_alias: MALLOC_ARENA_MAX
74 security_level: SXID_IGNORE
78 env_alias: MALLOC_ARENA_TEST
80 security_level: SXID_IGNORE
88 tcache_unsorted_limit {
94 security_level: SXID_IGNORE
104 env_alias: LD_HWCAP_MASK
105 default: HWCAP_IMPORTANT
120 skip_lock_internal_abort {
125 skip_lock_after_retries {
135 skip_trylock_internal_abort {
149 optional_static_tls {
161 security_level: SXID_IGNORE