15 lines
547 B
Plaintext
15 lines
547 B
Plaintext
# ==============================================
|
|
# MTK Policy Rule
|
|
# ==============================================
|
|
|
|
allow vpud_native teei_client_device:chr_file rw_file_perms;
|
|
allow vpud_native mobicore_user_device:chr_file rw_file_perms;
|
|
|
|
# Date: 2021/04/30
|
|
# Operation : SVP Migration
|
|
# Purpose :allow to access vendor_mtk_sec_video_path_support_prop
|
|
get_prop(vpud_native, vendor_mtk_sec_video_path_support_prop)
|
|
|
|
# Allow widevine hidl process access widevine kernel driver
|
|
allow vpud_native widevine_drv_device:chr_file rw_file_perms_no_map;
|