Browse Source

roles/lxc_guest: fix apparmor/lxc/systemd incompatiblity

python3
Zolfa 3 years ago
parent
commit
17e409a271
Signed by: zolfa GPG Key ID: E1A43B038C4D6616
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      roles/lxc_guest/templates/config.j2

+ 1
- 0
roles/lxc_guest/templates/config.j2 View File

@ -12,6 +12,7 @@ lxc.mount.entry = mqueue dev/mqueue mqueue rw,relatime,create=dir,optional 0 0
{% endif %}
lxc.apparmor.profile = generated
lxc.apparmor.allow_nesting = 1
# Container specific configuration
lxc.idmap = u 0 {{ subuidmap }}


Loading…
Cancel
Save