mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
- 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))
41 lines
974 B
Text
41 lines
974 B
Text
# Firejail profile for Viber
|
|
# This file is overwritten after every install/update
|
|
# Persistent local customizations
|
|
include /etc/firejail/Viber.local
|
|
# Persistent global definitions
|
|
include /etc/firejail/globals.local
|
|
|
|
|
|
noblacklist ${HOME}/.ViberPC
|
|
|
|
include /etc/firejail/disable-common.inc
|
|
include /etc/firejail/disable-devel.inc
|
|
include /etc/firejail/disable-interpreters.inc
|
|
include /etc/firejail/disable-passwdmgr.inc
|
|
include /etc/firejail/disable-programs.inc
|
|
|
|
whitelist ${DOWNLOADS}
|
|
whitelist ${HOME}/.ViberPC
|
|
include /etc/firejail/whitelist-common.inc
|
|
|
|
caps.drop all
|
|
ipc-namespace
|
|
netfilter
|
|
nodvd
|
|
nogroups
|
|
nonewprivs
|
|
noroot
|
|
notv
|
|
protocol unix,inet,inet6
|
|
seccomp
|
|
shell none
|
|
|
|
disable-mnt
|
|
private-bin sh,bash,dig,awk,Viber
|
|
private-etc hosts,fonts,mailcap,resolv.conf,X11,pulse,alternatives,localtime,nsswitch.conf,ssl,proxychains.conf,pki,ca-certificates,crypto-policies,machine-id,asound.conf
|
|
private-tmp
|
|
|
|
noexec ${HOME}
|
|
noexec /tmp
|
|
|
|
env QTWEBENGINE_DISABLE_SANDBOX=1
|