pledge: add rpath promise for the ugly Xft font fallback
b69c870a
1 file(s) · +1 −1
| 2138 | 2138 | checkotherwm(); |
|
| 2139 | 2139 | setup(); |
|
| 2140 | 2140 | #ifdef __OpenBSD__ |
|
| 2141 | - | if (pledge("stdio proc exec", NULL) == -1) |
|
| 2141 | + | if (pledge("stdio rpath proc exec", NULL) == -1) |
|
| 2142 | 2142 | die("pledge"); |
|
| 2143 | 2143 | #endif /* __OpenBSD__ */ |
|
| 2144 | 2144 | scan(); |