aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar SkewedZeppelin <8296104+SkewedZeppelin@users.noreply.github.com>2019-06-05 22:32:58 +0000
committerLibravatar GitHub <noreply@github.com>2019-06-05 22:32:58 +0000
commit9208cd1b46239bd62c04787b6ef6a0b407e2c073 (patch)
treec77c46cc82f1ce5aec56234112587fcf493d9607
parenttemplate hint in CONTRIBUTING.md & firejail-prof… (diff)
parentMake lua commented in profile template (diff)
downloadfirejail-9208cd1b46239bd62c04787b6ef6a0b407e2c073.tar.gz
firejail-9208cd1b46239bd62c04787b6ef6a0b407e2c073.tar.zst
firejail-9208cd1b46239bd62c04787b6ef6a0b407e2c073.zip
Merge pull request #2751 from jose1711/profile-template
Make lua commented in profile template
-rw-r--r--etc/templates/profile.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/templates/profile.template b/etc/templates/profile.template
index 16bf05cec..2c44ee3a9 100644
--- a/etc/templates/profile.template
+++ b/etc/templates/profile.template
@@ -71,7 +71,7 @@
71#include allow-java.inc 71#include allow-java.inc
72 72
73# Allow lua (blacklisted by disable-interpreters.inc) 73# Allow lua (blacklisted by disable-interpreters.inc)
74include allow-lua.inc 74#include allow-lua.inc
75 75
76#include disable-common.inc 76#include disable-common.inc
77#include disable-devel.inc 77#include disable-devel.inc