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

am: 731e104acc

Change-Id: Ie96e41350d57a93d5b8f6db78ef59f43c0c72ac7
This commit is contained in:
David Anderson 2019-03-05 19:22:30 -08:00 committed by android-build-merger
commit 15ae14f060

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)