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