From c34a2527837daeeef51cde0fe77582d51a3bc744 Mon Sep 17 00:00:00 2001 From: William Roberts <w.roberts@sta.samsung.com> Date: Tue, 27 Nov 2012 08:18:52 -0800 Subject: [PATCH] Allow shell to connect to property service Change-Id: I06ea2b400cc826c684b6ad25e12b021c2667b48a --- shell.te | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell.te b/shell.te index b4fa7fde8..6e5329f52 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; -- GitLab