]> git.proxmox.com Git - pve-container.git/commit
add mknod feature flag
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Thu, 30 Jan 2020 08:27:30 +0000 (09:27 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 30 Jan 2020 11:30:37 +0000 (12:30 +0100)
commit2df087346a91a0cd26461672e1e369dddd79e7a9
tree1bd0ae964b4a3949276bf0372cdda0975ce5adb3
parent36834e91d43ceaeb9c6928a72f15012c6e9da605
add mknod feature flag

This causes char and blockdev mknod() and mknodat() calls to
be forwarded to the seccomp proxy, so unprivileged
containers can finally create /dev/null by themselves.

For now this is experimental and therefore added to
`features`. Ideally, if this works as intended, we can make
it the default in pve 7.

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