summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbeck <beck@openbsd.org>2001-09-05 19:00:57 +0000
committerbeck <beck@openbsd.org>2001-09-05 19:00:57 +0000
commitdbb8467fe6a1b7476dcdd8930cc12f0a15481cc9 (patch)
treed85633ba91e35444635a36844e7305f82ab0a653
parentAdd SIGPIPE to the list of signals we catch and unlock/exit on. (diff)
downloadwireguard-openbsd-dbb8467fe6a1b7476dcdd8930cc12f0a15481cc9.tar.xz
wireguard-openbsd-dbb8467fe6a1b7476dcdd8930cc12f0a15481cc9.zip
Add proxy user
-rw-r--r--etc/group1
-rw-r--r--etc/master.passwd1
2 files changed, 2 insertions, 0 deletions
diff --git a/etc/group b/etc/group
index 20c4e2b0710..695c652ac33 100644
--- a/etc/group
+++ b/etc/group
@@ -16,6 +16,7 @@ utmp:*:45:
www:*:67:
network:*:69:
named:*:70:
+proxy:*:71:
dialer:*:117:
nogroup:*:32766:
nobody:*:32767:
diff --git a/etc/master.passwd b/etc/master.passwd
index cf6aa1ec3d7..988a168a402 100644
--- a/etc/master.passwd
+++ b/etc/master.passwd
@@ -5,4 +5,5 @@ bin:*:3:7::0:0:Binaries Commands and Source,,,:/:/sbin/nologin
uucp:*:66:1::0:0:UNIX-to-UNIX Copy:/var/spool/uucppublic:/usr/libexec/uucp/uucico
www:*:67:67::0:0:HTTP server:/var/www:/sbin/nologin
named:*:70:70::0:0:BIND Name Service Daemon:/var/named:/sbin/nologin
+proxy:*:71:71::0:0:Proxy Services:/nonexistent:/sbin/nologin
nobody:*:32767:32767::0:0:Unprivileged user:/nonexistent:/sbin/nologin