Skip to content
Snippets Groups Projects
Commit d984c445 authored by Jeff Vander Stoep's avatar Jeff Vander Stoep Committed by android-build-merger
Browse files

allow init to read symlinks in sys am: 912f3c10

am: 86e46d22

* commit '86e46d22':
  allow init to read symlinks in sys

Change-Id: I699cf59b024877f767237104a330f30ad25c7be2
parents f4791438 86e46d22
No related branches found
No related tags found
No related merge requests found
......@@ -203,6 +203,7 @@ allow init self:capability sys_boot;
# Write to sysfs nodes.
allow init sysfs_type:dir r_dir_perms;
allow init sysfs_type:lnk_file read;
allow init sysfs_type:file w_file_perms;
# disksize
......
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