Skip to content
Snippets Groups Projects
Commit f302051b authored by William Luh's avatar William Luh Committed by Android Git Automerger
Browse files

am 638bf327: Allow system to search the /sys/devices/system/cpu directory.

* commit '638bf327':
  Allow system to search the /sys/devices/system/cpu directory.
parents e43810fd 638bf327
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.
Please register or to comment