Server IP : 66.29.132.122 / Your IP : 18.218.87.150 Web Server : LiteSpeed System : Linux business142.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64 User : admazpex ( 531) PHP Version : 7.2.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /proc/self/root/proc/thread-self/root/usr/include/sepol/ |
Upload File : |
#ifndef _SEPOL_ROLES_H_ #define _SEPOL_ROLES_H_ #ifdef __cplusplus extern "C" { #endif extern int sepol_role_exists(const sepol_policydb_t * policydb, const char *role, int *response); extern int sepol_role_list(const sepol_policydb_t * policydb, char ***roles, unsigned int *nroles); #ifdef __cplusplus } #endif #endif