kitakami-common: sepolicy: Fix ims policies for building

This commit is contained in:
TARKZiM 2020-08-26 11:31:33 +08:00
parent 27d3e852ab
commit 7e7ae0bd36
5 changed files with 0 additions and 14 deletions

View File

@ -20,6 +20,3 @@ type fpc_data_file, file_type;
# Camera
type sysfs_camera, sysfs_type, fs_type;
# Socket
type ims_socket, file_type;

View File

@ -80,7 +80,3 @@
/system/vendor/bin/ims_rtp_daemon u:object_r:ims_exec:s0
/system/vendor/(lib|lib64)/libril-wrapper\.so u:object_r:hal_ril_wrapper_exec:s0
/dev/socket/ims_qmid u:object_r:ims_socket:s0
/dev/socket/ims_datad u:object_r:ims_socket:s0
/dev/socket/ims_rtpd u:object_r:ims_socket:s0

View File

@ -2,5 +2,3 @@ type timekeep_prop, property_type;
type tee_prop, property_type;
type ta_prop, property_type;
type display_prop, property_type;
type qcom_ims_prop, property_type;
type rcs_prop, property_type;

View File

@ -4,5 +4,3 @@ persist.sys.timeadjust u:object_r:timekeep_prop:s0
persist.service.bdroid.bdaddr u:object_r:bluetooth_prop:s0
persist.tareset.notfirstboot u:object_r:ta_prop:s0
net.r_rmnet u:object_r:net_radio_prop:s0
rcs. u:object_r:rcs_prop:s0
sys.ims. u:object_r:qcom_ims_prop:s0

View File

@ -6,6 +6,3 @@ allow radio ims_socket:sock_file write;
# Connect to ims service.
allow radio ims:unix_stream_socket connectto;
# Access RCS properties
set_prop(radio, rcs_prop)