Skip to content
Snippets Groups Projects
Commit a4bb05fd authored by Tri Vo's avatar Tri Vo Committed by android-build-merger
Browse files

Merge "perfprofd: allow traversing sysfs directories." am: b73cd9f8 am: 2ee1a51c

am: 9ee60ea4

Change-Id: Id96db4ee34885791e183af2a09f9fb9244ff626a
parents 96b44bec 9ee60ea4
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,9 @@ userdebug_or_eng(`
typeattribute perfprofd coredomain;
typeattribute perfprofd mlstrustedsubject;
# perfprofd access to sysfs directory structure.
allow perfprofd sysfs_type:dir search;
# perfprofd needs to control CPU hot-plug in order to avoid kernel
# perfevents problems in cases where CPU goes on/off during measurement;
# this means read access to /sys/devices/system/cpu/possible
......
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