summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorTushar Janefalkar <tusharj@codeaurora.org>2014-10-31 14:11:26 -0700
committerAvijit Kanti Das <avijitnsec@codeaurora.org>2014-11-03 14:24:28 -0800
commit393075638274dd5b77afe75e8f8e58354e5e81a4 (patch)
tree7fc21a1746a797cf449a9b9664d5f52e7f22c30a /common
parent99babb9d74ffc7113bac361488d4bcce70208c87 (diff)
downloadandroid_device_qcom_sepolicy-393075638274dd5b77afe75e8f8e58354e5e81a4.tar.gz
android_device_qcom_sepolicy-393075638274dd5b77afe75e8f8e58354e5e81a4.tar.bz2
android_device_qcom_sepolicy-393075638274dd5b77afe75e8f8e58354e5e81a4.zip
SEAndroid: Add new location policy
Added policy for lowi-server to access netlink sockets Change-Id: I8fd6687d2b2e7c4dcb5e05b6f0541b3a24807b23 CRs-fixed: 747721
Diffstat (limited to 'common')
-rw-r--r--common/location.te1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/location.te b/common/location.te
index 96eaf8af..7d3a6261 100644
--- a/common/location.te
+++ b/common/location.te
@@ -22,3 +22,4 @@ allow location self:socket create_socket_perms;
allow location sensors:unix_stream_socket connectto;
allow location sensors_device:chr_file r_file_perms;
allow location sensors_socket:sock_file w_file_perms;
+allow location self:netlink_socket create_socket_perms;