Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dklpd.h69 int get_forced_privs(const cred_t *, const char *, priv_set_t *);
/illumos-gate/usr/src/uts/common/os/
H A Dklpd.c999 get_forced_privs(const cred_t *cr, const char *respn, priv_set_t *set) in get_forced_privs() function
H A Dexec.c1143 int res = get_forced_privs(cr, pathname, fset); in execsetid()