mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-16 14:16:16 -06:00
Create allow-php.inc
We have PHP items blacklisted in disable-interpreters.inc that never get noblacklisted. This PR fixes that.
This commit is contained in:
parent
a6f921313c
commit
89f30f1f29
1 changed files with 7 additions and 0 deletions
7
etc/allow-php.inc
Normal file
7
etc/allow-php.inc
Normal file
|
|
@ -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*
|
||||
Loading…
Add table
Add a link
Reference in a new issue