aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Cleanup the fail_nametoolong stuff a bit more.Martin Schlemmer2005-06-142-82/+55
* Remove hopefully the last ld.so.preload bits we do not use anymore.Martin Schlemmer2005-06-112-5/+3
* Remove the unneeded canonicalize() calls in the wrappers - we do it anyhowMartin Schlemmer2005-06-112-98/+58
* More comment/readability cleanupsMartin Schlemmer2005-06-112-4/+7
* Some strncpy/strncat and other cleanups.Martin Schlemmer2005-06-115-39/+32
* * sandbox-1.2.9v1.2.9Martin Schlemmer2005-06-092-1/+3
* Move symlink hack down a bit to try and minimize on the amount of lstat()Martin Schlemmer2005-06-092-30/+36
* Add hack to allow writing to /proc/self/fd (or /dev/fd), bug #91516.Martin Schlemmer2005-06-093-1/+16
* Add wrapper for access() function, bug #85413.Martin Schlemmer2005-06-093-8/+45
* Use generic getcwd() implementation from uclibc - should be more portableMartin Schlemmer2005-06-092-437/+152
* Make sure our true_* pointers are initialized to NULL, and that we check forMartin Schlemmer2005-06-093-19/+27
* Be default we will fail if the path name we try to canonicalize is too long.Martin Schlemmer2005-06-092-10/+45
* Do not abort if TMPDIR is not valid, but rather use '/tmp', bug #94360Martin Schlemmer2005-06-083-1/+8
* Whitespace fixes.Martin Schlemmer2005-06-081-57/+38