1# Allow read access to firmware related files.
2r_dir_file(ueventd, firmware_file);
3
4# Write access to thermal related sysfs nodes.
5allow ueventd sysfs_thermal:file w_file_perms;
6
7# Allow write access to usb related sysfs nodes.
8allow ueventd sysfs_usb:file w_file_perms;
9
10# Allow write access to bt_power sysfs nodes.
11allow ueventd sysfs_bt_power:file w_file_perms;
12