
Add security.nesting to lxd profile to allow containers to be deployed on focal. Closes-Bug: 1914577 Change-Id: I174cd14f069c2e9de3a38f79cf5edc8542971a39
10 lines
182 B
YAML
10 lines
182 B
YAML
config:
|
|
linux.kernel_modules: kvm
|
|
raw.apparmor: mount fstype=nfs,
|
|
security.privileged: "true"
|
|
security.nesting: "true"
|
|
devices:
|
|
kvm:
|
|
path: /dev/kvm
|
|
type: unix-char
|