From e4d82b6e6b0a829bbf239772fbc59a464e5469be Mon Sep 17 00:00:00 2001 From: Tad Date: Wed, 23 Aug 2017 23:37:00 -0400 Subject: Fix #1492 --- etc/apktool.profile | 2 +- etc/arm.profile | 2 +- etc/bless.profile | 2 +- etc/dex2jar.profile | 2 +- etc/jd-gui.profile | 2 +- etc/multimc5.profile | 2 +- etc/pdfsam.profile | 2 +- etc/xonotic.profile | 4 ++-- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/etc/apktool.profile b/etc/apktool.profile index bdd711964..650c20de7 100644 --- a/etc/apktool.profile +++ b/etc/apktool.profile @@ -25,7 +25,7 @@ protocol unix seccomp shell none -private-bin apktool,bash,java,dirname,basename,expr +private-bin apktool,bash,dash,java,dirname,basename,expr,sh private-dev noexec ${HOME} diff --git a/etc/arm.profile b/etc/arm.profile index 53d290b49..afb6d465a 100644 --- a/etc/arm.profile +++ b/etc/arm.profile @@ -33,7 +33,7 @@ shell none tracelog disable-mnt -# private-bin arm,tor,sh,bash,python2,python2.7,ps,lsof,ldconfig +# private-bin arm,tor,sh,bash,dash,python2,python2.7,ps,lsof,ldconfig private-dev private-etc tor,passwd private-tmp diff --git a/etc/bless.profile b/etc/bless.profile index e4d2f0730..27557d9af 100644 --- a/etc/bless.profile +++ b/etc/bless.profile @@ -26,7 +26,7 @@ protocol unix seccomp shell none -# private-bin bless,sh,bash,mono +# private-bin bless,dash,sh,bash,mono private-dev private-etc fonts,mono private-tmp diff --git a/etc/dex2jar.profile b/etc/dex2jar.profile index 5261bb865..bdbb10b12 100644 --- a/etc/dex2jar.profile +++ b/etc/dex2jar.profile @@ -26,7 +26,7 @@ protocol unix seccomp shell none -private-bin dex2jar,java,sh,bash,expr,dirname,ls,uname,grep +private-bin dex2jar,dash,java,sh,bash,expr,dirname,ls,uname,grep private-dev noexec ${HOME} diff --git a/etc/jd-gui.profile b/etc/jd-gui.profile index 5cb1e1828..0f59b5721 100644 --- a/etc/jd-gui.profile +++ b/etc/jd-gui.profile @@ -27,7 +27,7 @@ protocol unix seccomp shell none -private-bin jd-gui,sh,bash +private-bin jd-gui,dash,sh,bash private-dev private-tmp diff --git a/etc/multimc5.profile b/etc/multimc5.profile index 91a269ffb..161a38583 100644 --- a/etc/multimc5.profile +++ b/etc/multimc5.profile @@ -34,7 +34,7 @@ shell none disable-mnt # private-bin works, but causes weirdness -# private-bin multimc5,bash,mkdir,which,zenity,kdialog,ldd,chmod,valgrind,apt-file,pkgfile,dnf,yum,zypper,pfl,java,grep,sort,awk,readlink,dirname +# private-bin multimc5,dash,bash,mkdir,which,zenity,kdialog,ldd,chmod,valgrind,apt-file,pkgfile,dnf,yum,zypper,pfl,java,grep,sort,awk,readlink,dirname private-dev private-tmp diff --git a/etc/pdfsam.profile b/etc/pdfsam.profile index fd52fb9ee..f1c3377d9 100644 --- a/etc/pdfsam.profile +++ b/etc/pdfsam.profile @@ -26,7 +26,7 @@ protocol unix seccomp shell none -private-bin pdfsam,sh,bash,java,archlinux-java,grep,awk,dirname,uname,which,sort,find,readlink,expr,ls,java-config +private-bin pdfsam,dash,sh,bash,java,archlinux-java,grep,awk,dirname,uname,which,sort,find,readlink,expr,ls,java-config private-dev private-tmp diff --git a/etc/xonotic.profile b/etc/xonotic.profile index fefeac76b..3df7a5e94 100644 --- a/etc/xonotic.profile +++ b/etc/xonotic.profile @@ -29,9 +29,9 @@ seccomp shell none disable-mnt -private-bin xonotic-sdl,xonotic-glx,blind-id +private-bin bash,blind-id,darkplaces-glx,darkplaces-sdl,dash,dirname,grep,ldd,netstat,ps,readlink,sh,uname,xonotic,xonotic-glx,xonotic-linux32-dedicated,xonotic-linux32-glx,xonotic-linux32-sdl,xonotic-linux64-dedicated,xonotic-linux64-glx,xonotic-linux64-sdl,xonotic-sdl private-dev -private-etc asound.conf,ca-certificates,drirc,fonts,host.conf,hostname,hosts,ld.so.cache,ld.so.preload,localtime,nsswitch.conf,pulse,resolv.conf,ssl +private-etc asound.conf,ca-certificates,drirc,fonts,group,host.conf,hostname,hosts,ld.so.cache,ld.so.preload,localtime,nsswitch.conf,passwd,pulse,resolv.conf,ssl private-tmp noexec ${HOME} -- cgit v1.2.3-54-g00ecf