Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
A Dcapability.h131 #define CAP_FOWNER 3 macro
/linux/include/linux/
A Dcapability.h73 | CAP_TO_MASK(CAP_FOWNER) \
/linux/fs/crypto/
A Dkeyring.c756 if (err == -ENOKEY && capable(CAP_FOWNER)) in fscrypt_verify_key_added()
/linux/fs/xfs/
A Dxfs_iops.c747 capable(CAP_FOWNER), &tp); in xfs_setattr_nonsize()
A Dxfs_ioctl.c1273 capable(CAP_FOWNER), &tp); in xfs_ioctl_setattr_get_trans()
/linux/Documentation/filesystems/
A Dvfat.rst51 the file, or it has CAP_FOWNER capability. But FAT
A Dfscrypt.rst532 user or that the caller has CAP_FOWNER in the initial user namespace.
546 process have the CAP_FOWNER capability in a namespace with the file
556 the process have the CAP_FOWNER capability in the initial user
/linux/fs/
A Dinode.c2210 if (kuid_has_mapping(ns, i_uid) && ns_capable(ns, CAP_FOWNER)) in inode_owner_or_capable()
A Dnamei.c2817 return !capable_wrt_inode_uidgid(mnt_userns, inode, CAP_FOWNER); in __check_sticky()
/linux/fs/gfs2/
A Dinode.c1053 !uid_eq(ip->i_inode.i_uid, current_fsuid()) && !capable(CAP_FOWNER)) in gfs2_unlink_ok()

Completed in 36 milliseconds