Using the latest provided Arch container template (20171214), when the container is setup as unpriveleged, system-networkd fails to setup networking (keyring error) and hence renders the CT pretty useless.
The below LXC command should be able to fix this issue as per github.com/lxc/lxd/issues/4071#issuecomment-349217570:
lxc profile set default security.syscalls.blacklist "keyctl errno 38"
My noob question:
How can this be recreated using Proxmox' commandline tools (pct etc)?
If it is possible to append it to the CT config file in /etc/pve/lxc/, how should it be entered?
The below LXC command should be able to fix this issue as per github.com/lxc/lxd/issues/4071#issuecomment-349217570:
lxc profile set default security.syscalls.blacklist "keyctl errno 38"
My noob question:
How can this be recreated using Proxmox' commandline tools (pct etc)?
If it is possible to append it to the CT config file in /etc/pve/lxc/, how should it be entered?