summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--data.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/data.c b/data.c
index 43fbeef..383cd38 100644
--- a/data.c
+++ b/data.c
@@ -108,7 +108,7 @@ int srv_open(char *basedir, int auto_upgrade)
108 unveil("/usr/share/zoneinfo", "r"); 108 unveil("/usr/share/zoneinfo", "r");
109 unveil(NULL, NULL); 109 unveil(NULL, NULL);
110 srv_debug(1, xs_fmt("Calling pledge()")); 110 srv_debug(1, xs_fmt("Calling pledge()"));
111 pledge("stdio rpath wpath cpath flock inet proc exec dns", NULL); 111 pledge("stdio rpath wpath cpath flock inet proc exec dns fattr", NULL);
112 } 112 }
113#endif /* __OpenBSD__ */ 113#endif /* __OpenBSD__ */
114 114