Merge "Allow vndservicemanager to start processes"

This commit is contained in:
Jon Spivack 2019-08-23 01:29:06 +00:00 committed by Gerrit Code Review
commit 018f745b90

View File

@ -13,5 +13,8 @@ allow vndservicemanager vndbinder_device:chr_file rw_file_perms;
# Read vndservice_contexts
allow vndservicemanager vndservice_contexts_file:file r_file_perms;
# Start lazy services
set_prop(vndservicemanager, ctl_interface_start_prop)
# Check SELinux permissions.
selinux_check_access(vndservicemanager)