[GH-ISSUE #1694] Jack audio does not work with private-dev #1145

Closed
opened 2026-05-05 07:32:10 -06:00 by gitea-mirror · 1 comment
Owner

Originally created by @aineko on GitHub (Dec 26, 2017).
Original GitHub issue: https://github.com/netblue30/firejail/issues/1694

Ardour5 (and probably any other app using Jack) needs to connect to the Jack server at /dev/shm/jack*, which is not available with private-dev:

[pid 15] connect(8, {sa_family=AF_UNIX, sun_path="/dev/shm/jack_default_1000_0"}, 110) = -1 ENOENT (No such file or directory)
Cannot connect to server socket err = No such file or directory

If I comment out private-dev in the profile - it works fine.

A similar discussion was happening in #1446.

Originally created by @aineko on GitHub (Dec 26, 2017). Original GitHub issue: https://github.com/netblue30/firejail/issues/1694 Ardour5 (and probably any other app using Jack) needs to connect to the Jack server at /dev/shm/jack*, which is not available with private-dev: [pid 15] connect(8, {sa_family=AF_UNIX, sun_path="/dev/shm/jack_default_1000_0"}, 110) = -1 ENOENT (No such file or directory) Cannot connect to server socket err = No such file or directory If I comment out private-dev in the profile - it works fine. A similar discussion was happening in #1446.
gitea-mirror 2026-05-05 07:32:10 -06:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@netblue30 commented on GitHub (Dec 27, 2017):

I have a fix on mainline git, you can try it out. It will autodetect Jack Audio setups, you don't need to change anything in your profiles.

<!-- gh-comment-id:354140078 --> @netblue30 commented on GitHub (Dec 27, 2017): I have a fix on mainline git, you can try it out. It will autodetect Jack Audio setups, you don't need to change anything in your profiles.
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#1145
No description provided.