From 685234f717a2639fe6387d1f1be2b0854b01dca4ae4c9da09d61b88dc0cfcae9 Mon Sep 17 00:00:00 2001 From: Guillaume GARDET Date: Thu, 9 Dec 2021 11:06:53 +0000 Subject: [PATCH 1/2] Accepting request 937755 from home:Guillaume_G:branches:security - Fix /run/parsec permission to 755. This is enough for all users to access the service - boo#1193484 OBS-URL: https://build.opensuse.org/request/show/937755 OBS-URL: https://build.opensuse.org/package/show/security/parsec?expand=0&rev=14 --- parsec.changes | 6 ++++++ parsec.conf | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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 - - From 30810bef2724df73074119effa04b02cf75aa71994d98e86d79522369ad2cdc4 Mon Sep 17 00:00:00 2001 From: Guillaume GARDET Date: Thu, 9 Dec 2021 13:58:41 +0000 Subject: [PATCH 2/2] OBS-URL: https://build.opensuse.org/package/show/security/parsec?expand=0&rev=15 --- parsec.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parsec.changes b/parsec.changes index caedafb..3bb6b50 100644 --- a/parsec.changes +++ b/parsec.changes @@ -2,7 +2,7 @@ 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 + users to access the service - boo#1193484 - CVE-2021-36781 ------------------------------------------------------------------- Mon Sep 27 10:18:08 UTC 2021 - Guillaume GARDET