base: Default homedir access to !issuid()

This commit is contained in:
Nicolas Williams
2020-05-25 14:40:47 -05:00
parent 8ed2a27e4e
commit 1d8ab271d5

View File

@@ -44,6 +44,7 @@ heim_context_init(void)
if ((context = calloc(1, sizeof(*context))) == NULL)
return NULL;
context->homedir_access = !issuid();
context->log_utc = 1;
context->error_string = NULL;
context->debug_dest = NULL;