chattr +i
receives Operation not permitted while setting flags
in pod with sysbox runtime.
#827
Labels
bug
Something isn't working
Hi @ctalledo,
I am trying to get
chattr +i filename
working in a sysbox pod with the following definition:Inside the pod I see the capability cap_linux_immutable (I configured crio to add this capability to the default set), and a full capability set as expected. However, when running
chattr +i
on a file, I get the following error:I have this same behavior on linux kernel 6.5.0 + k8s 1.29 + sysbox 0.6.4 and with linux kernel 5.15.0 + k8s 1.28 + sysbox 0.6.4. The outputs here are from the latter but they are nearly identical.
I have attached the strace output and the crio config to this issue. Let me know any other information that would be helpful or if I am missing something.
strace.txt
crio-config.txt
The text was updated successfully, but these errors were encountered: