Home
last modified time | relevance | path

Searched refs:CAP_FOWNER (Results 1 – 10 of 10) sorted by relevance

/linux-6.3-rc2/include/uapi/linux/
A Dcapability.h131 #define CAP_FOWNER 3 macro
/linux-6.3-rc2/include/linux/
A Dcapability.h61 | BIT_ULL(CAP_FOWNER) \
/linux-6.3-rc2/fs/crypto/
A Dkeyring.c841 if (err == -ENOKEY && capable(CAP_FOWNER)) in fscrypt_verify_key_added()
/linux-6.3-rc2/fs/xfs/
A Dxfs_iops.c709 has_capability_noaudit(current, CAP_FOWNER), &tp); in xfs_setattr_nonsize()
A Dxfs_ioctl.c1199 has_capability_noaudit(current, CAP_FOWNER), &tp); in xfs_ioctl_setattr_get_trans()
/linux-6.3-rc2/Documentation/filesystems/
A Dvfat.rst51 the file, or it has CAP_FOWNER capability. But FAT
A Dfscrypt.rst551 user or that the caller has CAP_FOWNER in the initial user namespace.
565 process have the CAP_FOWNER capability in a namespace with the file
575 the process have the CAP_FOWNER capability in the initial user
/linux-6.3-rc2/fs/
A Dinode.c2335 if (vfsuid_has_mapping(ns, vfsuid) && ns_capable(ns, CAP_FOWNER)) in inode_owner_or_capable()
A Dnamei.c2893 return !capable_wrt_inode_uidgid(idmap, inode, CAP_FOWNER); in __check_sticky()
/linux-6.3-rc2/fs/gfs2/
A Dinode.c1083 !uid_eq(ip->i_inode.i_uid, current_fsuid()) && !capable(CAP_FOWNER)) in gfs2_unlink_ok()

Completed in 35 milliseconds