diff options
author | Topi Miettinen <toiwoton@gmail.com> | 2019-02-19 00:30:12 +0200 |
---|---|---|
committer | Topi Miettinen <toiwoton@gmail.com> | 2019-02-20 10:50:44 +0200 |
commit | 99894b867f1293f56d181d62f5015c5a0a8adbda (patch) | |
tree | 9b5dd7abaeee2127719bb3cc5baa4889df4e5bb0 /units/systemd-journal-remote.service.in | |
parent | aecd5ac6218f6291186b530b89cf2e97333fffc0 (diff) | |
download | systemd-99894b867f1293f56d181d62f5015c5a0a8adbda.tar.gz |
units: enable ProtectHostname=yes
Diffstat (limited to 'units/systemd-journal-remote.service.in')
-rw-r--r-- | units/systemd-journal-remote.service.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/units/systemd-journal-remote.service.in b/units/systemd-journal-remote.service.in index 29a99aaec1..71727295c3 100644 --- a/units/systemd-journal-remote.service.in +++ b/units/systemd-journal-remote.service.in @@ -23,6 +23,7 @@ PrivateNetwork=yes PrivateTmp=yes ProtectControlGroups=yes ProtectHome=yes +ProtectHostname=yes ProtectKernelModules=yes ProtectKernelTunables=yes ProtectSystem=strict |