Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/linux/
Dcapability.h131 #define CAP_FOWNER 3 macro
/Linux-v5.4/include/linux/
Dcapability.h73 | CAP_TO_MASK(CAP_FOWNER) \
/Linux-v5.4/fs/crypto/
Dkeyring.c607 if (err == -ENOKEY && capable(CAP_FOWNER)) in fscrypt_verify_key_added()
/Linux-v5.4/fs/xfs/
Dxfs_iops.c704 NULL, capable(CAP_FOWNER) ? in xfs_setattr_nonsize()
Dxfs_ioctl.c1574 capable(CAP_FOWNER) ? XFS_QMOPT_FORCE_RES : 0); in xfs_ioctl_setattr()
/Linux-v5.4/Documentation/filesystems/
Dvfat.txt36 the file, or it has CAP_FOWNER capability. But FAT
Dfscrypt.rst477 user or that the caller has CAP_FOWNER in the initial user namespace.
491 process have the CAP_FOWNER capability in a namespace with the file
499 the process have the CAP_FOWNER capability in the initial user
/Linux-v5.4/fs/
Dinode.c2079 if (kuid_has_mapping(ns, inode->i_uid) && ns_capable(ns, CAP_FOWNER)) in inode_owner_or_capable()
Dnamei.c2756 return !capable_wrt_inode_uidgid(inode, CAP_FOWNER); in __check_sticky()
/Linux-v5.4/fs/gfs2/
Dinode.c1037 !uid_eq(ip->i_inode.i_uid, current_fsuid()) && !capable(CAP_FOWNER)) in gfs2_unlink_ok()