fairly simple pledge to "stdio rpath wpath cpath"
authorderaadt <deraadt@openbsd.org>
Sat, 10 Oct 2015 14:23:12 +0000 (14:23 +0000)
committerderaadt <deraadt@openbsd.org>
Sat, 10 Oct 2015 14:23:12 +0000 (14:23 +0000)
usr.bin/lndir/lndir.c

index 75bcc45..cb2369c 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: lndir.c,v 1.21 2015/01/16 06:40:09 deraadt Exp $      */
+/*     $OpenBSD: lndir.c,v 1.22 2015/10/10 14:23:12 deraadt Exp $      */
 /* $XConsortium: lndir.c /main/15 1995/08/30 10:56:18 gildea $ */
 
 /*
@@ -85,6 +85,9 @@ main(int argc, char *argv[])
        struct stat fs, ts;
        char *fn, *tn;
 
+       if (pledge("stdio rpath wpath cpath", NULL) == -1)
+               err(1, "pledge");
+
        while (++argv, --argc) {
                if ((strcmp(*argv, "-silent") == 0) ||
                    (strcmp(*argv, "-s") == 0))