aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* src: fix -Wold-style-declarationSam James2023-08-081-2/+2
* sandbox: do not compare array to NULLgto20232023-08-051-1/+1
* sandbox: prevent possible use of uninitialized members of sandbox_info structgto20232023-08-051-1/+1
* Rename multiple personalities featureSam James2023-08-051-3/+3
* libsbutil: add sbio_faccessat and use it in sb_existsMike Gilbert2023-08-031-0/+1
* change FS calls to use 64-bit interfaces explicitlyMike Frysinger2021-11-051-2/+2
* sandbox: move xasprintf helper hereMike Frysinger2021-11-051-0/+8
* sandbox: move verbose startup info behind debug knobMike Frysinger2021-11-051-8/+8
* sandbox: add --debug option to control SANDBOX_DEBUGMike Frysinger2021-11-053-2/+15
* sandbox: restore SANDBOX_INTRACTV variableMike Frysinger2021-11-053-3/+7
* sandbox: fix passing of config env vars downMike Frysinger2021-11-031-1/+1
* sandbox: add backwards compat interface hackv2.29Mike Frysinger2021-11-021-0/+9
* sandbox: delete now unused variableMike Frysinger2021-11-011-1/+0
* sandbox: include "sandbox" in the error log summaryMike Frysinger2021-11-011-1/+1
* sandbox: change interface to make it easier to pass thruMike Frysinger2021-10-283-20/+35
* sandbox: avoid repetitive strlen calculations when building cmdlineMike Frysinger2021-10-281-11/+9
* sandbox: undefine dprintfMike Frysinger2021-10-281-0/+3
* sandbox: leverage PR_SET_NO_NEW_PRIVS when availablev2.27Mike Frysinger2021-10-231-0/+16
* sandbox: add a --run-configure optionMike Frysinger2021-10-232-10/+20
* build: hoist -Itop_srcdir to common AM_CPPFLAGSMike Frysinger2021-10-231-1/+0
* Revert "Remove leftover generated Makefiles from the repo (sic!)"Mike Frysinger2021-10-221-0/+4
* Remove leftover generated Makefiles from the repo (sic!)Michał Górny2021-10-221-4/+0
* switch to https:// URIs when possibleMike Frysinger2021-10-212-3/+3
* build: flatten build a bit to avoid (most) recursive makeMike Frysinger2021-10-213-17/+19
* namespaces: add support for cgroup & timeMike Frysinger2021-10-213-8/+30
* libsandbox: add SANDBOX_METHOD settingMike Frysinger2021-10-181-0/+3
* sandbox: allow user to force SIGKILLMike Frysinger2016-03-291-2/+10
* sandbox: enable support for linux namespacesv2.9Mike Frysinger2015-09-275-1/+306
* libsbutil: add helpers for reading config options (w/out env export)Mike Frysinger2015-09-262-0/+8
* sandbox: add proper option parsingMike Frysinger2015-09-204-40/+125
* 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