Allow system_server to read Peripheral Manager prop.

Allow system_server to read/access peripheral manager prop
during shutdown.

Files Affected:
generic/vendor/common/system_server.te

Test:
confirmed prop value is read during shutdown.

Change-Id: I44a4f312320cb15e31e473e6b8f5220804ce29fc
This commit is contained in:
Mulugeta Engdaw
2019-05-16 12:22:35 -07:00
committed by Gerrit - the friendly Code Review server
parent 625a956160
commit 45ce93a6cc

View File

@@ -49,4 +49,7 @@ userdebug_or_eng(`
# allow system_server to access vendor display property.
get_prop(system_server, vendor_display_prop)
# allow system_server to read/acess peripheral manager.
get_prop(system_server, vendor_per_mgr_state_prop);
hal_client_domain(system_server, hal_dataconnection_qti)