[ SYSTEM ]: Linux srv.persadacompanies.com 4.18.0-553.56.1.el8_10.x86_64 #1 SMP Tue Jun 10 05:00:59 EDT 2025 x86_64
[ SERVER ]: Apache | PHP: 8.4.19
[ USER ]: persadamedika | IP: 45.64.1.108
GEFORCE FILE MANAGER
/
usr
/
include
/
selinux
/
UPLOAD:
NAME
SIZE
QUICK PERMS
ACTIONS
📄 av_permissions.h
65,296 B
SET
[ EDIT ]
|
[ DEL ]
📄 avc.h
16,446 B
SET
[ EDIT ]
|
[ DEL ]
📄 context.h
1,209 B
SET
[ EDIT ]
|
[ DEL ]
📄 flask.h
6,400 B
SET
[ EDIT ]
|
[ DEL ]
📄 get_context_list.h
2,920 B
SET
[ EDIT ]
|
[ DEL ]
📄 get_default_type.h
629 B
SET
[ EDIT ]
|
[ DEL ]
📄 label.h
5,978 B
SET
[ EDIT ]
|
[ DEL ]
📄 restorecon.h
6,038 B
SET
[ EDIT ]
|
[ DEL ]
📄 selinux.h
27,539 B
SET
[ EDIT ]
|
[ DEL ]
DELETE SELECTED
[ CLOSE ]
EDIT: get_default_type.h
/* get_default_type.h - contains header information and function prototypes * for functions to get the default type for a role */ #ifndef _SELINUX_GET_DEFAULT_TYPE_H_ #define _SELINUX_GET_DEFAULT_TYPE_H_ #ifdef __cplusplus extern "C" { #endif /* Return path to default type file. */ const char *selinux_default_type_path(void); /* Get the default type (domain) for 'role' and set 'type' to refer to it. Caller must free via free(). Return 0 on success or -1 otherwise. */ int get_default_type(const char *role, char **type); #ifdef __cplusplus } #endif #endif /* ifndef _GET_DEFAULT_TYPE_H_ */