aboutsummaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2019-04-25 10:41:43 +0200
committerFlorian Weimer <fweimer@redhat.com>2019-04-25 10:41:43 +0200
commit94a4e9e4f401ffe829a992820439977ead0a0ce7 (patch)
treee229673cddbc3be349805f67b4c1448ffaa3bd2c /manual
parentfe92a91f1e713ba4951bc6e6162f8803dc76b816 (diff)
downloadglibc-94a4e9e4f401ffe829a992820439977ead0a0ce7.zip
glibc-94a4e9e4f401ffe829a992820439977ead0a0ce7.tar.gz
glibc-94a4e9e4f401ffe829a992820439977ead0a0ce7.tar.bz2
Extend BIND_NOW to installed programs with --enable-bind-now
Commit 2d6ab5df3b675e96ee587ae6a8c2ce004c6b1ba9 ("Document and fix --enable-bind-now [BZ #21015]") extended BIND_NOW to all installed shared objects. This change also covers installed programs. Reviewed-by: Carlos O'Donell <carlos@redhat.com>
Diffstat (limited to 'manual')
-rw-r--r--manual/install.texi8
1 files changed, 4 insertions, 4 deletions
diff --git a/manual/install.texi b/manual/install.texi
index a9b8b49..29f6b68 100644
--- a/manual/install.texi
+++ b/manual/install.texi
@@ -204,10 +204,10 @@ number of routines called directly from assembler are excluded from this
protection.
@item --enable-bind-now
-Disable lazy binding for installed shared objects. This provides
-additional security hardening because it enables full RELRO and a
-read-only global offset table (GOT), at the cost of slightly increased
-program load times.
+Disable lazy binding for installed shared objects and programs. This
+provides additional security hardening because it enables full RELRO
+and a read-only global offset table (GOT), at the cost of slightly
+increased program load times.
@pindex pt_chown
@findex grantpt