chiark / gitweb /
journal: make gatewayd run under its own user ID
authorLennart Poettering <lennart@poettering.net>
Tue, 5 Mar 2013 18:15:31 +0000 (19:15 +0100)
committerLennart Poettering <lennart@poettering.net>
Tue, 5 Mar 2013 18:15:31 +0000 (19:15 +0100)
README
units/systemd-journal-gatewayd.service.in

diff --git a/README b/README
index 889c687bacdbe1f6f88cb90ad28663faa2c7f119..b6e347ec2b33f4d3b82f3475cf8080648c39f5d5 100644 (file)
--- a/README
+++ b/README
@@ -101,11 +101,12 @@ REQUIREMENTS:
         pass the same DESTDIR to 'make sphinx-html' invocation.
 
 USERS AND GROUPS:
-        Default udev rules use the following standard system group names,\
-        which need to be resolvable by getgrnam() at any time, even in the
-        very early boot stages, where no other databases and network is
-        available:
-          tty, dialout, kmem, video, audio, lp, floppy, cdrom, tape, disk
+        Default udev rules use the following standard system group
+        names, which need to be resolvable by getgrnam() at any time,
+        even in the very early boot stages, where no other databases
+        and network are available:
+
+        tty, dialout, kmem, video, audio, lp, floppy, cdrom, tape, disk
 
         During runtime the journal daemon requires the
         "system-journal" system group to exist. New journal files will
@@ -119,6 +120,11 @@ USERS AND GROUPS:
 
         # setfacl -nm g:wheel:rx,d:g:wheel:rx,g:adm:rx,d:g:adm:rx /var/log/journal/
 
+        The journal gateway daemon requires the
+        "system-journal-gateway" system user and group to
+        exist. During execution this network facing service will drop
+        privileges and assume this uid/gid for security reasons.
+
 WARNINGS:
         systemd will warn you during boot if /etc/mtab is not a
         symlink to /proc/mounts. Please ensure that /etc/mtab is a
index c3b5c725bfd2987ef342cc2139e7acfe4f50de25..a01ce8da45372198d4e96d6a84c5e42815fa627d 100644 (file)
@@ -11,6 +11,9 @@ Requires=systemd-journal-gatewayd.socket
 
 [Service]
 ExecStart=@rootlibexecdir@/systemd-journal-gatewayd
+User=systemd-journal-gateway
+Group=systemd-journal-gateway
+SupplementaryGroups=systemd-journal
 
 [Install]
 Also=systemd-journal-gatewayd.socket