Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dirk Dankhoff
ISPConfig 3
Commits
bd36f645
Commit
bd36f645
authored
Sep 07, 2011
by
tbrehm
Browse files
Fixed: FS#1696 - Possible problem with chrooted cronjobs.
parent
419eb7db
Changes
1
Show whitespace changes
Inline
Side-by-side
server/plugins-available/cron_jailkit_plugin.inc.php
View file @
bd36f645
...
...
@@ -291,6 +291,9 @@ class cron_jailkit_plugin {
$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
);
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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment