artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
843184b
)
The eigrpe process also needs to pledge "cpath" for unlinking the
author
renato
<renato@openbsd.org>
Thu, 22 Oct 2015 10:42:14 +0000
(10:42 +0000)
committer
renato
<renato@openbsd.org>
Thu, 22 Oct 2015 10:42:14 +0000
(10:42 +0000)
control socket.
usr.sbin/eigrpd/eigrpe.c
patch
|
blob
|
history
diff --git
a/usr.sbin/eigrpd/eigrpe.c
b/usr.sbin/eigrpd/eigrpe.c
index
0aae068
..
c17b167
100644
(file)
--- a/
usr.sbin/eigrpd/eigrpe.c
+++ b/
usr.sbin/eigrpd/eigrpe.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: eigrpe.c,v 1.
6 2015/10/21 03:52:12
renato Exp $ */
+/* $OpenBSD: eigrpe.c,v 1.
7 2015/10/22 10:42:14
renato Exp $ */
/*
* Copyright (c) 2015 Renato Westphal <renato@openbsd.org>
@@
-190,7
+190,7
@@
eigrpe(struct eigrpd_conf *xconf, int pipe_parent2eigrpe[2], int pipe_eigrpe2rde
TAILQ_FOREACH(iface, &econf->iface_list, entry)
if_init(xconf, iface);
- if (pledge("stdio inet mcast", NULL) == -1)
+ if (pledge("stdio
cpath
inet mcast", NULL) == -1)
fatal("pledge");
event_dispatch();