Accidentally turned off pledge, turn it back on.

This commit is contained in:
nicm
2015-11-15 14:32:48 +00:00
parent 14d90e4901
commit a582b62287
3 changed files with 4 additions and 4 deletions

2
tmux.c
View File

@ -255,7 +255,7 @@ main(int argc, char **argv)
if (shell_cmd != NULL && argc != 0)
usage();
if (0 && pledge("stdio rpath wpath cpath flock fattr unix sendfd recvfd "
if (pledge("stdio rpath wpath cpath flock fattr unix sendfd recvfd "
"proc exec tty ps", NULL) != 0)
err(1, "pledge");