Home
last modified time | relevance | path

Searched refs:uid (Results 301 – 325 of 650) sorted by relevance

1...<<11121314151617181920>>...26

/illumos-gate/usr/src/cmd/projects/
H A Dprojects.c293 uid_t uid; in main() local
332 uid = getuid(); in main()
333 if ((pwd = getpwuid(uid)) == NULL) { in main()
/illumos-gate/usr/src/test/zfs-tests/tests/functional/acl/nontrivial/
H A Dzfs_acl_chmod_owner_001_pos.ksh98 typeset uid=$1
101 if [[ -z $uid ]]; then
105 value=$(id $uid)
/illumos-gate/usr/src/test/util-tests/tests/awk/examples/out/
H A Dt.5.x162 xxx xxx nobody uid:/dev/null:/dev/null
164 xxx xxx nobody uid:/dev/null:/dev/null
192 xxx xxx nobody * 60001 60001 SVR4 nobody uid /dev/null /dev/null
193 xxx xxx noaccess * 60002 60002 uid no access /dev/null /dev/null
194 xxx xxx nobody * -2 -2 original nobody uid /dev/null /dev/null
H A Dt.array1315 uid:/dev/null:/dev/null 2
316 24noaccess:*:60002:60002:uid 1
445 uid 3
/illumos-gate/usr/src/cmd/hal/tools/
H A Dhal-storage-mount.c107 invalid_mount_option (const char *option, const char *uid) in invalid_mount_option() argument
110 fprintf (stderr, "The option '%s' is not allowed for uid=%s\n", option, uid); in invalid_mount_option()
149 permission_denied_privilege (const char *privilege, const char *uid) in permission_denied_privilege() argument
152 fprintf (stderr, "%s refused uid %s\n", privilege, uid); in permission_denied_privilege()
749 uid_t uid; local
752 uid = (uid_t) strtol (given + allow_len, &endp, 10);
758 printf ("%s with uid %d\n", allow, uid);
H A Dhal-storage-unmount.c68 invalid_unmount_option (const char *option, const char *uid) in invalid_unmount_option() argument
71 fprintf (stderr, "The option '%s' is not allowed for uid=%s\n", option, uid); in invalid_unmount_option()
H A Dhal-storage-eject.c66 invalid_eject_option (const char *option, const char *uid) in invalid_eject_option() argument
69 fprintf (stderr, "The option '%s' is not allowed for uid=%s\n", option, uid); in invalid_eject_option()
/illumos-gate/usr/src/uts/common/ipp/flowacct/
H A Dflowacct_impl.h123 uid_t uid; member
156 uid_t uid; member
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_acl.c784 uid_t uid; in smb_fsacl_inherit() local
791 uid = owner_sid->ks_id; in smb_fsacl_inherit()
811 new_zace->a_who = uid; in smb_fsacl_inherit()
827 smb_ace_inherit(dir_zace, new_zace, is_dir, uid, gid); in smb_fsacl_inherit()
849 uid, gid); in smb_fsacl_inherit()
870 smb_ace_inherit(dir_zace, new_zace, is_dir, uid, gid); in smb_fsacl_inherit()
1240 smb_ace_inherit(ace_t *dir_zace, ace_t *zace, int is_dir, uid_t uid, gid_t gid) in smb_ace_inherit() argument
1261 zace->a_who = uid; in smb_ace_inherit()
/illumos-gate/usr/src/cmd/fs.d/smbclnt/mount/
H A Dmount.c233 mdata.uid = (uid_t)-1; in main()
330 if (mdata.uid == (uid_t)-1) in main()
331 mdata.uid = getuid(); in main()
568 mdatap->uid = pwd->pw_uid; in setsubopt()
/illumos-gate/usr/src/cmd/users/
H A Dusers.c95 #define isauserlogin(uid) (uid >= 100) argument
96 #define isasystemlogin(uid) (uid < 100) argument
/illumos-gate/usr/src/cmd/cmd-inet/etc/
H A Dipqosconf.1.sample39 # service whose traffic you wish to apply EF to and the uid parameter of the
40 # filter ftpout needs to be given the uid of the user ftp. The ftp user account
85 uid __ftp-uid__
/illumos-gate/usr/src/lib/pam_modules/krb5/
H A Dutils.c52 get_pw_uid(char *user, uid_t *uid) in get_pw_uid() argument
61 *uid = sp.pw_uid; in get_pw_uid()
/illumos-gate/usr/src/uts/common/ipp/ipgpc/
H A Dclassifier.c107 ipgpc_findfilters(IPGPC_TABLE_UID, packet->uid, fid_table); in common_classify()
594 packet->uid = crgetuid(cr); in find_ids()
597 packet->uid = (uid_t)-1; in find_ids()
685 pkt->dsfield, pkt->uid, pkt->if_index, in print_packet()
697 pkt->dsfield, pkt->uid, pkt->if_index, in print_packet()
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dprivlib.c478 __init_daemon_priv(int flags, uid_t uid, gid_t gid, ...) in __init_daemon_priv() argument
522 if (uid != (uid_t)-1 && setreuid(uid, uid) != 0) in __init_daemon_priv()
551 if ((uid == (uid_t)-1 ? geteuid() : uid) == 0) { in __init_daemon_priv()
/illumos-gate/usr/src/uts/common/os/
H A Dpriv_defs107 In order to write files owned by uid 0 in the absence of an
108 effective uid of 0 ALL privileges are required.
125 Allows a process to create hardlinks to files owned by a uid
126 different from the process' effective uid.
136 permission bits or ACL except for the set-uid and set-gid
154 set-uid 0 file.
196 and the effective uid of the current process is not 0.
205 and the effective uid of the current process is not 0.
307 has any uid set to 0 all privilege must be asserted unless the
308 effective uid is 0.
[all …]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/acl/
H A Dacl_common.kshlib466 typeset uid=$1
469 if [[ -z $uid ]]; then
473 value=$(id $uid)
/illumos-gate/usr/src/cmd/ttymon/
H A Dtmexpress.c477 revokedevaccess(char *dev, uid_t uid, gid_t gid, mode_t mode) in revokedevaccess() argument
480 if (chown(dev, uid, gid) == -1) in revokedevaccess()
486 (void) acl_strip(dev, uid, gid, mode); in revokedevaccess()
/illumos-gate/usr/src/head/rpcsvc/
H A Dnfs_acl.x30 typedef int uid; typedef
38 uid id;
/illumos-gate/usr/src/uts/common/rpc/
H A Dkey_prot.x165 u_int uid; member
174 u_int uid; member
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dwebnfs.x121 unsigned uid; /* owner user id */ member
256 wnl_uid3 uid; member
/illumos-gate/usr/src/cmd/cdrw/
H A Dutil.c252 check_auth(uid_t uid) in check_auth() argument
257 pw = getpwuid(uid); in check_auth()
/illumos-gate/usr/src/lib/pam_modules/timestamp/
H A Dpam_timestamp.c39 uid_t uid; /* user's uid */ member
292 info.uid != getuid() || info.ts.tv_sec != tty.st_ctim.tv_sec || in pam_sm_authenticate()
391 info.uid = getuid(); in pam_sm_setcred()
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/scripting/
H A Dtst.uid.d39 printf("The uid is %d\n", $uid);
/illumos-gate/usr/src/lib/librestart/common/
H A Dlibrestart.c2100 uid_t uid; in get_uid() local
2104 uid = strtol(str, &cp, 10); in get_uid()
2115 if (uid > UID_MAX) in get_uid()
2118 *uidp = uid; in get_uid()
2219 if (cip->uid == 0) { in get_projid()
2437 ci->euid = ci->uid; in get_profile()
2532 ci->uid = (uid_t)-1; in get_ids()
2829 cip->uid = (uid_t)-1; in restarter_get_method_context()
2916 cip->uid = 0; in restarter_get_method_context()
3419 cip->uid = 0; in restarter_get_method_context()
[all …]

1...<<11121314151617181920>>...26