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 /share | |
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 'share')
-rw-r--r-- | share/examples/etc/make.conf | 5 | ||||
-rw-r--r-- | share/man/man5/make.conf.5 | 4 |
2 files changed, 9 insertions, 0 deletions
diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf index a513924..22e9a12 100644 --- a/share/examples/etc/make.conf +++ b/share/examples/etc/make.conf @@ -213,6 +213,11 @@ # #MAKE_KERBEROS5= yes # +# Kerberos 5 su (k5su) +# If you want to use the k5su utility, define this to have it installed +# set-user-ID. +#ENABLE_SUID_K5SU= yes +# # # Kerberos5 # If you want to install MIT Kerberos5 port somewhere other than /usr/local, diff --git a/share/man/man5/make.conf.5 b/share/man/man5/make.conf.5 index 21793f2..1b4b979 100644 --- a/share/man/man5/make.conf.5 +++ b/share/man/man5/make.conf.5 @@ -353,6 +353,10 @@ Set this to build Kerberos5 (KTH Heimdal). This is still experimental code. If you need stable Kerberos5, use the port(s). +.It Va ENABLE_SUID_K5SU +.Pq Vt bool +Set this if you wish to use the k5su utility. Otherwise, it will be +installed without the set-user-ID bit set. .It Va MODULES_WITH_WORLD .Pq Vt bool Set to build modules with the system instead of the kernel. |