Searched refs:UID_NOBODY (Results 1 – 11 of 11) sorted by relevance
| /freebsd/contrib/pjdfstest/tests/utimensat/ |
| H A D | 07.t | 18 UID_NOBODY=`id -u nobody` 29 expect EPERM -u $UID_NOBODY open . O_RDONLY : utimensat 0 ${n0} 0 UTIME_OMIT $DATE2 0 0 30 expect EPERM -u $UID_NOBODY open . O_RDONLY : utimensat 0 ${n0} $DATE1 0 0 UTIME_OMIT 0 31 expect EPERM -u $UID_NOBODY open . O_RDONLY : utimensat 0 ${n0} $DATE1 0 $DATE2 0 0 35 expect EPERM -u $UID_NOBODY open . O_RDONLY : utimensat 0 ${n0} 0 UTIME_OMIT $DATE2 0 0 36 expect EPERM -u $UID_NOBODY open . O_RDONLY : utimensat 0 ${n0} $DATE1 0 0 UTIME_OMIT 0 37 expect EPERM -u $UID_NOBODY open . O_RDONLY : utimensat 0 ${n0} $DATE1 0 $DATE2 0 0 40 expect 0 chown ${n0} $UID_NOBODY $GID_NOBODY 42 expect 0 -u $UID_NOBODY open . O_RDONLY : utimensat 0 ${n0} $DATE1 0 $DATE2 0
|
| H A D | 06.t | 16 UID_NOBODY=`id -u nobody` 27 expect EACCES -u $UID_NOBODY open . O_RDONLY : utimensat 0 ${n0} 0 UTIME_NOW 0 UTIME_NOW 0 30 expect 0 chown ${n0} $UID_NOBODY $GID_NOBODY 32 expect 0 -u $UID_NOBODY open . O_RDONLY : utimensat 0 ${n0} 0 UTIME_NOW 0 UTIME_NOW 0 40 expect 0 -u $UID_NOBODY open . O_RDONLY : utimensat 0 ${n0} 0 UTIME_NOW 0 UTIME_NOW 0
|
| /freebsd/sys/contrib/openzfs/lib/libspl/include/os/linux/sys/ |
| H A D | param.h | 43 #define UID_NOBODY 60001 /* user ID no body */ macro 44 #define GID_NOBODY UID_NOBODY
|
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | zfs_fuid.c | 384 return (UID_NOBODY); in zfs_fuid_map_id() 516 return ((type == ZFS_OWNER) ? UID_NOBODY : GID_NOBODY); in zfs_fuid_create_cred() 564 uint64_t idx = UID_NOBODY; in zfs_fuid_create() 589 return (UID_NOBODY); in zfs_fuid_create() 625 rid = UID_NOBODY; in zfs_fuid_create()
|
| /freebsd/lib/libc/tests/stdtime/ |
| H A D | detect_tz_changes_test.c | 439 ATF_REQUIRE_EQ(0, seteuid(UID_NOBODY)); in ATF_TC_HEAD() 455 ATF_REQUIRE_EQ(0, seteuid(UID_NOBODY)); in ATF_TP_ADD_TCS()
|
| /freebsd/sys/sys/ |
| H A D | conf.h | 150 #define UID_NOBODY 65534 macro
|
| /freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | zfs_acl.c | 1652 id = UID_NOBODY; in zfs_acl_ids_create() 2166 if (newid != UID_NOBODY && in zfs_zaccess_aces_check()
|
| /freebsd/sys/fs/nfs/ |
| H A D | nfs_commonsubs.c | 91 { NFSID_INITIALIZE, UID_NOBODY, GID_NOGROUP, NULL }, 94 { NFSID_ADDGID, UID_NOBODY, GID_WHEEL, "wheel" }, 95 { NFSID_ADDGID, UID_NOBODY, GID_OPERATOR, "operator" }, 102 VNET_DEFINE(uid_t, nfsrv_defaultuid) = UID_NOBODY;
|
| /freebsd/usr.sbin/mountd/ |
| H A D | mountd.c | 1614 anon.cr_uid = UID_NOBODY; in get_exportlist_one() 3681 cr->cr_uid = UID_NOBODY; in parsecred()
|
| /freebsd/sys/compat/linprocfs/ |
| H A D | linprocfs.c | 2296 sbuf_printf(sb, "%u\n", UID_NOBODY); in linprocfs_dooverflowuid()
|
| /freebsd/sys/fs/nfsclient/ |
| H A D | nfs_clrpcops.c | 8415 *uidp = UID_NOBODY; in nfsrv_parseug()
|