[libvirt] [PATCH 14/19] Add ACL checks into the network driver

2013-06-19 Thread Daniel P. Berrange
From: "Daniel P. Berrange" Insert calls to the ACL checking APIs in all network driver entrypoints. Signed-off-by: Daniel P. Berrange --- src/Makefile.am | 7 -- src/network/bridge_driver.c | 61 + 2 files changed, 66 insertions(+),

[libvirt] [PATCH 14/19] Add ACL checks into the network driver

2013-05-09 Thread Daniel P. Berrange
From: "Daniel P. Berrange" Insert calls to the ACL checking APIs in all network driver entrypoints. Signed-off-by: Daniel P. Berrange --- src/network/bridge_driver.c | 61 + 1 file changed, 61 insertions(+) diff --git a/src/network/bridge_driver.c b