aboutsummaryrefslogtreecommitdiffstats
path: root/shell.te
diff options
context:
space:
mode:
authorWilliam Roberts <w.roberts@sta.samsung.com>2012-11-27 08:18:52 -0800
committerWilliam Roberts <w.roberts@sta.samsung.com>2012-11-27 08:18:52 -0800
commitc34a2527837daeeef51cde0fe77582d51a3bc744 (patch)
treeb5011e0bfe4cdedbf598b79f07ec64eea72f8bc3 /shell.te
parent61c80d5ec8632cadcf754eed0986b23284217c06 (diff)
downloadandroid_external_sepolicy-c34a2527837daeeef51cde0fe77582d51a3bc744.tar.gz
android_external_sepolicy-c34a2527837daeeef51cde0fe77582d51a3bc744.tar.bz2
android_external_sepolicy-c34a2527837daeeef51cde0fe77582d51a3bc744.zip
Allow shell to connect to property service
Change-Id: I06ea2b400cc826c684b6ad25e12b021c2667b48a
Diffstat (limited to 'shell.te')
-rw-r--r--shell.te2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell.te b/shell.te
index b4fa7fd..6e5329f 100644
--- a/shell.te
+++ b/shell.te
@@ -36,7 +36,7 @@ app_domain(shell)
allow shell shell_prop:property_service set;
# setprop toolbox command
-allow shell property_socket:sock_file write;
+unix_socket_connect(shell, property, init)
# ctl interface
allow shell ctl_dumpstate_prop:property_service set;