diff options
author | Thomas Schwinge | 2012-05-25 20:41:01 +0200 |
---|---|---|
committer | Karel Zak | 2012-05-29 10:50:13 +0200 |
commit | b5b8805f691a8b7e5349e1d6f91267af1aef3259 (patch) | |
tree | f0412d0339a567a98f86ba296bc01acb1c96e851 /Documentation | |
parent | su: Add AM_LDFLAGS to su_LDFLAGS. (diff) | |
download | kernel-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>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/howto-compilation.txt | 2 |
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: |