aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2019-06-27 05:21:50 +0000
committerLibravatar GitHub <noreply@github.com>2019-06-27 05:21:50 +0000
commit6faa31e8298a6b6ff257bd8eddec0cb0fd9dd8da (patch)
treef05028dbaa808260f145790fa13400bd35f1f036
parentFix placing of jerry (diff)
downloadfirejail-6faa31e8298a6b6ff257bd8eddec0cb0fd9dd8da.tar.gz
firejail-6faa31e8298a6b6ff257bd8eddec0cb0fd9dd8da.tar.zst
firejail-6faa31e8298a6b6ff257bd8eddec0cb0fd9dd8da.zip
Fix private-bin order in jerry
-rw-r--r--etc/jerry.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/jerry.profile b/etc/jerry.profile
index 28eb4d207..f6bfb9953 100644
--- a/etc/jerry.profile
+++ b/etc/jerry.profile
@@ -33,7 +33,7 @@ seccomp
33shell none 33shell none
34tracelog 34tracelog
35 35
36private-bin jerry,stockfish,sh,bash 36private-bin bash,jerry,sh,stockfish
37private-dev 37private-dev
38private-etc fonts,gtk-2.0,gtk-3.0 38private-etc fonts,gtk-2.0,gtk-3.0
39private-tmp 39private-tmp