Searched refs:execattr_t (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/lib/libsecdb/common/ |
H A D | getexecattr.c | 50 static execattr_t *userprof(const char *, const char *, const char *, int); 51 static execattr_t *get_tail(execattr_t *); 52 static execattr_t *execstr2attr(execstr_t *); 54 execattr_t * 68 execattr_t * 74 execattr_t *head = NULL; in getexecprof() 75 execattr_t *prev = NULL; in getexecprof() 116 execattr_t * 124 execattr_t *head = NULL; in getexecuser() 125 execattr_t *prev = NULL; in getexecuser() [all …]
|
/titanic_44/usr/src/head/ |
H A D | exec_attr.h | 121 } execattr_t; typedef 134 extern execattr_t *getexecattr(void); 135 extern execattr_t *getexecuser(const char *, const char *, const char *, int); 136 extern execattr_t *getexecprof(const char *, const char *, const char *, int); 137 extern execattr_t *match_execattr(execattr_t *, const char *, const char *, \ 139 extern void free_execattr(execattr_t *);
|
/titanic_44/usr/src/cmd/profiles/ |
H A D | profiles.c | 55 static void print_profs_long(execattr_t *); 130 execattr_t *exec; in show_profs() 198 print_profs_long(execattr_t *exec) in print_profs_long()
|
/titanic_44/usr/src/cmd/pfexecd/ |
H A D | pfexecd.c | 299 execattr_t *exec; in callback_forced_privs() 357 execattr_t *exec = NULL; in callback_pfexec()
|
/titanic_44/usr/src/lib/libshell/common/sh/ |
H A D | path.c | 99 execattr_t *pf; in path_pfexecve()
|
/titanic_44/usr/src/lib/librestart/common/ |
H A D | librestart.c | 2382 execattr_t *eap; in get_profile()
|