Commit c0f72d53 authored by peturbg's avatar peturbg
Browse files
parent 83491e8e
Loading
Loading
Loading
Loading

sepolicy/akmd09911.te

0 → 100644
+7 −0
Original line number Diff line number Diff line
type akmd09911_exec , exec_type, file_type;
type akmd09911 ,domain;

init_daemon_domain(akmd09911)

allow akmd09911 msensor_device:chr_file rw_file_perms;
allow akmd09911 gsensor_device:chr_file rw_file_perms;

sepolicy/app.te

0 → 100644
+4 −0
Original line number Diff line number Diff line
# Graphics
allow appdomain proc_ged:file r_file_perms;
allow appdomain proc_mtk_cmdq:file r_file_perms;
allow appdomain cmdq_device:chr_file r_file_perms;
+6 −1
Original line number Diff line number Diff line
attribute mtk_core_property_type;
attribute mtk_property_type;

# PQ
attribute hal_pq;
attribute hal_pq_client;
attribute hal_pq_server;

sepolicy/bootanim.te

0 → 100644
+1 −0
Original line number Diff line number Diff line
allow bootanim proc_ged:file r_file_perms;
+1 −0
Original line number Diff line number Diff line
allow cameraserver proc_ged:file r_file_perms;
Loading