@@ -6,7 +6,7 @@
int main() {
#ifdef __OpenBSD__
if (pledge("inet stdio", NULL) == -1) {
if (pledge("rpath inet stdio", NULL) == -1) {
perror("pledge");
return 1;
}
The note is not visible to the blocked user.