Linux host2.homegym.sg 4.18.0-553.8.1.el8_10.x86_64 #1 SMP Tue Jul 2 07:26:33 EDT 2024 x86_64
Apache
Server IP : 159.223.38.192 & Your IP : 159.223.38.192
Domains : 20 Domain
User : eachadea
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Lock Shell
Lock File++
Readme
/
usr /
include /
selinux /
Delete
Unzip
Name
Size
Permission
Date
Action
av_permissions.h
63.77
KB
-rw-r--r--
2025-03-11 12:11
avc.h
16.06
KB
-rw-r--r--
2025-03-11 12:11
context.h
1.18
KB
-rw-r--r--
2025-03-11 12:11
flask.h
6.25
KB
-rw-r--r--
2025-03-11 12:11
get_context_list.h
2.85
KB
-rw-r--r--
2025-03-11 12:11
get_default_type.h
629
B
-rw-r--r--
2025-03-11 12:11
label.h
5.84
KB
-rw-r--r--
2025-03-11 12:11
restorecon.h
5.9
KB
-rw-r--r--
2025-03-11 12:11
selinux.h
26.89
KB
-rw-r--r--
2025-03-11 12:11
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_ */