Feature or enhancement request details
The parser for the --volume flag accepts an undocumented form: hostpath:guestpath:options. Is this form part of the stable and supported CLI?
As far as I can tell these options are passed all the way through to the Containerization package's Sources/ContainerizationOS/Mount/Mount.swift, where they're mapped onto the kernel's MS_* flags. However, for virtiofs bind mounts the options are only applied if ro / MS_RDONLY is specified. If this form is part of the stable/supported CLI, is it a bug or intended behavior that other mount options, such as nosuid, are silently dropped without the ro option for virtiofs bind mounts?
Code of Conduct
Feature or enhancement request details
The parser for the
--volumeflag accepts an undocumented form:hostpath:guestpath:options. Is this form part of the stable and supported CLI?As far as I can tell these options are passed all the way through to the Containerization package's Sources/ContainerizationOS/Mount/Mount.swift, where they're mapped onto the kernel's
MS_*flags. However, for virtiofs bind mounts the options are only applied ifro / MS_RDONLYis specified. If this form is part of the stable/supported CLI, is it a bug or intended behavior that other mount options, such asnosuid, are silently dropped without therooption for virtiofs bind mounts?Code of Conduct