20 lines
589 B
Plaintext
20 lines
589 B
Plaintext
|
# ==============================================
|
||
|
# Policy File of /vendor/bin/spm_loader Executable File
|
||
|
|
||
|
# ==============================================
|
||
|
# Type Declaration
|
||
|
# ==============================================
|
||
|
type spm_loader_exec, exec_type, file_type, vendor_file_type;
|
||
|
type spm_loader, domain;
|
||
|
|
||
|
# ==============================================
|
||
|
# Common SEPolicy 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;
|