summaryrefslogtreecommitdiff
path: root/sepolicy/port-bridge.te
blob: 7eeba2c69591f2bdfecc1b1a74a1455ab50fdd76 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
type port-bridge, domain;
type port-bridge_exec, exec_type, vendor_file_type, file_type;

init_daemon_domain(port-bridge)

# /dev/at_.*
allow port-bridge at_device:chr_file rw_file_perms;

# /sys
allow port-bridge sysfs:dir r_dir_perms;
r_dir_file(port-bridge, sysfs_msm_subsys)
r_dir_file(port-bridge, sysfs_soc)