• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# ==============================================
2# Policy File of /system/bin/spm_loader Executable File
3
4# ==============================================
5# Type Declaration
6# ==============================================
7type spm_loader_exec , exec_type, file_type, vendor_file_type;
8type spm_loader ,domain;
9
10# ==============================================
11# MTK Policy Rule
12# ==============================================
13# date: 2015/6/18 wk1525
14# purpose: load spm firmware
15# ==============================================
16init_daemon_domain(spm_loader)
17
18# Read to /dev/spm
19allow spm_loader spm_device:chr_file r_file_perms;
20