commit | c0125335e5d941af603ca0af774fca1c0576c148 | [log] [tgz] |
---|---|---|
author | Jin Qian <jinqian@google.com> | Thu Oct 19 14:41:37 2017 -0700 |
committer | Paul Crowley <paulcrowley@google.com> | Mon Oct 23 11:34:47 2017 -0700 |
tree | 79eb5b16eee0ba37e1c894979f8a9dcd69bd37ce | |
parent | 81d8b0ee011acc5a8cfe81c329797a49c88ce0ee [diff] [blame] |
allow vold_prepare_subdirs to create storaged directories Test: Boot device, observe logs Bug: 63740245 Change-Id: I1068304b12ea90736b7927b7368ba1a213d2fbae
diff --git a/private/vold_prepare_subdirs.te b/private/vold_prepare_subdirs.te index c2146f9..7360e58 100644 --- a/private/vold_prepare_subdirs.te +++ b/private/vold_prepare_subdirs.te
@@ -1 +1,3 @@ domain_auto_trans(vold, vold_prepare_subdirs_exec, vold_prepare_subdirs) + +allow vold_prepare_subdirs storaged_data_file:dir create_dir_perms;