diff options
Diffstat (limited to 'sepolicy/kernel.te')
| -rwxr-xr-x | sepolicy/kernel.te | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/sepolicy/kernel.te b/sepolicy/kernel.te new file mode 100755 index 0000000..9484e19 --- /dev/null +++ b/sepolicy/kernel.te @@ -0,0 +1,18 @@ +# ============================================== +# MTK Policy Rule +# ============ +# Date : WK14.38 +# Operation : Migration +# Purpose : run guitar_update for touch F/W upgrade. +allow kernel fuse:dir search; + +# Date : WK14.39 +# Operation : Migration +# Purpose : ums driver can access blk_file +allow kernel block_device:blk_file { read write }; +allow kernel loop_device:blk_file { read }; + +# Date : WK14.43 +# Operation : Migration +# Purpose : Access to TC1 partition for reading MAC +allow kernel platformblk_device:blk_file { open read write }; |
