aboutsummaryrefslogtreecommitdiffstats
path: root/etc/dex2jar.profile
diff options
context:
space:
mode:
authorLibravatar Tad <tad@spotco.us>2018-06-14 17:28:34 -0400
committerLibravatar Tad <tad@spotco.us>2018-06-14 17:28:34 -0400
commitb885aec301631b7fc6e1b402820f734b77e670a2 (patch)
treee617fa5b0b44f1ebf581fb7738f3ee7ce79a7253 /etc/dex2jar.profile
parentRevert "mounting a tmpfs on ~/.cache directory (private-cache) by default" (diff)
downloadfirejail-b885aec301631b7fc6e1b402820f734b77e670a2.tar.gz
firejail-b885aec301631b7fc6e1b402820f734b77e670a2.tar.zst
firejail-b885aec301631b7fc6e1b402820f734b77e670a2.zip
Add private-cache to many profiles
grep "cache" -L $(grep "redirect" -iL $(grep "whitelist" -RL))
Diffstat (limited to 'etc/dex2jar.profile')
-rw-r--r--etc/dex2jar.profile1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/dex2jar.profile b/etc/dex2jar.profile
index 0634c0eaf..aeef46413 100644
--- a/etc/dex2jar.profile
+++ b/etc/dex2jar.profile
@@ -34,6 +34,7 @@ seccomp
34shell none 34shell none
35 35
36private-bin dex2jar,java,sh,bash,expr,dirname,ls,uname,grep 36private-bin dex2jar,java,sh,bash,expr,dirname,ls,uname,grep
37private-cache
37private-dev 38private-dev
38 39
39noexec ${HOME} 40noexec ${HOME}