aboutsummaryrefslogtreecommitdiff
path: root/sepolicy/mlog_qmi.te
blob: 36975bb881980f67a5661cd59eae6ca8d5345d89 (plain)
1
2
3
4
5
6
7
8
9
10
type mlog_qmi, domain;
type mlog_qmi_exec, exec_type, file_type;

# Started by init
init_daemon_domain(mlog_qmi)

allow mlog_qmi self:capability { net_raw net_bind_service };

# Access to /dev/smem_log
allow mlog_qmi smem_log_device:chr_file rw_file_perms;