commit | b8943b15810d402e93acf22a626a2b4603d9adb0 | [log] [tgz] |
---|---|---|
author | dcashman <dcashman@google.com> | Tue May 12 18:10:12 2015 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue May 12 18:10:13 2015 +0000 |
tree | 57d8ddaaeb4d71314f7c94227bf28a875639109e | |
parent | 421dadbc9dc4e5fdd7544a7ecc3343101644a9c3 [diff] | |
parent | 28acbeab18f6083299c07f9ebe769d22e49f8107 [diff] |
Merge "Fix sepolicy-analyze libc++.so loading issue w/CTS."
diff --git a/vold.te b/vold.te index b3b4ba8..4ee45b9 100644 --- a/vold.te +++ b/vold.te
@@ -145,7 +145,7 @@ allow vold unencrypted_data_file:dir create_dir_perms; # Give vold a place where only vold can store files; everyone else is off limits -allow vold vold_data_file:dir rw_dir_perms; +allow vold vold_data_file:dir create_dir_perms; allow vold vold_data_file:file create_file_perms; # linux keyring configuration