summaryrefslogtreecommitdiff
path: root/kernel
diff options
context:
space:
mode:
authorMiklos Szeredi <mszeredi@redhat.com>2016-10-01 05:32:32 (GMT)
committerMiklos Szeredi <mszeredi@redhat.com>2016-10-01 05:32:32 (GMT)
commita09f99eddef44035ec764075a37bace8181bec38 (patch)
treee232e770852cba1b8e339aebf9d6f37362304070 /kernel
parent5e2b8828ff3d79aca8c3a1730652758753205b61 (diff)
downloadlinux-a09f99eddef44035ec764075a37bace8181bec38.tar.xz
fuse: fix killing s[ug]id in setattr
Fuse allowed VFS to set mode in setattr in order to clear suid/sgid on chown and truncate, and (since writeback_cache) write. The problem with this is that it'll potentially restore a stale mode. The poper fix would be to let the filesystems do the suid/sgid clearing on the relevant operations. Possibly some are already doing it but there's no way we can detect this. So fix this by refreshing and recalculating the mode. Do this only if ATTR_KILL_S[UG]ID is set to not destroy performance for writes. This is still racy but the size of the window is reduced. Signed-off-by: Miklos Szeredi <mszeredi@redhat.com> Cc: <stable@vger.kernel.org>
Diffstat (limited to 'kernel')
0 files changed, 0 insertions, 0 deletions