From a211e2e2e4feb1fbe76bc3e4ee74dcad9a4fc7a7 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Thu, 23 May 2024 01:15:26 +0200 Subject: [PATCH] Changed default permissions for /var/lib/platypush from 0755 to 0750. --- platypush/config/systemd/platypush-tmpfile.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platypush/config/systemd/platypush-tmpfile.conf b/platypush/config/systemd/platypush-tmpfile.conf index ced2d808f5..8ed055b825 100644 --- a/platypush/config/systemd/platypush-tmpfile.conf +++ b/platypush/config/systemd/platypush-tmpfile.conf @@ -1,2 +1,2 @@ -d /var/lib/platypush 0755 platypush platypush - +d /var/lib/platypush 0750 platypush platypush - d /etc/platypush 2750 platypush platypush -