summaryrefslogtreecommitdiff
path: root/sepolicy/ueventd.te
blob: 560e2205d1315f95ddf6c945a8a4c578b542215d (plain)
1
2
3
4
5
6
7
8
9
10
allow ueventd { firmware_file }:dir r_dir_perms;
allow ueventd { firmware_file }:file r_file_perms;
allow ueventd sysfs_socinfo:file w_file_perms;
allow ueventd sysfs_thermal:file w_file_perms;

allow ueventd persist_file:dir search;
allow ueventd persist_wifi_file:file r_file_perms;

allow ueventd sysfs_devices_fingerprint:file w_file_perms;
allow ueventd sysfs_nanoapp_cmd:file w_file_perms;