/openbmc/u-boot/fs/reiserfs/ |
H A D | mode_string.c | 16 #if ( S_ISUID != 04000 ) || ( S_ISGID != 02000 ) || ( S_ISVTX != 01000 ) \ 29 #if (S_IRWXU | S_IRWXG | S_IRWXO | S_ISUID | S_ISGID | S_ISVTX) == 07777 36 S_IRGRP, S_IWGRP, S_IXGRP, S_ISGID,
|
/openbmc/linux/fs/ |
H A D | attr.c | 42 if (!(mode & S_ISGID)) in setattr_should_drop_sgid() 209 attr->ia_mode &= ~S_ISGID; in setattr_prepare() 320 mode &= ~S_ISGID; in setattr_copy() 457 if (mode & S_ISGID) { in notify_change() 462 attr->ia_mode &= ~S_ISGID; in notify_change()
|
H A D | inode.c | 2419 if (dir && dir->i_mode & S_ISGID) { in inode_init_owner() 2424 mode |= S_ISGID; in inode_init_owner() 2630 if ((mode & (S_ISGID | S_IXGRP)) != (S_ISGID | S_IXGRP)) in mode_strip_sgid() 2632 if (S_ISDIR(mode) || !dir || !(dir->i_mode & S_ISGID)) in mode_strip_sgid() 2636 return mode & ~S_ISGID; in mode_strip_sgid()
|
H A D | exec.c | 1642 if (!(mode & (S_ISUID|S_ISGID))) in bprm_fill_uid() 1671 if ((mode & (S_ISGID | S_IXGRP)) == (S_ISGID | S_IXGRP)) { in bprm_fill_uid()
|
/openbmc/qemu/bsd-user/ |
H A D | bsdload.c | 80 if ((mode & (S_ISGID | S_IXGRP)) == (S_ISGID | S_IXGRP)) { in prepare_binprm()
|
/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 */
|
/openbmc/linux/include/linux/ |
H A D | stat.h | 10 #define S_IALLUGO (S_ISUID|S_ISGID|S_ISVTX|S_IRWXUGO)
|
/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 | 11 #define S_IALLUGO (S_ISUID|S_ISGID|S_ISVTX|S_IRWXUGO)
|
/openbmc/linux/tools/include/uapi/linux/ |
H A D | stat.h | 18 #define S_ISGID 0002000 macro
|
/openbmc/linux/include/uapi/linux/ |
H A D | stat.h | 18 #define S_ISGID 0002000 macro
|
/openbmc/linux/tools/testing/selftests/capabilities/ |
H A D | test_execve.c | 254 if (chmod("validate_cap_sgidroot", S_ISGID | 0710) != 0) in do_tests() 261 if (chmod("validate_cap_sgidnonroot", S_ISGID | 0710) != 0) in do_tests()
|
/openbmc/u-boot/include/linux/ |
H A D | stat.h | 19 #define S_ISGID 0002000 /* set group id on execution */ macro
|
/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 | 37 # define ALLPERMS (S_ISUID|S_ISGID|S_ISVTX|S_IRWXU|S_IRWXG|S_IRWXO)
|
/openbmc/u-boot/cmd/ |
H A D | cramfs.c | 68 if(mode & S_ISGID) str[6] = (mode & S_IXGRP)?'s':'S'; in mkmodestr()
|
/openbmc/linux/fs/configfs/ |
H A D | inode.c | 81 mode &= ~S_ISGID; in configfs_setattr()
|
/openbmc/linux/fs/9p/ |
H A D | vfs_inode_dotl.c | 48 if (dir_inode->i_mode & S_ISGID) { in v9fs_get_fsgid_for_create() 373 if (dir->i_mode & S_ISGID) in v9fs_vfs_mkdir_dotl() 374 omode |= S_ISGID; in v9fs_vfs_mkdir_dotl()
|
H A D | vfs_inode.c | 66 if ((mode & S_ISGID) == S_ISGID) in unixmode2p9mode() 92 res |= S_ISGID; in p9mode2perm()
|
/openbmc/linux/fs/orangefs/ |
H A D | orangefs-utils.c | 128 perm_mode |= S_ISGID; in orangefs_inode_perms() 545 S_ISGID, S_ISUID in ORANGEFS_util_translate_mode()
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_pnfs.c | 99 VFS_I(ip)->i_mode &= ~S_ISGID; in xfs_fs_map_update_inode()
|
H A D | xfs_inode.h | 504 (xfs_has_grpid((pip)->i_mount) || (VFS_I(pip)->i_mode & S_ISGID))
|
/openbmc/linux/fs/jffs2/ |
H A D | fs.c | 449 if (dir_i->i_mode & S_ISGID) { in jffs2_new_inode() 452 mode |= S_ISGID; in jffs2_new_inode()
|
/openbmc/linux/fs/smb/client/ |
H A D | dir.c | 354 if (inode->i_mode & S_ISGID) 393 if (inode->i_mode & S_ISGID)
|
H A D | inode.c | 618 #define SFBITS_MASK (S_ISVTX | S_ISGID | S_ISUID) /* SETFILEBITS valid bits */ 709 mode |= (wire & POSIX_SET_GID) ? S_ISGID : 0; in wire_perms_to_posix() 1994 if (parent->i_mode & S_ISGID) 1995 mode |= S_ISGID; 2008 if (parent->i_mode & S_ISGID) 2033 if (inode->i_mode & S_ISGID)
|
/openbmc/linux/fs/f2fs/ |
H A D | acl.c | 224 mode &= ~S_ISGID; in f2fs_acl_update_mode()
|