Cleanup wahoo sepolicy for easel.

Change-Id: I755fd46508d596745ce502f08756505542945afb
Test: aosp with 3P camera app
This commit is contained in:
Michael Moreno
2018-11-07 11:30:26 -08:00
parent 7aa2e5a0d8
commit 26930702eb
4 changed files with 0 additions and 22 deletions

View File

@@ -1,19 +0,0 @@
# easel service
type easel, domain;
type easel_exec, exec_type, vendor_file_type, file_type;
init_daemon_domain(easel)
add_service(easel, easel_service)
vndbinder_use(easel)
# access easel dev nodes
allow easel easel_device:chr_file rw_file_perms;
allow easel sysfs_easel:file rw_file_perms;
allow easel sysfs_easel:dir r_dir_perms;
# access easel thermal sysfs
allow easel sysfs_thermal:dir r_dir_perms;
allow easel sysfs_thermal:file r_file_perms;
allow easel sysfs_thermal:lnk_file r_file_perms;

View File

@@ -154,7 +154,6 @@
/vendor/bin/ipacm-diag u:object_r:hal_tetheroffload_default_exec:s0
/vendor/bin/cnd u:object_r:cnd_exec:s0
/vendor/bin/ATFWD-daemon u:object_r:atfwd_exec:s0
/vendor/bin/easelmanagerd u:object_r:easel_exec:s0
# Remove after b/38447389
/vendor/bin/esed u:object_r:esed_exec:s0
# Rename to android.hardware.[XXX] after b/38447431

View File

@@ -1,3 +1,2 @@
type qdisplay_service, vndservice_manager_type;
type per_mgr_service, vndservice_manager_type;
type easel_service, vndservice_manager_type;

View File

@@ -1,3 +1,2 @@
display.qservice u:object_r:qdisplay_service:s0
vendor.qcom.PeripheralManager u:object_r:per_mgr_service:s0
easelmanager u:object_r:easel_service:s0