[GH-ISSUE #609] nosound causes private-dev #426

Closed
opened 2026-05-05 05:50:02 -06:00 by gitea-mirror · 4 comments
Owner

Originally created by @weeshy on GitHub (Jul 2, 2016).
Original GitHub issue: https://github.com/netblue30/firejail/issues/609

main.c, line number 1467

else if (strcmp(argv[i], "--nosound") == 0) {
     arg_nosound = 1;
     arg_private_dev = 1;
}
Originally created by @weeshy on GitHub (Jul 2, 2016). Original GitHub issue: https://github.com/netblue30/firejail/issues/609 main.c, line number 1467 ``` else if (strcmp(argv[i], "--nosound") == 0) { arg_nosound = 1; arg_private_dev = 1; } ```
gitea-mirror 2026-05-05 05:50:02 -06:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@netblue30 commented on GitHub (Jul 3, 2016):

I'll bring in a fix, thanks!

<!-- gh-comment-id:230147138 --> @netblue30 commented on GitHub (Jul 3, 2016): I'll bring in a fix, thanks!
Author
Owner

@weeshy commented on GitHub (Jul 3, 2016):

The same is under profile.c so it seems like a feature not bug. But private-dev conflicts with whitelist, so I was forced to patch firejail to work with both nosound and whitelist.

<!-- gh-comment-id:230150630 --> @weeshy commented on GitHub (Jul 3, 2016): The same is under profile.c so it seems like a feature not bug. But private-dev conflicts with whitelist, so I was forced to patch firejail to work with both nosound and whitelist.
Author
Owner

@netblue30 commented on GitHub (Jul 3, 2016):

No, it was supposed to be temporary until I figured out what devices under /dev are sound devices. I'll bring in a fix shortly. I will also add the sound devices to --private-dev.

<!-- gh-comment-id:230151649 --> @netblue30 commented on GitHub (Jul 3, 2016): No, it was supposed to be temporary until I figured out what devices under /dev are sound devices. I'll bring in a fix shortly. I will also add the sound devices to --private-dev.
Author
Owner

@netblue30 commented on GitHub (Jul 6, 2016):

/dev/snd included in private-dev list.

<!-- gh-comment-id:230916116 --> @netblue30 commented on GitHub (Jul 6, 2016): /dev/snd included in private-dev list.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/firejail#426
No description provided.