X7ROOT File Manager
Current Path:
/usr/include/sepol/policydb
usr
/
include
/
sepol
/
policydb
/
??
..
??
avrule_block.h
(1.6 KB)
??
avtab.h
(4.63 KB)
??
conditional.h
(4.62 KB)
??
constraint.h
(2.51 KB)
??
context.h
(3.25 KB)
??
ebitmap.h
(3.1 KB)
??
expand.h
(3.57 KB)
??
flask.h
(4.88 KB)
??
flask_types.h
(1.74 KB)
??
hashtab.h
(4.29 KB)
??
hierarchy.h
(1.78 KB)
??
link.h
(517 B)
??
mls_types.h
(4.27 KB)
??
module.h
(1.5 KB)
??
polcaps.h
(721 B)
??
policydb.h
(25.37 KB)
??
services.h
(8.38 KB)
??
sidtab.h
(1.93 KB)
??
symtab.h
(1.08 KB)
??
util.h
(1.43 KB)
Editing: link.h
/* Authors: Jason Tang <jtang@tresys.com> * Joshua Brindle <jbrindle@tresys.com> * Karl MacMillan <kmacmillan@mentalrootkit.com> */ #ifndef _SEPOL_POLICYDB_LINK_H #define _SEPOL_POLICYDB_LINK_H #include <sepol/handle.h> #include <sepol/errcodes.h> #include <sepol/policydb/policydb.h> #include <stddef.h> #ifdef __cplusplus extern "C" { #endif extern int link_modules(sepol_handle_t * handle, policydb_t * b, policydb_t ** mods, int len, int verbose); #ifdef __cplusplus } #endif #endif
Upload File
Create Folder