diff options
author | default <nobody@localhost> | 2023-02-11 06:43:43 +0100 |
---|---|---|
committer | default <nobody@localhost> | 2023-02-11 06:43:43 +0100 |
commit | 2c45b655c3b2166602d6ee14686a48ca86cdddcc (patch) | |
tree | e18aa7989a48fc63545e02901ae604146dfc5ffb /data.c | |
parent | 9acf7796aed424e84db548a887bb06e478ce2041 (diff) |
Added 'fattr' to the pledge() list.
Diffstat (limited to 'data.c')
-rw-r--r-- | data.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -108,7 +108,7 @@ int srv_open(char *basedir, int auto_upgrade) unveil("/usr/share/zoneinfo", "r"); unveil(NULL, NULL); srv_debug(1, xs_fmt("Calling pledge()")); - pledge("stdio rpath wpath cpath flock inet proc exec dns", NULL); + pledge("stdio rpath wpath cpath flock inet proc exec dns fattr", NULL); } #endif /* __OpenBSD__ */ |