aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* sandbox: pass child signals back up to the parentMike Frysinger2013-02-221-24/+48
* sandbox: do not resolve target of stderrMike Frysinger2013-02-241-4/+7
* add a new message env varMike Frysinger2013-02-243-2/+17
* delete unused sandbox env varsMike Frysinger2013-02-243-9/+3
* environ: add a new is_env_var helper for checking var namesMike Frysinger2013-02-241-2/+2
* sandbox: allow log files to fallback to tmpdirMike Frysinger2012-12-241-2/+2
* significantly overhaul output helpersMike Frysinger2012-06-232-16/+7
* tests: always bubble up exit code regardless of log existenceMike Frysinger2012-06-231-2/+3
* sandbox: drop beep supportMike Frysinger2012-06-232-15/+1
* libsandbox: push down constructor initMike Frysinger2012-03-051-0/+1
* sandbox: dont warn about inherited ignored signalsMike Frysinger2009-10-281-4/+4
* libsbutil: kill off unnecessary log_domain codeMike Frysinger2009-08-251-3/+0
* drop force pic flagsMike Frysinger2009-08-251-2/+1
* add -Wall to automake runs and fix falloutMike Frysinger2009-08-251-5/+3
* setup local sandbox.d for running tests to avoid /etc/sandbox.dMike Frysinger2009-04-261-1/+2
* libsandbox: enable tracing for multiple personalitiesMike Frysinger2009-04-051-0/+4
* sandbox: stop denying /etc/ld.so.preloadMike Frysinger2009-03-311-2/+0
* sandbox: don't put duplicate sandbox.so into LD_PRELOADv1.6Mike Frysinger2009-03-121-11/+15
* sandbox: pass shell exit status upMike Frysinger2009-03-121-13/+11
* sandbox: delete the testing var after installv1.4Mike Frysinger2009-03-082-1/+9
* sandbox: do not dist sandbox.sh and clean up error messagesMike Frysinger2009-02-122-6/+6
* sandbox: check signal returns and allow SIGHUP to be ignoredMike Frysinger2009-02-121-5/+16
* tests: get scripts working in sandbox.shMike Frysinger2009-02-083-5/+17
* sandbox: fix typo in struct sandbox_info_t declMike Frysinger2009-02-071-1/+1
* sandbox: new sb_{p,}err() helper functionsMike Frysinger2009-02-022-16/+12
* sandbox: fixup a few more NULL memory checksMike Frysinger2009-02-021-5/+4
* sandbox/libsbutil: remove more useless error checks and var initsMike Frysinger2009-02-012-21/+7
* sandbox: convert remaining perror to sb_pwarnMike Frysinger2009-02-013-4/+4
* sandbox: unify/standardize message output functionsMike Frysinger2009-02-011-54/+41
* sandbox: remove unused /var/tmp dir handlingMike Frysinger2009-02-012-8/+0
* sandbox: declare all local funcs staticMike Frysinger2009-02-011-5/+5
* sandbox: simplify print_sandbox_log() functionMike Frysinger2009-02-011-37/+23
* sandbox: use $(LIBDL) rather than -ldlMike Frysinger2009-01-281-1/+1
* libsbutil: find libsandbox.so in non-standard pathsMike Frysinger2009-01-261-3/+1
* libsbutil: cleanup x* memory functionsMike Frysinger2008-12-312-12/+3
* sandbox: include full libc path in version outputMike Frysinger2008-11-291-1/+1
* src/sandbox.sh: produce it from configureMike Frysinger2008-11-281-1/+1
* tests: fixup running test out of src treeMike Frysinger2008-11-161-1/+1
* tests: move libsigsegv disable to configure.acMike Frysinger2008-11-161-1/+5
* sandbox: make -h/--help/-V/--version print out something usefulMike Frysinger2008-11-161-0/+36
* sandbox: add a script to quickly test locally built libsandboxMike Frysinger2008-11-162-0/+7
* sandbox: display when a process exits due to a signalEd Catmur2008-11-161-5/+11
* unify SB_E{INFO,WARN,ERROR} functions and have them call the internal sb_prin...Mike Frysinger2008-11-161-6/+4
* move build flags to configure rather than MakefileMike Frysinger2008-11-111-4/+4
* sandbox: convert to stdboolMike Frysinger2008-11-102-6/+6
* sandbox: remove remaining multilib codeMike Frysinger2008-11-091-6/+0
* sandbox: unify banner message and drop "linux" from itMike Frysinger2008-11-091-2/+3
* headers.h: consolidate all random system includes into one fileMike Frysinger2008-11-092-18/+2
* cleanup whitespace and comments -- no functional changesMike Frysinger2008-11-093-66/+16
* sandbox: drop pointless castMike Frysinger2008-11-091-1/+1