• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# ==============================================
2# Policy File of /vendor/bin/conninfra_loader Executable File
3
4
5# ==============================================
6# Type Declaration
7# ==============================================
8type conninfra_loader, domain;
9type conninfra_loader_exec, exec_type, file_type, vendor_file_type;
10
11# ==============================================
12# MTK Policy Rule
13# ==============================================
14init_daemon_domain(conninfra_loader)
15
16# Set the property
17set_prop(conninfra_loader, vendor_mtk_wmt_prop)
18
19# add ioctl/open/read/write permission for conninfra_loader with /dev/conninfra_dev
20allow conninfra_loader conninfra_device:chr_file rw_file_perms;
21
22