create_chroot_dirs(): Correct comment
This commit is contained in:
parent
3780509078
commit
6c44c88397
4
exile.h
4
exile.h
@ -1136,9 +1136,7 @@ char *concat_path(const char *first, const char *second)
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Helper to mount directories into the chroot path "chroot_target_path"
|
/* Creates the file system hierarchy for the chroot
|
||||||
* Paths will be created if necessary
|
|
||||||
|
|
||||||
* @returns: 0 on sucess, -ERRNO on failure */
|
* @returns: 0 on sucess, -ERRNO on failure */
|
||||||
static int create_chroot_dirs(const char *chroot_target_path, struct exile_path_policy *path_policy)
|
static int create_chroot_dirs(const char *chroot_target_path, struct exile_path_policy *path_policy)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user