aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2024-04-03 00:02:41 +0000
committerLibravatar GitHub <noreply@github.com>2024-04-03 00:02:41 +0000
commite6b10a45cd56ef68517d358969851138216e1bf6 (patch)
treedfd5b61036f9857afbb69c65390e8fdf5d82f86f
parentprofiles: add allow-nodejs.inc to profile.template (#6298) (diff)
downloadfirejail-e6b10a45cd56ef68517d358969851138216e1bf6.tar.gz
firejail-e6b10a45cd56ef68517d358969851138216e1bf6.tar.zst
firejail-e6b10a45cd56ef68517d358969851138216e1bf6.zip
profiles: add allow-php.inc to profile.template (#6299)
To make it consistent with the other include profiles. See etc/templates/profile.template. Note: It is not currently included in any profile. Added on commit 89f30f1f2 ("Create allow-php.inc", 2020-01-25). This is a follow-up to #6298.
-rw-r--r--etc/templates/profile.template3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/templates/profile.template b/etc/templates/profile.template
index d39e16025..2188721b8 100644
--- a/etc/templates/profile.template
+++ b/etc/templates/profile.template
@@ -94,6 +94,9 @@ include globals.local
94# Allow perl (blacklisted by disable-interpreters.inc) 94# Allow perl (blacklisted by disable-interpreters.inc)
95#include allow-perl.inc 95#include allow-perl.inc
96 96
97# Allow php (blacklisted by disable-interpreters.inc)
98#include allow-php.inc
99
97# Allow python (blacklisted by disable-interpreters.inc) 100# Allow python (blacklisted by disable-interpreters.inc)
98#include allow-python2.inc 101#include allow-python2.inc
99#include allow-python3.inc 102#include allow-python3.inc