From 73258fd6a3349feb1f1845601daafed78942dad6 Mon Sep 17 00:00:00 2001 From: nectar Date: Sun, 12 May 2002 03:17:31 +0000 Subject: Turn on the set-user-ID bit for k5su if ENABLE_SUID_K5SU is defined. --- share/examples/etc/make.conf | 5 +++++ share/man/man5/make.conf.5 | 4 ++++ 2 files changed, 9 insertions(+) (limited to 'share') 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. -- cgit v1.1