diff --git a/parsec.changes b/parsec.changes index 732b582..caedafb 100644 --- a/parsec.changes +++ b/parsec.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Dec 9 11:05:48 UTC 2021 - Guillaume GARDET + +- Fix /run/parsec permission to 755. This is enough for all + users to access the service - boo#1193484 + ------------------------------------------------------------------- Mon Sep 27 10:18:08 UTC 2021 - Guillaume GARDET diff --git a/parsec.conf b/parsec.conf index e2ac5c3..baff807 100644 --- a/parsec.conf +++ b/parsec.conf @@ -1,3 +1,3 @@ #Type Path Mode User Group Age Argument -d /run/parsec 777 parsec parsec-clients - - +d /run/parsec 755 parsec parsec-clients - -