Code

Mount /usr, /boot and /etc readonly
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Wed, 9 Sep 2015 15:51:17 +0000 (17:51 +0200)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Mon, 14 Sep 2015 18:41:33 +0000 (20:41 +0200)
contrib/systemd.collectd.service

index 6a2953a28d3fa3d46658018381db1954d895992a..065913355ba5aa11b7079aebfeaafad9d3324185 100644 (file)
@@ -7,6 +7,7 @@ Requires=local-fs.target network.target
 ExecStart=/usr/sbin/collectd
 EnvironmentFile=-/etc/sysconfig/collectd
 EnvironmentFile=-/etc/default/collectd
+ProtectSystem=full
 
 # Tell systemd it will receive a notification from collectd over it's control
 # socket once the daemon is ready. See systemd.service(5) for more details.