forked from pool/bubblewrap
Accepting request 532853 from Virtualization:containers
- update to version 0.2.0 OBS-URL: https://build.opensuse.org/request/show/532853 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bubblewrap?expand=0&rev=4
This commit is contained in:
commit
13115fe6bb
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 9 17:53:37 UTC 2017 - sebix+novell.com@sebix.at
|
||||
|
||||
- update to version 0.2.0
|
||||
- bwrap now automatically detects the new
|
||||
user namespace restrictions in Red Hat Enterprise Linux 7.4:
|
||||
bubblewrap: check for max_user_namespaces == 0.
|
||||
- The most notable features are new arguments --as-pid1, and
|
||||
--cap-add/--cap-drop. These were added for running systemd (or in general a
|
||||
"full" init system) inside bubblewrap. But the capability options are also
|
||||
useful for unprivileged callers to potentially retain capbilities inside the
|
||||
sandbox (for example CAP_NET_ADMIN), when user namespaces are enabled.
|
||||
Conversely, privileged callers (uid 0) can conversely drop capabilities (without
|
||||
user namespaces). Contributed by Giuseppe Scrivano.
|
||||
- With --dev, add /dev/fd and /dev/core symlinks
|
||||
which should improve compatibility with older software.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 18 12:39:54 UTC 2017 - sebix+novell.com@sebix.at
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: bubblewrap
|
||||
Version: 0.1.8
|
||||
Version: 0.2.0
|
||||
Release: 0
|
||||
Summary: Core execution tool for unprivileged containers
|
||||
License: LGPL-2.0+
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:64f264f1ae3d7b8fbcfb7102592d42096f41ac7edda97ce57486aa3e05d8d489
|
||||
size 98864
|
3
v0.2.0.tar.gz
Normal file
3
v0.2.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:50d612a2775e402105e26f8a9ab4ed314c7ba65ff85d4d051e96970b7136e99c
|
||||
size 61025
|
Loading…
Reference in New Issue
Block a user