Skip to content
Snippets Groups Projects
Commit 7eb786bc authored by Geremy Condra's avatar Geremy Condra
Browse files

Give vold the capability to kill.

Bug: 10706792
Change-Id: I85085ab7a6f0f3d12ba4d2b21b655bb64795495f
parent 9565c5ce
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ allow vold dm_device:chr_file rw_file_perms;
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 };
allow vold self:capability { sys_ptrace kill };
# 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.
Finish editing this message first!
Please register or to comment