[libvirt] [PATCH 18/19] Add ACL checks into the secrets driver

2013-06-19 Thread Daniel P. Berrange
From: "Daniel P. Berrange" Insert calls to the ACL checking APIs in all secrets driver entrypoints. Signed-off-by: Daniel P. Berrange --- src/Makefile.am| 4 +++- src/secret/secret_driver.c | 31 +++ 2 files changed, 34 insertions(+), 1 deletion(-) dif

[libvirt] [PATCH 18/19] Add ACL checks into the secrets driver

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