aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Sandbox 1.2.14 release.v1.2.14Martin Schlemmer2005-11-282-1/+3
* Make sure we use our bashrc.Martin Schlemmer2005-11-283-0/+7
* Rather check SANDBOX_ACTIVE if we are already running. Set SANDBOX_ACTIVEMartin Schlemmer2005-11-283-2/+8
* Cleanup environ variables.Martin Schlemmer2005-11-284-22/+32
* Check generic getcwd()'s return as well for validity, bug #101728.Martin Schlemmer2005-11-282-3/+19
* Change calling order of autotools.Martin Schlemmer2005-11-281-1/+2
* Do not pass mode to true_open and true_open64 if not needed. Should fix aMartin Schlemmer2005-11-012-2/+13
* Fix wrong version number.v1.2.13Martin Schlemmer2005-11-011-1/+1
* Release sandbox-1.2.13.Martin Schlemmer2005-09-122-1/+3
* Make libsb_fini() do cleanup a bit more complete just in case we get anotherMartin Schlemmer2005-09-122-2/+13
* Do not handle adding working directory to SANDBOX_WRITE, as portage does it i...Martin Schlemmer2005-09-122-16/+12
* Also allow symlink() system call to operate on a symlink in a writable pathMartin Schlemmer2005-09-042-1/+7
* Remove debug code I forgot to remove.Martin Schlemmer2005-08-291-1/+0
* Form cleanups.Martin Schlemmer2005-08-291-8/+9
* Release sandbox-1.2.12.v1.2.12Martin Schlemmer2005-08-052-1/+3
* Improve error handling for get_sandbox_*_envvar() functions.Martin Schlemmer2005-08-052-9/+32
* Remove the tmp_dir variable - we do not need it.Martin Schlemmer2005-08-052-6/+5
* If we are called from the command line, do not care about PORTAGE_TMPDIR,Martin Schlemmer2005-08-053-13/+27
* Do not give an access violation if the access() system call do not haveMartin Schlemmer2005-08-052-0/+21
* Add /dev/tts to write permit, bug #42809.Martin Schlemmer2005-08-012-1/+3
* Add support for SANDBOX_VERBOSE (enabled by default). Adjust SANDBOX_DEBUGMartin Schlemmer2005-08-012-12/+26
* Still do normal log if debugging is requested.Martin Schlemmer2005-08-012-22/+45
* Do not resolve symlinks in PORTAGE_TMPDIR in sandbox .. we will handle thatMartin Schlemmer2005-07-274-4/+34
* Print all logging to stderr, bug #90343, comment #15Zac Medico2005-07-222-4/+8
* Release sandbox-1.2.11.v1.2.11Martin Schlemmer2005-07-142-1/+3
* Fix getcwd, bug #98419.Martin Schlemmer2005-07-142-4/+9
* Fix compile error with previous change, and return rather then exit().Martin Schlemmer2005-07-082-4/+5
* Remove old logs if present and conflicting with current.Martin Schlemmer2005-07-082-1/+14
* Try to cleanup and make error handling/printing consistent.Martin Schlemmer2005-07-084-134/+139
* Cleanup access/log printing. Make access printing honour NOCOLOR. Fix logMartin Schlemmer2005-07-074-21/+48
* Only declare functions in sandbox_futils.c that are used in libsandbox.c whenMartin Schlemmer2005-07-073-0/+14
* Remove unused includes and variables.Martin Schlemmer2005-07-074-19/+2
* Remove sandbox_dir and co - we are not using it anymore.Martin Schlemmer2005-07-074-35/+7
* Redo the interface of the get_* functions so that we do not leak memory.Martin Schlemmer2005-07-075-47/+34
* Major cleanup of sandbox_futils.c. Removed most of the functions as we nowMartin Schlemmer2005-07-074-382/+67
* Fix possible segfault in env init code.Martin Schlemmer2005-07-072-1/+5
* Cleanup init_env_entries() and check_prefixes().Martin Schlemmer2005-07-062-80/+62
* Add check_prefixes() with major cleanup on check_access().Martin Schlemmer2005-07-062-179/+141
* Clean up logging in libsandbox.c, and hopefully make it more consistant.Martin Schlemmer2005-07-062-70/+53
* Change log dir to /var/log/sandbox/. Make sure the sandboxed process cannot ...Martin Schlemmer2005-07-064-10/+13
* Remove unused 'pids file' code.Martin Schlemmer2005-07-065-268/+4
* Remove unused variables.Martin Schlemmer2005-07-062-4/+0
* Remove trailing ':' for SANDBOX_PREDICT.Martin Schlemmer2005-07-031-1/+1
* * sandbox-1.2.10, try #2.v1.2.10Martin Schlemmer2005-07-031-1/+1
* * sandbox-1.2.10Martin Schlemmer2005-07-031-0/+2
* Fix typo in Robin's patch.Martin Schlemmer2005-07-031-1/+1
* Add PREDICT items for nss-db, bug #92079Robin Johnson2005-07-032-1/+15
* Move get_sandbox_*_envvar() to sandbox_setup_environ(), as its more appropria...Martin Schlemmer2005-06-172-9/+9
* Remove fooling around with exit codes - we error out on presence of a log any...Martin Schlemmer2005-06-172-3/+6
* Label rename for clarity.Martin Schlemmer2005-06-141-3/+3