Thread (53 messages) 53 messages, 8 authors, 2020-11-02

Re: [PATCH 07/34] capability: handle idmapped mounts

From: Christoph Hellwig <hch@infradead.org>
Date: 2020-11-01 14:48:14
Also in: linux-api, linux-ext4, linux-fsdevel, linux-integrity, linux-unionfs, selinux

quoted hunk ↗ jump to hunk
 /**
  * capable_wrt_inode_uidgid - Check nsown_capable and uid and gid mapped
  * @inode: The inode in question
@@ -501,9 +513,7 @@ bool privileged_wrt_inode_uidgid(struct user_namespace *ns, const struct inode *
  */
 bool capable_wrt_inode_uidgid(const struct inode *inode, int cap)
 {
+	return capable_wrt_mapped_inode_uidgid(&init_user_ns, inode, cap);
 }
 EXPORT_SYMBOL(capable_wrt_inode_uidgid);
Please avoid these silly wrappers and just switch all callers to pass
the namespaces instead of creating boilerplate code.  Same for the other
functions where you do this even even worse the method calls.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help