summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Schwinge2012-05-25 20:41:01 +0200
committerKarel Zak2012-05-29 10:50:13 +0200
commitb5b8805f691a8b7e5349e1d6f91267af1aef3259 (patch)
treef0412d0339a567a98f86ba296bc01acb1c96e851
parentsu: Add AM_LDFLAGS to su_LDFLAGS. (diff)
downloadkernel-qcow2-util-linux-b5b8805f691a8b7e5349e1d6f91267af1aef3259.tar.gz
kernel-qcow2-util-linux-b5b8805f691a8b7e5349e1d6f91267af1aef3259.tar.xz
kernel-qcow2-util-linux-b5b8805f691a8b7e5349e1d6f91267af1aef3259.zip
su: Mention SUID_* feature.
Signed-off-by: Thomas Schwinge <thomas@codesourcery.com>
-rw-r--r--Documentation/howto-compilation.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/howto-compilation.txt b/Documentation/howto-compilation.txt
index 3617b34c7..bebe0d257 100644
--- a/Documentation/howto-compilation.txt
+++ b/Documentation/howto-compilation.txt
@@ -25,7 +25,7 @@ Compiling
./configure SUID_CFLAGS="-fpie" SUID_LDFLAGS="-pie"
The SUID_* feature is currently supported for chfn, chsh,
- newgrp, write, mount, and umount.
+ newgrp, su, write, mount, and umount.
Preferred compilation options for developers, when
using gcc, are: