mirror of
https://github.com/systemd/systemd
synced 2026-03-26 16:54:53 +01:00
Compare commits
2 Commits
93d2e0b6b0
...
827d1ba730
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
827d1ba730 | ||
|
|
aecc04f180 |
@ -4115,7 +4115,7 @@ static void manager_unref_uid_internal(
|
|||||||
/* A generic implementation, covering both manager_unref_uid() and manager_unref_gid(), under the assumption
|
/* A generic implementation, covering both manager_unref_uid() and manager_unref_gid(), under the assumption
|
||||||
* that uid_t and gid_t are actually defined the same way, with the same validity rules.
|
* that uid_t and gid_t are actually defined the same way, with the same validity rules.
|
||||||
*
|
*
|
||||||
* We store a hashmap where the UID/GID is they key and the value is a 32bit reference counter, whose highest
|
* We store a hashmap where the key is the UID/GID and the value is a 32bit reference counter, whose highest
|
||||||
* bit is used as flag for marking UIDs/GIDs whose IPC objects to remove when the last reference to the UID/GID
|
* bit is used as flag for marking UIDs/GIDs whose IPC objects to remove when the last reference to the UID/GID
|
||||||
* is dropped. The flag is set to on, once at least one reference from a unit where RemoveIPC= is set is added
|
* is dropped. The flag is set to on, once at least one reference from a unit where RemoveIPC= is set is added
|
||||||
* on a UID/GID. It is reset when the UID's/GID's reference counter drops to 0 again. */
|
* on a UID/GID. It is reset when the UID's/GID's reference counter drops to 0 again. */
|
||||||
|
|||||||
@ -43,7 +43,7 @@ static int help(void) {
|
|||||||
" --version Show package version\n"
|
" --version Show package version\n"
|
||||||
" -s --strict When updating, return non-zero exit value on any parsing error\n"
|
" -s --strict When updating, return non-zero exit value on any parsing error\n"
|
||||||
" --usr Generate in " UDEVLIBEXECDIR " instead of /etc/udev\n"
|
" --usr Generate in " UDEVLIBEXECDIR " instead of /etc/udev\n"
|
||||||
" -r --root=PATH Alternative root path in the filesystem\n\n"
|
" -r --root=PATH Alternative root path in the filesystem\n"
|
||||||
"\nSee the %s for details.\n",
|
"\nSee the %s for details.\n",
|
||||||
program_invocation_short_name,
|
program_invocation_short_name,
|
||||||
ansi_highlight(),
|
ansi_highlight(),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user