replicant-vendor_replicant/sepolicy/ueventd.te

6 lines
202 B
Plaintext

# ueventd needs to relabel files that pop in and out of sysfs
allow ueventd sysfs:file relabelfrom;
# ueventd will set permissions on cpufreq nodes
allow ueventd sysfs_devices_system_cpu:file setattr;