Skip to content
GitLab
Menu
Projects
Groups
Snippets
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
d0f59084
Commit
d0f59084
authored
Sep 07, 2011
by
tbrehm
Browse files
No commit message
No commit message
parent
bd36f645
Changes
1
Hide whitespace changes
Inline
Side-by-side
server/plugins-available/cron_jailkit_plugin.inc.php
View file @
d0f59084
...
...
@@ -291,8 +291,8 @@ 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'
]));
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'
]));
}
...
...
Write
Preview
Supports
Markdown
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