Searched refs:CAP_FOWNER (Results 1 – 10 of 10) sorted by relevance
131 #define CAP_FOWNER 3 macro
73 | CAP_TO_MASK(CAP_FOWNER) \
756 if (err == -ENOKEY && capable(CAP_FOWNER)) in fscrypt_verify_key_added()
747 capable(CAP_FOWNER), &tp); in xfs_setattr_nonsize()
1273 capable(CAP_FOWNER), &tp); in xfs_ioctl_setattr_get_trans()
51 the file, or it has CAP_FOWNER capability. But FAT
532 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 file556 the process have the CAP_FOWNER capability in the initial user
2210 if (kuid_has_mapping(ns, i_uid) && ns_capable(ns, CAP_FOWNER)) in inode_owner_or_capable()
2817 return !capable_wrt_inode_uidgid(mnt_userns, inode, CAP_FOWNER); in __check_sticky()
1053 !uid_eq(ip->i_inode.i_uid, current_fsuid()) && !capable(CAP_FOWNER)) in gfs2_unlink_ok()
Completed in 36 milliseconds