|
Server : Apache System : Linux server.mata-lashes.com 3.10.0-1160.90.1.el7.x86_64 #1 SMP Thu May 4 15:21:22 UTC 2023 x86_64 User : matalashes ( 1004) PHP Version : 8.1.29 Disable Function : NONE Directory : /usr/share/selinux/devel/include/contrib/ |
Upload File : |
## <summary>UNIX Client-Server Program Interface for TCP.</summary> ######################################## ## <summary> ## Define a specified domain as a ucspitcp service. ## </summary> ## <param name="domain"> ## <summary> ## Domain allowed access. ## </summary> ## </param> ## <param name="entrypoint"> ## <summary> ## The type associated with the process program. ## </summary> ## </param> # interface(`ucspitcp_service_domain',` gen_require(` type ucspitcp_t; ') domain_type($1) domain_entry_file($1, $2) role system_r types $1; domtrans_pattern(ucspitcp_t, $2, $1) ')