Skip to content
Snippets Groups Projects
Commit 0733c206 authored by Tao Bao's avatar Tao Bao Committed by android-build-merger
Browse files

Merge "recovery.te: Allow writing to sysfs_devices_system_cpu."

am: 94d76c87

Change-Id: I3d4343c5c1bc210253e24de8aeec192e331ffebb
parents a824fa33 94d76c87
No related branches found
No related tags found
No related merge requests found
......@@ -51,6 +51,9 @@ recovery_only(`
# TODO: create more specific label?
allow recovery sysfs:file w_file_perms;
# Write to /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq.
allow recovery sysfs_devices_system_cpu:file w_file_perms;
allow recovery sysfs_batteryinfo:file r_file_perms;
allow recovery kernel:system syslog_read;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment