aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* sandbox: move xasprintf helper hereMike Frysinger2021-11-051-0/+8
* sandbox: add --debug option to control SANDBOX_DEBUGMike Frysinger2021-11-051-0/+1
* sandbox: restore SANDBOX_INTRACTV variableMike Frysinger2021-11-051-1/+1
* sandbox: change interface to make it easier to pass thruMike Frysinger2021-10-281-0/+1
* namespaces: add support for cgroup & timeMike Frysinger2021-10-211-0/+2
* sandbox: enable support for linux namespacesv2.9Mike Frysinger2015-09-271-0/+14
* libsbutil: add helpers for reading config options (w/out env export)Mike Frysinger2015-09-261-0/+2
* sandbox: add proper option parsingMike Frysinger2015-09-201-0/+3
* add a new message env varMike Frysinger2013-02-241-0/+1
* delete unused sandbox env varsMike Frysinger2013-02-241-1/+1
* sandbox: fix typo in struct sandbox_info_t declMike Frysinger2009-02-071-1/+1
* sandbox: new sb_{p,}err() helper functionsMike Frysinger2009-02-021-0/+3
* sandbox: convert remaining perror to sb_pwarnMike Frysinger2009-02-011-0/+3
* sandbox: remove unused /var/tmp dir handlingMike Frysinger2009-02-011-1/+0
* cleanup whitespace and comments -- no functional changesMike Frysinger2008-11-091-18/+2
* src/sandbox.h: add missing headerMike Frysinger2006-09-031-0/+45
* As we are using a symbol map for libsandbox, its no longer neededMartin Schlemmer2006-07-091-120/+0
* Set default values via a config file. Also support sandbox.dMartin Schlemmer2006-07-061-0/+4
* Remove last libsandbox-only functions in favour for ones providedMartin Schlemmer2006-07-061-8/+0
* Fix build failure due to exists() still being needed for libsandbox.Martin Schlemmer2006-07-051-0/+1
* Use librcutil.Martin Schlemmer2006-07-051-12/+5
* Rename EINFO, etc to SB_EINFO, etc to not conflict with macros fromMartin Schlemmer2006-07-051-3/+3
* Add is_env_off(). Also check for true/false. Use is_env_*.Martin Schlemmer2006-07-041-0/+3
* Add is_env_on(), and some other environ variable defines we will be using.Martin Schlemmer2006-07-041-0/+5
* Change log format, and add more info, especially cmdline, bug #138501.Martin Schlemmer2006-07-041-0/+5
* More changes to try and resolve OSes with generic getcwd() implementations.Martin Schlemmer2005-12-051-0/+2
* Rename sandbox_futils.c to sandbox_utils.c. Add gstrndup() and gbasename()Martin Schlemmer2005-12-051-0/+5
* Wrap mknod() as well. Misc cleanups.Martin Schlemmer2005-12-011-3/+0
* Cleanup local defines for egetcwd() and erealpath().Martin Schlemmer2005-12-011-0/+4
* Remove the SB_STATIC and including of getcwd.c, etc voodoo, as we new use aMartin Schlemmer2005-12-011-10/+10
* Move dlvsym define. Add symbol_version macros.Martin Schlemmer2005-11-301-4/+0
* Reorder source layout.Martin Schlemmer2005-11-281-0/+113