mtk12101 722798a334 [ALPS03982747] Remove unused sepolicy rules
Some rules is no need any more, need to remove it.

MTK-Commit-Id: 49685f1299d990a7195a2d54b955517d8f2cc699

Change-Id: I4a590ad781589cf94989ce72c88751ac10b82eae
CR-Id: ALPS03982747
Feature: [Android Default] SELinux, SEAndroid, and SE-MTK
2020-01-18 10:02:25 +08:00

20 lines
633 B
Plaintext

# ==============================================
# Policy File of /system/bin/spm_loader Executable File
# ==============================================
# Type Declaration
# ==============================================
type spm_loader_exec , exec_type, file_type, vendor_file_type;
type spm_loader ,domain;
# ==============================================
# MTK Policy Rule
# ==============================================
# date: 2015/6/18 wk1525
# purpose: load spm firmware
# ==============================================
init_daemon_domain(spm_loader)
# Read to /dev/spm
allow spm_loader spm_device:chr_file r_file_perms;