summaryrefslogtreecommitdiff
path: root/sepolicy/netmgrd.te
blob: 6cb525de7adb0f14c6a13ee1b3fc0ecacaa0c22e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Network utilities (radio process)
type netmgrd, domain;
type netmgrd_exec, exec_type, file_type;

# STOPSHIP: Permissive is not allowed. CTS violation!
permissive netmgrd;

# Started by init
init_daemon_domain(netmgrd)

# Uses network sockets.
net_domain(netmgrd)

allow netmgrd shared_log_device:chr_file rw_file_perms;