/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/open-vm-tools/open-vm-tools/ |
H A D | 0003-Fix-definition-of-ALLPERMS-and-ACCESSPERMS.patch | 34 # define ACCESSPERMS (S_IRWXU|S_IRWXG|S_IRWXO) 37 # define ALLPERMS (S_ISUID|S_ISGID|S_ISVTX|S_IRWXU|S_IRWXG|S_IRWXO) 46 #define DND_ROOTDIR_PERMS (S_IRWXU | S_IRWXG | S_IRWXO) 50 #define ACCESSPERMS (S_IRWXU | S_IRWXG | S_IRWXO) 57 -#define ACCESSPERMS (S_IRWXU | S_IRWXG | S_IRWXO)
|
/openbmc/linux/fs/ |
H A D | posix_acl.c | 322 mode |= (pa->e_perm & S_IRWXO) << 6; in posix_acl_equiv_mode() 325 mode |= (pa->e_perm & S_IRWXO) << 3; in posix_acl_equiv_mode() 328 mode |= pa->e_perm & S_IRWXO; in posix_acl_equiv_mode() 332 ((pa->e_perm & S_IRWXO) << 3); in posix_acl_equiv_mode() 366 acl->a_entries[2].e_perm = (mode & S_IRWXO); in posix_acl_from_mode() 466 pa->e_perm &= (mode >> 6) | ~S_IRWXO; in posix_acl_create_masq() 480 pa->e_perm &= mode | ~S_IRWXO; in posix_acl_create_masq() 481 mode &= pa->e_perm | ~S_IRWXO; in posix_acl_create_masq() 495 mask_obj->e_perm &= (mode >> 3) | ~S_IRWXO; in posix_acl_create_masq() 500 group_obj->e_perm &= (mode >> 3) | ~S_IRWXO; in posix_acl_create_masq() [all …]
|
H A D | open.c | 465 if (mode & ~S_IRWXO) /* where's F_OK, X_OK, W_OK, R_OK? */ in do_faccessat()
|
/openbmc/linux/fs/f2fs/ |
H A D | acl.c | 321 pa->e_perm &= (mode >> 6) | ~S_IRWXO; in f2fs_acl_create_masq() 335 pa->e_perm &= mode | ~S_IRWXO; in f2fs_acl_create_masq() 336 mode &= pa->e_perm | ~S_IRWXO; in f2fs_acl_create_masq() 350 mask_obj->e_perm &= (mode >> 3) | ~S_IRWXO; in f2fs_acl_create_masq() 355 group_obj->e_perm &= (mode >> 3) | ~S_IRWXO; in f2fs_acl_create_masq()
|
/openbmc/openbmc/poky/meta/recipes-devtools/elfutils/files/ |
H A D | 0003-musl-utils.patch | 32 +# define ALLPERMS (S_ISUID|S_ISGID|S_ISVTX|S_IRWXU|S_IRWXG|S_IRWXO) /* 07777 */ 49 +# define ALLPERMS (S_ISUID|S_ISGID|S_ISVTX|S_IRWXU|S_IRWXG|S_IRWXO) /* 07777 */ 67 +# define ACCESSPERMS (S_IRWXU|S_IRWXG|S_IRWXO) /* 0777 */
|
/openbmc/linux/fs/nfs_common/ |
H A D | nfsacl.c | 76 *p++ = htonl(entry->e_perm & S_IRWXO); in xdr_nfsace_encode() 253 if (entry->e_perm & ~S_IRWXO) in xdr_nfsace_decode() 258 entry->e_perm &= S_IRWXO; in xdr_nfsace_decode()
|
/openbmc/linux/include/linux/ |
H A D | stat.h | 9 #define S_IRWXUGO (S_IRWXU|S_IRWXG|S_IRWXO)
|
/openbmc/linux/tools/perf/trace/beauty/ |
H A D | mode_t.c | 8 #define S_IRWXUGO (S_IRWXU|S_IRWXG|S_IRWXO)
|
/openbmc/u-boot/fs/reiserfs/ |
H A D | mode_string.c | 29 #if (S_IRWXU | S_IRWXG | S_IRWXO | S_ISUID | S_ISGID | S_ISVTX) == 07777
|
/openbmc/linux/tools/include/uapi/linux/ |
H A D | stat.h | 39 #define S_IRWXO 00007 macro
|
/openbmc/linux/include/uapi/linux/ |
H A D | stat.h | 39 #define S_IRWXO 00007 macro
|
/openbmc/u-boot/include/linux/ |
H A D | stat.h | 40 #define S_IRWXO 00007 /* rwx for other */ macro
|
/openbmc/linux/tools/include/nolibc/ |
H A D | types.h | 54 #define S_IRWXO 00007 macro
|
/openbmc/linux/fs/adfs/ |
H A D | super.c | 23 #define ADFS_DEFAULT_OTHER_MASK (S_IRWXG | S_IRWXO)
|
/openbmc/qemu/tests/qtest/ |
H A D | ivshmem-test.c | 467 S_IRWXU|S_IRWXG|S_IRWXO); in mktempshm()
|
/openbmc/phosphor-host-ipmid/user_channel/ |
H A D | passwd_mgr.cpp | 44 (S_ISUID | S_ISGID | S_ISVTX | S_IRWXU | S_IRWXG | S_IRWXO);
|
/openbmc/linux/fs/smb/client/ |
H A D | link.c | 236 fattr->cf_mode |= S_IFLNK | S_IRWXU | S_IRWXG | S_IRWXO; in check_mf_symlink()
|
/openbmc/qemu/block/export/ |
H A D | fuse.c | 520 (statbuf->st_mode & (S_IRWXG | S_IRWXO)) != 0) in fuse_setattr()
|
/openbmc/linux/scripts/ |
H A D | unifdef.c | 352 fchmod(ofd, ist.st_mode & (S_IRWXU|S_IRWXG|S_IRWXO)); in main()
|
/openbmc/qemu/qga/ |
H A D | main.c | 608 umask(S_IRWXG | S_IRWXO); in become_daemon()
|