]> git.proxmox.com Git - pve-container.git/commit
disable keyctl in user namespaces
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 16 Mar 2018 08:12:41 +0000 (09:12 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 20 Mar 2018 15:01:36 +0000 (16:01 +0100)
commit059f7bb4240159d06701b78dad0caaa47a5965cf
treebae580af6dc58b0344282f3815a347517bd27961
parent80d5611161473542c43267cf442fa1a241296e19
disable keyctl in user namespaces

systemd-networkd keeps trying to use keyctl() and if it
refuses to work it is apparently a fatal error, so let's
make it think keyctl() support doesn't actually exist by
letting it always fail with ENOSYS.

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
src/Makefile
src/PVE/LXC.pm