diff options
author | Srikanth Chintala <srikchin@codeaurora.org> | 2016-01-23 18:09:48 +0530 |
---|---|---|
committer | Steve Kondik <steve@cyngn.com> | 2016-08-05 00:19:14 -0700 |
commit | 98fa20aafb6a90c4ed4f6f68ce2f0fb078b20e41 (patch) | |
tree | 810dab1203e9e722a52c5ce55b8b1e38ab567d96 | |
parent | 88707c07cbf3bb3807b4d8aa01d96040005561ed (diff) | |
download | android_device_qcom_sepolicy-98fa20aafb6a90c4ed4f6f68ce2f0fb078b20e41.tar.gz android_device_qcom_sepolicy-98fa20aafb6a90c4ed4f6f68ce2f0fb078b20e41.tar.bz2 android_device_qcom_sepolicy-98fa20aafb6a90c4ed4f6f68ce2f0fb078b20e41.zip |
sepolicy: remove exec permission for radio
Remove exec permission for radio to run
com.qualcomm.qti.telephony/app_dex/*
Change-Id: Ibceb29133e22fbe6ac5bbfe7fc9b7d253acc2bf8
-rw-r--r-- | common/radio.te | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/common/radio.te b/common/radio.te index a0426e04..6f726643 100644 --- a/common/radio.te +++ b/common/radio.te @@ -1,9 +1,6 @@ # Talks to qmuxd via the qmux_radio socket. qmux_socket(radio); -#Need permission to execute com.qualcomm.qti.telephony/app_dex/xx -allow radio radio_data_file:file x_file_perms; - #Need permission to execute dpmd talk to radio layer unix_socket_connect(radio, dpmd, dpmd) @@ -11,4 +8,4 @@ unix_socket_connect(radio, dpmd, dpmd) unix_socket_connect(radio, ims, ims) # IMS needs permission to use avtimer -allow radio avtimer_device:chr_file r_file_perms;
\ No newline at end of file +allow radio avtimer_device:chr_file r_file_perms; |