app-backup/burp: fix /etc/burp permissions in the OpenRC init script
authorMarek Szuba <marecki@gentoo.org>
Mon, 25 Mar 2019 14:07:19 +0000 (14:07 +0000)
committerMarek Szuba <marecki@gentoo.org>
Mon, 25 Mar 2019 14:11:27 +0000 (14:11 +0000)
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

app-backup/burp/files/burp.initd

index a0b0dccacbccffec081729a570570f2886eda19d..f9af311e4616dc88f5a163afa540948380519709 100644 (file)
@@ -1,5 +1,5 @@
 #!/sbin/openrc-run
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 BURP_CONFIG="/etc/burp/burp-server.conf"
@@ -28,7 +28,7 @@ depend() {
 }
 
 start_pre() {
-       checkpath -o root:burp -m 0775 -d /etc/burp
+       checkpath -o root:burp -m 0750 -d /etc/burp
        checkpath -o root:burp -m 0640 -f /etc/burp/burp-server.conf
        checkpath -o root:burp -m 0750 -d /etc/burp/clientconfdir
        checkpath -o root:burp -m 0770 -d "$(get_backup_dir)"