sandbox: fix pledge on openbsd 6.6

master
Michael Santos 5 years ago
parent 2e05ea3808
commit d708ce27b9

@ -17,7 +17,7 @@
#include <unistd.h>
int xmppipe_sandbox_init(xmppipe_state_t *state) {
return pledge("stdio inet dns", NULL);
return pledge("stdio inet dns rpath", NULL);
}
int xmppipe_sandbox_stdin(xmppipe_state_t *state) {

Loading…
Cancel
Save