aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-m-z
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2022-01-13 12:48:17 +0000
committerLibravatar GitHub <noreply@github.com>2022-01-13 12:48:17 +0000
commitcd0482c0a48d5fdc7b3878adff42b76643549b73 (patch)
tree2bc459a3bed5379bf708710a3b2a7c4271882291 /etc/profile-m-z
parentrefactor closing of file descriptors (diff)
parentadd wget2 to 'New profiles' section (diff)
downloadfirejail-cd0482c0a48d5fdc7b3878adff42b76643549b73.tar.gz
firejail-cd0482c0a48d5fdc7b3878adff42b76643549b73.tar.zst
firejail-cd0482c0a48d5fdc7b3878adff42b76643549b73.zip
Merge pull request #4852 from glitsj16/wget2
Add wget2 support
Diffstat (limited to 'etc/profile-m-z')
-rw-r--r--etc/profile-m-z/steam.profile2
-rw-r--r--etc/profile-m-z/wget2.profile14
-rw-r--r--etc/profile-m-z/youtube-viewers-common.profile2
3 files changed, 16 insertions, 2 deletions
diff --git a/etc/profile-m-z/steam.profile b/etc/profile-m-z/steam.profile
index bcf94de51..c09091f29 100644
--- a/etc/profile-m-z/steam.profile
+++ b/etc/profile-m-z/steam.profile
@@ -147,7 +147,7 @@ shell none
147 147
148# private-bin is disabled while in testing, but is known to work with multiple games. 148# private-bin is disabled while in testing, but is known to work with multiple games.
149# Add the next line to your steam.local to enable private-bin. 149# Add the next line to your steam.local to enable private-bin.
150#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,lsof,lspci,lz4,lzip,lzma,lzop,md5sum,mkdir,mktemp,mv,netstat,ps,pulseaudio,python*,readlink,realpath,rm,sed,sh,sha1sum,sha256sum,sha512sum,sleep,sort,steam,steamdeps,steam-native,steam-runtime,sum,tail,tar,tclsh,test,touch,tr,umask,uname,update-desktop-database,wc,wget,which,whoami,xterm,xz,zenity 150#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,lsof,lspci,lz4,lzip,lzma,lzop,md5sum,mkdir,mktemp,mv,netstat,ps,pulseaudio,python*,readlink,realpath,rm,sed,sh,sha1sum,sha256sum,sha512sum,sleep,sort,steam,steamdeps,steam-native,steam-runtime,sum,tail,tar,tclsh,test,touch,tr,umask,uname,update-desktop-database,wc,wget,wget2,which,whoami,xterm,xz,zenity
151# Extra programs are available which might be needed for select games. 151# Extra programs are available which might be needed for select games.
152# Add the next line to your steam.local to enable support for these programs. 152# Add the next line to your steam.local to enable support for these programs.
153#private-bin java,java-config,mono 153#private-bin java,java-config,mono
diff --git a/etc/profile-m-z/wget2.profile b/etc/profile-m-z/wget2.profile
new file mode 100644
index 000000000..3d0c3ae82
--- /dev/null
+++ b/etc/profile-m-z/wget2.profile
@@ -0,0 +1,14 @@
1# Firejail profile for wget2
2# Description: Updated version of the popular wget URL retrieval tool
3# This file is overwritten after every install/update
4quiet
5# Persistent local customizations
6include wget2.local
7# Persistent global definitions
8# added by included profile
9#include globals.local
10
11private-bin wget2
12
13# Redirect
14include wget.profile
diff --git a/etc/profile-m-z/youtube-viewers-common.profile b/etc/profile-m-z/youtube-viewers-common.profile
index 80d551038..f212a6721 100644
--- a/etc/profile-m-z/youtube-viewers-common.profile
+++ b/etc/profile-m-z/youtube-viewers-common.profile
@@ -50,7 +50,7 @@ shell none
50tracelog 50tracelog
51 51
52disable-mnt 52disable-mnt
53private-bin bash,ffmpeg,ffprobe,firefox,mpv,perl,python*,sh,smplayer,stty,wget,which,xterm,youtube-dl,yt-dlp 53private-bin bash,ffmpeg,ffprobe,firefox,mpv,perl,python*,sh,smplayer,stty,wget,wget2,which,xterm,youtube-dl,yt-dlp
54private-cache 54private-cache
55private-dev 55private-dev
56private-etc alsa,alternatives,asound.conf,ca-certificates,crypto-policies,fonts,gtk-2.0,gtk-3.0,host.conf,hostname,hosts,ld.so.cache,ld.so.preload,machine-id,mime.types,nsswitch.conf,passwd,pki,pulse,resolv.conf,ssl,X11,xdg 56private-etc alsa,alternatives,asound.conf,ca-certificates,crypto-policies,fonts,gtk-2.0,gtk-3.0,host.conf,hostname,hosts,ld.so.cache,ld.so.preload,machine-id,mime.types,nsswitch.conf,passwd,pki,pulse,resolv.conf,ssl,X11,xdg