You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hiya! I'm using a custom image based on Bazzite. I switched to uupd for system upgrade weeks ago but just found out that Brew failed every time, checked some logs and it was related to SELinux.
Reproduction:
Run sudo uupd -v or sudo systemctl start uupd.service
Run brew upgrade -n and found out that nothing was upgraded
Fixed this via some bash-ception but it feels real jank. Also learned that machinectl shell doesn't return a nonzero exit code when the specified program exits, so that's likely a bug on the systemd side, unless it's intentional somehow.
Hiya! I'm using a custom image based on Bazzite. I switched to uupd for system upgrade weeks ago but just found out that Brew failed every time, checked some logs and it was related to SELinux.
Reproduction:
sudo uupd -v
orsudo systemctl start uupd.service
brew upgrade -n
and found out that nothing was upgradedFor uupd:
For Brew:
For SELinux (
sudo ausearch -m AVC,USER_AVC,SELINUX_ERR,USER_SELINUX_ERR -ts recent
):The text was updated successfully, but these errors were encountered: