=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.c,v retrieving revision 1.155 retrieving revision 1.156 diff -c -r1.155 -r1.156 *** src/usr.bin/tmux/tmux.c 2015/11/20 12:01:19 1.155 --- src/usr.bin/tmux/tmux.c 2015/11/22 19:41:19 1.156 *************** *** 1,4 **** ! /* $OpenBSD: tmux.c,v 1.155 2015/11/20 12:01:19 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: tmux.c,v 1.156 2015/11/22 19:41:19 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 255,262 **** if (shell_cmd != NULL && argc != 0) usage(); ! if (pledge("stdio rpath wpath cpath flock fattr unix sendfd recvfd " ! "proc exec tty ps", NULL) != 0) err(1, "pledge"); /* --- 255,262 ---- if (shell_cmd != NULL && argc != 0) usage(); ! if (pledge("stdio rpath wpath cpath flock fattr unix getpw sendfd " ! "recvfd proc exec tty ps", NULL) != 0) err(1, "pledge"); /*