Hackfut Security File Manager
Current Path:
/usr/include/sepol
usr
/
include
/
sepol
/
📁
..
📄
boolean_record.h
(1.45 KB)
📄
booleans.h
(2.12 KB)
📄
context.h
(682 B)
📄
context_record.h
(1.56 KB)
📄
debug.h
(905 B)
📄
errcodes.h
(783 B)
📄
handle.h
(976 B)
📄
iface_record.h
(1.73 KB)
📄
interfaces.h
(1.3 KB)
📄
module.h
(2.55 KB)
📄
node_record.h
(2.67 KB)
📄
nodes.h
(1.21 KB)
📁
policydb
📄
policydb.h
(4.33 KB)
📄
port_record.h
(1.85 KB)
📄
ports.h
(1.21 KB)
📄
roles.h
(270 B)
📄
sepol.h
(667 B)
📄
user_record.h
(2.26 KB)
📄
users.h
(1.91 KB)
Editing: sepol.h
#ifndef _SEPOL_H_ #define _SEPOL_H_ #include <stddef.h> #include <stdio.h> #include <sepol/user_record.h> #include <sepol/context_record.h> #include <sepol/iface_record.h> #include <sepol/port_record.h> #include <sepol/boolean_record.h> #include <sepol/node_record.h> #include <sepol/booleans.h> #include <sepol/interfaces.h> #include <sepol/ports.h> #include <sepol/nodes.h> #include <sepol/users.h> #include <sepol/handle.h> #include <sepol/debug.h> #include <sepol/policydb.h> #include <sepol/module.h> #include <sepol/context.h> /* Set internal policydb from a file for subsequent service calls. */ extern int sepol_set_policydb_from_file(FILE * fp); #endif
Upload File
Create Folder