Searched refs:system_perms (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/crypto/heimdal/kcm/
H A Dconfig.c56 static const char *system_perms = NULL; variable
114 "mode", 'm', arg_string, &system_perms,
301 if (system_perms == NULL)
302 system_perms = kcm_system_config_get_string("mode");
304 if (system_perms != NULL) {
307 if (sscanf(system_perms, "%o", &mode) != 1)

Completed in 164 milliseconds