summaryrefslogtreecommitdiff
path: root/non_plat/ephemeral_app.te
blob: 01dfe9e64fe61b9a747ac81295ae4b50a6d66577 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# ==============================================
# 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
};