Give vold the capability to kill.
Bug: 10706792 Change-Id: I85085ab7a6f0f3d12ba4d2b21b655bb64795495f
This commit is contained in:
parent
9565c5cef2
commit
7eb786bca2
1 changed files with 1 additions and 1 deletions
2
vold.te
2
vold.te
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue