sanders: sepolicy: Remove leftovers from few services

This commit is contained in:
jhenrique09
2018-01-08 16:24:58 -02:00
committed by therootlord
parent 0cbaab6b3e
commit ec831495e2
3 changed files with 0 additions and 7 deletions

View File

@@ -300,9 +300,6 @@ PRODUCT_PACKAGES += \
# Ramdisk
PRODUCT_PACKAGES += \
init.mmi.touch.sh \
init.qcom.ril.sh \
init.qcom.bt.sh \
init.qcom.fm.sh \
wlan_carrier_bin.sh
@@ -311,7 +308,6 @@ PRODUCT_PACKAGES += \
init.mmi.boot.sh \
init.mmi.rc \
init.mmi.usb.rc \
init.oem.hw.sh \
init.qcom.rc \
ueventd.qcom.rc

View File

@@ -8,12 +8,10 @@
# Binaries
/system/bin/adspd u:object_r:adspd_exec:s0
/system/bin/charge_only_mode u:object_r:charge_only_exec:s0
/system/bin/hci_qcomm_init u:object_r:config_bluetooth_exec:s0
/system/bin/init\.mmi\.boot\.sh u:object_r:mmi_boot_exec:s0
/system/bin/wlan_carrier_bin\.sh u:object_r:init_wifi_exec:s0
/system/bin/motosh u:object_r:sensor_hub_exec:s0
/system/bin/akmd09912 u:object_r:akmd_exec:s0
/system/etc/init\.qcom\.bt\.sh u:object_r:bluetooth_loader_exec:s0
# CMActions
/sys/homebutton(/.*)? u:object_r:sysfs_homebutton:s0

View File

@@ -1,4 +1,3 @@
allow qti_init_shell apk_data_file:dir { write add_name create };
allow qti_init_shell apk_data_file:file { create write setattr };
allow qti_init_shell bluetooth_loader_exec:file { open read };
allow qti_init_shell hci_attach_dev:chr_file { read write open ioctl };