mirror of
https://github.com/team-infusion-developers/android_device_samsung_msm8976-common.git
synced 2024-11-07 06:19:20 +00:00
msm8976-common: sepolicy: Remove rules that are now in legacy-common
This commit is contained in:
parent
c6b26d88d7
commit
0b60118cf8
8 changed files with 0 additions and 21 deletions
|
@ -1 +0,0 @@
|
|||
allow mm-qcamerad camera_data_file:sock_file { create unlink };
|
|
@ -1,4 +0,0 @@
|
|||
binder_use(per_mgr)
|
||||
binder_service(per_mgr)
|
||||
|
||||
allow per_mgr binder_per_mgr_service:service_manager { add find };
|
|
@ -1,4 +0,0 @@
|
|||
binder_use(qseeproxy)
|
||||
binder_service(qseeproxy)
|
||||
|
||||
allow qseeproxy binder_qseeproxy_service:service_manager add;
|
|
@ -1,10 +1,5 @@
|
|||
binder_use(rild)
|
||||
|
||||
allow rild proc_net:file w_file_perms;
|
||||
|
||||
allow rild radio_data_file:dir rw_dir_perms;
|
||||
allow rild radio_data_file:file create_file_perms;
|
||||
|
||||
r_dir_file(rild, app_efs_file)
|
||||
|
||||
set_prop(rild, system_radio_prop)
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
type binder_per_mgr_service, service_manager_type;
|
||||
type binder_qseeproxy_service, service_manager_type;
|
|
@ -1,2 +0,0 @@
|
|||
com.qualcomm.qti.qseeproxy u:object_r:binder_qseeproxy_service:s0
|
||||
vendor.qcom.PeripheralManager u:object_r:binder_per_mgr_service:s0
|
|
@ -1,5 +1,3 @@
|
|||
allow system_server binder_per_mgr_service:service_manager find;
|
||||
|
||||
allow system_server efs_file:dir search;
|
||||
|
||||
allow system_server qti_debugfs:file r_file_perms;
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
type_transition thermal-engine socket_device:sock_file thermal_socket;
|
Loading…
Reference in a new issue