`ls -la .mozilla` ``` ls: cannot access '.mozilla/..': Permission denied ls: cannot access '.mozilla/.': Permission denied total 0 d????????? ? ? ? ? ? . d????????? ? ? ? ? ? .. zsh: exit 1 ls -hN --color=auto --group-directories-first -la .mozilla ``` Probably caused by: * https://github.com/Kicksecure/security-misc/pull/249 After running, sudo sysctl fs.binfmt_misc.status=1 file permissions (and Firefox starting) were back to normal.