blob: 396e266c89c1887ba51d7eca7cd10aedb732d159 [file] [log] [blame]
Nicholas Flintham3e2481d2014-11-14 23:19:24 +00001# ueventd needs to relabel files that pop in and out of sysfs
2allow ueventd sysfs:file relabelfrom;
3
4# ueventd will set permissions on cpufreq nodes
5allow ueventd sysfs_devices_system_cpu:file setattr;
6
7# ueventd loads wifi firmware on a ton of devices
8allow ueventd wifi_data_file:dir r_dir_perms;
9allow ueventd wifi_data_file:file r_file_perms;
10
11# ueventd loads audio firmware on many devices
12allow ueventd audio_data_file:dir r_dir_perms;
13allow ueventd audio_data_file:file r_file_perms;