-
Notifications
You must be signed in to change notification settings - Fork 567
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
firejail --appimage
doesn't have supplementary groups required for device access
#5748
Comments
firejail --appimage
often fails to get access to ALSA hardwares.firejail --appimage
often fails to get access to ALSA hardwares and input devices.
firejail --appimage
often fails to get access to ALSA hardwares and input devices.firejail --appimage
often fails to get access to ALSA devices and input devices.
firejail --appimage
often fails to get access to ALSA devices and input devices.firejail --appimage
fails to get access to ALSA devices and input devices.
I finally found a way to get a shell inside appimage sandbox. I will figure out what went wrong. |
If ALSA requires permissions via supplementary groups, the usage of --appimagr is the cause. |
I discovered that with |
I still don't understand how OpenBOR still has access to ALSA without being in Weirdly, game pads are available randomly in appimage sandbox. |
What can be done with |
firejail --appimage
fails to get access to ALSA devices and input devices.firejail --appimage
doesn't have supplementary groups required for device access.
This is a duplicate of #4951 |
firejail --appimage
doesn't have supplementary groups required for device access.firejail --appimage
doesn't have supplementary groups required for device access
Steps to Reproduce
LC_ALL=C firejail --appimage --noprofile ./OpenBOR_3.0_6391.AppImage
.pak
file from https://openborgames.com/ intoPaks
folderExpected behavior
ALSA should work. Input devices like game pads should be recognized.
Actual behavior
Device availability is random. Devices are sometimes accessible. Sometimes, they are not.
Game pads are sometimes recognized.
Additional context
I work around this issue by extracting files from appimage and executing the embedded executable directly with firejail.
Environment
firejail --version
)Checklist
/usr/bin/vlc
) "fixes" it).https://github.com/netblue30/firejail/issues/1139
)browser-allow-drm yes
/browser-disable-u2f no
infirejail.config
to allow DRM/U2F in browsers.--profile=PROFILENAME
to set the right profile. (Only relevant for AppImages)The text was updated successfully, but these errors were encountered: