From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mo4-p00-ob.smtp.rzone.de ([81.169.146.218]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1k5lXq-0005e9-Cd for ptxdist@pengutronix.de; Wed, 12 Aug 2020 09:51:35 +0200 From: Artur Wiebe Date: Wed, 12 Aug 2020 09:51:29 +0200 Message-Id: <20200812075129.3780531-1-artur@4wiebe.de> MIME-Version: 1.0 Subject: [ptxdist] [PATCH] polkit: use 4 digits for permissions List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ptxdist-bounces@pengutronix.de Sender: "ptxdist" To: ptxdist@pengutronix.de Cc: Artur Wiebe (allows extending localauthority dir by other packages) Signed-off-by: Artur Wiebe --- rules/polkit.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/polkit.make b/rules/polkit.make index ba5d9a299..ac9b49e45 100644 --- a/rules/polkit.make +++ b/rules/polkit.make @@ -68,7 +68,7 @@ $(STATEDIR)/polkit.targetinstall: /usr/share/dbus-1/system-services/org.freedesktop.PolicyKit1.service) # config - @$(call install_copy, polkit, 0, 0, 700, /etc/polkit-1/localauthority) + @$(call install_copy, polkit, 0, 0, 0700, /etc/polkit-1/localauthority) @$(call install_copy, polkit, 0, 0, 0644, -, \ /etc/polkit-1/localauthority.conf.d/50-localauthority.conf) @$(call install_copy, polkit, 0, 0, 0644, -, \ -- 2.27.0 _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de