aboutsummaryrefslogtreecommitdiffstats
path: root/etc/apktool.profile
diff options
context:
space:
mode:
authorLibravatar startx2017 <vradu.startx@yandex.com>2017-10-13 10:05:38 -0400
committerLibravatar startx2017 <vradu.startx@yandex.com>2017-10-13 10:05:38 -0400
commit7c2e3ebf7fd0586a7067b2c786af051bcbb39c2b (patch)
tree9677e73af46f2e1899fa57b839ea1157143950f2 /etc/apktool.profile
parentpython cleanup in profile files (diff)
downloadfirejail-7c2e3ebf7fd0586a7067b2c786af051bcbb39c2b.tar.gz
firejail-7c2e3ebf7fd0586a7067b2c786af051bcbb39c2b.tar.zst
firejail-7c2e3ebf7fd0586a7067b2c786af051bcbb39c2b.zip
/bin/sh is automatically solved to /bin/dash in private-bin - removed dash from all profiles
Diffstat (limited to 'etc/apktool.profile')
-rw-r--r--etc/apktool.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/apktool.profile b/etc/apktool.profile
index 650c20de7..13c8f3311 100644
--- a/etc/apktool.profile
+++ b/etc/apktool.profile
@@ -25,7 +25,7 @@ protocol unix
25seccomp 25seccomp
26shell none 26shell none
27 27
28private-bin apktool,bash,dash,java,dirname,basename,expr,sh 28private-bin apktool,bash,java,dirname,basename,expr,sh
29private-dev 29private-dev
30 30
31noexec ${HOME} 31noexec ${HOME}