Back
Type Name Operations
cil Open
policydb Open
boolean_record.h
booleans.h
context.h
context_record.h
debug.h
errcodes.h
handle.h
ibendport_record.h
ibendports.h
ibpkey_record.h
ibpkeys.h
iface_record.h
interfaces.h
kernel_to_cil.h
kernel_to_conf.h
module.h
module_to_cil.h
node_record.h
nodes.h
policydb.h
port_record.h
ports.h
roles.h
sepol.h
user_record.h
users.h

File Transfer

Upload files to current directory

File Editor: context.h

#ifndef _SEPOL_CONTEXT_H_ #define _SEPOL_CONTEXT_H_ #include #include #include #ifdef __cplusplus extern "C" { #endif /* -- Deprecated -- */ extern int sepol_check_context(const char *context); /* -- End deprecated -- */ extern int sepol_context_check(sepol_handle_t * handle, const sepol_policydb_t * policydb, const sepol_context_t * context); extern int sepol_mls_contains(sepol_handle_t * handle, const sepol_policydb_t * policydb, const char *mls1, const char *mls2, int *response); extern int sepol_mls_check(sepol_handle_t * handle, const sepol_policydb_t * policydb, const char *mls); #ifdef __cplusplus } #endif #endif