From ca6df0fffc068cdc9dac782960611d70c14806c7 Mon Sep 17 00:00:00 2001 From: Love Hornquist Astrand Date: Sun, 22 Nov 2009 06:46:25 -0800 Subject: [PATCH] remove sandbox for now since it also require a sandbox profile, and that is not ready yet --- kdc/main.c | 9 --------- 1 file changed, 9 deletions(-) diff --git a/kdc/main.c b/kdc/main.c index 1214e2c05..b40bd11ef 100644 --- a/kdc/main.c +++ b/kdc/main.c @@ -98,15 +98,6 @@ main(int argc, char **argv) setprogname(argv[0]); -#ifdef __APPLE__ - { - char *errorstring; - ret = sandbox_init("kdc", SANDBOX_NAMED, &errorstring); - if (ret) - errx(1, "sandbox_init failed: %d: %s", ret, errorstring); - } -#endif - ret = krb5_init_context(&context); if (ret == KRB5_CONFIG_BADFORMAT) errx (1, "krb5_init_context failed to parse configuration file");