Merge "Allow gatekeeperd to read ro.gsid.image_running."

This commit is contained in:
David Anderson 2019-03-06 02:40:03 +00:00 committed by Gerrit Code Review
commit 731e104acc

View file

@ -35,4 +35,7 @@ allow gatekeeperd gatekeeper_data_file:file create_file_perms;
# For hardware properties retrieval
allow gatekeeperd hardware_properties_service:service_manager find;
# For checking whether GSI is running
get_prop(gatekeeperd, gsid_prop)
r_dir_file(gatekeeperd, cgroup)