bubblewrap-0.3.3-lp151.2.3.1<>,a\/=„.<݈DݼK-Pifw>e@nߋz[]^k260=Al ^' 9NA'aav@ѓo) Vז`& 5F!ЅO9`RmNֲK"H>ن^S{.&U43~F>>.$?.d   O" ;Q}   4  T|(89$: F'%G'8H'pI'X'Y'\'](^( b)c*sd+e+ f+l+u+$v+\w-x-Ly- z----.Cbubblewrap0.3.3lp151.2.3.1Core execution tool for unprivileged containersBubblewrap (/usr/bin/bwrap) is a core execution engine for unprivileged containers that works as a setuid binary on kernels without user namespaces.\build72uopenSUSE Leap 15.1openSUSELGPL-2.0-or-laterhttp://bugs.opensuse.orgProductivity/Securityhttps://github.com/projectatomic/bubblewraplinuxx86_64  Jc' AA큤A큤A큤A큤\\\\ \\}+\ \ \}+\}+\ \\}+\47479c761532f082f87e0adf733d17f6d12078c86601c70b491be267195d2e0489f09205318fc84dc135d97494269ab7c5c1efda71b796c9e711aed13c51f0d1c101e8d2a56683cf5a8d82991a300cb36436e372dc37dbfc28952b2cc1ff78fad7ce88ff6014f184097f7527d406c14ba163d71bc93e31e95d784ae19c2b103f65300032fa925dd20f07b7ef8914c3847e26bb95731910c0054dc0c582bf98698fd08d3d6db04338dd4ac9b710b14b23a21162154359c6ef5cf16810802eed66f31665319d76a627acc9527e1999a55681836ec986fc2b1fbc320de75f4bb1d3b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c408591d8b6d26ae33b55c62ab879f12b125732bb916afb20c2622225658c5889rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootbubblewrap-0.3.3-lp151.2.3.1.src.rpmbubblewrapbubblewrap(x86-64)@@@@@@@@@@@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.16)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libc.so.6(GLIBC_2.7)(64bit)libc.so.6(GLIBC_2.8)(64bit)libc.so.6(GLIBC_2.9)(64bit)libcap.so.2()(64bit)libselinux.so.1()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1\h[;@[IZVYdY@Y_wY&@X @XS@XW֘WWSebastian Wagner Antonio Larrosa - 0.3.1sebix+novell.com@sebix.atsebix+novell.com@sebix.atsebix+novell.com@sebix.atsebix+novell.com@sebix.atsebix+novell.com@sebix.atsebix+novell.com@sebix.atsebix+novell.com@sebix.atsebix+novell.com@sebix.atColin Walters - 0.1.3-2Kalev Lember - 0.1.2-1Igor Gnatenko - 0.1.1-2Colin Walters - 0.1.1- Update to version 0.3.3: - This release is the same as 0.3.2 but the version number in configure.ac was accidentally still set to 0.3.1 - Update to version 0.3.2: - fixes boo#1136958 / CVE-2019-12439 This release fixes a mostly theoretical security issue in unusual/broken setups where `$XDG_RUNTIME_DIR` is unset. There are some other smaller fixes, as well as an addition to the JSON API that allows reading the inner process exit code, separately from the `bwrap` exit code. - Print "Out of memory" on stderr, not stdout - bwrap: add option json-status-fd to show child exit code - bwrap: Report COMMAND exit code in json-status-fd - man page: Describe --chdir, not nonexistent --cwd - Don't create our own temporary mount point for pivot_root - Make lockdata long enough on 32-bit with 64-bit file pointers.- update to version 0.3.1: * New feature in this release is --bind-try (as well as --dev-bind-try and --ro-bind-try) which works like the regular versions if the source exists, but does nothing if it doesn't exist. * The mount type for the root tmpfs was also changed to "tmpfs" instead of being empty, as the later could cause problems with some programs when parsing the mountinfo files in /proc.- update to version 0.3.0: * The biggest feature from this release is that bwrap now supports being invoked recursively (from other container runtimes such as Docker/podman/runc as well as bwrap itself) when user namespaces are enabled, and the outer container manager allows it (Docker's default seccomp policy doesn't). * This is useful for testing scenarios; for example a project uses Kubernetes for its CI, but inside build the project wants to run each unit test in their own pid namespace, without going out and creating a new pod for every single unit test. * Similarly, rpm-ostree compose tree uses bwrap internally for scripts, and we want to support running rpm-ostree inside a container as well. * Another feature is bwrap now supports -- to terminate argument parsing. To detect availablity of this, you could parse bwrap --version.- update to version 0.2.1: * All the demos are included * bugfixes for the demo files * There was an issue with mkdir when running bubblewrap on an NFS filesystem that has been fixed, so flatpak now works on NFS shares. * Some leaks have been fixed, including a file descriptor leak.- 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.- add group- fix build macro with rpm < 4.12 (non-Factory currently)- update to version 0.1.8 - New --die-with-parent which is based on the Linux prctl(PR_SET_PDEATHSIG) API. - smaller bugfixes- upgrade to upstream version 0.1.7 - note that this package was *never* affected by CVE-2017-5226 as it was introduced in version 0.1.6 - upstream changelog of version 0.1.7: This release backs out the change in 0.1.6 which unconditionally called setsid() in order to fix a security issue with TIOCSTI, aka CVE-2017-522. That change caused some behavioural issues that are hard to work with in some cases. For instance, it makes shell job control not work for the bwrap command. Instead there is now a new option --new-session which works like 0.1.6. It is recommended that you use this if possible, but if not we recommended that you neutralize this some other way, for instance using SECCOMP, which is what flatpak does: https://github.com/flatpak/flatpak/commit/902fb713990a8f968ea4350c7c2a27ff46f1a6c4 In order to make it easy to create maximally safe sandboxes we have also added a new commandline switch called --unshare-all. It unshares all possible namespaces and is currently equivalent with: - -unshare-user-try --unshare-ipc --unshare-pid --unshare-net - -unshare-uts --unshare-cgroup-try However, the intent is that as new namespaces are added to the kernel they will be added to this list. Additionally, if --share-net is specified the network namespace is not unshared. This release also has some bugfixes: bwrap reaps (unexpected) children that are inherited from the parent, something which can happen if bwrap is part of a shell pipeline. bwrap clears the capability bounding set. The permitted capabilities was already empty, and use of PR_NO_NEW_PRIVS should make it impossible to increase the capabilities, but more layers of protection is better. The seccomp filter is now installed at the very end of bwrap, which means the requirement of the filter is minimal. Any bwrap seccomp filter must at least allow: execve, waitpid and write Alexander Larsson (7): Handle inherited children dying Clear capability bounding set Make the call to setsid() optional, with --new-session demos/bubblewrap-shell.sh: Unshare all namespaces Call setsid() and setexeccon() befor forking the init monitor Install seccomp filter at the very end Bump version to 0.1.7 Colin Walters (6): Release 0.1.6 man: Correct namespace user -> mount demo/shell: Add /var/tmp compat symlink, tweak PS1, add more docs Release 0.1.6 ci: Combine ASAN and UBSAN Add --unshare-all and --share-net - upstream changelog for 0.1.6: This fixes a security issue with TIOCSTI, aka CVE-2017-522. Note bubblewrap is far from the only program that has this issue, and I think the best fix is probably in the kernel to support disabling this ioctl. Programs can also work around this by calling setsid() on their own in an exec handler before doing an exevp("bwrap"). - upstream changelog for 0.1.5: This is a bugfix release, here are the major changes: Running bubblewrap as root now works again Various fixes for the testsuite Use same default compiler warnings as ostree Handle errors resolving symlinks during bind mounts Alexander Larsson (2): bind-mount: Check for errors in realpath() Bump version to 0.1.5 Colin Walters (6): Don't call capset() unless we need to Only --unshare-user automatically if we're not root ci: Modernize a bit, add f25-ubsan README.md: Update with better one liner and more information utils: Add __attribute__((printf)) to die() build: Sync default warning -> error set from ostree Simon McVittie (4): test-run: be a bash script test-run: don't assume we are uid 1000 Adapt tests so they can be run against installed binaries Fix incorrect nesting of backticks when finding a FUSE mount- upgrade to upstream version 0.1.4 - Build also for Leap 42.2- New upstream version- Update to 0.1.2- Trivial fixes in packaging- Initial packagebuild72 1559566102 0.3.3-lp151.2.3.10.3.3-lp151.2.3.1 bwrapbash-completioncompletionsbwrapbubblewrapREADME.mddemosbubblewrap-shell.shflatpak-run.shflatpak.bpfuserns-block-fd.pybubblewrapCOPYINGbwrap.1.gz/usr/bin//usr/share//usr/share/bash-completion//usr/share/bash-completion/completions//usr/share/doc/packages//usr/share/doc/packages/bubblewrap//usr/share/doc/packages/bubblewrap/demos//usr/share/licenses//usr/share/licenses/bubblewrap//usr/share/man/man1/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Maintenance:10346/openSUSE_Leap_15.1_Update/5e3a3c980b8fff82ee69f62913a5e92a-bubblewrap.openSUSE_Leap_15.1_Updatedrpmxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.2.0, BuildID[sha1]=7c7f025108c61642204f958c89254942af905b3c, strippeddirectoryASCII textASCII text, with very long linesBourne-Again shell script, ASCII text executablePython script, ASCII text executabletroff or preprocessor input, ASCII text, with very long lines (gzip compressed data, max compression, from Unix) R RRRRRRRRR R R`rI@!Kutf-85a3c14b04c7579fe4a0ad7cfd187315f383aa75dd25ef8fdaa75d49deffeffe0? 7zXZ !t/T/&]"k%w!?K15e/7%EFO#> r`H}?|n+\>\R984H[ʿ"F>!{ wcYs8ֹ+3sb2Jrcfyw{< '_Tf}-}+RV ?Hp洍SW55̦G"]\GM{Êᅂ;0Z+S&@2D5o,zSHq/ךH"IQ&=!o:eZ~`j6PU,(ꮡb*hf̤)!?##6Unj4UYKNbkn.EݝT])2Mofj/VX۾Ui`p8ЧoG"R@妻>nD0\Rb铭yyJh!I'L+~@]rm :|У M(Fљ3?B_K nq|aXiYk` +s!>7r?YAeSڠHQkK ٯ 'l)ǯxi8Dk-zv~&܀D} `}i%pg|G duNidFJƶxn}u H .lEOr,{QzO?:9ySg6jDWDB$ WuS*"?+I͎</N~nj.0HbtwUx_ 5!>_BT)X|  |Re.gfכ;iFi&Uޟc3ȃ5[C/ } u/OS/bexgz>d.tkH|PF&s$np[518T+7Ѵ\䣭p(1}ӆ9`B冺^Y ,ܭdk6B/m=TI3 pyRaC}/#AɜYe][6%{Q6h CȉKp#s=tR3n>*ztNCeV 0i30ˍ:Dw34P曈'$Q#BZ7sxhswKh$!,v ʒ,pZvzx$Ͳ&%Jt w=hymdV\YϳлI[;1[bdî/ :Ab+0gl]@9'y n"+xv鿼:iƐG#rENj \U >6$ߢfϬ xNm+fvE%3HS{3&2DZDMs$;!.xg{1 a\ uu>ÆQTLcLɺK/quu{0pY(H`ŒWkh9ndp$R_~-Šx/6}JmhSjc%tBAN!hQSWCa&7^vz|W(Tum{'b 8[-(!!%vUQOfI j?zb3}@i熌((vxz,fHڄC ;oj4~9$L,jlim$BL‰`\?T6;oL?%~`su1j״h09+O] :,È>'lJc_=eGkVXFi,Aܞ"51C?eMLSz;~hho+Њuu)O7%)DS++S`U:s6.mkbeIey3%\7&rNg۳ MZ5Zy@,2F7<\N??җ=uQlp^6͢sZ}OBqB\ olܙšLEYh^}b̖eX7_:CHk WEaGgbPZ^Jzt a,Pڐ%GxSS d,"_@tc?"iK|͂C}^rGIFFVWhCt^$ CQ|nՙ&+g/1aJ.#NhЂս+4MJP/cp WN@aJ^3+Y3L$ ']75>cʤbfԎJ*L(P#nدM( L*`opvAXOc2Enʗ6%E 'u}6h SJcjD݂"i| ܋@20Kڸܻoq""QP{&ƣ_kRtcT(_|1_|Nݸc }bH*]Ǩ \pPY (n8C /"^RO77c0OusT_M=.gZ55GN!yJ| WyQ.-I0S2eZ?1P3QS^_<`L˦ `kc9ځħ+zGu7F9ӹW`B\7 GGS3_SZ1 gҺWD|=KC[%pY)MRu.L`tEbMp4U4 iyN]ޖi2?%Z%Ȕn+;J_^% LTcڳZΩ$(Qs4S EK2/1zK^ wϠ]f T%p=r#zZ9!f'jR%~\~Z1 ~Sz*i(GQ3ZuA9hMUgBh ~;V\z;'z!z'\WWgIˌzyLy}s!+44hRnfMp4'HTQd~]~B__UGw^6o3Ctf^~ăll1=He5ABQr2%4,83,ʼơĘXگ97:Rcmp2z/<ㆩXBUe(;h׏P"J~j4M{%C(Z# +TXzuσ ;j<{}gP3&B})5B (Kx"{Bݎ?hUo-NP/ 43rG_1w^Uw8bR P* <`4GCYVz#%1řUUԔJRuS>k|EWE^|fߗJ`_i Hg;M lva_Ualf9r\u @Z-fE;ᓚ\+w2=Yy_CsiA_\ZG y*msVM^9I4͎!D͹{^eNJ;)_- #G@Wレo .+Գרʱkhacm3uDNdxmO _]l\[SI4%28#" kde܂ ]?%5FJ"*BoNSBaP[e/oW覼H%pfazgF1؃EB K1Mo`ά3`# +p=h8w]&]h^|7֭_qwQY8nj Z ?u,ޅZAyCZB.._ M1E.'h Zy?t" 8L)jz%5:'١'!_2F 7>)|Ϥy213dC&k-IF'c~lHPޟN<W=|ל`vbV}Q݂=6 q\F6vXw$M479u"W}shCxOot{4gЂ;̢hdMm@1gZZ-4IfwZT$TUiM I]e!U`bLm(էIƹ,L¼9Pp{f.b3ZY0 S#[>-&W. \U"+ƁPD?uw-OTZ* ^aBLE=&H CvJ0}b!Su"k8J%Gu~PWej,gwx1!٨x&4al1`- L|&V[+ʤcQo fi9BI0Ey8&H 9SexvUGX /u[NhdٛMdKT geҏà [x6gxC=pzGzvrہ2w0Q,.x`鎙u bf.dm9(֐r PH[h׾[y+?9׼*{{jƦYn;?hzM'KUHgD6;ͭru݀Aˮ+,6?+Pm ?z@ނօ@ySq hXOY*0?ߞS1PjfF/DJCˆk`V?"R?-ЃB3yuϚhI3h+q|3p~c#80ÔS2"^Tb0tڑ⯈.Hy?_je#):ҩ-1CLʍ :+U$!k ,;o'63<Ľ! ǭY(‰V>ʛMf$Γ<2 h ;% q4wa V#GT.00[2۱5n| :K3,d+`Lqق(+G-uj݄+ 6p8۫9̣+2#@"+DTǪęjne>݌+ c/ tɀ/^'$\Ct%/:Ѹ؎cSur*86&+z_X&\ea!'ibIo竧 JSM)KҢ}]>83ľ10}O: WX_{f^uD;UԳ]i]׷Z⫹Zd'v󢀄6@Xmemp~ E;a6 }f-fy {F~Bfdײ2~%u{5S̽u6^O8OC58:Hj^S5vǸS[b{v%#u}ϨVn#҇G6R $ ޚm<ZF-1MgfjgR^qt= '}w/@>6G_ aj0a1 QWI L~2(o^OcܓBEԇj5j\Bg4H֋ "W), Kn ^O_|A,EՉh `x-O}eƈcN3^.sWji-q==%nQTR5")5YZĊ%1UV#(AubPy.zXqY9ٔh(dnymnϞBZ "to $[X<]?J4(g .7  אWe.=Qs>M*neeM׬_%p0CBdeg1E^%aV{_߆lkۏ.! ΟgNו1&p}[Т'r1@Л]ƅ4idG_u_ʘ!eiek }i1u?И>uVq1? #Λ`|$ZlLKFnBi@q[I5a{{jJQ&nUV.OZ-e`t emepZx ]f+xҠpcxbbh]a!r?+#= f0&  hsϩ Ҏ)"&+M ,6$MKVtI H-j<)LRn(dKV-[6Ӷwԝ%z%$M[+L&IOG|RM߅Z1u7Ȭ5V)ULn pd̃"]6k;*!V>1h֨mN=;RrlLOjlr >!'/Sc ph2o+ 7Jh9)3L Gߑ Gi7B`̔й#xPSn/5#pbc)c&)+52QWRwxp{o)glyyXW4Js3ߙaϥZPXĂpŒs0LmBGu,DJ]iB5d²{d:fI+C590ei؞ CdP_ 9^Ԍ,۔|*1ֺJE(6&e :f Xjd8':B.SmCCBGqHXn2Ǫ?0CwuPNWFGkW12_1Z"wd{s  )fHyCo yM\ZC,yrhb4ouԵ`GI+aHqjץ|Xc*טnhU wWyaP[N`I $3E+rDwͬuGuAI;MTFuluƬ*P}-r|Em._i18ctUT2$M.2OnG Fx޹#\A 3#$J=Hazt}SpK;:W;gB;pc_Ⅻ1JPDG:\+5hɃd`Z&-1sI3(5"PM3Ի[ MPHp 9w W?!suo;Cu)W`tA&irĚQ@9jMvҕƣ-!0=pއ'ӽg%K9Wۺ*̡Y>^,Mt.ʛ}.?77Q6N5nˬ#mdܐM&c34OJ %ݯ3 0($z'+ CoۼY $6PLA>`2mͦ]2Y"^[=aIFOىI{|}}/j3eIAL z ,|ziOƚLخn"o@>F~vkҲ=0j[ !%3/ it㘢eY.}_R@ U z©@kN5%޿!9۷gֿS\d"+sԞf9e CyQJad8A1Q2]ɥJXFTQY%N yh3{vF/7$WPߓ2Zsէ4g[/e?! !$ 3li)Q$Sw aa=Dު`_>X)xWYq~?eli|NJ/;D Q ʶ6H!:imy$(Bw]֗^QDcHTE4IHJv7I<*/]jb'ë4ݡ𣷥-" A2 ŔeOx &T`!"⪌n8J D R@8'=42|%Nazl iG)UP`8S5mv+5gT}PA OAna{읟VI ^˨;AV$s/O+t|xFCӗ_t.H?=IP^,3ǐ8sbV\@D?ZM$3R`! 2vө9hqN'K'5uBNUTK7;TtjC ;%UeF'{Vۼeuzs-!$B_Pf sf44ϔ(&~R$nmX0L{sl  wzO,Jȳ PQ)^*M;kYgh`GKV'j>_EY0]^k)ƼAT_VY냾!`y|4Dvٚ'iZ1|&^IcSЀn!P DV9|.R'TS^[L6oR8޹rQ @=|C3k! |@$Hin6ăfQ["i$MpBciUlzX =|@>WYgh8IofxmHݡ ` \,Ezlccո# <ꯢAyp,@d̕U RmRAF Z-EYPy xc@\-"59\WzՔ`8}Ϙ~8mb4:RY]F߿ yMcqVieuWҺU$]oQi@:]g [T=,kxﯞ[ƈ-`/-ɺr 7 I(iHYHb9~Sp3j%<.tU[]Z@ u1:==b bfz/NMJ c+Mѹ6lwC\ 4 Aȴ>ӬȾe~l<UpJ$Z%;XX%_O'2%rʻo5WkWdgpuml'܇@hKPWRkh* M H,¹̔]wC7f̨ɍw=f;B%_מwAp[lѫFSwƍi*}^c) YZ