Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F160252950
D56679.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D56679.diff
View Options
diff --git a/etc/group b/etc/group
--- a/etc/group
+++ b/etc/group
@@ -25,6 +25,7 @@
_pflogd:*:64:
_dhcp:*:65:
uucp:*:66:
+_automount:*:67:
dialer:*:68:
network:*:69:
audit:*:77:
diff --git a/etc/master.passwd b/etc/master.passwd
--- a/etc/master.passwd
+++ b/etc/master.passwd
@@ -17,6 +17,7 @@
_pflogd:*:64:64::0:0:pflogd privsep user:/var/empty:/usr/sbin/nologin
_dhcp:*:65:65::0:0:dhcp programs:/var/empty:/usr/sbin/nologin
uucp:*:66:66::0:0:UUCP pseudo-user:/var/spool/uucppublic:/usr/local/libexec/uucp/uucico
+_automount:*:67:67::0:0:automountd unprivileged user:/nonexistent:/usr/sbin/nologin
pop:*:68:6::0:0:Post Office Owner:/nonexistent:/usr/sbin/nologin
auditdistd:*:78:77::0:0:Auditdistd unprivileged user:/var/empty:/usr/sbin/nologin
www:*:80:80::0:0:World Wide Web Owner:/nonexistent:/usr/sbin/nologin
diff --git a/sys/sys/conf.h b/sys/sys/conf.h
--- a/sys/sys/conf.h
+++ b/sys/sys/conf.h
@@ -147,6 +147,7 @@
#define UID_ROOT 0
#define UID_BIN 3
#define UID_UUCP 66
+#define UID_AUTOMOUNT 67
#define UID_NOBODY 65534
#define GID_WHEEL 0
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Jun 23, 2:22 PM (6 h, 6 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34221647
Default Alt Text
D56679.diff (1 KB)
Attached To
Mode
D56679: passwd: add an unprivileged user for automountd
Attached
Detach File
Event Timeline
Log In to Comment