Lin Ma changed bug 999070
What Removed Added
Status NEW IN_PROGRESS
CC   brogers@suse.com, krahmer@suse.com
Flags   needinfo?(krahmer@suse.com), needinfo?(brogers@suse.com)

Comment # 1 on bug 999070 from
The execution permission was changed by
https://bugzilla.suse.com/show_bug.cgi?id=988279#c6

Finally, it causes that non-privileged user can't launch a guest which has
bridged network backends through libvirt, says:
$virt-install ... --network=bridge=br0 ...

error: '/usr/libexec/qemu-bridge-helper' is not a suitable bridge helper: No
such file or directory

@Bruce, I'd like to make some changes like this:
-%verify(not mode) %attr(4750,root,kvm) %_libexecdir/qemu-bridge-helper
+%verify(not mode) %attr(4755,root,kvm) %_libexecdir/qemu-bridge-helper
Is it ok? If you think 4755 is not good, then 4751 at least is needed.

@Sebastian, how about making the corresponding permissions changes in
/etc/permissions.easy ?


You are receiving this mail because: