summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAvijit Kanti Das <avijitnsec@codeaurora.org>2014-12-01 15:44:19 -0800
committerGerrit - the friendly Code Review server <code-review@localhost>2014-12-12 16:52:07 -0800
commitd53bd7aad56da40ef6c1b0e93f4ea28fc97ba085 (patch)
treea696eba11f3251425abe4e1cdfeaad9b74cf9f5d
parent9a787b08fc0c7c50862e868ccbb0766a6c782b3b (diff)
downloadandroid_device_qcom_sepolicy-d53bd7aad56da40ef6c1b0e93f4ea28fc97ba085.tar.gz
android_device_qcom_sepolicy-d53bd7aad56da40ef6c1b0e93f4ea28fc97ba085.tar.bz2
android_device_qcom_sepolicy-d53bd7aad56da40ef6c1b0e93f4ea28fc97ba085.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);