aboutsummaryrefslogtreecommitdiffstats
path: root/etc/allow-php.inc
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2020-01-25 23:04:16 +0000
committerLibravatar GitHub <noreply@github.com>2020-01-25 23:04:16 +0000
commit89f30f1f2980924409c44194244802465a1daa63 (patch)
treebe230ee54a968c9d2cf326ee1a153bce9515b32d /etc/allow-php.inc
parentlocal customizations for allow-gjs.inc (diff)
downloadfirejail-89f30f1f2980924409c44194244802465a1daa63.tar.gz
firejail-89f30f1f2980924409c44194244802465a1daa63.tar.zst
firejail-89f30f1f2980924409c44194244802465a1daa63.zip
Create allow-php.inc
We have PHP items blacklisted in disable-interpreters.inc that never get noblacklisted. This PR fixes that.
Diffstat (limited to 'etc/allow-php.inc')
-rw-r--r--etc/allow-php.inc7
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/allow-php.inc b/etc/allow-php.inc
new file mode 100644
index 000000000..a0950dc26
--- /dev/null
+++ b/etc/allow-php.inc
@@ -0,0 +1,7 @@
1# This file is overwritten during software install.
2# Persistent customizations should go in a .local file.
3include allow-php.local
4
5noblacklist ${PATH}/php*
6noblacklist /usr/lib/php*
7noblacklist /usr/share/php*