?¡ë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
## Cross platform network backup.
########################################
##
## Execute bacula admin bacula
## admin domain.
##
##
##
## Domain allowed to transition.
##
##
#
interface(`bacula_domtrans_admin',`
gen_require(`
type bacula_admin_t, bacula_admin_exec_t;
')
corecmd_search_bin($1)
domtrans_pattern($1, bacula_admin_exec_t, bacula_admin_t)
')
########################################
##
## Execute user interfaces in the
## bacula admin domain, and allow the
## specified role the bacula admin domain.
##
##
##
## Domain allowed to transition.
##
##
##
##
## Role allowed access.
##
##
##
#
interface(`bacula_run_admin',`
gen_require(`
type bacula_admin_t;
')
bacula_domtrans_admin($1)
role $2 types bacula_admin_t;
')
#######################################
##
## Allow the domain to read bacula store data..
##
##
##
## Domain allowed access.
##
##
#
interface(`bacula_read_store',`
gen_require(`
type bacula_store_t;
')
list_dirs_pattern($1,bacula_store_t,bacula_store_t)
read_files_pattern($1,bacula_store_t,bacula_store_t)
')
########################################
##
## All of the rules required to
## administrate an bacula environment.
##
##
##
## Domain allowed access.
##
##
##
##
## Role allowed access.
##
##
##
#
interface(`bacula_admin',`
gen_require(`
type bacula_t, bacula_etc_t, bacula_log_t;
type bacula_spool_t, bacula_var_lib_t;
type bacula_var_run_t, bacula_initrc_exec_t;
')
allow $1 bacula_t:process { ptrace signal_perms };
ps_process_pattern($1, bacula_t)
init_labeled_script_domtrans($1, bacula_initrc_exec_t)
domain_system_change_exemption($1)
role_transition $2 bacula_initrc_exec_t system_r;
allow $2 system_r;
files_search_etc($1)
admin_pattern($1, bacula_etc_t)
logging_search_logs($1)
admin_pattern($1, bacula_log_t)
files_search_var($1)
admin_pattern($1, bacula_spool_t)
files_search_var_lib($1)
admin_pattern($1, bacula_var_lib_t)
files_search_pids($1)
admin_pattern($1, bacula_var_run_t)
bacula_run_admin($1, $2)
')