From 6c44c883976d702f5f95cba82b54062d5d39cbbd Mon Sep 17 00:00:00 2001 From: Albert S Date: Fri, 14 Jan 2022 23:29:37 +0100 Subject: [PATCH] create_chroot_dirs(): Correct comment --- exile.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/exile.h b/exile.h index 598af86..6034b6b 100644 --- a/exile.h +++ b/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" - * Paths will be created if necessary - +/* Creates the file system hierarchy for the chroot * @returns: 0 on sucess, -ERRNO on failure */ static int create_chroot_dirs(const char *chroot_target_path, struct exile_path_policy *path_policy) {