mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
Fix #4506 -- Freetube does not start
Freetube from AUR uses a wrapper script
This commit is contained in:
parent
e7264f11f6
commit
eae1f4b4f8
1 changed files with 3 additions and 1 deletions
|
|
@ -8,12 +8,14 @@ include globals.local
|
|||
|
||||
noblacklist ${HOME}/.config/FreeTube
|
||||
|
||||
include allow-bin-sh.inc
|
||||
|
||||
include disable-shell.inc
|
||||
|
||||
mkdir ${HOME}/.config/FreeTube
|
||||
whitelist ${HOME}/.config/FreeTube
|
||||
|
||||
private-bin electron,electron[0-9],electron[0-9][0-9],freetube
|
||||
private-bin electron,electron[0-9],electron[0-9][0-9],freetube,sh
|
||||
private-etc alsa,alternatives,asound.conf,ca-certificates,crypto-policies,fonts,gtk-2.0,gtk-3.0,host.conf,hostname,hosts,mime.types,nsswitch.conf,pki,pulse,resolv.conf,ssl,X11,xdg
|
||||
|
||||
# Redirect
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue