-/* $OpenBSD: md5.c,v 1.82 2015/10/09 01:37:06 deraadt Exp $ */
+/* $OpenBSD: md5.c,v 1.83 2015/10/10 20:18:30 deraadt Exp $ */
/*
* Copyright (c) 2001,2003,2005-2007,2010,2013,2014
int fl, error, base64, i;
int bflag, cflag, pflag, rflag, tflag, xflag;
- if (pledge("stdio cpath rpath wpath", NULL) == -1)
+ if (pledge("stdio rpath wpath cpath", NULL) == -1)
err(1, "pledge");
TAILQ_INIT(&hl);
-/* $OpenBSD: mkdir.c,v 1.27 2015/10/09 01:37:06 deraadt Exp $ */
+/* $OpenBSD: mkdir.c,v 1.28 2015/10/10 20:18:30 deraadt Exp $ */
/* $NetBSD: mkdir.c,v 1.14 1995/06/25 21:59:21 mycroft Exp $ */
/*
argv += optind;
if (mode & (S_ISUID | S_ISGID | S_ISTXT) == 0) {
- if (pledge("stdio cpath rpath fattr", NULL) == -1)
+ if (pledge("stdio rpath cpath fattr", NULL) == -1)
err(1, "pledge");
}
-/* $OpenBSD: openssl.c,v 1.15 2015/10/09 01:37:08 deraadt Exp $ */
+/* $OpenBSD: openssl.c,v 1.16 2015/10/10 20:18:30 deraadt Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
arg.data = NULL;
arg.count = 0;
- if (pledge("stdio inet rpath cpath wpath proc", NULL) == -1) {
+ if (pledge("stdio inet rpath wpath cpath proc", NULL) == -1) {
fprintf(stderr, "openssl: pledge: %s\n", strerror(errno));
exit(1);
}
-/* $OpenBSD: main.c,v 1.26 2015/10/09 01:37:08 deraadt Exp $ */
+/* $OpenBSD: main.c,v 1.27 2015/10/10 20:18:30 deraadt Exp $ */
/*-
* Copyright (c) 1992 Diomidis Spinellis.
termwidth = 60;
if (inplace != NULL) {
- if (pledge("stdio wpath rpath cpath fattr", NULL) == -1)
+ if (pledge("stdio rpath wpath cpath fattr", NULL) == -1)
err(1, "pledge");
} else {
- if (pledge("stdio wpath rpath cpath", NULL) == -1)
+ if (pledge("stdio rpath wpath cpath", NULL) == -1)
err(1, "pledge");
}