mestre and i both concluded pledge can be tightened, "unix" handles the
authorderaadt <deraadt@openbsd.org>
Sun, 29 Jul 2018 13:02:01 +0000 (13:02 +0000)
committerderaadt <deraadt@openbsd.org>
Sun, 29 Jul 2018 13:02:01 +0000 (13:02 +0000)
coming code and "rpath wpath" isn't needed
ok claudio

usr.sbin/bgpctl/bgpctl.c

index e0fa1d7..5d490b1 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: bgpctl.c,v 1.209 2018/07/22 17:07:53 claudio Exp $ */
+/*     $OpenBSD: bgpctl.c,v 1.210 2018/07/29 13:02:01 deraadt Exp $ */
 
 /*
  * Copyright (c) 2003 Henning Brauer <henning@openbsd.org>
@@ -192,7 +192,7 @@ main(int argc, char *argv[])
                break;
        }
 
-       if (pledge("stdio rpath wpath unix", NULL) == -1)
+       if (pledge("stdio unix", NULL) == -1)
                err(1, "pledge");
 
        if ((fd = socket(AF_UNIX, SOCK_STREAM, 0)) == -1)