Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Ddoor_if.c291 if (chkauthattr(AUTOCONF_WRITE_AUTH, pwd->pw_name) == 0) { in nwamd_door_req_action()
293 "need %s for %s action", AUTOCONF_WRITE_AUTH, in nwamd_door_req_action()
298 if (chkauthattr(AUTOCONF_WRITE_AUTH, pwd->pw_name) == 0 && in nwamd_door_req_action()
302 AUTOCONF_WRITE_AUTH, AUTOCONF_SELECT_AUTH, in nwamd_door_req_action()
/illumos-gate/usr/src/head/
H A Dauth_list.h43 #define AUTOCONF_WRITE_AUTH "solaris.network.autoconf.write" macro
/illumos-gate/usr/src/lib/libnwam/common/
H A Dlibnwam_backend.c88 if (chkauthattr(AUTOCONF_WRITE_AUTH, pwd->pw_name) == 0) { in nwam_check_auths()