Security Policies
The libsecpol API (secpol.h)
Parent topic
:
The libsecpol API (secpol.h)
secpol_close()
QNX SDP
7.1
QNX Neutrino RTOS System Security Guide
API
Configuration
Updated: October 28, 2024
Close the security policy file
Synopsis:
#include <secpol/secpol.h>
void secpol_close(secpol_file_t *handle)
Arguments:
handle
NULL, or the handle to the security policy file.
Library:
libsecpol
Returns:
None
Related reference
secpol_open()