Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/pfexecd/
H A Dpfexecd.c60 static priv_set_t *get_privset(const char *, boolean_t *, char *);
237 get_privset(const char *s, boolean_t *ok, char *path) in get_privset() function
322 (fset = get_privset(value, NULL, pap->pfa_path)) == NULL) { in callback_forced_privs()
423 lset = get_privset(value, &res->pfr_allowed, path); in callback_pfexec()
426 iset = get_privset(value, &res->pfr_allowed, path); in callback_pfexec()
/illumos-gate/usr/src/cmd/zoneadmd/
H A Dvplat.c3345 get_privset(zlog_t *zlogp, priv_set_t *privs, zone_mnt_t mount_cmd) in get_privset() function
4942 if (get_privset(zlogp, privs, mount_cmd) != 0) in vplat_create()