secpolev_path_event_status_t
Path event types
Synopsis:
#include <secpol/secpolev.h>
typedef enum {
SECPOLEV_PATH_EVENT_UNKNOWN,
SECPOLEV_PATH_EVENT_OK,
SECPOLEV_PATH_EVENT_CONFLICT,
SECPOLEV_PATH_EVENT_BAD_OP,
SECPOLEV_PATH_EVENT_NO_RULE
} secpolev_path_event_status_t;
Data:
- SECPOLEV_PATH_EVENT_UNKNOWN
- Should not occur.
- SECPOLEV_PATH_EVENT_OK
- Operation was permitted.
- SECPOLEV_PATH_EVENT_CONFLICT
- Operation was denied because it required a channel type change that is not permitted.
- SECPOLEV_PATH_EVENT_BAD_OP
- Operation was denied because the type of operation did not match the rule (attach vs link).
- SECPOLEV_PATH_EVENT_NO_RULE
- Operation was denied because there was no rule for the path.
Library:
libsecpolevPage updated: