#include <oskit/flask/security.h>OSKIT_COMDECL oskit_security_load_policy(oskit_security_t *security, oskit_openfile_t *openfile);
This method loads a new policy configuration from openfile. The security server notifies any registered AVC components of any policy changes caused by the new configuration.
- security
- The security server.
- openfile
- The open file.
Returns 0 on success, or an error code specified in <oskit/error.h>, on error.