Define internal APIs for managing identities

Introduce a local object virIdentity for managing security
attributes used to form a client application's identity.
Instances of this object are intended to be used as if they
were immutable, once created & populated with attributes

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
This commit is contained in:
Daniel P. Berrange
2013-03-19 13:37:37 +00:00
parent 51997e50fa
commit 3aabe27247
10 changed files with 431 additions and 0 deletions
+1
View File
@@ -151,6 +151,7 @@ src/util/vireventpoll.c
src/util/virfile.c
src/util/virhash.c
src/util/virhook.c
src/util/viridentity.c
src/util/virinitctl.c
src/util/viriptables.c
src/util/virjson.c