[Bug 265625] .zfs/snapshot directory is always readable (also by non-privileged users)

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 16 Dec 2023 15:45:28 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265625

--- Comment #9 from Anton Saietskii <vsasjason@gmail.com> ---
(In reply to jbe from comment #8)

> But not fixing this bug is a security issue
I still doubt that we have to use technical measures to "fix" administrative
"issue". It looks for me pretty much the same as the following:
install -m 666 /path/to/file
<do something with it>
cp /path/to/file /path/to/file/copy
<do something else optionally>
chmod 600 /path/to/file

/path/to/file/copy remains 666, contains data from the point it was created
¯\_(ツ)_/¯

-- 
You are receiving this mail because:
You are the assignee for the bug.