mirror of
https://github.com/systemd/systemd.git
synced 2025-01-09 01:18:19 +03:00
core/exec-credential: update comment
This commit is contained in:
parent
13e380b054
commit
9d3d6c1e07
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user