Give vold the capability to kill.

Bug: 10706792
Change-Id: I85085ab7a6f0f3d12ba4d2b21b655bb64795495f
This commit is contained in:
Geremy Condra 2013-09-11 10:16:57 -07:00
parent 9565c5cef2
commit 7eb786bca2

View File

@ -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;