Searched refs:setpflags (Results 1 - 20 of 20) sorted by relevance
| /illumos-gate/usr/src/lib/libc/port/sys/ |
| H A D | ppriv.c | 31 #pragma weak _setpflags = setpflags 76 setpflags(uint_t flag, uint_t val) function
|
| /illumos-gate/usr/src/cmd/pfexec/ |
| H A D | pfexec.c | 105 if (setpflags(PRIV_PFEXEC, 1) != 0) { 169 (void) setpflags(PRIV_PFEXEC, oflag);
|
| /illumos-gate/usr/src/head/ |
| H A D | priv.h | 49 extern int setpflags(uint_t, uint_t);
|
| /illumos-gate/usr/src/cmd/gss/gssd/ |
| H A D | gssd_getuid.c | 76 (void) setpflags(PRIV_AWARE, 1);
|
| /illumos-gate/usr/src/cmd/ptools/ppriv/ |
| H A D | ppriv.c | 548 if (setpflags(NET_MAC_AWARE, 1) != 0) 549 fatal("setpflags(NET_MAC_AWARE)"); 550 if (setpflags(NET_MAC_AWARE_INHERIT, 1) != 0) 551 fatal("setpflags(NET_MAC_AWARE_INHERIT)"); 554 if (setpflags(PRIV_PFEXEC, 1) != 0) 555 fatal("setpflags(PRIV_PFEXEC)"); 594 (void) setpflags(PRIV_DEBUG, Don ? 1 : 0); 596 (void) setpflags(PRIV_XPOLICY, 1); 598 (void) setpflags(PRIV_PFEXEC, 1);
|
| /illumos-gate/usr/src/lib/pam_modules/unix_cred/ |
| H A D | unix_cred.c | 618 (void) setpflags(PRIV_AWARE, 1); 646 (void) setpflags(PRIV_AWARE_RESET, 1); 652 (void) setpflags(PRIV_AWARE, 0); 657 (void) setpflags(PRIV_PFEXEC, 0);
|
| /illumos-gate/usr/src/uts/common/sys/ |
| H A D | priv.h | 242 extern int setpflags(uint_t, uint_t, cred_t *);
|
| /illumos-gate/usr/src/man/man2/ |
| H A D | Makefile | 245 setpflags.2 \ 329 setpflags.2 := LINKSRC = getpflags.2
|
| /illumos-gate/usr/src/lib/libc/port/gen/ |
| H A D | klpdlib.c | 147 (void) setpflags(PRIV_XPOLICY, 1);
|
| H A D | privlib.c | 559 (void) setpflags(__PROC_PROTECT, 0); 589 (void) setpflags(__PROC_PROTECT, 0);
|
| /illumos-gate/usr/src/uts/common/syscall/ |
| H A D | ppriv.c | 47 * setpflags(2) - set process (privilege) flags 245 setpflags(uint_t flag, uint_t val, cred_t *tcr) function 391 retv = setpflags((uint_t)op, (uint_t)type, NULL);
|
| /illumos-gate/usr/src/cmd/fs.d/nfs/umount/ |
| H A D | umount.c | 134 (void) setpflags(NET_MAC_AWARE, 1);
|
| /illumos-gate/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);
|
| /illumos-gate/usr/src/cmd/smbsrv/smbd/ |
| H A D | smbd_main.c | 370 (void) setpflags(__PROC_PROTECT, 0);
|
| /illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/ |
| H A D | smb_subrs.c | 102 (void) setpflags(NET_MAC_AWARE, 1, cr);
|
| /illumos-gate/usr/src/cmd/fs.d/nfs/mount/ |
| H A D | mount.c | 320 (void) setpflags(NET_MAC_AWARE, 1);
|
| /illumos-gate/usr/src/uts/common/fs/nfs/ |
| H A D | nfs_subr.c | 1054 (void) setpflags(NET_MAC_AWARE, 1, cr); 1605 (void) setpflags(NET_MAC_AWARE, 1, cr);
|
| H A D | nfs4_stub_vnops.c | 858 (void) setpflags(NET_MAC_AWARE, 1, mcred);
|
| H A D | nfs4_subr.c | 1250 (void) setpflags(NET_MAC_AWARE, 1, cr);
|
| /illumos-gate/usr/src/lib/librestart/common/ |
| H A D | librestart.c | 3744 ret = setpflags(PRIV_AWARE, 1);
|
Completed in 91 milliseconds