]> git.ipfire.org Git - thirdparty/systemd.git/commit
unit/network: use ProtectSystem=strict again 31772/head
authorYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 13 Mar 2024 17:28:06 +0000 (02:28 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 19 Mar 2024 06:15:32 +0000 (15:15 +0900)
commita9e7894d387bde1371f9bf2d8e30d810375c94bd
treecc509c024cc06545591214488a087670312946f7
parentbfd8f70cb8e8c273c2d80064d8c2d004d8a5e562
unit/network: use ProtectSystem=strict again

Now, networkd accesses the state directory through the file descriptor
passed from systemd-networkd-persistent-storage.service.
Hence, the networkd itself does not need to access the state directory
through its path, and we can use more stronger mode for ProtectSystem=.
units/systemd-networkd.service.in