#include <oskit/flask/avc_ss.h>OSKIT_COMDECL oskit_avc_ss_set_notify(oskit_avc_ss_t *avc, oskit_security_id_t ssid, oskit_security_id_t tsid, oskit_security_class_t tclass, oskit_access_vector_t perms, oskit_u32_t seqno, oskit_bool_t enable);
The oskit_avc_ss_set_notify function enables or disables notification of completed operations for a SID pair and class. It has the same behavior as oskit_avc_ss_set_auditallow, except that it modifies the notify vector and it is associated with the OSKIT_AVC_CALLBACK_NOTIFY_ENABLE and OSKIT_AVC_CALLBACK_NOTIFY_DISABLE events.
- avc
- The access vector cache.
- ssid
- The source SID.
- tsid
- The target SID.
- tclass
- The target object security class.
- perms
- The permissions.
- seqno
- The sequence number for the policy change.
- enable
- The boolean flag indicating whether to enable or disable.
Returns 0 on success, or an error code specified in <oskit/error.h>, on error.