- Apr 08, 2016
-
-
Dan Walsh authored
This is just the beginning of a framework for bash completions. Current completions just give you the list of options available. Signed-off-by:
Dan Walsh <dwalsh@redhat.com> Closes: #30 Approved by: alexlarsson
-
Alexander Larsson authored
GCC was failing this because write is marked warn_unused_result. Assigning it to a attribute unused variable is apparently "better" than casting it to void... Also, we avoid taking this path at all if event_fd is -1. Closes: #32 Approved by: alexlarsson
-
- Apr 04, 2016
-
-
Antonio Murdaca authored
Signed-off-by:
Antonio Murdaca <runcom@redhat.com> Closes: #31 Approved by: alexlarsson
-
- Mar 30, 2016
-
-
Alexander Larsson authored
The rawhide kernel has started to warn about applications using 32bit capabilities calls. We don't actually need more than 32 bits, but lets use the 64bit APIs anyway to stay safe. Closes: #29 Approved by: cgwalters
-
- Mar 22, 2016
-
-
Colin Walters authored
It's surprising that `security_context_t` isn't const. Pull request: #27 Approved by: alexlarsson
-
Colin Walters authored
AFAICS it's not really possible for `write()` to an eventfd to fail, so squash this warning from Travis. Pull request: #27 Approved by: alexlarsson
-
Colin Walters authored
I noticed on Travis we had a warning about this, and it's actually right, the man page says on OOM the contents of `*strp` are undefined, not `NULL`. (Now possibly it doesn't touch the value, but anyways this follows the man page and fixes a compiler warning) Pull request: #27 Approved by: alexlarsson
-
Colin Walters authored
Greater visibility for these is useful. (Alternatively, autoconf could be less verbose but I'm assuming that's not going to happen before the sun explodes). Pull request: #28 Approved by: alexlarsson
-
Alexander Larsson authored
With this you can e.g. : ./configure --enable-sudo --with-priv-mode=setcaps make make install and it will ask you for sudo password and then make the final binary have the right capabilities set. This is not needed when setting such persmissions in e.g. a spec file, but it is useful for developers building bubblewrap. Pull request: #26 Approved by: cgwalters
-
Dan Walsh authored
Signed-off-by:
Dan Walsh <dwalsh@redhat.com> Pull request: #25 Approved by: alexlarsson
-
- Mar 18, 2016
-
-
Alexander Larsson authored
Pull request: #24 Approved by: alexlarsson
-
- Mar 16, 2016
-
-
Colin Walters authored
(This is really just a test PR for the org move) Pull request: #23 Approved by: alexlarsson
-
- Mar 15, 2016
-
-
Matthias Clasen authored
Pull request: #22 Approved by: alexlarsson
-
Colin Walters authored
Imported a little bit of code from OSTree's shell `libtest.sh`. I'm mostly doing this to test Travis and Homu, but hey, we get a little bit of coverage. Pull request: #21 Approved by: alexlarsson
-
Colin Walters authored
I was actually trying to do a simple test of `--help` and was surprised that we `exit (1)` by default there. Only do that if we actually fail to parse options. Pull request: #21 Approved by: alexlarsson
-
Alexander Larsson authored
-
Alexander Larsson authored
Travis
-
- Mar 14, 2016
-
-
Colin Walters authored
-
Colin Walters authored
Some builds (e.g. embedded) may not want docs. Pull request: #3 Approved by: cgwalters
-
Alexander Larsson authored
-
- Mar 10, 2016
-
-
Alexander Larsson authored
Check for sys/capability.h during configure
-
Mrunal Patel authored
Signed-off-by:
Mrunal Patel <mrunalp@gmail.com>
-
- Mar 08, 2016
-
-
Alexander Larsson authored
-
Alexander Larsson authored
Some more documentation work
-
Alexander Larsson authored
Fix a typo
-
Matthias Clasen authored
Explain that bwrap is not really an end-user tool.
-
Matthias Clasen authored
Only HOME appears here, but still.
-
Matthias Clasen authored
Well, at least point to the libseccomp api that generates it.
-
Matthias Clasen authored
Document the effect of repeated options.
-
Matthias Clasen authored
The option is called --seccomp, so don't complain about --seccomp-fd in the error message.
-
Alexander Larsson authored
-
Alexander Larsson authored
A quick man page
-
Alexander Larsson authored
Explain the name
-
- Mar 07, 2016
-
-
Matthias Clasen authored
This does use docbook stylesheets and xsltproc. If we want to avoid that build dependency, we can just generate it once and be done.
-
Matthias Clasen authored
Add a short explanation of the cute name, and add a cute picture for extra credit. Note: The url needs to be updated to point to the main repository when this is merged.
-
Alexander Larsson authored
-
Alexander Larsson authored
There can be multiple matches for a mountpoint, but the last one is the visible one.
-
Alexander Larsson authored
-
Alexander Larsson authored
-
Alexander Larsson authored
-