]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
manual/tunables - Add entry for enable_secure tunable.
authorJoe Talbott <joetalbott@gmail.com>
Fri, 1 Mar 2024 17:42:10 +0000 (17:42 +0000)
committerJoe Talbott <joetalbott@gmail.com>
Fri, 1 Mar 2024 17:43:03 +0000 (17:43 +0000)
manual/tunables.texi

index be97190d67b1c82e43eb5a3b2f87fe09dbe68a60..4a7d04dc0d3260c756371ba1c4e3cc861d4832da 100644 (file)
@@ -345,6 +345,16 @@ performance issues of @samp{1}.
 The default value of this tunable is @samp{2}.
 @end deftp
 
+@deftp Tunable glibc.rtld.enable_secure
+Used to run a program as if it were a setuid process.  The only valid value
+is @samp{1} as this tunable can only be used to set and not unset
+@code{enable_secure}.  Setting this tunable to @samp{1} also disables all other
+tunables.  This tunable is intended to facilitate more extensive verification
+tests for @code{AT_SECURE} programs and not meant to be a security feature.
+
+The default value of this tunable is @samp{0}.
+@end deftp
+
 @node Elision Tunables
 @section Elision Tunables
 @cindex elision tunables