/usr/share/cagefs-skeleton/usr/include/sepol
#ifndef _SEPOL_CONTEXT_H_ #define _SEPOL_CONTEXT_H_ #include <sepol/context_record.h> #include <sepol/policydb.h> #include <sepol/handle.h> #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
.
Edit
..
Edit
boolean_record.h
Edit
booleans.h
Edit
cil
Edit
context.h
Edit
context_record.h
Edit
debug.h
Edit
errcodes.h
Edit
handle.h
Edit
ibendport_record.h
Edit
ibendports.h
Edit
ibpkey_record.h
Edit
ibpkeys.h
Edit
iface_record.h
Edit
interfaces.h
Edit
kernel_to_cil.h
Edit
kernel_to_conf.h
Edit
module.h
Edit
module_to_cil.h
Edit
node_record.h
Edit
nodes.h
Edit
policydb
Edit
policydb.h
Edit
port_record.h
Edit
ports.h
Edit
sepol.h
Edit
user_record.h
Edit
users.h
Edit