mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-16 14:16:16 -06:00
Add electron[0-9]{0,2} to all electron redirect …
…profiles with private-bin
This commit is contained in:
parent
6c58fc467c
commit
ed1f0c0882
7 changed files with 7 additions and 7 deletions
|
|
@ -23,7 +23,7 @@ ignore novideo
|
|||
whitelist ${HOME}/.config/BetterDiscord
|
||||
whitelist ${HOME}/.local/share/betterdiscordctl
|
||||
|
||||
private-bin bash,cut,echo,egrep,fish,grep,head,sed,sh,tclsh,tr,xdg-mime,xdg-open,zsh
|
||||
private-bin bash,cut,echo,egrep,electron,electron[0-9],electron[0-9][0-9],fish,grep,head,sed,sh,tclsh,tr,xdg-mime,xdg-open,zsh
|
||||
private-etc alternatives,ca-certificates,crypto-policies,fonts,group,ld.so.cache,localtime,login.defs,machine-id,password,pki,pulse,resolv.conf,ssl
|
||||
|
||||
join-or-start discord
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ include disable-shell.inc
|
|||
mkdir ${HOME}/.config/FreeTube
|
||||
whitelist ${HOME}/.config/FreeTube
|
||||
|
||||
private-bin freetube
|
||||
private-bin electron,electron[0-9],electron[0-9][0-9],freetube
|
||||
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
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ noblacklist ${HOME}/.config/teams-for-linux
|
|||
mkdir ${HOME}/.config/teams-for-linux
|
||||
whitelist ${HOME}/.config/teams-for-linux
|
||||
|
||||
private-bin bash,cut,echo,egrep,grep,head,sed,sh,teams-for-linux,tr,xdg-mime,xdg-open,zsh
|
||||
private-bin bash,cut,echo,egrep,electron,electron[0-9],electron[0-9][0-9],grep,head,sed,sh,teams-for-linux,tr,xdg-mime,xdg-open,zsh
|
||||
private-etc ca-certificates,crypto-policies,fonts,ld.so.cache,localtime,machine-id,pki,resolv.conf,ssl
|
||||
|
||||
# Redirect
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ include disable-shell.inc
|
|||
mkdir ${HOME}/.config/Twitch
|
||||
whitelist ${HOME}/.config/Twitch
|
||||
|
||||
private-bin twitch
|
||||
private-bin electron,electron[0-9],electron[0-9][0-9],twitch
|
||||
private-etc alsa,alternatives,asound.conf,ati,bumblebee,ca-certificates,crypto-policies,drirc,fonts,gtk-2.0,gtk-3.0,host.conf,hostname,hosts,mime.types,nsswitch.conf,nvidia,pki,pulse,resolv.conf,selinux,ssl,X11,xdg
|
||||
private-opt Twitch
|
||||
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ whitelist ${HOME}/.config/Whalebird
|
|||
|
||||
no3d
|
||||
|
||||
private-bin whalebird
|
||||
private-bin electron,electron[0-9],electron[0-9][0-9],whalebird
|
||||
private-etc fonts,machine-id
|
||||
|
||||
# Redirect
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ include disable-shell.inc
|
|||
mkdir ${HOME}/.config/Youtube
|
||||
whitelist ${HOME}/.config/Youtube
|
||||
|
||||
private-bin youtube
|
||||
private-bin electron,electron[0-9],electron[0-9][0-9],youtube
|
||||
private-etc alsa,alternatives,asound.conf,ati,bumblebee,ca-certificates,crypto-policies,drirc,fonts,gtk-2.0,gtk-3.0,host.conf,hostname,hosts,mime.types,nsswitch.conf,nvidia,pki,pulse,resolv.conf,selinux,ssl,X11,xdg
|
||||
private-opt Youtube
|
||||
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ include disable-shell.inc
|
|||
mkdir ${HOME}/.config/youtubemusic-nativefier-040164
|
||||
whitelist ${HOME}/.config/youtubemusic-nativefier-040164
|
||||
|
||||
private-bin youtubemusic-nativefier
|
||||
private-bin electron,electron[0-9],electron[0-9][0-9],youtubemusic-nativefier
|
||||
private-etc alsa,alternatives,asound.conf,ati,bumblebee,ca-certificates,crypto-policies,drirc,fonts,gtk-2.0,gtk-3.0,host.conf,hostname,hosts,mime.types,nsswitch.conf,nvidia,pki,pulse,resolv.conf,selinux,ssl,X11,xdg
|
||||
private-opt youtubemusic-nativefier
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue