From cf3fb13051572cb9fff8f33434dd26fa5845fb08 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Sun, 29 Nov 2015 00:14:08 +0000 Subject: give up on pledge for now. this will have to wait until jsing and stsp find time to look at it. --- usr.sbin/installboot/installboot.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'usr.sbin') diff --git a/usr.sbin/installboot/installboot.c b/usr.sbin/installboot/installboot.c index 33e33a7be8e..905e49b90f4 100644 --- a/usr.sbin/installboot/installboot.c +++ b/usr.sbin/installboot/installboot.c @@ -1,4 +1,4 @@ -/* $OpenBSD: installboot.c,v 1.10 2015/11/26 19:03:10 deraadt Exp $ */ +/* $OpenBSD: installboot.c,v 1.11 2015/11/29 00:14:07 deraadt Exp $ */ /* * Copyright (c) 2012, 2013 Joel Sing @@ -51,9 +51,6 @@ main(int argc, char **argv) char *dev, *realdev; int devfd, opt; - if (pledge("stdio rpath wpath cpath fattr disklabel", NULL) == -1) - err(1, "pledge"); - md_init(); while ((opt = getopt(argc, argv, "nr:v")) != -1) { -- cgit v1.2.3