diff options
author | Sunyeop Lee <sunyeop97@gmail.com> | 2017-03-24 11:08:28 +0530 |
---|---|---|
committer | Siddhesh Poyarekar <siddhesh@sourceware.org> | 2017-03-24 11:08:28 +0530 |
commit | 65eff7fbdbddad8c1f9af7cb48cd3b5dca3c5c9d (patch) | |
tree | 14e134b89a2ee604ff290252c22ea20444ac8ceb /elf/dl-tunables.list | |
parent | 8d2030d659791184ecac8de9d6e1403b316a94c2 (diff) | |
download | glibc-65eff7fbdbddad8c1f9af7cb48cd3b5dca3c5c9d.tar glibc-65eff7fbdbddad8c1f9af7cb48cd3b5dca3c5c9d.tar.gz glibc-65eff7fbdbddad8c1f9af7cb48cd3b5dca3c5c9d.tar.bz2 glibc-65eff7fbdbddad8c1f9af7cb48cd3b5dca3c5c9d.zip |
Update old tunables framework document/script.
Since commit 8b9e9c3c0bae497ad5e2d0ae2f333f62feddcc12, security_level replaces
is_secure. There were some old files need to be updated.
2017-03-23 Sunyeop Lee <sunyeop97@gmail.com>
* README.tunables: Updated descriptions.
* elf/dl-tunables.list: Fixed typo: SXID_NONE -> NONE.
* scripts/gen-tunables.awk: Updated the code related to the commit.
Diffstat (limited to 'elf/dl-tunables.list')
-rw-r--r-- | elf/dl-tunables.list | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/dl-tunables.list b/elf/dl-tunables.list index cb9e8f173b..b9f1488798 100644 --- a/elf/dl-tunables.list +++ b/elf/dl-tunables.list @@ -27,7 +27,7 @@ # removed so that child processes can't read it. # SXID_IGNORE: Don't read for AT_SECURE binaries, but retained for # non-AT_SECURE subprocesses. -# SXID_NONE: Read all the time. +# NONE: Read all the time. glibc { malloc { |