Skip to content

Commit

Permalink
mgenmid: fix pledge, needs dns
Browse files Browse the repository at this point in the history
Found by lhynes.
  • Loading branch information
leahneukirchen committed Sep 7, 2020
1 parent ccceb10 commit 07ee45c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mgenmid.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ int main()
char *f = blaze822_home_file("profile");
struct message *config = blaze822(f);

xpledge("stdio rpath", "");
xpledge("stdio rpath dns", "");

if (config) // try FQDN: first
host = blaze822_hdr(config, "fqdn");
Expand Down

0 comments on commit 07ee45c

Please sign in to comment.