summaryrefslogtreecommitdiff
path: root/lua_scripts/pathmaps
AgeCommit message (Expand)AuthorFilesLines
2009-01-10"tools" mode bugfix: Do not map tools_root twiceLauri Aarnio1-0/+8
2009-01-10Now sb2 supports also localization of tools_root.Mika Westerberg1-1/+12
2009-01-10devel mode: more rules for directories under /usr/shareLauri Aarnio1-0/+27
2008-12-11Fixed /proc/self/exe (and /proc/<MY_PID>/exe)Lauri Aarnio5-12/+12
2008-12-11Performance optimization: Support for rule trees (and restructured "devel" mode)Lauri Aarnio5-118/+188
2008-12-11"devel" mode: Mapped /usr/bin/localedef to target_rootLauri Aarnio1-0/+5
2008-12-07Bugfix for persistent sessions with multiple mapping modes vs. /sb2/wrappersLauri Aarnio3-3/+3
2008-12-07"devel" mode: Minor fixes (reordered some rules, etc)Lauri Aarnio1-10/+5
2008-12-07devel, simple & emulate modes: More general way to map home directoriesLauri Aarnio3-9/+17
2008-12-07"dpkg-checkbuilddeps" wrapper does not disable mapping anymoreLauri Aarnio1-0/+13
2008-12-07Added "tools" mapping modeLauri Aarnio1-0/+140
2008-12-07Support to start ARM binaries under qemu gdbserver.Mika Westerberg1-0/+2
2008-12-07Wrappers are now selected from modeconf.*Lauri Aarnio2-13/+8
2008-12-07"devel" and "emulate" modes: Mapped /var/run to a session-specific directoryLauri Aarnio2-0/+5
2008-12-07emulate mode: target_root is now R/O for "normal" use, "sb2 -R" makes it R/WLauri Aarnio1-12/+34
2008-12-07devel mode: target_root is now write-protected almost completelyLauri Aarnio1-43/+93
2008-12-07Devel mode: changed default mapping strategyLauri Aarnio1-3/+14
2008-12-07Emulate mode: Don't map /home (except /home/user)Lauri Aarnio1-1/+9
2008-12-07Added support for debugging x86 binaries under emulation mode.Mika Westerberg1-1/+10
2008-11-02Wrapped /sbin/ldconfig in emulation mode.Lauri Aarnio1-0/+4
2008-11-02sb2 command: New option -O for setting mode-specific options (for debugging) ...Lauri Aarnio1-1/+9
2008-11-02devel mode: Added rules for /usr/lib/gcc, useful when gcc comes from tools_ro...Lauri Aarnio1-0/+1
2008-10-25Fixed exec policy based setting of LD_LIBRARY_PATH for native applications - ...Lauri Aarnio1-1/+13
2008-10-23Added path reversing logic; getcwd() etc now return backward-mapped results -...Lauri Aarnio2-4/+14
2008-10-23Introduced basic support for exec_policy based localization.Mika Westerberg1-0/+37
2008-10-18Moved host-* wrappers from /usr/bin to /sb2/wrappers (a new virtual directory...Lauri Aarnio2-0/+28
2008-10-18"emulate" mode bugfix: Disabled mangling of gcc & related commands - A mappin...Lauri Aarnio1-0/+5
2008-10-18"maemo" mode renamed to "devel" mode - "devel" mode = sotfware development mo...Lauri Aarnio1-20/+29
2008-10-18Optimized Lua code (and mapping logic/mapping rule interface) - "match" rules...Lauri Aarnio4-5/+7
2008-09-27Added interface version check to mapping rules and added default exec policie...Lauri Aarnio4-0/+83
2008-09-27"emulate" mode: Don't map the working directory where sb2 was started ...unle...Lauri Aarnio1-0/+13
2008-09-27Maemo mode: added mapping "/target_root" => rootstrap - provides clear, unmod...Lauri Aarnio1-0/+8
2008-09-27Changes to executing native binaries from tools/target by ld.so - The default...Lauri Aarnio1-0/+2
2008-09-27Removed all calls to os.getenv() from pathmapping scripts - added several var...Lauri Aarnio4-51/+25
2008-09-27Replaced env.var. SBOX_TARGET_ROOT by conf.var. sbox_target_rootLauri Aarnio1-1/+1
2008-09-27Implemented policy-based execution of native binaries. - Exec policies can be...Lauri Aarnio1-1/+103
2008-09-27Maemo mode: mapped /usr/lib/man-db to tools. - needed when using tools from D...Lauri Aarnio1-0/+1
2008-09-27All mapping modes: Map /tmp to session's private tmp.directoryLauri Aarnio4-7/+44
2008-09-27"emulate" mode: Added scratchbox 1 compatibility rules (these make it possibl...Lauri Aarnio1-0/+11
2008-09-27Maemo mode: added two rules (/usr/share subdirs)Lauri Aarnio1-0/+6
2008-09-27Maemo mode: mapping of /usr/src simplified (everything mapped to rootstrap now)Lauri Aarnio1-9/+2
2008-07-25'install' mapping modeTimo Savola1-0/+78
2008-06-17Small modification to Maemo mode mapping rulesLauri Aarnio1-1/+16
2008-06-17Maemo mode: map /usr/share/scratchbox2/host_usr directly to /usrLauri Aarnio1-0/+2
2008-06-17Maemo mode bugfixLauri Aarnio1-1/+1
2008-06-17Maemo mode: map /etc/gtk-2.0 to rootstrapLauri Aarnio1-0/+1
2008-06-17Maemo mode: mapped more SB1 toolsLauri Aarnio1-0/+13
2008-06-17Maemo mode: Don't map /scratchboxLauri Aarnio1-0/+4
2008-03-14oops; fixed typos in mapping rules.Lauri Aarnio2-9/+9
2008-03-14Updates to path mapping code and mapping modesLauri Aarnio3-58/+262