diff options
author | tb <tb@cvs.openbsd.org> | 2015-12-16 01:39:12 +0000 |
---|---|---|
committer | tb <tb@cvs.openbsd.org> | 2015-12-16 01:39:12 +0000 |
commit | 177fea08e7159e3cbf3f47ab89271d447273c3a9 (patch) | |
tree | 26213ac9f206f0ef42e71c05b145a4363a0e2a13 /bin/pax | |
parent | f26ea9bcc2090e47ef9821c79ebf65b9a7aa8262 (diff) |
Replace "tame" by "pledge" in a comment.
Diffstat (limited to 'bin/pax')
-rw-r--r-- | bin/pax/pax.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/pax/pax.c b/bin/pax/pax.c index 0c7c5215c63..6d70b7afb39 100644 --- a/bin/pax/pax.c +++ b/bin/pax/pax.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pax.c,v 1.43 2015/12/06 16:57:45 deraadt Exp $ */ +/* $OpenBSD: pax.c,v 1.44 2015/12/16 01:39:11 tb Exp $ */ /* $NetBSD: pax.c,v 1.5 1996/03/26 23:54:20 mrg Exp $ */ /*- @@ -258,7 +258,7 @@ main(int argc, char **argv) /* * pmode needs to restore setugid bits when extracting or copying, - * so can't tame at all then. + * so can't pledge at all then. */ if (pmode == 0 || (act != EXTRACT && act != COPY)) { if (pledge("stdio rpath wpath cpath dpath fattr getpw ioctl proc exec", |