From 15d519cdd255f7db6cfb4b786056f4c60dbc18e3 Mon Sep 17 00:00:00 2001 From: Tad Date: Tue, 29 May 2018 17:19:24 -0400 Subject: Add a profile alias for firefox-wayland firefox-wayland is a new wrapper script included with Firefox on Fedora 28 it has firefox hardcoded as /usr/bin/firefox + some minor fixes in other profiles --- etc/Discord.profile | 1 + etc/discord.profile | 1 + etc/firefox-wayland.profile | 10 ++++++++++ etc/steam.profile | 2 +- 4 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 etc/firefox-wayland.profile (limited to 'etc') diff --git a/etc/Discord.profile b/etc/Discord.profile index d485518a8..951357387 100644 --- a/etc/Discord.profile +++ b/etc/Discord.profile @@ -14,4 +14,5 @@ whitelist ${HOME}/.config/discord private-bin Discord private-opt Discord +#Redirect include /etc/firejail/discord-common.profile diff --git a/etc/discord.profile b/etc/discord.profile index 21d46193e..63aed5eca 100644 --- a/etc/discord.profile +++ b/etc/discord.profile @@ -14,4 +14,5 @@ whitelist ${HOME}/.config/discord private-bin discord private-opt discord +#Redirect include /etc/firejail/discord-common.profile diff --git a/etc/firefox-wayland.profile b/etc/firefox-wayland.profile new file mode 100644 index 000000000..806d50e31 --- /dev/null +++ b/etc/firefox-wayland.profile @@ -0,0 +1,10 @@ +# Firejail profile for firefox-wayland +# This file is overwritten after every install/update +# Persistent local customizations +include /etc/firejail/firefox-wayland.local +# Persistent global definitions +include /etc/firejail/globals.local + + +# Redirect +include /etc/firejail/firefox.profile diff --git a/etc/steam.profile b/etc/steam.profile index 7b3149843..3c39915e7 100644 --- a/etc/steam.profile +++ b/etc/steam.profile @@ -60,7 +60,7 @@ shell none #private-bin awk,basename,bash,bsdtar,bzip2,cat,chmod,cksum,cmp,comm,compress,cp,curl,cut,date,dbus-launch,dbus-send,desktop-file-edit,desktop-file-install,desktop-file-validate,dirname,echo,env,expr,file,find,getopt,grep,gtar,gzip,head,hostname,id,lbzip2,ldconfig,ldd,ln,ls,lsb_release,lspci,lsof,lz4,lzip,lzma,lzop,md5sum,mkdir,mktemp,mv,netstat,ps,pulseaudio,readlink,realpath,rm,sed,sh,sha1sum,sha256sum,sha512sum,sleep,sort,steam,steamdeps,steam-native,steam-runtime,sum,tail,tar,test,touch,tr,umask,uname,update-desktop-database,wc,wget,which,whoami,xterm,xz,zenity # extra programs are available which might be needed for select games #private-bin java,java-config,mono,python* -# picture viewers are are needed for viewing screenshots +# picture viewers are needed for viewing screenshots #private-bin eog,eom,gthumb,pix,viewnior,xviewer # private-dev should be commented for controllers -- cgit v1.2.3-54-g00ecf