selinux: remove secondary ops call to inode_setattr
Remove secondary ops call to inode_setattr, which is a noop in capabilities. Acked-by: Serge Hallyn <serue@us.ibm.com> Acked-by: Eric Paris <eparis@redhat.com> Signed-off-by: James Morris <jmorris@namei.org>
This commit is contained in:
@@ -2694,11 +2694,6 @@ static int selinux_inode_permission(struct inode *inode, int mask)
|
|||||||
static int selinux_inode_setattr(struct dentry *dentry, struct iattr *iattr)
|
static int selinux_inode_setattr(struct dentry *dentry, struct iattr *iattr)
|
||||||
{
|
{
|
||||||
const struct cred *cred = current_cred();
|
const struct cred *cred = current_cred();
|
||||||
int rc;
|
|
||||||
|
|
||||||
rc = secondary_ops->inode_setattr(dentry, iattr);
|
|
||||||
if (rc)
|
|
||||||
return rc;
|
|
||||||
|
|
||||||
if (iattr->ia_valid & ATTR_FORCE)
|
if (iattr->ia_valid & ATTR_FORCE)
|
||||||
return 0;
|
return 0;
|
||||||
|
Reference in New Issue
Block a user