From 65eff7fbdbddad8c1f9af7cb48cd3b5dca3c5c9d Mon Sep 17 00:00:00 2001 From: Sunyeop Lee Date: Fri, 24 Mar 2017 11:08:28 +0530 Subject: 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 * README.tunables: Updated descriptions. * elf/dl-tunables.list: Fixed typo: SXID_NONE -> NONE. * scripts/gen-tunables.awk: Updated the code related to the commit. --- elf/dl-tunables.list | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'elf') 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 { -- cgit v1.2.3