Skip to content
Snippets Groups Projects
Commit bd36f645 authored by tbrehm's avatar tbrehm
Browse files

Fixed: FS#1696 - Possible problem with chrooted cronjobs.

parent 419eb7db
No related branches found
No related tags found
2 merge requests!46Master,!21Master
...@@ -291,6 +291,9 @@ class cron_jailkit_plugin { ...@@ -291,6 +291,9 @@ class cron_jailkit_plugin {
$this->app->log("Added jailkit user to chroot with command: ".$command,LOGLEVEL_DEBUG); $this->app->log("Added jailkit user to chroot with command: ".$command,LOGLEVEL_DEBUG);
mkdir(escapeshellcmd($this->parent_domain['document_root'].$jailkit_chroot_userhome), 0755, true); mkdir(escapeshellcmd($this->parent_domain['document_root'].$jailkit_chroot_userhome), 0755, true);
chown(escapeshellcmd($this->parent_domain['document_root'].$jailkit_chroot_userhome, escapeshellcmd($this->parent_domain['system_user']));
chgrp(escapeshellcmd($this->parent_domain['document_root'].$jailkit_chroot_userhome, escapeshellcmd($this->parent_domain['system_group']));
} }
function _get_home_dir($username) function _get_home_dir($username)
......
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