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