]> git.ipfire.org Git - thirdparty/systemd.git/commit
units: re-drop ProtectHostname from systemd-hostnamed.service (#11792)
authorMartin Pitt <martinpitt@users.noreply.github.com>
Fri, 22 Feb 2019 07:04:37 +0000 (08:04 +0100)
committerGitHub <noreply@github.com>
Fri, 22 Feb 2019 07:04:37 +0000 (08:04 +0100)
commit95a32e9750124c0e5d84f5127a420af04d357e0b
tree9ab47756e0f15d43d9234efe5cb5d59ddc770e61
parent772afb76163b5fac339dac7a42a06e6121b930d9
units: re-drop ProtectHostname from systemd-hostnamed.service (#11792)

This was an overzealous setting from commit 99894b867f. Without this,
`hostnamectl set-hostname` fails with

    Could not set property: Access denied

as `sethostname()` fails with `EPERM`.
units/systemd-hostnamed.service.in