need "getpw" pledge; spotted by matthieu
authorderaadt <deraadt@openbsd.org>
Sun, 25 Oct 2015 09:39:00 +0000 (09:39 +0000)
committerderaadt <deraadt@openbsd.org>
Sun, 25 Oct 2015 09:39:00 +0000 (09:39 +0000)
bin/ps/ps.c
usr.bin/top/top.c

index 396420e..2e1fc72 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: ps.c,v 1.66 2015/10/23 03:26:24 deraadt Exp $ */
+/*     $OpenBSD: ps.c,v 1.67 2015/10/25 09:39:00 deraadt Exp $ */
 /*     $NetBSD: ps.c,v 1.15 1995/05/18 20:33:25 mycroft Exp $  */
 
 /*-
@@ -278,7 +278,7 @@ main(int argc, char *argv[])
        if (kd == NULL)
                errx(1, "%s", errbuf);
 
-       if (pledge("stdio rpath ps", NULL) == -1)
+       if (pledge("stdio rpath getpw ps", NULL) == -1)
                err(1, "abort pledge");
 
        if (!fmt) {
index a6d4fca..b9353f1 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: top.c,v 1.84 2015/10/23 03:26:24 deraadt Exp $        */
+/*     $OpenBSD: top.c,v 1.85 2015/10/25 09:39:00 deraadt Exp $        */
 
 /*
  *  Top users/processes display for Unix
@@ -328,7 +328,7 @@ main(int argc, char *argv[])
                preset_argc = 0;
        } while (i != 0);
 
-       if (pledge("abort stdio rpath tty ps vminfo", NULL) == -1)
+       if (pledge("stdio rpath getpw tty ps vminfo", NULL) == -1)
                err(1, "pledge");
 
        /* set constants for username/uid display correctly */