summaryrefslogtreecommitdiff
path: root/lua_scripts
AgeCommit message (Expand)AuthorFilesLines
2009-02-16"devel" mode fix: Added SB1 compat.rules for /scratchbox/tools/bin/{perl,python}Lauri Aarnio1-0/+15
2009-02-16"devel" and "emulate" modes: Added one Scratchbox1 compatibility ruleLauri Aarnio2-1/+13
2009-02-16Bugfix: Host perl/python libraries are mapped to host.Mika Westerberg1-0/+4
2009-02-16"tools" mode bugfix: Don't map the directory where sb2 was startedLauri Aarnio1-1/+13
2009-02-10Bugfix: script execution failed to find correct exec policyLauri Aarnio2-3/+5
2009-02-10Added support for SBOX_REDIRECT_FORCE environment variableLauri Aarnio3-4/+18
2009-02-10"devel" mode: IMPORTANT POLICY CHANGE: perl* and python* mapped to target_rootLauri Aarnio1-6/+46
2009-02-10"devel" mode: Execute scripts from host with interpreters from hostLauri Aarnio1-1/+5
2009-02-10"devel" mode: Changed mapping of /bin, /usr/bin/, /sbin and /usr/sbinLauri Aarnio2-6/+18
2009-02-10Path mapping logic: subtrees in rulesets may return without a resultLauri Aarnio1-17/+29
2009-02-10Fix to script interpreter exec: exec policy is selected in correct placeLauri Aarnio1-2/+2
2009-02-10Argv&envp mangling rules are now generated only once per session.Mika Westerberg4-21/+148
2009-02-10Hardcoded mapping /usr/share/scratchbox2 replaced by sbox_dir .. "/share/scra...Pasi Savanainen1-2/+2
2009-02-10devel mode: added rule for /usr/bin/chrpathLauri Aarnio1-0/+5
2009-02-10Simplified support for SBOX_REDIRECT_IGNORE environment variableLauri Aarnio2-2/+13
2009-02-10devel mode: perl, python and other script languages: execution policy changesLauri Aarnio1-62/+70
2009-02-10mapping.lua: Improvements to conditional rulesLauri Aarnio1-28/+46
2009-02-10Added a mechanism for finding currently active exec policyLauri Aarnio7-0/+79
2009-02-10Exec algorithm improvements: Policy-based mapping of script interpretersLauri Aarnio2-31/+116
2009-02-10devel mode bugfix: fixed mapping of /usr/share/docbook-utilsLauri Aarnio1-1/+6
2009-02-10incremented rule file interface version numberLauri Aarnio6-6/+12
2009-02-10re-activated reverse mapping (all mapping modes)Lauri Aarnio6-8/+22
2009-01-20sb2 now writes path where libsb2 is found into exec_config.lua.Mika Westerberg1-0/+16
2009-01-20Automatically created mapping rules for toolchain components (used by "devel")Lauri Aarnio3-0/+66
2009-01-20SB2's Configuration & Initialization Redesign: part 2: Gcc toochain configLauri Aarnio2-68/+98
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 Aarnio8-29/+60
2008-12-11Performance optimization: Support for rule trees (and restructured "devel" mode)Lauri Aarnio8-120/+202
2008-12-11"devel" mode: Mapped /usr/bin/localedef to target_rootLauri Aarnio1-0/+5
2008-12-07Workaround for a system call bug in older "libattr" libraries of ARM targetsLauri Aarnio1-0/+10
2008-12-07Bugfix for persistent sessions with multiple mapping modes vs. /sb2/wrappersLauri Aarnio4-3/+5
2008-12-07Performance improvements: Implemented part of rule selection logic in CLauri Aarnio1-40/+41
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 Aarnio2-13/+35
2008-12-07devel mode: target_root is now write-protected almost completelyLauri Aarnio1-43/+93
2008-12-07Fixed mapping mode selection within persistent sessionsLauri Aarnio2-4/+15
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-02Yet another fix to gcc tools exec preprocesing - something was still missing ...Lauri Aarnio1-4/+10
2008-11-02More fixes to gcc tools exec preprocesing - My previous patch was simply too ...Lauri Aarnio2-10/+32
2008-11-02Fixes to exec preprocessing: Processing of gcc tools requires abs.paths etc. ...Lauri Aarnio2-53/+90