Home | History | Annotate | Download | only in sepolicy
      1 allow ueventd sysfs_camera:file w_file_perms;
      2 allow ueventd sysfs_fingerprint:file w_file_perms;
      3 allow ueventd sysfs_msm_core:file w_file_perms;
      4 allow ueventd sysfs_msm_subsys:file w_file_perms;
      5 allow ueventd sysfs_nanoapp_cmd:file w_file_perms;
      6 allow ueventd sysfs_net:file w_file_perms;
      7 allow ueventd sysfs_pcie:file w_file_perms;
      8 allow ueventd sysfs_rmtfs:file w_file_perms;
      9 allow ueventd sysfs_soc:file w_file_perms;
     10 allow ueventd sysfs_thermal:file w_file_perms;
     11 allow ueventd sysfs_video:file w_file_perms;
     12 
     13 # /system/core/init/device.cpp catches uevents from /firmware
     14 r_dir_file(ueventd, firmware_file)
     15