[Qemu-devel] [PATCH 2/4] Add access control support to qemu-bridge-helper

2011-10-06 Thread Richa Marwaha
We go to great lengths to restrict ourselves to just cap_net_admin as an OS enforced security mechanism. However, we further restrict what we allow users to do to simply adding a tap device to a bridge interface by virtue of the fact that this is the only functionality we expose. This is not good

[Qemu-devel] [PATCH 2/4] Add access control support to qemu-bridge-helper

2009-11-03 Thread Anthony Liguori
We go to great lengths to restrict ourselves to just cap_net_admin as an OS enforced security mechanism. However, we further restrict what we allow users to do to simply adding a tap device to a bridge interface by virtue of the fact that this is the only functionality we expose. This is not good