Linux midolikit.vps 3.10.0-1160.118.1.el7.x86_64 #1 SMP Wed Apr 24 16:01:50 UTC 2024 x86_64
Apache/2
Server IP : 103.97.127.53 & Your IP : 216.73.216.73
Domains :
Cant Read [ /etc/named.conf ]
User : web259
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
include /
selinux /
Delete
Unzip
Name
Size
Permission
Date
Action
av_permissions.h
63.77
KB
-rw-r--r--
2020-04-01 03:16
avc.h
16.06
KB
-rw-r--r--
2020-04-01 03:16
context.h
1.18
KB
-rw-r--r--
2020-04-01 03:16
flask.h
6.25
KB
-rw-r--r--
2020-04-01 03:16
get_context_list.h
2.85
KB
-rw-r--r--
2020-04-01 03:16
get_default_type.h
629
B
-rw-r--r--
2020-04-01 03:16
label.h
5.77
KB
-rw-r--r--
2020-04-01 03:16
restorecon.h
2.78
KB
-rw-r--r--
2020-04-01 03:16
selinux.h
26.54
KB
-rw-r--r--
2020-04-01 03:16
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. */ 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_ */