Skip to content
Snippets Groups Projects
Commit 638bf327 authored by William Luh's avatar William Luh
Browse files

Allow system to search the /sys/devices/system/cpu directory.

Change-Id: Iaa8fb6fa8726d083ee3c49edbbd398f0e8f33a37
parent 1e25b980
No related branches found
No related tags found
No related merge requests found
......@@ -216,3 +216,6 @@ allow system usb_device:dir r_dir_perms;
# Allow system to talk to sensors
allow system sensors_device:chr_file rw_file_perms;
# Allow system to search the /sys/devices/system/cpu directory
allow system sysfs_devices_system_cpu:dir search;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment