summaryrefslogtreecommitdiffstats
path: root/bin/mkdir/mkdir.c
diff options
context:
space:
mode:
Diffstat (limited to 'bin/mkdir/mkdir.c')
-rw-r--r--bin/mkdir/mkdir.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/mkdir/mkdir.c b/bin/mkdir/mkdir.c
index 4529af389f7..a9a78632188 100644
--- a/bin/mkdir/mkdir.c
+++ b/bin/mkdir/mkdir.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mkdir.c,v 1.26 2015/10/07 14:17:18 deraadt Exp $ */
+/* $OpenBSD: mkdir.c,v 1.27 2015/10/09 01:37:06 deraadt Exp $ */
/* $NetBSD: mkdir.c,v 1.14 1995/06/25 21:59:21 mycroft Exp $ */
/*
@@ -83,8 +83,8 @@ main(int argc, char *argv[])
argv += optind;
if (mode & (S_ISUID | S_ISGID | S_ISTXT) == 0) {
- if (tame("stdio cpath rpath fattr", NULL) == -1)
- err(1, "tame");
+ if (pledge("stdio cpath rpath fattr", NULL) == -1)
+ err(1, "pledge");
}
if (*argv == NULL)