/openbmc/qemu/bsd-user/ |
H A D | bsdload.c | 80 if ((mode & (S_ISGID | S_IXGRP)) == (S_ISGID | S_IXGRP)) { in prepare_binprm() 140 (fin.st_mode & (S_IXUSR | S_IXGRP | S_IXOTH)) != 0)) { in is_there()
|
/openbmc/u-boot/fs/reiserfs/ |
H A D | mode_string.c | 18 || ( S_IRGRP != 00040 ) || ( S_IWGRP != 00020 ) || ( S_IXGRP != 00010 ) \ 36 S_IRGRP, S_IWGRP, S_IXGRP, S_ISGID,
|
/openbmc/linux/include/linux/ |
H A D | stat.h | 13 #define S_IXUGO (S_IXUSR|S_IXGRP|S_IXOTH)
|
/openbmc/qemu/linux-user/ |
H A D | linuxload.c | 68 if ((mode & (S_ISGID | S_IXGRP)) == (S_ISGID | S_IXGRP)) { in prepare_binprm()
|
/openbmc/linux/tools/perf/trace/beauty/ |
H A D | mode_t.c | 20 #define S_IXUGO (S_IXUSR|S_IXGRP|S_IXOTH)
|
/openbmc/linux/tools/include/uapi/linux/ |
H A D | stat.h | 37 #define S_IXGRP 00010 macro
|
/openbmc/linux/include/uapi/linux/ |
H A D | stat.h | 37 #define S_IXGRP 00010 macro
|
/openbmc/u-boot/include/linux/ |
H A D | stat.h | 38 #define S_IXGRP 00010 /* execute/search permission for group */ macro
|
/openbmc/openbmc/poky/meta/lib/oeqa/utils/ |
H A D | postactions.py | 93 os.chmod(outputdir, stat.S_IRWXU | stat.S_IRGRP | stat.S_IXGRP | stat.S_IROTH | stat.S_IXOTH)
|
/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 | 47 #define DND_STAGINGDIR_PERMS (S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH)
|
/openbmc/u-boot/cmd/ |
H A D | cramfs.c | 68 if(mode & S_ISGID) str[6] = (mode & S_IXGRP)?'s':'S'; in mkmodestr()
|
/openbmc/openbmc/poky/meta/lib/bblayers/setupwriters/ |
H A D | oe-setup-layers.py | 28 os.chmod(output, st.st_mode | stat.S_IEXEC | stat.S_IXGRP | stat.S_IXOTH)
|
/openbmc/linux/tools/include/nolibc/ |
H A D | types.h | 52 #define S_IXGRP 00010 macro
|
/openbmc/linux/samples/vfs/ |
H A D | test-statx.c | 132 stx->stx_mode & S_IXGRP ? 'x' : '-', in dump_statx()
|
/openbmc/linux/fs/orangefs/ |
H A D | orangefs-utils.c | 114 perm_mode |= S_IXGRP; in orangefs_inode_perms() 543 S_IXGRP, S_IWGRP, S_IRGRP, in ORANGEFS_util_translate_mode()
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_pnfs.c | 98 if (VFS_I(ip)->i_mode & S_IXGRP) in xfs_fs_map_update_inode()
|
/openbmc/linux/fs/ |
H A D | attr.c | 44 if (mode & S_IXGRP) in setattr_should_drop_sgid()
|
H A D | exec.c | 1671 if ((mode & (S_ISGID | S_IXGRP)) == (S_ISGID | S_IXGRP)) { in bprm_fill_uid()
|
/openbmc/phosphor-led-sysfs/test/ |
H A D | physical.cpp | 36 if (chmod(dir, S_IXUSR | S_IXGRP) == -1) in createSandbox()
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | sstatesig.py | 638 add_perm(stat.S_IXGRP, 's', 'S') 640 add_perm(stat.S_IXGRP, 'x')
|
/openbmc/openbmc/poky/meta/classes-global/ |
H A D | uninative.bbclass | 168 …if not ((s[stat.ST_MODE] & stat.S_IXUSR) or (s[stat.ST_MODE] & stat.S_IXGRP) or (s[stat.ST_MODE] &…
|
/openbmc/linux/fs/affs/ |
H A D | inode.c | 103 inode->i_mode |= S_IXGRP; in affs_iget()
|
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
H A D | reproducible.py | 314 … os.chmod(save_dir, stat.S_IRWXU | stat.S_IRGRP | stat.S_IXGRP | stat.S_IROTH | stat.S_IXOTH)
|
/openbmc/linux/fs/tracefs/ |
H A D | inode.c | 690 inode->i_mode = S_IFDIR | S_IRWXU | S_IRUSR| S_IRGRP | S_IXUSR | S_IXGRP; in __create_dir()
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | license_image.bbclass | 195 … os.chmod(p, stat.S_IRWXU | stat.S_IRGRP | stat.S_IXGRP | stat.S_IROTH | stat.S_IXOTH)
|