summaryrefslogtreecommitdiff
path: root/sepolicy/ueventd.te
blob: 82289a58c5e3131b00e77858aca4fcc2a647fa97 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
allow ueventd sysfs_camera:file w_file_perms;
allow ueventd sysfs_fingerprint:file w_file_perms;
allow ueventd sysfs_leds:file w_file_perms;
allow ueventd sysfs_msm_core:file w_file_perms;
allow ueventd sysfs_msm_subsys:file w_file_perms;
allow ueventd sysfs_nanoapp_cmd:file w_file_perms;
allow ueventd sysfs_net:file w_file_perms;
allow ueventd sysfs_pcie:file w_file_perms;
allow ueventd sysfs_rmtfs:file w_file_perms;
allow ueventd sysfs_soc:file w_file_perms;
allow ueventd sysfs_thermal:file w_file_perms;
allow ueventd sysfs_video:file w_file_perms;

# /system/core/init/device.cpp catches uevents from /firmware
r_dir_file(ueventd, firmware_file)