diff options
-rw-r--r-- | sbin/pflogd/privsep.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/pflogd/privsep.c b/sbin/pflogd/privsep.c index 2c8d3fb3e8e..2d217a867e9 100644 --- a/sbin/pflogd/privsep.c +++ b/sbin/pflogd/privsep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: privsep.c,v 1.22 2016/01/16 03:17:48 canacar Exp $ */ +/* $OpenBSD: privsep.c,v 1.23 2017/01/23 03:47:37 benno Exp $ */ /* * Copyright (c) 2003 Can Erkin Acar @@ -121,7 +121,7 @@ priv_init(void) #if notyet /* This needs to do bpf ioctl */ - if (pledge("stdio rpath wpath cpath ioctl sendfd", NULL) == -1) + if (pledge("stdio rpath wpath cpath ioctl sendfd proc", NULL) == -1) err(1, "pledge"); #endif while (!gotsig_chld) { |