blob: d5a2a901e7e9b89ddd1fe4b2b35074000d43789b [file] [log] [blame]
# ==============================================
# Common SEPolicy Rule
# ==============================================
# Date: 2020/06/08
# Purpose: Allow untrusted app to access mtk jpeg
allow untrusted_app_all proc_mtk_jpeg:file rw_file_perms;
allowxperm untrusted_app_all proc_mtk_jpeg:file ioctl {
JPG_BRIDGE_DEC_IO_LOCK
JPG_BRIDGE_DEC_IO_WAIT
JPG_BRIDGE_DEC_IO_UNLOCK
};