summaryrefslogtreecommitdiff
path: root/sepolicy
diff options
context:
space:
mode:
authorRoshan Pius <rpius@google.com>2018-01-18 00:49:19 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2018-01-18 00:49:19 +0000
commit5e7e202c487380b232652128b2d94f8d9a7a87a6 (patch)
tree2d19df9e39209a62deb502ec900ec1327492d312 /sepolicy
parentc69ed0aaf78ef8cb3e59433eef3e16bf70a38f8a (diff)
parent76fe549112dee268aff0eee2b32c497923d71f95 (diff)
downloadhikey-5e7e202c487380b232652128b2d94f8d9a7a87a6.tar.gz
Merge changes from topic "hostapd_hidl"
* changes: hikey(manifest): Add hostapd HIDL interface hostapd: Remove treble violation exception
Diffstat (limited to 'sepolicy')
-rw-r--r--sepolicy/hostapd.te11
1 files changed, 0 insertions, 11 deletions
diff --git a/sepolicy/hostapd.te b/sepolicy/hostapd.te
deleted file mode 100644
index 86b985ae..00000000
--- a/sepolicy/hostapd.te
+++ /dev/null
@@ -1,11 +0,0 @@
-# TODO(b/36657258): Remove data_between_core_and_vendor_violators once
-# hostapd no longer directly accesses /data outside /data/vendor.
-typeattribute hostapd data_between_core_and_vendor_violators;
-# hostapd can read and write WiFi related data and configuration.
-allow hostapd wifi_data_file:file rw_file_perms;
-r_dir_file(hostapd, wifi_data_file)
-
-# hostapd wants to create the directory holding its control socket.
-allow hostapd hostapd_socket:dir create_dir_perms;
-# hostapd needs to create, bind to, read, and write its control socket.
-allow hostapd hostapd_socket:sock_file create_file_perms;