diff options
author | Lennart Poettering <lennart@poettering.net> | 2017-07-31 12:11:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-31 12:11:48 +0200 |
commit | e362b5a77f8667c44fd79057c91d9aea909cac69 (patch) | |
tree | 1e5a4006178003cff3b23b57883c321c2ee893d8 /units | |
parent | rfkill: fix erroneous behavior when polling the udev monitor (#6489) (diff) | |
parent | journal-remote: use MHD_OPTION_STRICT_FOR_CLIENT if MHD_USE_PEDANTIC_CHECKS i... (diff) | |
download | systemd-e362b5a77f8667c44fd79057c91d9aea909cac69.tar.xz systemd-e362b5a77f8667c44fd79057c91d9aea909cac69.zip |
Merge pull request #6472 from yuwata/journal-gateway-fix
Some journal-gateway and journal-remote related fixes
Diffstat (limited to 'units')
-rw-r--r-- | units/systemd-journal-gatewayd.service.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/units/systemd-journal-gatewayd.service.in b/units/systemd-journal-gatewayd.service.in index 99099967e7..42da3504b8 100644 --- a/units/systemd-journal-gatewayd.service.in +++ b/units/systemd-journal-gatewayd.service.in @@ -15,6 +15,7 @@ ExecStart=@rootlibexecdir@/systemd-journal-gatewayd User=systemd-journal-gateway Group=systemd-journal-gateway SupplementaryGroups=systemd-journal +DynamicUser=yes PrivateTmp=yes PrivateDevices=yes PrivateNetwork=yes |