Skip to content
Snippets Groups Projects
Commit 33ee281c authored by Thom's avatar Thom :tools:
Browse files

Add Jailkit section for OpenSSL and PHP 8.4

Added Jailkit section for OpenSSL from upstream jk_init.ini and for PHP 8.4 which was recently released.
parent 5bade880
No related branches found
No related tags found
No related merge requests found
......@@ -28,6 +28,10 @@ includesections = uidbasics, logbasics
comment = alias for jk_lsh
includesections = jk_lsh
[openssl]
comment = Generic openssl files
paths = /bin/openssl, /etc/ssl, /usr/lib/ssl, /usr/share/ca-certificates
[cvs]
comment = Concurrent Versions System
paths = cvs
......@@ -248,6 +252,11 @@ comment = php version 8.3
paths = /usr/bin/php8.3, /usr/lib/php/8.3/, /usr/lib/php/20230831/, /usr/share/php/8.3/, /etc/php/8.3/cli/, /etc/php/8.3/mods-available/
includesections = php_common
[php8_4]
comment = php version 8.4
paths = /usr/bin/php8.4, /usr/lib/php/8.4/, /usr/lib/php/20240841/, /usr/share/php/8.4/, /etc/php/8.4/cli/, /etc/php/8.4/mods-available/
includesections = php_common
[imagemagick]
comment = ImageMagick needed for php-imagemagick extension
paths = /usr/share/ImageMagick-*, /etc/ImageMagick-*, /usr/lib/*/ImageMagick-*
paths = /usr/share/ImageMagick-*, /etc/ImageMagick-*, /usr/lib/*/ImageMagick-*
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment