new file mode 100644
@@ -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.
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 -- 2.31.1