summaryrefslogtreecommitdiffstats
path: root/etc/group
diff options
context:
space:
mode:
authorceri <ceri@FreeBSD.org>2007-06-11 18:36:39 +0000
committerceri <ceri@FreeBSD.org>2007-06-11 18:36:39 +0000
commit171530740255dca87c0ebd6b0cac67eb20adb8aa (patch)
tree57752bea8c95ae686e215496fa72259ea3b74e5f /etc/group
parent4bd623e29b3b8c6b5b106c67d7635f7a8d420a14 (diff)
downloadFreeBSD-src-171530740255dca87c0ebd6b0cac67eb20adb8aa.zip
FreeBSD-src-171530740255dca87c0ebd6b0cac67eb20adb8aa.tar.gz
Create group ftp by default. This is gid 14 as this is the historical
id used by sysinstall when enabling anonymous FTP. Change the default group used by sysinstall for setting up anonymous FTP from operator to ftp; there is no reason to use operator and there are potential security issues when doing so. PR: 93284 Approved by: ru (mentor) Reviewed by: simon
Diffstat (limited to 'etc/group')
-rw-r--r--etc/group1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/group b/etc/group
index 007acac..044c9f1 100644
--- a/etc/group
+++ b/etc/group
@@ -11,6 +11,7 @@ bin:*:7:
news:*:8:
man:*:9:
games:*:13:
+ftp:*:14:
staff:*:20:
sshd:*:22:
smmsp:*:25:
OpenPOWER on IntegriCloud