=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/server.c,v retrieving revision 1.147 retrieving revision 1.148 diff -c -r1.147 -r1.148 *** src/usr.bin/tmux/server.c 2015/11/12 12:19:57 1.147 --- src/usr.bin/tmux/server.c 2015/11/14 09:41:07 1.148 *************** *** 1,4 **** ! /* $OpenBSD: server.c,v 1.147 2015/11/12 12:19:57 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: server.c,v 1.148 2015/11/14 09:41:07 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 175,181 **** if (debug_level > 3) tty_create_log(); ! if (pledge("stdio rpath wpath cpath fattr unix recvfd proc exec tty " "ps", NULL) != 0) fatal("pledge failed"); --- 175,181 ---- if (debug_level > 3) tty_create_log(); ! if (0 && pledge("stdio rpath wpath cpath fattr unix recvfd proc exec tty " "ps", NULL) != 0) fatal("pledge failed");