nicolas@localhost:~$ sysctl -n kernel.apparmor_restrict_unprivileged_userns
1
nicolas@localhost:~$ sudo rm /etc/apparmor.d/bwrap
[sudo] password for nicolas:
nicolas@localhost:~$ sudo systemctl reload apparmor.service
nicolas@localhost:~$ bwrap --dev-bind / / -- echo hello
hello
But I still get the same errors :
[gamescope] [Error] wlserver: [xwayland/sockets.c:64] Failed to bind socket @/tmp/.X11-unix/X0: Address already in use
[gamescope] [Error] wlserver: [xwayland/sockets.c:64] Failed to bind socket @/tmp/.X11-unix/X1: Address already in use
When I choose X11 as driver, and do not use the --backend=wayland option, I don't have the address already in use errors and the core dump.
|