?¡ë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
## Shoreline Firewall high-level tool for configuring netfilter
########################################
##
## Execute a domain transition to run shorewall.
##
##
##
## Domain allowed to transition.
##
##
#
interface(`shorewall_domtrans',`
gen_require(`
type shorewall_t, shorewall_exec_t;
')
domtrans_pattern($1, shorewall_exec_t, shorewall_t)
')
#####################################
##
## Execute a domain transition to run shorewall.
##
##
##
## Domain allowed to transition.
##
##
#
interface(`shorewall_domtrans_lib',`
gen_require(`
type shorewall_t, shorewall_var_lib_t;
')
domtrans_pattern($1, shorewall_var_lib_t, shorewall_t)
')
#######################################
##
## Read shorewall etc configuration files.
##
##
##
## Domain allowed access.
##
##
#
interface(`shorewall_read_config',`
gen_require(`
type shorewall_etc_t;
')
files_search_etc($1)
read_files_pattern($1, shorewall_etc_t, shorewall_etc_t)
')
######################################
##
## Read shorewall /var/lib files.
##
##
##
## Domain allowed access.
##
##
#
interface(`shorewall_read_lib_files',`
gen_require(`
type shorewall_var_lib_t;
')
files_search_var_lib($1)
search_dirs_pattern($1, shorewall_var_lib_t, shorewall_var_lib_t)
read_files_pattern($1, shorewall_var_lib_t, shorewall_var_lib_t)
')
#######################################
##
## Read and write shorewall /var/lib files.
##
##
##
## Domain allowed access.
##
##
#
interface(`shorewall_rw_lib_files',`
gen_require(`
type shorewall_var_lib_t;
')
files_search_var_lib($1)
search_dirs_pattern($1, shorewall_var_lib_t, shorewall_var_lib_t)
rw_files_pattern($1, shorewall_var_lib_t, shorewall_var_lib_t)
')
######################################
##
## Read shorewall tmp files.
##
##
##
## Domain allowed access.
##
##
#
interface(`shorewall_read_tmp_files',`
gen_require(`
type shorewall_tmp_t;
')
files_search_tmp($1)
read_files_pattern($1, shorewall_tmp_t, shorewall_tmp_t)
')
#######################################
##
## All of the rules required to administrate
## an shorewall environment
##
##
##
## Domain allowed access.
##
##
##
##
## The role to be allowed to manage the syslog domain.
##
##
##
#
interface(`shorewall_admin',`
gen_require(`
type shorewall_t, shorewall_lock_t;
type shorewall_initrc_exec_t, shorewall_var_lib_t;
type shorewall_tmp_t, shorewall_etc_t;
')
allow $1 shorewall_t:process { ptrace signal_perms };
ps_process_pattern($1, shorewall_t)
init_labeled_script_domtrans($1, shorewall_initrc_exec_t)
domain_system_change_exemption($1)
role_transition $2 shorewall_initrc_exec_t system_r;
allow $2 system_r;
files_search_etc($1)
admin_pattern($1, shorewall_etc_t)
files_search_locks($1)
admin_pattern($1, shorewall_lock_t)
files_search_var_lib($1)
admin_pattern($1, shorewall_var_lib_t)
files_search_tmp($1)
admin_pattern($1, shorewall_tmp_t)
')