From 51f462e37995123d52d209422df2015466197cea Mon Sep 17 00:00:00 2001 From: Karol Lewandowski Date: Tue, 19 Jan 2021 13:05:46 +0100 Subject: [PATCH] crash-service: Permit service & app livedump API clients The d-bus livedump_pid API can be used by both services and apps. For service to use the API it should be member of (supplementary) priv_livecoredumper group. For application to use the API it should be given the "http://tizen.org/privilege/internal/livecoredump" privilege. However, it's internal privilege so it can't be given from the application manifest. See 'livedumper' section in NOTES file for hints. Change-Id: I01586c2c00f7a15d2553e4284ce373a03f9433b1 --- src/crash-service/crash-service.conf | 24 +++++++++--------------- 1 file changed, 9 insertions(+), 15 deletions(-) diff --git a/src/crash-service/crash-service.conf b/src/crash-service/crash-service.conf index 78eb60b..69bb35c 100644 --- a/src/crash-service/crash-service.conf +++ b/src/crash-service/crash-service.conf @@ -6,39 +6,33 @@ - - - + + + - - - - - + + + + - -