A filesystem for virtualization
A filesystem for virtualization
Posted May 17, 2019 0:55 UTC (Fri) by kmeyer (subscriber, #50720)Parent article: A filesystem for virtualization
> The worry about such a flag is that changes can be made to a file's contents without anyone noticing, Myklebust said.
Can't any user that can modify a file already set the mtime arbitrarily (under ordinary unix permissions)? (I would expect SELinux or ACLs / MAC policy can restrict this in some way.) I would assume open() with the "suppress mtime/atime change" flag would cause open() to EPERM or EACCES if the user does not have that capability per security policy, making the concern moot?
