Searched refs:CAP_FOWNER (Results 1 – 10 of 10) sorted by relevance
/Linux-v6.1/include/uapi/linux/ |
D | capability.h | 131 #define CAP_FOWNER 3 macro
|
/Linux-v6.1/include/linux/ |
D | capability.h | 73 | CAP_TO_MASK(CAP_FOWNER) \
|
/Linux-v6.1/fs/crypto/ |
D | keyring.c | 855 if (err == -ENOKEY && capable(CAP_FOWNER)) in fscrypt_verify_key_added()
|
/Linux-v6.1/fs/xfs/ |
D | xfs_iops.c | 709 has_capability_noaudit(current, CAP_FOWNER), &tp); in xfs_setattr_nonsize()
|
D | xfs_ioctl.c | 1203 has_capability_noaudit(current, CAP_FOWNER), &tp); in xfs_ioctl_setattr_get_trans()
|
/Linux-v6.1/Documentation/filesystems/ |
D | vfat.rst | 51 the file, or it has CAP_FOWNER capability. But FAT
|
D | fscrypt.rst | 544 user or that the caller has CAP_FOWNER in the initial user namespace. 558 process have the CAP_FOWNER capability in a namespace with the file 568 the process have the CAP_FOWNER capability in the initial user
|
/Linux-v6.1/fs/ |
D | inode.c | 2365 if (kuid_has_mapping(ns, i_uid) && ns_capable(ns, CAP_FOWNER)) in inode_owner_or_capable()
|
D | namei.c | 2892 return !capable_wrt_inode_uidgid(mnt_userns, inode, CAP_FOWNER); in __check_sticky()
|
/Linux-v6.1/fs/gfs2/ |
D | inode.c | 1065 !uid_eq(ip->i_inode.i_uid, current_fsuid()) && !capable(CAP_FOWNER)) in gfs2_unlink_ok()
|