From: Yu Watanabe Date: Wed, 1 May 2024 06:57:55 +0000 (+0900) Subject: core/exec-credential: update comment X-Git-Tag: v256-rc2~140 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d3d6c1e079d6f404fc944f04cc65fc043c045c9;p=thirdparty%2Fsystemd.git core/exec-credential: update comment --- diff --git a/src/core/exec-credential.c b/src/core/exec-credential.c index ad439802164..1dbf70930e8 100644 --- a/src/core/exec-credential.c +++ b/src/core/exec-credential.c @@ -949,8 +949,8 @@ int exec_setup_credentials( if (!params->prefix[EXEC_DIRECTORY_RUNTIME]) return -EINVAL; - /* This where we'll place stuff when we are done; this main credentials directory is world-readable, - * and the subdir we mount over with a read-only file system readable by the service's user */ + /* This is where we'll place stuff when we are done; the main credentials directory is world-readable, + * and the subdir we mount over with a read-only file system readable by the service's user. */ q = path_join(params->prefix[EXEC_DIRECTORY_RUNTIME], "credentials"); if (!q) return -ENOMEM;