Searched refs:extra_privs (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/cmd/modload/ |
H A D | update_drv.c | 277 (void) append_to_file(driver_name, priv, extra_privs, in main() 494 if ((error = delete_entry(extra_privs, driver_name, ":", in main() 497 driver_name, extra_privs); in main()
|
H A D | Makefile | 35 XPRIV = $(ETCSEC)/extra_privs
|
H A D | addrem.h | 90 char *extra_privs; variable
|
H A D | drvsubr.c | 478 (strcmp(oldfile, extra_privs) == 0) || in delete_entry() 1019 access(extra_privs, F_OK) == 0) { in remove_entry() 1020 if (delete_entry(extra_privs, driver_name, ":", NULL) == in remove_entry() 1023 driver_name, extra_privs); in remove_entry() 1107 extra_privs = EXTRA_PRIVS; in build_filenames() 1130 extra_privs = malloc(extra_privs_len); in build_filenames() 1140 (extra_privs == NULL)) { in build_filenames() 1161 (void) snprintf(extra_privs, extra_privs_len, in build_filenames()
|
H A D | add_drv.c | 599 return (append_to_file(driver_name, privlist, extra_privs, in update_extra_privs()
|
/titanic_50/usr/src/pkg/manifests/ |
H A D | SUNWcsd.mf | 74 file path=etc/security/extra_privs group=sys preserve=true
|