commit | 38219ee6116943269b0501a1a0210c76e2ba69c3 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Fri Dec 21 17:19:37 2012 -0800 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Dec 21 17:19:37 2012 -0800 |
tree | 4a0e456f937f368539eb5aff98ac81110cb753e3 | |
parent | b8e86c5aba4d160d1d356883a6a9a85056c5fa47 [diff] | |
parent | 334ad0ed49356db93ef17c173cad19d098923ffe [diff] |
Merge "Track the setsebool change in the emulator init.rc."
diff --git a/include/private/android_filesystem_config.h b/include/private/android_filesystem_config.h index 3a2500e..f90af81 100644 --- a/include/private/android_filesystem_config.h +++ b/include/private/android_filesystem_config.h
@@ -236,6 +236,10 @@ struct fs_path_config *pc; int plen; + if (path[0] == '/') { + path++; + } + pc = dir ? android_dirs : android_files; plen = strlen(path); for(; pc->prefix; pc++){