Move lbs_dbg sepolicy to system for System/vendor Layer decouple MTK-Commit-Id: a4638ef15ca2020d8f7eba6ab2d053d7716d0ad4 Change-Id: I4ecfb1276b47ec75bab4c72ff04ebeb035d757b3 CR-Id: ALPS04255502 Feature: Location Aiding
15 lines
418 B
Plaintext
15 lines
418 B
Plaintext
# ==============================================
|
|
# MTK Policy Rule
|
|
# ==============================================
|
|
|
|
#for drm key install
|
|
type provision_file, file_type, data_file_type;
|
|
type key_install_data_file, file_type, data_file_type;
|
|
|
|
# Date : WK18.16
|
|
# Purpose: Android Migration
|
|
type sysfs_mmcblk, fs_type, sysfs_type;
|
|
|
|
# lbs debug file
|
|
type lbs_dbg_data_file, file_type, data_file_type, core_data_file_type;
|