pledge: add rpath promise for the ugly Xft font fallback
authorHiltjo Posthuma <hiltjo@codemadness.org>
Sat, 2 Jun 2018 15:15:42 +0000 (17:15 +0200)
committerHiltjo Posthuma <hiltjo@codemadness.org>
Sat, 2 Jun 2018 15:15:42 +0000 (17:15 +0200)
dwm.c

diff --git a/dwm.c b/dwm.c
index 09feae3..4465af1 100644 (file)
--- a/dwm.c
+++ b/dwm.c
@@ -2138,7 +2138,7 @@ main(int argc, char *argv[])
        checkotherwm();
        setup();
 #ifdef __OpenBSD__
-       if (pledge("stdio proc exec", NULL) == -1)
+       if (pledge("stdio rpath proc exec", NULL) == -1)
                die("pledge");
 #endif /* __OpenBSD__ */
        scan();