Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package virt-launcher-container for 
openSUSE:Factory checked in at 2022-05-12 22:58:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/virt-launcher-container (Old)
 and      /work/SRC/openSUSE:Factory/.virt-launcher-container.new.1538 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "virt-launcher-container"

Thu May 12 22:58:37 2022 rev:16 rq:976177 version:unknown

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/virt-launcher-container/virt-launcher-container.changes
  2022-04-27 21:42:27.225094498 +0200
+++ 
/work/SRC/openSUSE:Factory/.virt-launcher-container.new.1538/virt-launcher-container.changes
        2022-05-12 22:59:05.744694928 +0200
@@ -1,0 +2,5 @@
+Wed Apr 27 16:30:17 UTC 2022 - Vasily Ulyanov <vasily.ulya...@suse.com>
+
+- Setup permissions and capabilities for non-root VMIs
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ Dockerfile ++++++
--- /var/tmp/diff_new_pack.LEXcgA/_old  2022-05-12 22:59:06.176695508 +0200
+++ /var/tmp/diff_new_pack.LEXcgA/_new  2022-05-12 22:59:06.180695513 +0200
@@ -76,5 +76,11 @@
 RUN augtool -f /augconf
 RUN cd /var && rm -rf run && ln -s ../run .
 
+# Setup permissions and capabilities for non-root VMIs. KubeVirt sets
+# XDG_* directories to /var/run.
+RUN setcap 'cap_net_bind_service,cap_sys_ptrace=+ep' /usr/bin/virt-launcher && 
\
+    chmod 0755 /etc/libvirt && \
+    chown qemu:qemu /var/run
+
 ENTRYPOINT [ "/usr/bin/virt-launcher" ]
 

Reply via email to