remove sandbox for now since it also require a sandbox profile, and that is not ready yet

This commit is contained in:
Love Hornquist Astrand
2009-11-22 06:46:25 -08:00
parent eeeff38603
commit ca6df0fffc

View File

@@ -98,15 +98,6 @@ main(int argc, char **argv)
setprogname(argv[0]); 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); ret = krb5_init_context(&context);
if (ret == KRB5_CONFIG_BADFORMAT) if (ret == KRB5_CONFIG_BADFORMAT)
errx (1, "krb5_init_context failed to parse configuration file"); errx (1, "krb5_init_context failed to parse configuration file");