Skip to content
Snippets Groups Projects
Unverified Commit 763884c9 authored by Joshua Blanchard's avatar Joshua Blanchard
Browse files

beckham: sepolicy: Update for IMotVibrator hwservice

* Define the hal, but label only enough to appease ModServce.

Change-Id: Ie5a459a2fde575361ddf4ebc0c47c98988350aeb
parent d4f12f99
No related branches found
No related tags found
No related merge requests found
type hal_modmanager_hwservice, hwservice_manager_type; type hal_modmanager_hwservice, hwservice_manager_type;
type hal_motvibrator_hwservice, hwservice_manager_type;
com.motorola.mod::IModManager u:object_r:hal_modmanager_hwservice:s0 com.motorola.mod::IModManager u:object_r:hal_modmanager_hwservice:s0
motorola.hardware.vibrator::IMotVibrator u:object_r:hal_motvibrator_hwservice:s0
add_hwservice(system_app, hal_modmanager_hwservice) add_hwservice(system_app, hal_modmanager_hwservice)
add_hwservice(system_app, hal_motvibrator_hwservice)
allow system_app mods_service:service_manager find; allow system_app mods_service:service_manager find;
allow system_app mods_service:service_manager add; allow system_app mods_service:service_manager add;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment