sepolicy : Remove deprecated smcinvoke_daemon

smcinvoke daemon will no longer be available in system.
Sepolicy rules are not needed to be defined as smcinvoked
is deprecated from system.

Change-Id: I19bcfc36aed1ed0ae28739b9428127faec7b65b4
This commit is contained in:
Anmolpreet Kaur 2019-05-27 12:04:31 +05:30
parent 3dd3609333
commit f2d9e37035

View file

@ -37,7 +37,7 @@ allow system_app dpmd:unix_stream_socket connectto;
allow system_app color_service:service_manager add;
get_prop(system_app, bluetooth_prop);
# allow system_app to interact with smcinvoke daemon
binder_call(system_app, smcinvoke_daemon)
#binder_call(system_app, smcinvoke_daemon)
# allow system_app access to Workload Classifier Property
set_prop(system_app, vendor_wlc_prop);