Package: jailkit
Version: 2.21-4

Seems there is small but crucial typo in /usr/sbin/jk_init

root@syslog1:~# diff -u /usr/sbin/jk_init.orig /usr/sbin/jk_init
--- /usr/sbin/jk_init.orig      2021-07-16 14:31:18.000000000 +0000
+++ /usr/sbin/jk_init   2021-08-18 11:43:43.951008684 +0000
@@ -116,7 +116,7 @@
                paths = paths +
jk_lib.config_get_option_as_list(cfg,section,'regularfiles')
                paths = paths +
jk_lib.config_get_option_as_list(cfg,section,'directories')
                paths2 = jk_lib.find_files_in_path(paths)
-               self.didfiles = jk_lib.copy_binaries_and_libs(chroot,
paths2, config['force'], config['verbose'], 1,
try_hardlink=config['hardlink'],try_glob_matching=1,handledfiles=self.didfiles)
+               self.didfiles = jk_lib.copy_binaries_and_libs(chroot,
paths2, config['force'], config['verbose'], check_libs=1,
try_hardlink=config['hardlink'],try_glob_matching=1,handledfiles=self.didfiles)

                paths_w_owner =
jk_lib.config_get_option_as_list(cfg,section,'paths_w_owner')
                if (len(paths_w_owner)>0):

Peter

Reply via email to