Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/ShExBy/shex_roo.../usr/include/sepol
File: context.h
#ifndef _SEPOL_CONTEXT_H_
[0] Fix | Delete
#define _SEPOL_CONTEXT_H_
[1] Fix | Delete
[2] Fix | Delete
#include <sepol/context_record.h>
[3] Fix | Delete
#include <sepol/policydb.h>
[4] Fix | Delete
#include <sepol/handle.h>
[5] Fix | Delete
[6] Fix | Delete
#ifdef __cplusplus
[7] Fix | Delete
extern "C" {
[8] Fix | Delete
#endif
[9] Fix | Delete
[10] Fix | Delete
/* -- Deprecated -- */
[11] Fix | Delete
[12] Fix | Delete
extern int sepol_check_context(const char *context);
[13] Fix | Delete
[14] Fix | Delete
/* -- End deprecated -- */
[15] Fix | Delete
[16] Fix | Delete
extern int sepol_context_check(sepol_handle_t * handle,
[17] Fix | Delete
const sepol_policydb_t * policydb,
[18] Fix | Delete
const sepol_context_t * context);
[19] Fix | Delete
[20] Fix | Delete
extern int sepol_mls_contains(sepol_handle_t * handle,
[21] Fix | Delete
const sepol_policydb_t * policydb,
[22] Fix | Delete
const char *mls1,
[23] Fix | Delete
const char *mls2, int *response);
[24] Fix | Delete
[25] Fix | Delete
extern int sepol_mls_check(sepol_handle_t * handle,
[26] Fix | Delete
const sepol_policydb_t * policydb, const char *mls);
[27] Fix | Delete
[28] Fix | Delete
#ifdef __cplusplus
[29] Fix | Delete
}
[30] Fix | Delete
#endif
[31] Fix | Delete
[32] Fix | Delete
#endif
[33] Fix | Delete
[34] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function