Allow setting immutable flag (chattr +i) in an unprivileged LXC

zbe

Member
Mar 8, 2023
3
1
8
Hi. As the title says, I'd like to know if there is a way to allow unprivileged container to set immutabe flag on a mounted dataset from host?
I tried setting
Code:
lxc.cap.keep: linux_immutable
but that doesn't work.

Do you have any other ideas?