artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01a8808
)
mestre and I can find no reason why the pledge has "unix". Disable
author
deraadt
<deraadt@openbsd.org>
Wed, 8 Aug 2018 22:57:12 +0000
(22:57 +0000)
committer
deraadt
<deraadt@openbsd.org>
Wed, 8 Aug 2018 22:57:12 +0000
(22:57 +0000)
that and start listening for failure reports.
usr.sbin/tcpdump/privsep.c
patch
|
blob
|
history
diff --git
a/usr.sbin/tcpdump/privsep.c
b/usr.sbin/tcpdump/privsep.c
index
da7e669
..
25de10c
100644
(file)
--- a/
usr.sbin/tcpdump/privsep.c
+++ b/
usr.sbin/tcpdump/privsep.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: privsep.c,v 1.4
7 2017/09/08 19:30:13 brynet Exp $
*/
+/* $OpenBSD: privsep.c,v 1.4
8 2018/08/08 22:57:12 deraadt Exp $
*/
/*
* Copyright (c) 2003 Can Erkin Acar
@@
-305,7
+305,7
@@
priv_exec(int argc, char *argv[])
test_state(cmd, STATE_RUN);
impl_init_done(sock, &bpfd);
- if (pledge("stdio rpath inet
unix
dns recvfd bpf", NULL) == -1)
+ if (pledge("stdio rpath inet dns recvfd bpf", NULL) == -1)
err(1, "pledge");
break;