diff mbox series

contrib: add stub bridge.conf for qemu-bridge-helper

Message ID ee9afe9119004f9208eb0930e02138eed0873f43.1625769632.git.crobinso@redhat.com
State New
Headers show
Series contrib: add stub bridge.conf for qemu-bridge-helper | expand

Commit Message

Cole Robinson July 8, 2021, 6:42 p.m. UTC
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 mbox series

Patch

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.