universal7885: sepolicy: Fixup! use macro for covering denials

This commit is contained in:
roynatech2544 2022-09-22 22:31:45 +09:00
commit 93735da7ca

View file

@ -5,5 +5,5 @@ init_daemon_domain(multiclientd)
allow multiclientd rild:binder { call transfer };
allow multiclientd rild_hwservice:hwservice_manager find;
allow multiclientd hwservicemanager_prop:file read;
get_prop(multiclientd, hwservicemanager_prop);
allow multiclientd same_process_hal_file:file execute;