cynara base stick on afm user
Description
Environment
None
Activity
Matt Porter May 25, 2017 at 12:08 PM
Matt Porter
May 25, 2017 at 12:08 PM
Correction. Had a local deploy error here on my first try. I corrected it and I have good results matching @Former user and no more workaround needed for mediaplayer and phone app. Looks good to merge!

Jose Bollo May 24, 2017 at 8:22 PM(edited)
Jose Bollo
May 24, 2017 at 8:22 PM
(edited)
strange. I did the test and found, out of the box:
root@intel-corei7-64:~# cyad -l MANIFESTS -A
MANIFESTS;User::App::navigation;*;http://tizen.org/privilege/internal/dbus;65535;
MANIFESTS;User::App::hvac;*;urn:AGL:permission::public:no-htdocs;65535;
MANIFESTS;User;*;*;65535;
MANIFESTS;User::App::settings;*;urn:AGL:permission::public:no-htdocs;65535;
MANIFESTS;User::App::phone;*;urn:AGL:permission::public:no-htdocs;65535;
MANIFESTS;User::App::poi;*;http://tizen.org/privilege/internal/dbus;65535;
MANIFESTS;System;*;*;65535;
MANIFESTS;User::App::phone;*;[http://tizen.org/privilege/internal/dbus];65535;
we should double check

Jan-Simon Moeller May 24, 2017 at 5:50 PM
Jan-Simon Moeller
May 24, 2017 at 5:50 PM
Ok, so what we put in place for rc1 should:
allow the built-in apps to run out-of-the-box
it should allow custom apps to run when installed with afm-util,
if necessary any extra commands required need to be documented on docs.automotivelinux.org so we can point to it from the release notes.
Matt Porter May 24, 2017 at 4:57 PM
Matt Porter
May 24, 2017 at 4:57 PM
I just pulled a built with the commit in 9503, when I boot up I'm still seeing:
root@porter:~# cyad -l MANIFESTS -A
MANIFESTS;User::App::settings;992;urn:AGL:permission::public:no-htdocs;65535;
MANIFESTS;User::App::poi;992;http://tizen.org/privilege/internal/dbus;65535;
MANIFESTS;User::App::phone;992;urn:AGL:permission::public:no-htdocs;65535;
MANIFESTS;System;*;*;65535;
MANIFESTS;User::App::hvac;992;urn:AGL:permission::public:no-htdocs;65535;
MANIFESTS;User::App::poi;*;http://tizen.org/privilege/internal/dbus;65535;
MANIFESTS;User;*;*;65535;
MANIFESTS;User::App::phone;992;http://tizen.org/privilege/internal/dbus;65535;
MANIFESTS;User::App::navigation;*;http://tizen.org/privilege/internal/dbus;65535;
and running the phone app still results in dbus signals blocked:
root@porter:~# journalctl --unit cynara -f
-- Logs begin at Fri 2017-05-12 12:19:28 UTC. --
May 12 12:19:53 porter systemd[1]: Starting Cynara service...
May 12 12:19:54 porter systemd[1]: Started Cynara service.
May 24 16:47:58 porter cynara[769]: User::App::settings;0;http://tizen.org/privilege/internal/dbus => DENY
May 24 16:47:58 porter cynara[769]: User::App::settings;0;http://tizen.org/privilege/internal/dbus => DENY
May 24 16:49:59 porter cynara[769]: User::App::phone;0;http://tizen.org/privilege/internal/dbus => DENY
Fixed
Details
Details
Assignee

Reporter

Fix versions
Labels
Contract ID
Components
Affects versions
Priority
Created May 24, 2017 at 9:18 AM
Updated July 24, 2017 at 11:45 PM
Resolved May 29, 2017 at 2:18 PM
permissions are set for user afm. permissions must be set for any user.