index
:
delta/bubblewrap.git
auto
create-socket
disable-userns
drop-cap-bounding-set-2
export/flatpak/0.6.1
export/flatpak/0.6.2
export/flatpak/0.6.3
homu-tmp
main
master
privilege-separation
reuse-namespaces
wip/WSL
wip/smcv/for-flatpak-meson-build
github.com: projectatomic/bubblewrap.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
libtest: Add directive and 'set -e' for better shellcheck diagnostics
Simon McVittie
2021-06-28
1
-0
/
+4
*
tests: Remove unnecessary nesting
Simon McVittie
2021-06-28
1
-2
/
+1
*
tests: Quote more defensively
Simon McVittie
2021-06-28
2
-11
/
+11
*
Extract some common test setup into libtest.sh
Simon McVittie
2021-06-28
2
-72
/
+73
*
tests: Don't corrupt TAP output
Simon McVittie
2021-06-28
1
-6
/
+6
*
Merge pull request #437 from smcv/zsh
Colin Walters
2021-06-24
2
-47
/
+60
|
\
|
*
zsh: After completing --perms, only accept appropriate options
Simon McVittie
2021-06-24
1
-7
/
+15
|
*
zsh: Add completion for --clearenv
Simon McVittie
2021-06-24
1
-1
/
+2
|
*
zsh: Add completion for --perms
Simon McVittie
2021-06-24
1
-0
/
+1
|
*
zsh: Add completion for --chmod
Simon McVittie
2021-06-24
1
-0
/
+1
|
*
zsh: Complete --chdir as --chdir, not as --chdir DIR
Simon McVittie
2021-06-24
1
-1
/
+1
|
*
zsh: Label more arguments
Simon McVittie
2021-06-24
1
-4
/
+4
|
*
zsh: Complete --lock-file as taking a path
Simon McVittie
2021-06-24
1
-1
/
+1
|
*
zsh: Complete --remount-ro as taking a path
Simon McVittie
2021-06-24
1
-1
/
+1
|
*
zsh: Complete --symlink as having two file arguments
Simon McVittie
2021-06-24
1
-1
/
+1
|
*
zsh: Fix a typo in a help message
Simon McVittie
2021-06-24
1
-1
/
+1
|
*
zsh: Complete --setenv as an environment variable followed by any string
Simon McVittie
2021-06-24
1
-1
/
+1
|
*
zsh: Complete --unsetenv like env -u
Simon McVittie
2021-06-24
1
-1
/
+1
|
*
zsh: Complete --uid, --gid as integers
Simon McVittie
2021-06-24
1
-2
/
+2
|
*
zsh: Complete --file-label, --exec-label with SELinux contexts
Simon McVittie
2021-06-24
1
-2
/
+2
|
*
zsh: Complete --dev, --dir etc. as directories
Simon McVittie
2021-06-24
1
-5
/
+5
|
*
zsh: Complete --bind, etc. as taking two paths as arguments
Simon McVittie
2021-06-24
1
-6
/
+6
|
*
zsh: Complete --file and friends as taking two arguments
Simon McVittie
2021-06-24
1
-3
/
+3
|
*
zsh: Improve completions for simple fd-based arguments
Simon McVittie
2021-06-24
1
-7
/
+7
|
*
zsh: Don't limit --bind options to completing directories
Simon McVittie
2021-06-24
1
-6
/
+6
|
*
zsh: Sort completions in LC_ALL=C order
Simon McVittie
2021-06-24
1
-42
/
+44
|
*
configure.ac: Remove trailing whitespace
Simon McVittie
2021-06-24
1
-1
/
+1
*
|
Merge pull request #436 from smcv/new-options
Colin Walters
2021-06-24
3
-3
/
+15
|
\
\
|
|
/
|
/
|
|
*
bash: Sort completions in LC_ALL=C order
Simon McVittie
2021-06-24
1
-3
/
+5
|
*
bash: Include new options in completions
Simon McVittie
2021-06-23
1
-0
/
+3
|
*
Document --clearenv in man page
Simon McVittie
2021-06-23
1
-0
/
+6
|
*
Document --chmod in --help
Simon McVittie
2021-06-23
1
-0
/
+1
|
/
*
Merge pull request #434 from smcv/bind-mount-diag
Colin Walters
2021-06-23
4
-17
/
+148
|
\
|
*
bind-mount: Factor out bind_mount_result_to_string()
Simon McVittie
2021-06-23
2
-22
/
+48
|
*
bind_mount: Return an error code, and provide a way to display it
Simon McVittie
2021-06-23
3
-17
/
+107
|
*
build: Warn if a switch over an enum does not handle all values
Simon McVittie
2021-06-23
1
-0
/
+1
|
*
Handle all enum values in switch
Simon McVittie
2021-06-23
1
-0
/
+13
|
*
build: Error if a switch lacks a default case
Simon McVittie
2021-06-23
1
-0
/
+1
|
/
*
Merge pull request #404 from smcv/utils-unit-test
Colin Walters
2021-06-23
2
-3
/
+232
|
\
|
*
Add a simple unit test for utility code
Simon McVittie
2021-06-23
2
-3
/
+232
*
|
Merge pull request #429 from smcv/selinux-warnings
Colin Walters
2021-06-23
2
-3
/
+13
|
\
\
|
*
|
utils: Remove security_context_t casts for libselinux >= 2.3
Simon McVittie
2021-06-22
2
-3
/
+13
*
|
|
Merge pull request #401 from smcv/clearenv
Colin Walters
2021-06-23
4
-1
/
+26
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Add --clearenv option
Simon McVittie
2021-06-22
4
-0
/
+16
|
*
|
test-run: Test --setenv, --unsetenv
Simon McVittie
2021-06-22
1
-1
/
+10
|
|
/
*
|
Merge pull request #403 from RyuzakiKK/case_insensitive_fs
Simon McVittie
2021-06-23
4
-10
/
+59
|
\
\
|
*
|
Add support for bind-mount on case-insensitive filesystems
Ludovico de Nittis
2021-02-16
4
-10
/
+59
*
|
|
Merge pull request #399 from smcv/python3
Simon McVittie
2021-06-23
1
-1
/
+0
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Stop installing python-is-python2 for CI
Simon McVittie
2021-06-10
1
-1
/
+0
*
|
|
Merge pull request #433 from smcv/libtest-core
Colin Walters
2021-06-22
4
-14
/
+74
|
\
\
\
[next]