[debian-edu-commits] [Git][debian-edu/debian-edu-config][master] cf3/cf.dhcpserver: Ensure proper rights for systemd service files

Wolfgang Schweer (@schweer-guest) gitlab at salsa.debian.org
Sun Oct 3 10:57:12 BST 2021



Wolfgang Schweer pushed to branch master at Debian Edu / debian-edu-config


Commits:
b7b2740f by Wolfgang Schweer at 2021-10-03T11:55:38+02:00
cf3/cf.dhcpserver: Ensure proper rights for systemd service files

(This avoids useless warnings about not world readable files.)

Signed-off-by: Wolfgang Schweer <wschweer at arcor.de>

- - - - -


2 changed files:

- cf3/cf.dhcpserver
- debian/changelog


Changes:

=====================================
cf3/cf.dhcpserver
=====================================
@@ -19,12 +19,14 @@ files:
   debian.(server|server.ltspserver).installation::
 
     "/etc/systemd/system/isc-dhcp-server.service"
-      copy_from => local_cp("/usr/share/debian-edu-config/isc-dhcp-server.service");
+      copy_from => local_cp("/usr/share/debian-edu-config/isc-dhcp-server.service"),
+      perms => mog("644","root","root");
 
   debian.!server.ltspserver.installation::
 
     "/etc/systemd/system/isc-dhcp-server.service"
-      copy_from => local_cp("/usr/share/debian-edu-config/isc-dhcp-server.service.eth1_only");
+      copy_from => local_cp("/usr/share/debian-edu-config/isc-dhcp-server.service.eth1_only"),
+      perms => mog("644","root","root");
 
 commands:
 


=====================================
debian/changelog
=====================================
@@ -23,6 +23,7 @@ debian-edu-config (2.12.5) UNRELEASED; urgency=medium
       spoiled by warnings.)
   * share/debian-edu-config/d-i/finish-install:
     - Run cf-agent in verbose mode to improve log message readability.
+  * cf3/cf.dhcpserver: Ensure proper rights for systemd service files.
 
  -- Mike Gabriel <sunweaver at debian.org>  Sun, 03 Oct 2021 10:13:28 +0200
 



View it on GitLab: https://salsa.debian.org/debian-edu/debian-edu-config/-/commit/b7b2740f82ab345ca23020e2230a2c7563c06950

-- 
View it on GitLab: https://salsa.debian.org/debian-edu/debian-edu-config/-/commit/b7b2740f82ab345ca23020e2230a2c7563c06950
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-edu-commits/attachments/20211003/e8904e65/attachment-0001.htm>


More information about the debian-edu-commits mailing list