13 lines
377 B
Plaintext
Raw Normal View History

2022-08-14 15:07:12 +02:00
# ==============================================
# Common SEPolicy 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
};