Linux amd.servercpanel.com 5.14.0-570.25.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jul 9 04:57:09 EDT 2025 x86_64
LiteSpeed
Server IP : 161.248.188.165 & Your IP : 216.73.216.219
Domains :
Cant Read [ /etc/named.conf ]
User : oishifashion
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
include /
selinux /
Delete
Unzip
Name
Size
Permission
Date
Action
avc.h
16.48
KB
-rw-r--r--
2025-03-12 23:36
context.h
1.25
KB
-rw-r--r--
2025-03-12 23:36
get_context_list.h
2.93
KB
-rw-r--r--
2025-03-12 23:36
get_default_type.h
643
B
-rw-r--r--
2025-03-12 23:36
label.h
6.26
KB
-rw-r--r--
2025-03-12 23:36
restorecon.h
7.3
KB
-rw-r--r--
2025-03-12 23:36
selinux.h
28.47
KB
-rw-r--r--
2025-03-12 23:36
Save
Rename
/* 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. */ extern 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. */ extern int get_default_type(const char *role, char **type); #ifdef __cplusplus } #endif #endif /* ifndef _GET_DEFAULT_TYPE_H_ */