summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAvijit Kanti Das <avijitnsec@codeaurora.org>2014-12-01 15:44:19 -0800
committerAvijit Kanti Das <avijitnsec@codeaurora.org>2014-12-12 12:16:17 -0800
commit10bbf3b2b7f3e4012a0bd2d6a92f8bb3cd656123 (patch)
tree7f0fdfe7eea8bb9b1390633993041db92c7bf86d
parente2fbc9047706ee6546aa1d1ef223d02c189e9b31 (diff)
downloadandroid_device_qcom_sepolicy-10bbf3b2b7f3e4012a0bd2d6a92f8bb3cd656123.tar.gz
android_device_qcom_sepolicy-10bbf3b2b7f3e4012a0bd2d6a92f8bb3cd656123.tar.bz2
android_device_qcom_sepolicy-10bbf3b2b7f3e4012a0bd2d6a92f8bb3cd656123.zip
Seandroid: Adding policy for atfwd
Provide atfwd write access to property_socket Change-Id: I8afee52ca6c9db2c6ce1dcc37ded24d3bec74687
-rw-r--r--common/atfwd.te1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/atfwd.te b/common/atfwd.te
index 4c295b68..f3d84a80 100644
--- a/common/atfwd.te
+++ b/common/atfwd.te
@@ -14,3 +14,4 @@ binder_call(atfwd, servicemanager);
r_dir_file(atfwd, sysfs_ssr);
allow atfwd self:udp_socket create;
+unix_socket_connect(atfwd, property, init);