blob: fc0fb23087ef10f69cafa4b67da19736e526d520 [file] [log] [blame]
maxwenbf33b372015-03-30 02:13:25 +02001# ueventd needs to relabel files that pop in and out of sysfs
2allow ueventd sysfs:file relabelfrom;
3# ueventd will set permissions on cpufreq nodes
4allow ueventd sysfs_devices_system_cpu:file setattr;
5
6# ueventd loads audio firmware on many devices
7allow ueventd audio_data_file:dir r_dir_perms;
8allow ueventd audio_data_file:file r_file_perms;