Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

incusd/project: Allow managed volumes under "allow" #708

Merged
merged 1 commit into from
Mar 30, 2024

Commits on Mar 30, 2024

  1. incusd/project: Allow managed volumes under "allow"

    There are currently three valid values for `restricted.devices.disk`.
    
    `block` will block everything, `managed` allows only managed volumes and
    `allow` allows not only managed volumes but also other types like shared
    host paths.
    
    When under `allow`, `restricted.devices.disk.paths` can be used to limit
    the host paths that can be passed into the instance.
    
    But that particular restriction should only apply to unmanaged volumes.
    
    Closes lxc#706
    
    Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
    stgraber committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    54bb8dd View commit details
    Browse the repository at this point in the history