git clone https://orangeshoelaces.net/git/tttm.git
Author: Vasily Kolobkov on 08/01/2017
Committer: Vasily Kolobkov on 08/01/2017
... except exec
tttm.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tttm.c b/tttm.c
index 518017c..e24c2a1 100644
--- a/tttm.c
+++ b/tttm.c
@@ -43,7 +43,7 @@ main(int argc, char **argv)
long sysvar;
#ifdef __OpenBSD__
- if(pledge("stdio proc", 0) == -1) {
+ if(pledge("stdio proc exec", 0) == -1) {
err(1, "pledge");
}
#endif