summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorgreen <green@FreeBSD.org>2000-11-14 04:42:25 +0000
committergreen <green@FreeBSD.org>2000-11-14 04:42:25 +0000
commitdd707cf4f4cf45baef6b39d771ff24434e498e87 (patch)
treec670dcf80739c55a1ce536e1eca86a05318079ce /etc
parent0bc5843790af30eda24f862c34d78495bf8fec50 (diff)
downloadFreeBSD-src-dd707cf4f4cf45baef6b39d771ff24434e498e87.zip
FreeBSD-src-dd707cf4f4cf45baef6b39d771ff24434e498e87.tar.gz
Disable /usr/bin/ssh being setuid root by default. Let the variable
ENABLE_SUID_SSH being defined reenable it for those that want it. This follows discussion favoring the change from September. It is not usually necessary to be setuid root, possibly less safe, and less convenient (cannot use $HOSTALIASES, for example). Submitted by: jedgar
Diffstat (limited to 'etc')
-rw-r--r--etc/defaults/make.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/defaults/make.conf b/etc/defaults/make.conf
index 18a5a5e..bf2918a 100644
--- a/etc/defaults/make.conf
+++ b/etc/defaults/make.conf
@@ -57,6 +57,9 @@ BDECFLAGS= -W -Wall -ansi -pedantic -Wbad-function-cast -Wcast-align \
# To build ppp with normal permissions
#PPP_NOSUID= true
#
+# To enable installing ssh(1) with the setuid bit turned on
+#ENABLE_SUID_SSH= true
+#
# To avoid building various parts of the base system:
#NO_CVS= true # do not build CVS
#NO_BIND= true # do not build BIND
OpenPOWER on IntegriCloud