From 89f30f1f2980924409c44194244802465a1daa63 Mon Sep 17 00:00:00 2001 From: glitsj16 Date: Sat, 25 Jan 2020 23:04:16 +0000 Subject: Create allow-php.inc We have PHP items blacklisted in disable-interpreters.inc that never get noblacklisted. This PR fixes that. --- etc/allow-php.inc | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 etc/allow-php.inc (limited to 'etc/allow-php.inc') 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 @@ +# This file is overwritten during software install. +# Persistent customizations should go in a .local file. +include allow-php.local + +noblacklist ${PATH}/php* +noblacklist /usr/lib/php* +noblacklist /usr/share/php* -- cgit v1.2.3-70-g09d2