Files
RedBear-OS/randd
bjorn3 e26db606d1 randd: Significantly simplify file permission handling
There isn't really a need to support chown/chmod of the rand scheme. It
adds a fair bit of complexity without adding any security over
unconditionally allowing reads by anyone and writes by root. If we want
to restore support for chown/chmod, we should probably do so in a
generic way that covers all device schemes.
2026-07-16 18:19:44 +02:00
..