Make Balena Etcher work in Ubuntu 24.04

24.04apparmorelectron

Balena Etcher is not opening in Ubuntu 24.04. How to run it?

Best Answer

Due to recent changes in apparmor, none of the electron apps (except VS Code) work out of the box in Ubuntu 24.04.

The workaround is to run the command

sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0

It has to be run again after rebooting.

Related Question