Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

file/folder permissions issue d????????? ? ? ? ? ? . | Firefox no longer starting (probably not not a Firefox issue) | caused by disallow registering interpreters for miscellaneous binary formats sysctl fs.binfmt_misc.status=0 #267

Open
adrelanos opened this issue Aug 28, 2024 · 2 comments

Comments

@adrelanos
Copy link
Member

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:

After running,

sudo sysctl fs.binfmt_misc.status=1

file permissions (and Firefox starting) were back to normal.

@adrelanos adrelanos changed the title file/folder permissions issue d????????? ? ? ? ? ? . | Firefox no longer starting (probably not not a Firefox issue) file/folder permissions issue d????????? ? ? ? ? ? . | Firefox no longer starting (probably not not a Firefox issue) | caused by disallow registering interpreters for miscellaneous binary formats sysctl fs.binfmt_misc.status=0 Aug 28, 2024
adrelanos added a commit to adrelanos/security-misc that referenced this issue Aug 28, 2024
no longer disallow registering interpreters for miscellaneous binary formats

causing file/folder permissions issue `d????????? ? ? ? ?            ? .`

Firefox no longer starting (probably not not a Firefox issue)

Kicksecure#267
@adrelanos
Copy link
Member Author

Undone fs.binfmt_misc.status=1 for now as per commit referenced above.

Can be re-enabled if there is a solution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@adrelanos and others