Home
last modified time | relevance | path

Searched refs:S_IXGRP (Results 1 – 25 of 38) sorted by relevance

12

/openbmc/qemu/bsd-user/
H A Dbsdload.c80 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 Dmode_string.c18 || ( S_IRGRP != 00040 ) || ( S_IWGRP != 00020 ) || ( S_IXGRP != 00010 ) \
36 S_IRGRP, S_IWGRP, S_IXGRP, S_ISGID,
/openbmc/linux/include/linux/
H A Dstat.h13 #define S_IXUGO (S_IXUSR|S_IXGRP|S_IXOTH)
/openbmc/qemu/linux-user/
H A Dlinuxload.c68 if ((mode & (S_ISGID | S_IXGRP)) == (S_ISGID | S_IXGRP)) { in prepare_binprm()
/openbmc/linux/tools/perf/trace/beauty/
H A Dmode_t.c20 #define S_IXUGO (S_IXUSR|S_IXGRP|S_IXOTH)
/openbmc/linux/tools/include/uapi/linux/
H A Dstat.h37 #define S_IXGRP 00010 macro
/openbmc/linux/include/uapi/linux/
H A Dstat.h37 #define S_IXGRP 00010 macro
/openbmc/u-boot/include/linux/
H A Dstat.h38 #define S_IXGRP 00010 /* execute/search permission for group */ macro
/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Dpostactions.py93 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 D0003-Fix-definition-of-ALLPERMS-and-ACCESSPERMS.patch47 #define DND_STAGINGDIR_PERMS (S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH)
/openbmc/u-boot/cmd/
H A Dcramfs.c68 if(mode & S_ISGID) str[6] = (mode & S_IXGRP)?'s':'S'; in mkmodestr()
/openbmc/openbmc/poky/meta/lib/bblayers/setupwriters/
H A Doe-setup-layers.py28 os.chmod(output, st.st_mode | stat.S_IEXEC | stat.S_IXGRP | stat.S_IXOTH)
/openbmc/linux/tools/include/nolibc/
H A Dtypes.h52 #define S_IXGRP 00010 macro
/openbmc/linux/samples/vfs/
H A Dtest-statx.c132 stx->stx_mode & S_IXGRP ? 'x' : '-', in dump_statx()
/openbmc/linux/fs/orangefs/
H A Dorangefs-utils.c114 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 Dxfs_pnfs.c98 if (VFS_I(ip)->i_mode & S_IXGRP) in xfs_fs_map_update_inode()
/openbmc/linux/fs/
H A Dattr.c44 if (mode & S_IXGRP) in setattr_should_drop_sgid()
H A Dexec.c1671 if ((mode & (S_ISGID | S_IXGRP)) == (S_ISGID | S_IXGRP)) { in bprm_fill_uid()
/openbmc/phosphor-led-sysfs/test/
H A Dphysical.cpp36 if (chmod(dir, S_IXUSR | S_IXGRP) == -1) in createSandbox()
/openbmc/openbmc/poky/meta/lib/oe/
H A Dsstatesig.py638 add_perm(stat.S_IXGRP, 's', 'S')
640 add_perm(stat.S_IXGRP, 'x')
/openbmc/openbmc/poky/meta/classes-global/
H A Duninative.bbclass168 …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 Dinode.c103 inode->i_mode |= S_IXGRP; in affs_iget()
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dreproducible.py314 … 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 Dinode.c690 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 Dlicense_image.bbclass195 … os.chmod(p, stat.S_IRWXU | stat.S_IRGRP | stat.S_IXGRP | stat.S_IROTH | stat.S_IXOTH)

12