?¡ë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
## policy for ctdbd ######################################## ## ## Transition to ctdbd. ## ## ## ## Domain allowed to transition. ## ## # interface(`ctdbd_domtrans',` gen_require(` type ctdbd_t, ctdbd_exec_t; ') corecmd_search_bin($1) domtrans_pattern($1, ctdbd_exec_t, ctdbd_t) ') ######################################## ## ## Execute ctdbd server in the ctdbd domain. ## ## ## ## Domain allowed access. ## ## # interface(`ctdbd_initrc_domtrans',` gen_require(` type ctdbd_initrc_exec_t; ') init_labeled_script_domtrans($1, ctdbd_initrc_exec_t) ') ######################################## ## ## Read ctdbd's log files. ## ## ## ## Domain allowed access. ## ## ## # interface(`ctdbd_read_log',` gen_require(` type ctdbd_log_t; ') logging_search_logs($1) read_files_pattern($1, ctdbd_log_t, ctdbd_log_t) ') ######################################## ## ## Append to ctdbd log files. ## ## ## ## Domain allowed to transition. ## ## # interface(`ctdbd_append_log',` gen_require(` type ctdbd_log_t; ') logging_search_logs($1) append_files_pattern($1, ctdbd_log_t, ctdbd_log_t) ') ######################################## ## ## Manage ctdbd log files ## ## ## ## Domain to not audit. ## ## # interface(`ctdbd_manage_log',` gen_require(` type ctdbd_log_t; ') logging_search_logs($1) manage_dirs_pattern($1, ctdbd_log_t, ctdbd_log_t) manage_files_pattern($1, ctdbd_log_t, ctdbd_log_t) manage_lnk_files_pattern($1, ctdbd_log_t, ctdbd_log_t) ') ######################################## ## ## Search ctdbd lib directories. ## ## ## ## Domain allowed access. ## ## # interface(`ctdbd_search_lib',` gen_require(` type ctdbd_var_lib_t; ') allow $1 ctdbd_var_lib_t:dir search_dir_perms; files_search_var_lib($1) ') ######################################## ## ## Read ctdbd lib files. ## ## ## ## Domain allowed access. ## ## # interface(`ctdbd_read_lib_files',` gen_require(` type ctdbd_var_lib_t; ') files_search_var_lib($1) read_files_pattern($1, ctdbd_var_lib_t, ctdbd_var_lib_t) ') ######################################## ## ## Manage ctdbd lib files. ## ## ## ## Domain allowed access. ## ## # interface(`ctdbd_manage_lib_files',` gen_require(` type ctdbd_var_lib_t; ') files_search_var_lib($1) manage_files_pattern($1, ctdbd_var_lib_t, ctdbd_var_lib_t) ') ######################################## ## ## Manage ctdbd lib directories. ## ## ## ## Domain allowed access. ## ## # interface(`ctdbd_manage_lib_dirs',` gen_require(` type ctdbd_var_lib_t; ') files_search_var_lib($1) manage_dirs_pattern($1, ctdbd_var_lib_t, ctdbd_var_lib_t) ') ######################################## ## ## Read ctdbd PID files. ## ## ## ## Domain allowed access. ## ## # interface(`ctdbd_read_pid_files',` gen_require(` type ctdbd_var_run_t; ') files_search_pids($1) allow $1 ctdbd_var_run_t:file read_file_perms; ') ####################################### ## ## Connect to ctdbd over an unix stream socket. ## ## ## ## Domain allowed access. ## ## # interface(`ctdbd_stream_connect',` gen_require(` type ctdbd_t, ctdbd_var_run_t, ctdbd_tmp_t; ') files_search_pids($1) stream_connect_pattern($1, ctdbd_var_run_t, ctdbd_var_run_t, ctdbd_t) stream_connect_pattern($1, ctdbd_tmp_t, ctdbd_tmp_t, ctdbd_t) ') ####################################### ## ## Allow domain to signal ctdbd. ## ## ## ## Domain to not audit. ## ## # interface(`ctdbd_signal',` gen_require(` type ctdbd_t; ') allow $1 ctdbd_t:process signal; ') ####################################### ## ## Allow domain to send SIGCHLD to ctdbd. ## ## ## ## Domain to not audit. ## ## # interface(`ctdbd_sigchld',` gen_require(` type ctdbd_t; ') allow $1 ctdbd_t:process sigchld; ') ######################################## ## ## All of the rules required to administrate ## an ctdbd environment ## ## ## ## Domain allowed access. ## ## ## ## ## Role allowed access. ## ## ## # interface(`ctdbd_admin',` gen_require(` type ctdbd_t, ctdbd_initrc_exec_t; type ctdbd_log_t, ctdbd_var_lib_t, ctdbd_var_run_t; ') allow $1 ctdbd_t:process { ptrace signal_perms }; ps_process_pattern($1, ctdbd_t) ctdbd_initrc_domtrans($1) domain_system_change_exemption($1) role_transition $2 ctdbd_initrc_exec_t system_r; allow $2 system_r; logging_search_logs($1) admin_pattern($1, ctdbd_log_t) files_search_var_lib($1) admin_pattern($1, ctdbd_var_lib_t) files_search_pids($1) admin_pattern($1, ctdbd_var_run_t) ')