summaryrefslogtreecommitdiff
path: root/packaging/bridge.conf
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/bridge.conf')
-rw-r--r--packaging/bridge.conf11
1 files changed, 11 insertions, 0 deletions
diff --git a/packaging/bridge.conf b/packaging/bridge.conf
new file mode 100644
index 000000000..d06c62a33
--- /dev/null
+++ b/packaging/bridge.conf
@@ -0,0 +1,11 @@
+# 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.