[ALPS03972288] shell.te: remove mtkcam_prop

shell.te: remove mtkcam_prop

Remove the following due to the violation:
typeattribute shell system_writes_vendor_properties_violators;
set_prop(shell, mtkcam_prop)

MTK-Commit-Id: 59d4ee65c6ca6e46a6caa246fd2f68d220b3e4e3

Change-Id: Ia434883e82f0a0432c42b00da2c8b695be6988b9
CR-Id: ALPS03972288
Feature: [Android Default] Camera Application Basic Functions
This commit is contained in:
Jonas Lai 2020-01-18 10:01:15 +08:00
parent 6a6892c1e2
commit 5f6e183608

View File

@ -11,11 +11,6 @@ allow shell aee_aed:unix_stream_socket connectto;
allow shell hal_camera_hwservice:hwservice_manager { find };
binder_call(shell, mtk_hal_camera)
# Date : WK17.35
# Purpose : allow shell to set mtkcam property.
typeattribute shell system_writes_vendor_properties_violators;
set_prop(shell, mtkcam_prop)
# Date : WK17.36
# Purpose : allow shell to dump the debugging information of power hal.
hal_client_domain(shell, hal_power)