Skip to content
Snippets Groups Projects
Commit b03f510d authored by Geremy Condra's avatar Geremy Condra Committed by Android Git Automerger
Browse files

am a5550560: am 84beb00a: Merge "SELinux policy granting vold the capability...

am a5550560: am 84beb00a: Merge "SELinux policy granting vold the capability to reboot." into jb-mr2-dev

* commit 'a5550560':
  SELinux policy granting vold the capability to reboot.
parents 194f7c46 a5550560
No related branches found
No related tags found
No related merge requests found
......@@ -26,6 +26,8 @@ allow vold domain:dir r_dir_perms;
allow vold domain:{ file lnk_file } r_file_perms;
allow vold domain:process { signal sigkill };
allow vold self:capability { sys_ptrace };
# Grant vold the capability to reboot the system
allow vold self:capability { sys_boot };
# XXX Label sysfs files with a specific type?
allow vold sysfs:file rw_file_perms;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment