qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [Bug 1832877] [NEW] qemu-bridge-helper undocumented and broken
@ 2019-06-14 17:07 Michal Suchanek
  2019-06-14 17:13 ` [Qemu-devel] [Bug 1832877] " Michal Suchanek
  2021-05-05 11:46 ` Thomas Huth
  0 siblings, 2 replies; 3+ messages in thread
From: Michal Suchanek @ 2019-06-14 17:07 UTC (permalink / raw)
  To: qemu-devel

Public bug reported:

qemu output:

access denied by acl file
qemu-system-ppc64: bridge helper failed

Option description:

      -netdev bridge,id=id[,br=bridge][,helper=helper]
           Connect a host TAP network interface to a host bridge device.

           Use the network helper helper to configure the TAP interface and attach it to the bridge. The default network
           helper executable is /path/to/qemu-bridge-helper and the default bridge device is br0.

           Examples:

                   #launch a QEMU instance with the default network helper to
                   #connect a TAP device to bridge br0
                   qemu-system-i386 linux.img -netdev bridge,id=n1 -device virtio-net,netdev=n1


                   #launch a QEMU instance with the default network helper to
                   #connect a TAP device to bridge qemubr0
                   qemu-system-i386 linux.img -netdev bridge,br=qemubr0,id=n1 -device virtio-net,netdev=n1


What is the acl file? What is the interface to qemu-bridge-helper?

** Affects: qemu
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1832877

Title:
  qemu-bridge-helper undocumented and broken

Status in QEMU:
  New

Bug description:
  qemu output:

  access denied by acl file
  qemu-system-ppc64: bridge helper failed

  Option description:

        -netdev bridge,id=id[,br=bridge][,helper=helper]
             Connect a host TAP network interface to a host bridge device.

             Use the network helper helper to configure the TAP interface and attach it to the bridge. The default network
             helper executable is /path/to/qemu-bridge-helper and the default bridge device is br0.

             Examples:

                     #launch a QEMU instance with the default network helper to
                     #connect a TAP device to bridge br0
                     qemu-system-i386 linux.img -netdev bridge,id=n1 -device virtio-net,netdev=n1


                     #launch a QEMU instance with the default network helper to
                     #connect a TAP device to bridge qemubr0
                     qemu-system-i386 linux.img -netdev bridge,br=qemubr0,id=n1 -device virtio-net,netdev=n1

  
  What is the acl file? What is the interface to qemu-bridge-helper?

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1832877/+subscriptions


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Qemu-devel] [Bug 1832877] Re: qemu-bridge-helper undocumented and broken
  2019-06-14 17:07 [Qemu-devel] [Bug 1832877] [NEW] qemu-bridge-helper undocumented and broken Michal Suchanek
@ 2019-06-14 17:13 ` Michal Suchanek
  2021-05-05 11:46 ` Thomas Huth
  1 sibling, 0 replies; 3+ messages in thread
From: Michal Suchanek @ 2019-06-14 17:13 UTC (permalink / raw)
  To: qemu-devel

Also this is what bridge.conf contains:

# Access control file for qemu bridge helper
# Syntax consists of:
#   # comment (ignored)
#   allow all
#   allow <bridge_name>
#   deny all
#   deny <bridge_name>
#   include /path/to/additional/ACL/file
# Users are blacklisted by default and 'deny' takes precedence over 'allow'.
# Including additional ACL files allows file access permissions to be used as
# a component of the policy to allow access or deny access to specific bridges.

How are users specified? Or is the mention of users bogus?

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1832877

Title:
  qemu-bridge-helper undocumented and broken

Status in QEMU:
  New

Bug description:
  qemu output:

  access denied by acl file
  qemu-system-ppc64: bridge helper failed

  Option description:

        -netdev bridge,id=id[,br=bridge][,helper=helper]
             Connect a host TAP network interface to a host bridge device.

             Use the network helper helper to configure the TAP interface and attach it to the bridge. The default network
             helper executable is /path/to/qemu-bridge-helper and the default bridge device is br0.

             Examples:

                     #launch a QEMU instance with the default network helper to
                     #connect a TAP device to bridge br0
                     qemu-system-i386 linux.img -netdev bridge,id=n1 -device virtio-net,netdev=n1


                     #launch a QEMU instance with the default network helper to
                     #connect a TAP device to bridge qemubr0
                     qemu-system-i386 linux.img -netdev bridge,br=qemubr0,id=n1 -device virtio-net,netdev=n1

  
  What is the acl file? What is the interface to qemu-bridge-helper?

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1832877/+subscriptions


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug 1832877] Re: qemu-bridge-helper undocumented and broken
  2019-06-14 17:07 [Qemu-devel] [Bug 1832877] [NEW] qemu-bridge-helper undocumented and broken Michal Suchanek
  2019-06-14 17:13 ` [Qemu-devel] [Bug 1832877] " Michal Suchanek
@ 2021-05-05 11:46 ` Thomas Huth
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Huth @ 2021-05-05 11:46 UTC (permalink / raw)
  To: qemu-devel

This is an automated cleanup. This bug report has been moved to QEMU's
new bug tracker on gitlab.com and thus gets marked as 'expired' now.
Please continue with the discussion here:

 https://gitlab.com/qemu-project/qemu/-/issues/177


** Changed in: qemu
       Status: New => Expired

** Bug watch added: gitlab.com/qemu-project/qemu/-/issues #177
   https://gitlab.com/qemu-project/qemu/-/issues/177

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1832877

Title:
  qemu-bridge-helper undocumented and broken

Status in QEMU:
  Expired

Bug description:
  qemu output:

  access denied by acl file
  qemu-system-ppc64: bridge helper failed

  Option description:

        -netdev bridge,id=id[,br=bridge][,helper=helper]
             Connect a host TAP network interface to a host bridge device.

             Use the network helper helper to configure the TAP interface and attach it to the bridge. The default network
             helper executable is /path/to/qemu-bridge-helper and the default bridge device is br0.

             Examples:

                     #launch a QEMU instance with the default network helper to
                     #connect a TAP device to bridge br0
                     qemu-system-i386 linux.img -netdev bridge,id=n1 -device virtio-net,netdev=n1


                     #launch a QEMU instance with the default network helper to
                     #connect a TAP device to bridge qemubr0
                     qemu-system-i386 linux.img -netdev bridge,br=qemubr0,id=n1 -device virtio-net,netdev=n1

  
  What is the acl file? What is the interface to qemu-bridge-helper?

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1832877/+subscriptions


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-05-05 11:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-14 17:07 [Qemu-devel] [Bug 1832877] [NEW] qemu-bridge-helper undocumented and broken Michal Suchanek
2019-06-14 17:13 ` [Qemu-devel] [Bug 1832877] " Michal Suchanek
2021-05-05 11:46 ` Thomas Huth

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).