summaryrefslogtreecommitdiffstats
path: root/etc/ardour5.profile
diff options
context:
space:
mode:
authorLibravatar Tad <tad@spotco.us>2018-07-31 00:48:37 -0400
committerLibravatar Tad <tad@spotco.us>2018-07-31 00:54:55 -0400
commit3c2a7e4c91aa030218b5ad7fa6291d16f1d51b53 (patch)
treecdc43b9a5e257b19ff0839a83df84db90fa5d9fd /etc/ardour5.profile
parentAdd XDG variable support to blacklist and read-only. (diff)
downloadfirejail-3c2a7e4c91aa030218b5ad7fa6291d16f1d51b53.tar.gz
firejail-3c2a7e4c91aa030218b5ad7fa6291d16f1d51b53.tar.zst
firejail-3c2a7e4c91aa030218b5ad7fa6291d16f1d51b53.zip
Sound fixes
- Adds machine-id to all profiles with 'private-etc *pulse*' - This fixes sound under many profiles - This is related to #2037, except this adds etc machine-id not spoofed machine-id - Spoofed machine-id seems to break pulseaudio on some systems - We already do this in profiles like firefox-common (see the note in it) - pulseaudio's enable-shm set to yes or no doesn't fix this issue on systems where it occurs - We can revert this in the future if we find a fix - Command used: grep -e music -e videos -e audio -e pulse -e asound -il $(grep "machine-id" -iL $(grep "private-etc" . -Rl))
Diffstat (limited to 'etc/ardour5.profile')
-rw-r--r--etc/ardour5.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/ardour5.profile b/etc/ardour5.profile
index aaac62bc8..99649cc3f 100644
--- a/etc/ardour5.profile
+++ b/etc/ardour5.profile
@@ -35,7 +35,7 @@ shell none
35#private-bin sh,ardour4,ardour5,ardour5-copy-mixer,ardour5-export,ardour5-fix_bbtppq,grep,sed,ldd,nm 35#private-bin sh,ardour4,ardour5,ardour5-copy-mixer,ardour5-export,ardour5-fix_bbtppq,grep,sed,ldd,nm
36private-cache 36private-cache
37private-dev 37private-dev
38#private-etc pulse,X11,alternatives,ardour4,ardour5,fonts 38#private-etc pulse,X11,alternatives,ardour4,ardour5,fonts,machine-id,asound.conf
39private-tmp 39private-tmp
40 40
41noexec ${HOME} 41noexec ${HOME}