mirror of
https://github.com/lxc/incus
synced 2026-08-02 05:26:46 +00:00
cmd/incusd: isolated on restricted.containers.privilege prevents setting security.idmap.isolated to false
Signed-off-by: Joseph Maldjian <joseph.maldjian@hyecompany.com>
This commit is contained in:
parent
39fc84139d
commit
a9dbaefeaa
@ -1660,7 +1660,7 @@ func projectValidateConfig(s *state.State, config map[string]string) error {
|
||||
// Possible values are `unprivileged`, `isolated`, and `allow`.
|
||||
//
|
||||
// - When set to `unprivileged`, this option prevents setting {config:option}`instance-security:security.privileged` to `true`.
|
||||
// - When set to `isolated`, this option prevents setting {config:option}`instance-security:security.privileged` and {config:option}`instance-security:security.idmap.isolated` to `true`.
|
||||
// - When set to `isolated`, this option prevents setting {config:option}`instance-security:security.privileged` and {config:option}`instance-security:security.idmap.isolated` to `false`.
|
||||
// - When set to `allow`, there is no restriction.
|
||||
// ---
|
||||
// type: string
|
||||
|
||||
Loading…
Reference in New Issue
Block a user