[arch-commits] Commit in git/trunk (git-daemon at .service)
Christian Hesse
eworm at archlinux.org
Wed Oct 11 08:47:35 UTC 2017
Date: Wednesday, October 11, 2017 @ 08:47:25
Author: eworm
Revision: 307416
add some systemd security features for git-daemon at .service
Modified:
git/trunk/git-daemon at .service
---------------------+
git-daemon at .service | 4 ++++
1 file changed, 4 insertions(+)
Modified: git-daemon at .service
===================================================================
--- git-daemon at .service 2017-10-11 08:39:37 UTC (rev 307415)
+++ git-daemon at .service 2017-10-11 08:47:25 UTC (rev 307416)
@@ -8,3 +8,7 @@
StandardInput=socket
StandardOutput=inherit
StandardError=journal
+ProtectSystem=full
+ProtectHome=on
+PrivateDevices=on
+NoNewPrivileges=on
More information about the arch-commits
mailing list