]> git.proxmox.com Git - pve-container.git/commit
disable btrfs ioctl in user namespaces
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Thu, 24 Jun 2021 14:09:17 +0000 (16:09 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 24 Jun 2021 14:43:05 +0000 (16:43 +0200)
commit3e4a69e9ff7c8909cb6d4f1597d816f64644c248
tree222e9ec23bab209c87b08c42b40f7578eb0deeb1
parent94c74a540c54aa74e83e135990cfe4c9009878e5
disable btrfs ioctl in user namespaces

Changes the seccomp profile to return EPERM on every btrfs
ioctl.

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