Add systemd-journal group for /run/log/journal and /var/log/journal group requirement in /usr/lib/tmpfiles.d/systemd.conf

This commit is contained in:
William Harrington
2017-06-01 19:51:12 -05:00
parent 51979fc8bd
commit 323e87e429
3 changed files with 4 additions and 1 deletions

View File

@ -115,6 +115,7 @@ mail:x:&gid-mail;:
messagebus:x:&gid-messagebus;:
nogroup:x:&gid-nogroup;:
systemd-bus-proxy:x:&gid-systemd-bus-proxy;:
systemd-journal:x:&gid-systemd-journal;:
systemd-journal-gateway:x:&gid-systemd-journal-gateway;:
systemd-journal-remote:x:&gid-systemd-journal-remote;:
systemd-journal-upload:x:&gid-systemd-journal-upload;:

View File

@ -76,6 +76,7 @@ mail:x:&gid-mail;:
messagebus:x:&gid-messagebus;:
nogroup:x:&gid-nogroup;:
systemd-bus-proxy:x:&gid-systemd-bus-proxy;:
systemd-journal:x:&gid-systemd-journal;:
systemd-journal-gateway:x:&gid-systemd-journal-gateway;:
systemd-journal-remote:x:&gid-systemd-journal-remote;:
systemd-journal-upload:x:&gid-systemd-journal-upload;:

View File

@ -10,7 +10,8 @@
<!ENTITY uid-messagebus "27">
<!ENTITY uid-mail "30">
<!ENTITY uid-news "31">
<!ENTITY uid-systemd-bus-proxy "72">
<!ENTITY uid-systemd-bus-proxy "71">
<!ENTITY uid-systemd-journal "72">
<!ENTITY uid-systemd-journal-gateway "73">
<!ENTITY uid-systemd-journal-remote "74">
<!ENTITY uid-systemd-journal-upload "75">