summaryrefslogtreecommitdiffstats
path: root/core/modules/qemu/module.build
diff options
context:
space:
mode:
authorManuel Bentele2021-07-05 09:02:53 +0200
committerManuel Bentele2021-07-05 09:02:53 +0200
commit91696ba9eba0f5254412fa0cb796b737ffb9f2ac (patch)
tree01d7a209a5670b3e8f16c54bc284f719b4d6d911 /core/modules/qemu/module.build
parentMerge branch 'master' into installer (diff)
parent[qemu] Fix usage of wrong run-virt variables (diff)
downloadmltk-91696ba9eba0f5254412fa0cb796b737ffb9f2ac.tar.gz
mltk-91696ba9eba0f5254412fa0cb796b737ffb9f2ac.tar.xz
mltk-91696ba9eba0f5254412fa0cb796b737ffb9f2ac.zip
Merge branch 'master' into installer
Diffstat (limited to 'core/modules/qemu/module.build')
-rw-r--r--core/modules/qemu/module.build7
1 files changed, 6 insertions, 1 deletions
diff --git a/core/modules/qemu/module.build b/core/modules/qemu/module.build
index 6a980dd9..2a7952e8 100644
--- a/core/modules/qemu/module.build
+++ b/core/modules/qemu/module.build
@@ -22,5 +22,10 @@ build() {
}
post_copy() {
- :
+ # change access rights of the qemu bridge helper config
+ chown root:kvm /etc/qemu/bridge.conf
+ chmod 0664 /etc/qemu/bridge.conf
+
+ # set UID to avoid operation not permitted errors
+ chmod u+s /usr/lib/qemu/qemu-bridge-helper
}