Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions content/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ permalink: /faq
- [Something broke! How do I rollback?](#rollback)
- [Why can't I install new KDE themes?](#ghns)
- [Why doesn't my Xwayland app work?](#xwayland)
- [Why do some commands fail when run with run0?](#run0-failures)
- [Why do some commands fail when run with run0? (Exit code 203)](#run0-failures)
- [Why I can't install nor use any GNOME user extensions?](#gnome-extensions)
- [An app I use won't start due to a malloc issue. How do I fix it?](#standard-malloc)
- [My clock is wrong, and it's not getting automatically set. How do I fix this?](#clock)
Expand Down Expand Up @@ -437,10 +437,10 @@ ujust toggle-ghns
ujust set-xwayland on
```

### [Why do some commands fail when run with run0?](#run0-failures)
### [Why do some commands fail when run with run0? (Exit code 203)](#run0-failures)
{: #run0-failures}

Fedora's SELinux policy causes `run0` to silently fail when run alongside some commands (e.g., dnf). There is already an [open issue](https://github.com/fedora-selinux/selinux-policy/issues/2500) tracking this, and it is expected to be fixed in the future. In the meantime, you can run `run0 sh -c '<your command>'` or enter a root shell by running `run0` on its own and run the command from there.
Fedora's SELinux policy causes `run0` to silently fail when run alongside some commands (e.g., dnf). There is already an [open issue](https://github.com/fedora-selinux/selinux-policy/issues/2500) tracking this, and it is expected to be fixed in the future. In the meantime, you can run `run0 -i <your command>` or enter a root shell by running `run0` on its own and run the command from there.

### [Why I can't install nor use any GNOME user extensions?](#gnome-extensions)
{: #gnome-extensions}
Expand Down