summaryrefslogtreecommitdiff
path: root/sepolicy/bcmdl.te (plain)
blob: c3ae8000a25c83274923238581dc72de329936f1
1type bcmdl, domain;
2type bcmdl_exec, exec_type,vendor_file_type, file_type;
3allow bcmdl usb_device:dir { read open search };
4init_daemon_domain(bcmdl)
5allow bcmdl usb_device:chr_file { read open write ioctl };
6allow bcmdl bcmdl:capability { net_raw net_admin };
7allow bcmdl bcmdl:netlink_kobject_uevent_socket { create setopt bind read };
8allow bcmdl property_socket:sock_file write;
9allow bcmdl init:unix_stream_socket connectto;
10allow bcmdl sysfs:file { open read getattr };
11allow bcmdl proc:file { open read getattr };
12allow bcmdl sysfs:dir { read open };
13allow bcmdl bcmdl_prop:property_service { set };
14