summaryrefslogtreecommitdiff
path: root/sepolicy/whitechapel/vendor/google/wlcfwupdate.te
blob: 37c294844d70a54e7f37b987f151b16dd991f13f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# wlcfwupdate service
type wlcfwupdate, domain;
type wlcfwupdate_exec, vendor_file_type, exec_type, file_type;

init_daemon_domain(wlcfwupdate)

allow wlcfwupdate sysfs_batteryinfo:dir search;
allow wlcfwupdate sysfs_batteryinfo:file r_file_perms;
allow wlcfwupdate sysfs_wlc:dir search;
allow wlcfwupdate sysfs_wlc:file rw_file_perms;
allow wlcfwupdate vendor_toolbox_exec:file execute_no_trans;
allow wlcfwupdate vendor_wlc_fwupdata_file:file execute_no_trans;