You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be interesting to add a flag that does not allow for any modifications to the host OS's file system, like virtio-fs does. write should return an error and, once merged, Landlock (#816) should only derive rulesets with read-only access and prohibit write operations as well.
n0toose
changed the title
readonly flag (prohibit modifications to the filesystem): https://gitlab.com/virtio-fs/virtiofsd/-/blob/main/src/main.rs#L161
Implement --readonly in Uhyve
Feb 5, 2025
Docker does this via a flag upon volume mounting: -v volume-name:/path/in/container:ro. As we try to stick to the docker syntax anyway, I'd propose this instead of a separate flag.
n0toose
changed the title
Implement --readonly parameter
Implement read-only file system parameter
May 22, 2025
Uh oh!
There was an error while loading. Please reload this page.
It would be interesting to add a flag that does not allow for any modifications to the host OS's file system, like virtio-fs does.
write
should return an error and, once merged, Landlock (#816) should only derive rulesets with read-only access and prohibit write operations as well.See: #896
The text was updated successfully, but these errors were encountered: