qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Cole Robinson <crobinso@redhat.com>
To: qemu-devel@nongnu.org
Cc: jasowang@redhat.com
Subject: Re: [PATCH] contrib: add stub bridge.conf for qemu-bridge-helper
Date: Thu, 8 Jul 2021 14:44:18 -0400	[thread overview]
Message-ID: <c2da0e4b-aefc-fb57-121b-5dd58dd9f544@redhat.com> (raw)
In-Reply-To: <ee9afe9119004f9208eb0930e02138eed0873f43.1625769632.git.crobinso@redhat.com>

On 7/8/21 2:42 PM, Cole Robinson wrote:
> The comment comes from OpenSUSE's bridge.conf, with some minor tweaks
> 
> Signed-off-by: Cole Robinson <crobinso@redhat.com>
> ---
> Or should this be installed? If so where in git should it live?
> 
>  contrib/bridge.conf | 14 ++++++++++++++
>  1 file changed, 14 insertions(+)
>  create mode 100644 contrib/bridge.conf
> 
> diff --git a/contrib/bridge.conf b/contrib/bridge.conf
> new file mode 100644
> index 0000000000..b83e46c34f
> --- /dev/null
> +++ b/contrib/bridge.conf
> @@ -0,0 +1,14 @@
> +# Access control file for qemu-bridge-helper
> +# https://wiki.qemu.org/Features/HelperNetworking
> +#
> +# 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.
> 

Meant to include this too:

diff --git a/MAINTAINERS b/MAINTAINERS
index 684142e12e..dbdf26ade2 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2498,6 +2498,7 @@ F: include/net/
 F: qemu-bridge-helper.c
 T: git https://github.com/jasowang/qemu.git net
 F: qapi/net.json
+F: contrib/bridge.conf

 Netmap network backend
 M: Luigi Rizzo <rizzo@iet.unipi.it>

- Cole

- Cole



      reply	other threads:[~2021-07-08 18:57 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-08 18:42 [PATCH] contrib: add stub bridge.conf for qemu-bridge-helper Cole Robinson
2021-07-08 18:44 ` Cole Robinson [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=c2da0e4b-aefc-fb57-121b-5dd58dd9f544@redhat.com \
    --to=crobinso@redhat.com \
    --cc=jasowang@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).