mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Fix build.
This commit is contained in:
parent
31223e68e2
commit
ff4fc43afd
1 changed files with 2 additions and 0 deletions
|
|
@ -2249,6 +2249,7 @@ fuse_vnop_setattr(struct vop_setattr_args *ap)
|
|||
if (vap->va_uid != old_va.va_uid)
|
||||
return err;
|
||||
drop_suid = true;
|
||||
}
|
||||
}
|
||||
accmode |= VADMIN;
|
||||
}
|
||||
|
|
@ -2269,6 +2270,7 @@ fuse_vnop_setattr(struct vop_setattr_args *ap)
|
|||
return (err2);
|
||||
if (vap->va_gid != old_va.va_gid)
|
||||
return err;
|
||||
}
|
||||
}
|
||||
accmode |= VADMIN;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue