summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-02-16"emulate" mode: create /var/log/apt if needed (when started with "sb2 -eR")Lauri Aarnio1-0/+11
2009-02-16sb2.1 manual page updates from Kristiina MartinLauri Aarnio1-26/+46
2009-02-10Bugfix: "-A arch" option was not relayed to gcc configLauri Aarnio4-5/+20
2009-02-10Bugfix: /proc/<PID>/exe must be an absolute symlinkLauri Aarnio1-21/+45
2009-02-10Bugfix: script execution failed to find correct exec policyLauri Aarnio8-19/+105
2009-02-10Bugfix: /proc/<PID>/exe was incorrect for scriptsLauri Aarnio1-33/+77
2009-02-10Added support for SBOX_REDIRECT_FORCE environment variableLauri Aarnio5-40/+68
2009-02-10Oops. Removed an extra temporary debug message from the interface generatorLauri Aarnio1-1/+0
2009-02-10Gcc configuration: support version+architecture-specific specs + bugfixLauri Aarnio6-6/+64
2009-02-10interface.master: Added #ifdefs around wrappers which need AT_SYMLINK_NOFOLLOWLauri Aarnio1-0/+8
2009-02-10Bugfix: Added handling of AT_SYMLINK_NOFOLLOW to fchownat()Lauri Aarnio2-2/+5
2009-02-10Bugfix: handle AT_SYMLINK_NOFOLLOW in fstatat() and many other *at() wrappersLauri Aarnio2-2/+16
2009-02-10Added wrappers for fcntl() and fcntl64()Lauri Aarnio3-0/+62
2009-02-10texi2html wrapper: Disabled by default, can be enabled when neededLauri Aarnio1-1/+17
2009-02-10dpkg-checkbuilddeps: Completely new, stricter algorithm for deps.checksLauri Aarnio6-58/+597
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 Aarnio4-8/+20
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 Aarnio2-8/+18
2009-02-10procfs: restored the original exe-symlink-replacement naming schemeLauri Aarnio1-3/+3
2009-02-10dpkg-checkbuilddeps: Bugfix.Lauri Aarnio1-2/+1
2009-02-10Bugfix: fixed a bug introduced by the Argv&envp mangling rules generator patchLauri Aarnio1-5/+7
2009-02-10Gcc configuration: Added support for version-specific specsLauri Aarnio4-5/+50
2009-02-10Argv&envp mangling rules are now generated only once per session.Mika Westerberg6-22/+179
2009-02-10/proc/pid/exe emulation completedPasi Savanainen1-11/+186
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 Aarnio4-2/+68
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-10sb2-show: new option "-p X" uses "X" as active exec policyLauri Aarnio3-1/+11
2009-02-10Added a mechanism for finding currently active exec policyLauri Aarnio11-7/+108
2009-02-10Exec algorithm improvements: Policy-based mapping of script interpretersLauri Aarnio6-43/+275
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-10reorganized code in sb_exec.c so; call prepare_envp_for_do_exec() only onceLauri Aarnio1-39/+53
2009-02-10sb2-exitreport: print "reason" and "status" codes to the logfileLauri Aarnio1-0/+2
2009-02-10"sb2" script: fail if failed to create session directoryLauri Aarnio1-0/+4
2009-02-10fdpathdb: adjusted debug message levelsLauri Aarnio1-5/+5
2009-02-10devel mode: accept "bzip2" and "doxygen" packages from toolsLauri Aarnio1-0/+2
2009-02-10Changed how "libsb2.so" is located from tools or native rootstrapsLauri Aarnio4-19/+28
2009-02-10Improved debug messages (of the the preload library)Lauri Aarnio4-5/+80
2009-02-10re-activated reverse mapping (all mapping modes)Lauri Aarnio6-8/+22
2009-02-10Bugfix: Redirected stderr of ls to /dev/null.Mika Westerberg1-1/+1
2009-02-10Bugfix: Changed log writing function to use nomap version of close().Mika Westerberg2-2/+3
2009-01-20Added wrappers for close(), dup() and dup2()Lauri Aarnio3-30/+83
2009-01-20Bugfix: Ensure that absolute paths are always registered to fdpathdbLauri Aarnio2-4/+22
2009-01-20Suppress unnecessary copies of an error messageLauri Aarnio1-2/+14
2009-01-20Bugfix to glob(): Removed side-effects caused by the Mac OS X patchesLauri Aarnio3-2/+29