next up previous contents index
Next: 11.2.9 load_policy: Load a Up: 11.2 oskit_security: Security Server Previous: 11.2.7 register_avc: Register an

11.2.8 unregister_avc: Unregister an AVC component

 

SYNOPSIS

#include <oskit/flask/security.h>

OSKIT_COMDECL oskit_security_unregister_avc(oskit_security_t *security, oskit_avc_ss_t *avc);

DESCRIPTION

This method unregisters an AVC component.

PARAMETERS

security
The security server.
avc
The AVC component.

RETURNS

Returns 0 on success, or an error code specified in <oskit/error.h>, on error.



Utah Flux Research Group