diff options
author | Vivek Goyal <vgoyal@redhat.com> | 2020-10-09 21:15:08 +0300 |
---|---|---|
committer | Miklos Szeredi <mszeredi@redhat.com> | 2020-11-11 19:22:33 +0300 |
commit | b866739596ae3c3c60c43f1cf04a516c5aa20fd1 (patch) | |
tree | f069020d9cdb3f3ba378bc97650605ab7369a84b /.mailmap | |
parent | 10c52c84e3f4872689a64ac7666b34d67e630691 (diff) | |
download | linux-b866739596ae3c3c60c43f1cf04a516c5aa20fd1.tar.xz |
fuse: set FUSE_WRITE_KILL_SUIDGID in cached write path
With HANDLE_KILLPRIV_V2, server will need to kill suid/sgid if caller does
not have CAP_FSETID. We already have a flag FUSE_WRITE_KILL_SUIDGID in
WRITE request and we already set it in direct I/O path.
To make it work in cached write path also, start setting
FUSE_WRITE_KILL_SUIDGID in this path too.
Set it only if fc->handle_killpriv_v2 is set. Otherwise client is
responsible for kill suid/sgid.
In case of direct I/O we set FUSE_WRITE_KILL_SUIDGID unconditionally
because we don't call file_remove_privs() in that path (with cache=none
option).
Signed-off-by: Vivek Goyal <vgoyal@redhat.com>
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
Diffstat (limited to '.mailmap')
0 files changed, 0 insertions, 0 deletions