You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
384 B
13 lines
384 B
# ==============================================
|
|
# MTK Policy Rule
|
|
# ==============================================
|
|
|
|
# Date: 2020/06/08
|
|
# Purpose: Allow ephemeral app to access mtk jpeg
|
|
allow ephemeral_app proc_mtk_jpeg:file rw_file_perms;
|
|
allowxperm ephemeral_app proc_mtk_jpeg:file ioctl {
|
|
JPG_BRIDGE_DEC_IO_LOCK
|
|
JPG_BRIDGE_DEC_IO_WAIT
|
|
JPG_BRIDGE_DEC_IO_UNLOCK
|
|
};
|