qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] contrib: add stub bridge.conf for qemu-bridge-helper


From: Cole Robinson
Subject: [PATCH] contrib: add stub bridge.conf for qemu-bridge-helper
Date: Thu, 8 Jul 2021 14:42:24 -0400

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.
-- 
2.31.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]