diff options
author | nectar <nectar@FreeBSD.org> | 2002-05-12 03:17:31 +0000 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 2002-05-12 03:17:31 +0000 |
commit | 73258fd6a3349feb1f1845601daafed78942dad6 (patch) | |
tree | ed1f72a3e0ac8f3a2db00a192a5ae26ab9fce279 /UPDATING | |
parent | 97d1ceb026da29c02c2162f8aa0238ee89b18ab7 (diff) | |
download | FreeBSD-src-73258fd6a3349feb1f1845601daafed78942dad6.zip FreeBSD-src-73258fd6a3349feb1f1845601daafed78942dad6.tar.gz |
Turn on the set-user-ID bit for k5su if ENABLE_SUID_K5SU is defined.
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -22,6 +22,12 @@ NOTE TO PEOPLE WHO THINK THAT 5.0-CURRENT IS SLOW: integrity. Re-enabling write caching can substantially improve performance. +20020511: + The k5su utility installed as part of Kerberos 5 is no longer + installed with the set-user-ID bit set by default. Add + ENABLE_SUID_K5SU=yes to /etc/make.conf to have it installed + with the set-user-ID bit set. + 20020510: Due to the way CVS works, it may not properly update src/contrib/gcc to the 3.1 sources. The easiest fix is to `rm -rf' src/contrib/gcc |