30 Jul 2012 20:24
[PATCH 1/2] read permission over lnk_file to devices when android_cts enabled
---
cts.te | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/cts.te b/cts.te
index 489be1a..3371410 100644
--- a/cts.te
+++ b/cts.te
<at> <at> -31,6 +31,9 <at> <at> allow appdomain system_file:file rx_file_perms;
allow appdomain apk_tmp_file:file rw_file_perms;
allow appdomain shell_data_file:file r_file_perms;
+# Read permission over link file to devices.
+allow appdomain dev_type:lnk_file read;
+
# Read routing information.
allow netdomain self:netlink_route_socket { create read write nlmsg_read };
--
--
1.7.0.4
RSS Feed