PATH: //proc/thread-self/root/usr/include/sepol
FILE_BARU
CREATE
FOLDER_BARU
MKDIR
UPLOAD_FILE
GO
[ .. KEMBALI ]
📄 boolean_record.h
↓
X
📄 booleans.h
↓
X
📁 cil/
X
📄 context.h
↓
X
📄 context_record.h
↓
X
📄 debug.h
↓
X
📄 errcodes.h
↓
X
📄 handle.h
↓
X
📄 ibendport_record.h
↓
X
📄 ibendports.h
↓
X
📄 ibpkey_record.h
↓
X
📄 ibpkeys.h
↓
X
📄 iface_record.h
↓
X
📄 interfaces.h
↓
X
📄 kernel_to_cil.h
↓
X
📄 kernel_to_conf.h
↓
X
📄 module.h
↓
X
📄 module_to_cil.h
↓
X
📄 node_record.h
↓
X
📄 nodes.h
↓
X
📁 policydb/
X
📄 policydb.h
↓
X
📄 port_record.h
↓
X
📄 ports.h
↓
X
📄 sepol.h
↓
X
📄 user_record.h
↓
X
📄 users.h
↓
X
SAVING...
BERHASIL DIUBAH!
EDITING: context.h
#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
SIMPAN PERUBAHAN