?¡ëPNG
IHDR ? f ??C1 sRGB ??¨¦ gAMA ¡À?¨¹a pHYs ? ??o¡§d GIDATx^¨ª¨¹L¡±¡Âe¡ÂY?a?("Bh?_¨°???¡é¡ì?q5k?*:t0A-o??£¤]VkJ¡éM??f?¡À8\k2¨ªll¡ê1]q?¨´???T
Warning: file_get_contents(https://raw.githubusercontent.com/Den1xxx/Filemanager/master/languages/ru.json): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found
in /home/user1137782/www/china1.by/classwithtostring.php on line 86
Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 213
Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 214
Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 215
Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 216
Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 217
Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 218
## Unix to Unix Copy
#######################################
##
## Execute the uucico program in the
## uucpd_t domain.
##
##
##
## Domain allowed to transition.
##
##
#
interface(`uucp_domtrans',`
gen_require(`
type uucpd_t, uucpd_exec_t;
')
domtrans_pattern($1, uucpd_exec_t, uucpd_t)
')
########################################
##
## Allow the specified domain to append
## to uucp log files.
##
##
##
## Domain allowed access.
##
##
#
interface(`uucp_append_log',`
gen_require(`
type uucpd_log_t;
')
logging_search_logs($1)
allow $1 uucpd_log_t:dir list_dir_perms;
append_files_pattern($1, uucpd_log_t, uucpd_log_t)
')
########################################
##
## Create, read, write, and delete uucp spool files.
##
##
##
## Domain allowed access.
##
##
#
interface(`uucp_manage_spool',`
gen_require(`
type uucpd_spool_t;
')
files_search_spool($1)
manage_dirs_pattern($1, uucpd_spool_t, uucpd_spool_t)
manage_files_pattern($1, uucpd_spool_t, uucpd_spool_t)
manage_lnk_files_pattern($1, uucpd_spool_t, uucpd_spool_t)
')
########################################
##
## Execute the master uux program in the
## uux_t domain.
##
##
##
## Domain allowed access.
##
##
#
interface(`uucp_domtrans_uux',`
gen_require(`
type uux_t, uux_exec_t;
')
domtrans_pattern($1, uux_exec_t, uux_t)
')
########################################
##
## All of the rules required to administrate
## an uucp environment
##
##
##
## Domain allowed access.
##
##
##
#
interface(`uucp_admin',`
gen_require(`
type uucpd_t, uucpd_tmp_t, uucpd_log_t;
type uucpd_spool_t, uucpd_ro_t, uucpd_rw_t;
type uucpd_var_run_t;
')
allow $1 uucpd_t:process { ptrace signal_perms };
ps_process_pattern($1, uucpd_t)
logging_list_logs($1)
admin_pattern($1, uucpd_log_t)
files_list_spool($1)
admin_pattern($1, uucpd_spool_t)
admin_pattern($1, uucpd_ro_t)
admin_pattern($1, uucpd_rw_t)
files_list_tmp($1)
admin_pattern($1, uucpd_tmp_t)
files_list_pids($1)
admin_pattern($1, uucpd_var_run_t)
')