Merge "configstore: add selinux policy for configstore@1.0 hal"

am: 9eff8526b7

Change-Id: I84fa34a4ec67329f5225208c2e223f8bd99ebde3
This commit is contained in:
Jiyong Park 2017-02-02 23:12:00 +00:00 committed by android-build-merger
commit e822c5a461
4 changed files with 8 additions and 0 deletions

View file

@ -244,6 +244,7 @@
/system/bin/hw/android\.hardware\.bluetooth@1\.0-service u:object_r:hal_bluetooth_default_exec:s0
/system/bin/hw/android\.hardware\.boot@1\.0-service u:object_r:hal_boot_exec:s0
/system/bin/hw/android\.hardware\.camera\.provider@2\.4-service u:object_r:hal_camera_default_exec:s0
/system/bin/hw/android\.hardware\.configstore@1\.0-service u:object_r:hal_configstore_default_exec:s0
/system/bin/hw/android\.hardware\.contexthub@1\.0-service u:object_r:hal_contexthub_default_exec:s0
/system/bin/hw/android\.hardware\.drm@1\.0-service u:object_r:hal_drm_default_exec:s0
/system/bin/hw/android\.hardware\.dumpstate@1\.0-service u:object_r:hal_dumpstate_default_exec:s0

View file

@ -0,0 +1,5 @@
type hal_configstore_default, domain;
hal_impl_domain(hal_configstore_default, hal_configstore)
type hal_configstore_default_exec, exec_type, file_type;
init_daemon_domain(hal_configstore_default)

View file

@ -121,6 +121,7 @@ attribute haldomain;
attribute hal_audio;
attribute hal_bluetooth;
attribute hal_camera;
attribute hal_configstore;
attribute hal_contexthub;
attribute hal_drm;
attribute hal_dumpstate;

View file

@ -10,6 +10,7 @@ read_runtime_log_tags(surfaceflinger)
hwbinder_use(surfaceflinger)
binder_call(surfaceflinger, hal_graphics_allocator)
binder_call(surfaceflinger, hal_graphics_composer)
binder_call(surfaceflinger, hal_configstore)
# Perform Binder IPC.
binder_use(surfaceflinger)