/titanic_50/usr/src/lib/libc/port/sys/ |
H A D | ppriv.c | 31 #pragma weak _setpflags = setpflags 76 setpflags(uint_t flag, uint_t val) in setpflags() function
|
/titanic_50/usr/src/cmd/pfexec/ |
H A D | pfexec.c | 105 if (setpflags(PRIV_PFEXEC, 1) != 0) { in main() 169 (void) setpflags(PRIV_PFEXEC, oflag); in main()
|
/titanic_50/usr/src/cmd/ptools/ppriv/ |
H A D | ppriv.c | 547 if (setpflags(NET_MAC_AWARE, 1) != 0) in privupdate_self() 549 if (setpflags(NET_MAC_AWARE_INHERIT, 1) != 0) in privupdate_self() 553 if (setpflags(PRIV_PFEXEC, 1) != 0) in privupdate_self() 593 (void) setpflags(PRIV_DEBUG, Don ? 1 : 0); in privupdate_self() 595 (void) setpflags(PRIV_XPOLICY, 1); in privupdate_self() 597 (void) setpflags(PRIV_PFEXEC, 1); in privupdate_self()
|
/titanic_50/usr/src/cmd/ssh/libssh/common/ |
H A D | uidswap.c | 212 if (setpflags(PRIV_AWARE, 1) != 0) in permanently_set_uid() 253 if (setpflags(PRIV_AWARE, 0) == -1) in permanently_set_uid()
|
/titanic_50/usr/src/lib/pam_modules/unix_cred/ |
H A D | unix_cred.c | 618 (void) setpflags(PRIV_AWARE, 1); in pam_sm_setcred() 646 (void) setpflags(PRIV_AWARE_RESET, 1); in pam_sm_setcred() 652 (void) setpflags(PRIV_AWARE, 0); in pam_sm_setcred() 657 (void) setpflags(PRIV_PFEXEC, 0); in pam_sm_setcred()
|
/titanic_50/usr/src/cmd/gss/gssd/ |
H A D | gssd_getuid.c | 76 (void) setpflags(PRIV_AWARE, 1); in set_gssd_uid()
|
/titanic_50/usr/src/head/ |
H A D | priv.h | 49 extern int setpflags(uint_t, uint_t);
|
/titanic_50/usr/src/uts/common/syscall/ |
H A D | ppriv.c | 245 setpflags(uint_t flag, uint_t val, cred_t *tcr) in setpflags() function 391 retv = setpflags((uint_t)op, (uint_t)type, NULL); in privsys()
|
/titanic_50/usr/src/man/man2/ |
H A D | Makefile | 245 setpflags.2 \ 329 setpflags.2 := LINKSRC = getpflags.2
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | priv.h | 242 extern int setpflags(uint_t, uint_t, cred_t *);
|
/titanic_50/usr/src/lib/libc/port/gen/ |
H A D | klpdlib.c | 147 (void) setpflags(PRIV_XPOLICY, 1); in klpd_register_id()
|
H A D | privlib.c | 559 (void) setpflags(__PROC_PROTECT, 0); in __init_daemon_priv() 589 (void) setpflags(__PROC_PROTECT, 0); in __fini_daemon_priv()
|
/titanic_50/usr/src/cmd/fs.d/nfs/umount/ |
H A D | umount.c | 134 (void) setpflags(NET_MAC_AWARE, 1); in main()
|
/titanic_50/usr/src/cmd/fs.d/autofs/ |
H A D | autod_main.c | 306 (void) setpflags(NET_MAC_AWARE, 1); 307 (void) setpflags(NET_MAC_AWARE_INHERIT, 1);
|
/titanic_50/usr/src/cmd/smbsrv/smbd/ |
H A D | smbd_main.c | 370 (void) setpflags(__PROC_PROTECT, 0); in smb_init_daemon_priv()
|
/titanic_50/usr/src/lib/c_synonyms/ |
H A D | syn_common | 785 setpflags
|
/titanic_50/usr/src/pkg/manifests/ |
H A D | system-kernel.man2.inc | 239 link path=usr/share/man/man2/setpflags.2 target=getpflags.2
|
/titanic_50/usr/src/uts/common/fs/smbclnt/netsmb/ |
H A D | smb_subrs.c | 102 (void) setpflags(NET_MAC_AWARE, 1, cr); in smb_credinit()
|
/titanic_50/usr/src/uts/common/os/ |
H A D | priv_defs | 228 setpflags(2). This privilege also allows a process to set
|
/titanic_50/usr/src/cmd/fs.d/nfs/mount/ |
H A D | mount.c | 320 (void) setpflags(NET_MAC_AWARE, 1); in main()
|
/titanic_50/usr/src/cmd/ssh/sshd/ |
H A D | session.c | 2639 if (setpflags(PRIV_AWARE, 0) == -1) in drop_privs()
|
/titanic_50/usr/src/uts/common/fs/nfs/ |
H A D | nfs_subr.c | 1054 (void) setpflags(NET_MAC_AWARE, 1, cr); in rfscall() 1605 (void) setpflags(NET_MAC_AWARE, 1, cr); in aclcall()
|
H A D | nfs4_stub_vnops.c | 853 (void) setpflags(NET_MAC_AWARE, 1, mcred); in nfs4_trigger_mount()
|
H A D | nfs4_subr.c | 1250 (void) setpflags(NET_MAC_AWARE, 1, cr); in nfs4_rfscall()
|
/titanic_50/usr/src/lib/librestart/common/ |
H A D | librestart.c | 3632 ret = setpflags(PRIV_AWARE, 1); in restarter_set_method_context()
|