[Detail] Move meta_tst from system to vendor [Solution] modify sepolicy/basic MTK-Commit-Id: 4bac131e38e71904dfc6f69a0b1ec15f46a08881 Change-Id: I571edd67cf3f59c293aa2aa674292380b86fcf38 CR-Id: ALPS03909621 Feature: SP META Tool
14 lines
486 B
Plaintext
14 lines
486 B
Plaintext
# ==============================================
|
|
# MTK Policy Rule
|
|
# ==============================================
|
|
|
|
# ==============================================
|
|
# Type Declaration
|
|
# ==============================================
|
|
type pre_meta, domain;
|
|
type pre_meta_exec , exec_type, file_type, vendor_file_type;
|
|
init_daemon_domain(pre_meta)
|
|
|
|
allow pre_meta proc_lk_env:file rw_file_perms;
|
|
allow pre_meta para_block_device:blk_file rw_file_perms;set_prop(meta_tst, powerctl_prop);
|