]> git.ipfire.org Git - thirdparty/systemd.git/commit
core: don't insist on ProtectHostname= if unshare() is blocked 14090/head
authorLennart Poettering <lennart@poettering.net>
Wed, 20 Nov 2019 11:27:28 +0000 (12:27 +0100)
committerLennart Poettering <lennart@poettering.net>
Wed, 20 Nov 2019 11:49:06 +0000 (12:49 +0100)
commit6d19b71876ac9a16886bd4f8f6eefb6aa2b60473
tree64fda00e2b76c0fa11b2f1deda6d71655fb67418
parent4e677599607d582367151280aa5d922f80fd962e
core: don't insist on ProtectHostname= if unshare() is blocked

Previously we'd only skip ProtectHostname= if kernel support for
namespaces was lacking. With this change we also accept if unshare()
fails because it is blocked.
src/core/execute.c