Hi, it seems that XFS supports
cp --reflink=always to do CoW clones, and it works well on host system.
But it fails with access denied when ran inside a unprivileged LXC container with a bind mount (user has write access).
Is there anything I need to change in container config file (apparmor, capabilities, seccomp)?
cp --reflink=always to do CoW clones, and it works well on host system.
But it fails with access denied when ran inside a unprivileged LXC container with a bind mount (user has write access).
Is there anything I need to change in container config file (apparmor, capabilities, seccomp)?