]> git.proxmox.com Git - pve-container.git/commit
close #1785: whitelist namespaced lxc.sysfs.* entries
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 4 Jan 2019 11:35:27 +0000 (12:35 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 7 Jan 2019 13:04:01 +0000 (14:04 +0100)
commitd4a135f7b7d816d318e3d91a0364b7ca225be4cc
tree2946f4e6b445b3c5420c46ebe542dfa22bab0c05
parent5b35992e64df33ba4dab118c787b77f3f70dc667
close #1785: whitelist namespaced lxc.sysfs.* entries

According do namespaces(7) these should be namespaced (iow.
changing these values on the host they are not propagated to
running containers), so it makes sense to whitelist them.

Note that these only work when also using
'lxc.mount.auto: proc:rw'

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
Link: https://github.com/lxc/lxc/issues/989
src/PVE/LXC/Config.pm