Searched refs:CAP_FSETID (Results 1 – 16 of 16) sorted by relevance
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/hiawatha/files/ |
H A D | hiawatha.service | 13 CapabilityBoundingSet=CAP_NET_BIND_SERVICE CAP_CHOWN CAP_DAC_OVERRIDE CAP_FOWNER CAP_FSETID CAP_SET…
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/colord/colord/ |
H A D | 08a32b2379fb5582f4312e59bf51a2823df56276.patch | 27 …P_SETUID CAP_SETGID CAP_SETPCAP CAP_SYS_ADMIN CAP_SYS_PTRACE CAP_CHOWN CAP_FSETID CAP_SETFCAP CAP_…
|
/openbmc/linux/include/uapi/linux/ |
H A D | capability.h | 141 #define CAP_FSETID 4 macro
|
/openbmc/linux/fs/fuse/ |
H A D | acl.c | 150 !capable_wrt_inode_uidgid(&nop_mnt_idmap, inode, CAP_FSETID)) in fuse_set_acl()
|
H A D | dir.c | 652 !(flags & O_EXCL) && !capable(CAP_FSETID)) { in fuse_create_open() 1942 if (fc->handle_killpriv_v2 && !capable(CAP_FSETID)) in fuse_do_setattr()
|
H A D | file.c | 36 (inarg.flags & O_TRUNC) && !capable(CAP_FSETID)) { in fuse_send_open() 1130 if (fm->fc->handle_killpriv_v2 && !capable(CAP_FSETID)) in fuse_send_write_pages() 1486 if (!capable(CAP_FSETID)) in fuse_direct_io()
|
/openbmc/linux/include/linux/ |
H A D | capability.h | 62 | BIT_ULL(CAP_FSETID) \
|
/openbmc/linux/fs/configfs/ |
H A D | inode.c | 80 if (!in_group_p(inode->i_gid) && !capable(CAP_FSETID)) in configfs_setattr()
|
/openbmc/linux/fs/ |
H A D | attr.c | 79 if (unlikely(kill && !capable(CAP_FSETID) && S_ISREG(mode))) in setattr_should_drop_suidgid()
|
H A D | posix_acl.c | 720 !capable_wrt_inode_uidgid(idmap, inode, CAP_FSETID)) in posix_acl_update_mode()
|
H A D | inode.c | 2608 if (capable_wrt_inode_uidgid(idmap, inode, CAP_FSETID)) in in_group_or_capable()
|
/openbmc/linux/fs/f2fs/ |
H A D | acl.c | 223 !capable_wrt_inode_uidgid(idmap, inode, CAP_FSETID)) in f2fs_acl_update_mode()
|
H A D | file.c | 955 !capable_wrt_inode_uidgid(idmap, inode, CAP_FSETID)) in __setattr_copy()
|
/openbmc/linux/fs/overlayfs/ |
H A D | inode.c | 684 !capable_wrt_inode_uidgid(&nop_mnt_idmap, inode, CAP_FSETID)) { in ovl_set_acl()
|
/openbmc/linux/fs/ubifs/ |
H A D | file.c | 1094 if (!in_group_p(inode->i_gid) && !capable(CAP_FSETID)) in do_attr_changes()
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_ioctl.c | 1396 !capable_wrt_inode_uidgid(idmap, VFS_I(ip), CAP_FSETID)) in xfs_fileattr_set()
|