gind ") interface="(unset)"
member="(unset)" error name="(unset)" requested_reply="0"
destination=":1.17" (uid=42 pid=658 comm="/usr/bin/gnome-session -f --debug
")
The connection to the guest restart but wanted to know what makes it
breakdown.
Regards,
Richa Marwaha
QEMU by default configures -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
so there is not need to mention O_LARGEFILE in the block layer.
Signed-off-by: Richa Marwaha
---
block/raw-posix.c |2 +-
block/vdi.c |2 +-
block/vmdk.c |6 +++---
block/vvfat.c |2 +-
4 files
l.
More details are included in individual patches.The helper is broken into
a series of patches to improve reviewabilty.
Richa Marwaha (4):
Add basic version of bridge helper
Add access control support to qemu-bridge-helper
Add cap reduction support to enable use as SUID
Add support f
.
The helper can then exit and let qemu use the tap device.
Signed-off-by: Richa Marwaha
---
Makefile | 12 +++-
configure|1 +
qemu-bridge-helper.c | 205 ++
3 files changed, 216 insertions(+), 2 deletions(-)
create
ate bridge for the alice group.
Users in the bob group can additionally get a tap device connected to br2.
This allows br2 to act as a private bridge for the bob group.
Under no circumstance can the bob group get access to br1 or can the alice
group get access to br2.
Signed-off-by: Ric
prove security, use libcap to reduce our capability set to just
cap_net_admin, then reduce privileges down to the calling user. This is
hopefully close to equivalent to fscap support from a security perspective.
Signed-off-by: Richa Marwaha
---
configure| 34 ++
use a different bridge, they can say:
qemu-hda linux.img -net
tap,br=br0,helper=/usr/local/libexec/qemu-bridge-helper
-net nic,model=virtio
Signed-off-by: Richa Marwaha
---
configure |2 +
net.c |8 +++
net.h |2 +
net/tap