Skip to content

Commit 33ee281

Browse files
author
Thom
committed
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.
1 parent 5bade88 commit 33ee281

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

install/tpl/jk_init.ini.master

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ includesections = uidbasics, logbasics
2828
comment = alias for jk_lsh
2929
includesections = jk_lsh
3030

31+
[openssl]
32+
comment = Generic openssl files
33+
paths = /bin/openssl, /etc/ssl, /usr/lib/ssl, /usr/share/ca-certificates
34+
3135
[cvs]
3236
comment = Concurrent Versions System
3337
paths = cvs
@@ -248,6 +252,11 @@ comment = php version 8.3
248252
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/
249253
includesections = php_common
250254

255+
[php8_4]
256+
comment = php version 8.4
257+
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/
258+
includesections = php_common
259+
251260
[imagemagick]
252261
comment = ImageMagick needed for php-imagemagick extension
253-
paths = /usr/share/ImageMagick-*, /etc/ImageMagick-*, /usr/lib/*/ImageMagick-*
262+
paths = /usr/share/ImageMagick-*, /etc/ImageMagick-*, /usr/lib/*/ImageMagick-*

0 commit comments

Comments
 (0)