[systemd-commits] 2 commits - man/logind.conf.xml src/journal
Lennart Poettering
lennart at kemper.freedesktop.org
Fri Oct 24 04:32:56 PDT 2014
man/logind.conf.xml | 2 +-
src/journal/coredump.c | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
New commits:
commit 820c095831a352e669be23e5471f11e15b6db344
Author: Klaus Purer <klaus.purer at gmail.com>
Date: Fri Oct 24 13:03:15 2014 +0200
man: remove another gendered pronoun
diff --git a/man/logind.conf.xml b/man/logind.conf.xml
index 8ba9523..d245bf4 100644
--- a/man/logind.conf.xml
+++ b/man/logind.conf.xml
@@ -332,7 +332,7 @@
when the user fully logs out. Takes a
boolean argument. If enabled, the user
may not consume IPC resources after
- the last of his sessions
+ the last of the user's sessions
terminated. This covers System V
semaphores, shared memory and message
queues, as well as POSIX shared memory
commit b26c631ac99ac7f4f5cfa5b9b933f0bb22cace97
Author: Klaus Purer <klaus.purer at gmail.com>
Date: Fri Oct 24 13:00:57 2014 +0200
journald: removed gendered pronouns in comment
diff --git a/src/journal/coredump.c b/src/journal/coredump.c
index 79f51d1..88d720f 100644
--- a/src/journal/coredump.c
+++ b/src/journal/coredump.c
@@ -673,9 +673,9 @@ int main(int argc, char* argv[]) {
/* Now, let's drop privileges to become the user who owns the
* segfaulted process and allocate the coredump memory under
- * his uid. This also ensures that the credentials journald
- * will see are the ones of the coredumping user, thus making
- * sure the user himself gets access to the core dump. */
+ * the user's uid. This also ensures that the credentials
+ * journald will see are the ones of the coredumping user,
+ * thus making sure the user gets access to the core dump. */
if (setresgid(gid, gid, gid) < 0 ||
setresuid(uid, uid, uid) < 0) {
log_error("Failed to drop privileges: %m");
More information about the systemd-commits
mailing list