mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 05:21:10 +00:00
Accidentally turned off pledge, turn it back on.
This commit is contained in:
2
server.c
2
server.c
@ -175,7 +175,7 @@ server_start(struct event_base *base, int lockfd, char *lockfile)
|
||||
|
||||
if (debug_level > 3)
|
||||
tty_create_log();
|
||||
if (0 && pledge("stdio rpath wpath cpath fattr unix recvfd proc exec tty "
|
||||
if (pledge("stdio rpath wpath cpath fattr unix recvfd proc exec tty "
|
||||
"ps", NULL) != 0)
|
||||
fatal("pledge failed");
|
||||
|
||||
|
Reference in New Issue
Block a user