Allow shell to connect to property service

Change-Id: I06ea2b400cc826c684b6ad25e12b021c2667b48a
This commit is contained in:
William Roberts 2012-11-27 08:18:52 -08:00
parent 61c80d5ec8
commit c34a252783

View file

@ -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;