Home
last modified time | relevance | path

Searched refs:policy_buf (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/nss/
H A Dgetexecattr.c172 char policy_buf[BUFSIZ]; in _getexecprof() local
194 if (sysinfo(SI_SECPOLICY, policy_buf, BUFSIZ) == -1) in _getexecprof()
196 (void) strncpy(policy_buf, DEFAULT_POLICY, BUFSIZ); in _getexecprof()
199 _priv_exec.policy = IS_SEARCH_ALL(search_flag) ? NULL : policy_buf; in _getexecprof()
272 (res == NSS_NOTFOUND && strcmp(policy_buf, DEFAULT_POLICY) == 0)) { in _getexecprof()
273 (void) strlcpy(policy_buf, SUSER_POLICY, BUFSIZ); in _getexecprof()