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:
parent
3dd3609333
commit
f2d9e37035
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue