Situation: dockerd has somehow gotten 0 permissions and you can not give it permissions, even as root. What you do?

Viewed 19

I do not understand how, but somehow dockerd has 0 permissions and when I try to give it permissions, I got "operation not permitted" even though I am root. I do not understand how the system got into this state or how/if I can fix it, any help is appreciated.

bonus issue: Something weirdly similar is also affecting the /root/.ssh/authorized_keys file. The file does not show up with ls, but I can stat it, I can even make an alias that has its content, but when I try to write a file to that path, as root, I get operation not permitted. I can not read the file directly with cat or vim. I can not login with public key so I assume sshd can not see the file either.

enter image description here

0 Answers
Related