Allow shell to connect to property service
Change-Id: I06ea2b400cc826c684b6ad25e12b021c2667b48a
This commit is contained in:
parent
61c80d5ec8
commit
c34a252783
1 changed files with 1 additions and 1 deletions
2
shell.te
2
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;
|
||||
|
|
Loading…
Reference in a new issue