From: Marek Szuba Date: Mon, 25 Mar 2019 14:07:19 +0000 (+0000) Subject: app-backup/burp: fix /etc/burp permissions in the OpenRC init script X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=4b3a76d6d58d796effed0fbd84ee6d9ee8f627e9;p=gentoo.git app-backup/burp: fix /etc/burp permissions in the OpenRC init script Signed-off-by: Marek Szuba Package-Manager: Portage-2.3.62, Repoman-2.3.11 --- diff --git a/app-backup/burp/files/burp.initd b/app-backup/burp/files/burp.initd index a0b0dccacbcc..f9af311e4616 100644 --- a/app-backup/burp/files/burp.initd +++ b/app-backup/burp/files/burp.initd @@ -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)"