blob: c22edfec654fc32ec0ba873fe1418b6c901ff098 [file] [log] [blame]
Jiyong Park450cff42017-04-05 14:24:14 +09001# Copyright (C) 2017 The Android Open Source Project
2#
3# Bionic loader config file.
4# This gives the exactly the same namespace setup in pre-O.
5#
6
7# All binaries gets the same configuration 'legacy'
8dir.legacy = /system
9dir.legacy = /vendor
10dir.legacy = /sbin
11
12[legacy]
13namespace.default.isolated = false
14namespace.default.search.paths = /system/${LIB}:/vendor/${LIB}
15namespace.default.asan.search.paths = /data/asan/system/${LIB}:/system/${LIB}:/data/asan/vendor/${LIB}:/vendor/${LIB}