commit | 5a745c899b16d72411d4a5886108a4483ebeb8e4 | [log] [tgz] |
---|---|---|
author | repo sync <gcondra@google.com> | Wed May 08 21:19:08 2013 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Wed May 08 21:19:08 2013 +0000 |
tree | 87772521a9cc146220d96964e60668264ffa1e17 | |
parent | 84beb00a47215805127c13b0bcda6facc8e889bb [diff] | |
parent | 11153ef34928ab9d13658606695cba192aa03e21 [diff] |
Merge "Add rules for asec containers." into jb-mr2-dev
diff --git a/vold.te b/vold.te index 71067c4..b0f790d 100644 --- a/vold.te +++ b/vold.te
@@ -26,6 +26,8 @@ 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;