summaryrefslogtreecommitdiff
path: root/sepolicy/irsc_util.te
blob: d19856af20b6b0184b8e35139b756081b4d4c638 (plain)
1
2
3
4
5
6
7
# irsc_util (used to configure IPC Router with security rules for QMI services)
type irsc_util, domain;
type irsc_util_exec, exec_type, file_type;

init_daemon_domain(irsc_util)

allow irsc_util self:socket create_socket_perms;