aboutsummaryrefslogtreecommitdiffstats
path: root/vold.te
diff options
context:
space:
mode:
authorGeremy Condra <gcondra@google.com>2013-09-11 10:16:57 -0700
committerGeremy Condra <gcondra@google.com>2013-09-11 10:19:10 -0700
commit7eb786bca26230f11472299947b815472bc1e333 (patch)
tree8da902fc419ab33e55e317d913b8840c91ca5d38 /vold.te
parent9565c5cef209be6a9bc392e6a1352aaaad5bdc23 (diff)
downloadandroid_external_sepolicy-7eb786bca26230f11472299947b815472bc1e333.tar.gz
android_external_sepolicy-7eb786bca26230f11472299947b815472bc1e333.tar.bz2
android_external_sepolicy-7eb786bca26230f11472299947b815472bc1e333.zip
Give vold the capability to kill.
Bug: 10706792 Change-Id: I85085ab7a6f0f3d12ba4d2b21b655bb64795495f
Diffstat (limited to 'vold.te')
-rw-r--r--vold.te2
1 files changed, 1 insertions, 1 deletions
diff --git a/vold.te b/vold.te
index c41cc72..95bf6d2 100644
--- a/vold.te
+++ b/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;