diff --git a/docs/macro_conversion_guide b/docs/macro_conversion_guide deleted file mode 100644 index 3376e2a..0000000 --- a/docs/macro_conversion_guide +++ /dev/null @@ -1,1267 +0,0 @@ -# -# This is the guide for converting old macros to local policy -# and new interfaces. -# -# $1, $2, etc. are replaced with and the first and second, etc. -# parameters to the old macro. -# - -######################################## -# -# Attributes -# -# $1 is the type this attribute is on - -# -# auth: complete -# -auth_read_shadow($1) - -# -# auth_chkpwd: complete -# -auth_domtrans_chk_passwd($1) - -# -# auth_write: complete -# -# handled by appropriate interfaces - -# -# daemon: complete -# -optional_policy(`nscd',` - nscd_socket_use($1) -') - -# -# domain: complete -# -domain_type($1) - -# -# etc_writer: complete -# -# handled by appropriate interfaces - -# -# exec_type: complete -# -corecmd_executable_file($1) - -# -# file_type: complete -# -files_type($1) - -# -# fs_domain: complete -# -# handled by appropriate interfaces - -# -# mlsfileread: complete -# -mls_file_read_up($1) - -# -# mlsfileupgrade: complete -# -mls_file_upgrade($1) - -# -# mlsfilewrite: complete -# -mls_file_write_down($1) - -# -# mlsprocsetsl: complete -# -mls_process_set_level($1) - -# -# mlsprocwrite: complete -# -mls_process_write_down($1) - -# -# mlstrustedobject: complete -# -mls_trusted_object($1) - -# -# mta_delivery_agent: -# -mta_mailserver_delivery($1) -# for piping mail to a command -kernel_read_system_state($1) -corecmd_exec_shell($1) -files_read_etc_runtime_files($1) -mta_append_spool($1) -ifdef(`TODO',` -optional_policy(`arpwatch',` - # why is mail delivered to a directory of type arpwatch_data_t? - allow mta_delivery_agent arpwatch_data_t:dir search; -') -') dnl end TODO - -# -# mta_user_agent: -# -mta_mailserver_user_agent($1) -domain_use_interactive_fds($1) -userdom_sigchld_all_users($1) -userdom_use_all_user_fd($1) -userdom_use_sysadm_terms($1) -allow mta_user_agent privmail:fd use; -allow mta_user_agent privmail:process sigchld; -allow mta_user_agent privmail:fifo_file { read write }; -allow mta_user_agent sysadm_t:fifo_file { read write }; -optional_policy(`arpwatch',` - # why is mail delivered to a directory of type arpwatch_data_t? - allow mta_user_agent arpwatch_tmp_t:file rw_file_perms; - ifdef(`hide_broken_symptoms', ` - dontaudit mta_user_agent arpwatch_t:packet_socket { read write }; - ') -') -optional_policy(` - cron_sigchld($1) - cron_read_system_job_tmp_files($1) -') -optional_policy(` - logrotate_read_tmp_files($1) -') - -# -# nscd_client_domain: complete -# -optional_policy(` - nscd_socket_use($1) -') - -# -# privfd: complete -# -domain_interactive_fd($1) - -# -# privlog: complete -# -logging_send_syslog_msg($1) - -# -# privmail: complete -# -optional_policy(`mta',` - mta_send_mail($1) -') - -# -# privmem: complete -# -# handled by appropriate interfaces - -# -# privmodule: complete -# -modutils_domtrans_insmod($1) - -# -# privowner: complete -# -domain_obj_id_change_exempt($1) - -# -# privrole: complete -# -domain_role_change_exempt($1) - -# -# privuser: complete -# -domain_subj_id_change_exempt($1) - -# -# priv_system_role: complete -# -domain_system_change_exempt($1) - -# -# secure_file_type: complete -# -files_security_file($1) - -# -# sysadmfile: complete -# -files_type($1) - -# -# sysctl_kernel_writer: complete -# -# handled by appropriate interfaces - -# -# userspace_objmgr: complete -# -allow $1 self:process getattr; -# Receive notifications of policy reloads and enforcing status changes. -allow $1 self:netlink_selinux_socket { create bind read }; -selinux_get_fs_mount($1) -selinux_validate_context($1) -selinux_compute_access_vector($1) -selinux_compute_create_context($1) -selinux_compute_relabel_context($1) -selinux_compute_user_contexts($1) -seutil_read_config($1) -seutil_read_default_contexts($1) - -# -# web_client_domain: -# -optional_policy(`squid',` - squid_use($1) -') - -######################################## -# -# Access macros -# - -# -# access_terminal(): -# -allow $1 $2_tty_device_t:chr_file { read write getattr ioctl }; -allow $1 devtty_t:chr_file { read write getattr ioctl }; -allow $1 devpts_t:dir { read search getattr }; -allow $1 $2_devpts_t:chr_file { read write getattr ioctl }; - -# -# anonymous_domain(): -# -gen_tunable(allow_$1_anon_write,false) -miscfiles_read_public_files($1_t) -tunable_policy(`allow_$1_anon_write',` -miscfiles_manage_public_files($1_t) -') - -# -# append_log_domain(): -# -type $1_log_t; -logging_log_file($1_log_t) -allow $1_t var_log_t:dir ra_dir_perms; -allow $1_t $1_log_t:file { create ra_file_perms }; -type_transition $1_t var_log_t:file $1_log_t; - -# -# append_logdir_domain(): -# -type $1_log_t; -logging_log_file($1_log_t) -allow $1_t var_log_t:dir ra_dir_perms; -allow $1_t $1_log_t:dir { setattr ra_dir_perms }; -allow $1_t $1_log_t:file { create ra_file_perms }; -type_transition $1_t var_log_t:file $1_log_t; - -# -# application_domain(): -# -type $1_t; -type $1_exec_t; -domain_type($1_t) -domain_entry_file($1_t,$1_exec_t) -libs_use_ld_so($1_t) -libs_use_shared_libs($1_t) -logging_send_syslog_msg($1_t) -# a "run" interface needs to be -# added, and have sysadm_t use it -# in a optional_policy block. -# and have unconfined_t use it -# in a optional_policy block inside -# the targeted_policy ifdef - -# -# base_can_network($1,$2): -# -allow $1 self:$2_socket connected_socket_perms; -corenet_$2_sendrecv_generic_if($1) -corenet_raw_sendrecv_generic_if($1) -corenet_$2_sendrecv_all_nodes($1) -corenet_raw_sendrecv_all_nodes($1) -corenet_$2_sendrecv_all_ports($1) -corenet_non_ipsec_sendrecv($1) -corenet_$2_bind_all_nodes($1) -sysnet_read_config($1) - -# -# base_can_network($1,$2,$3): -# -# remove _port_t from $3: -allow $1 self:$2_socket connected_socket_perms; -corenet_$2_sendrecv_generic_if($1) -corenet_raw_sendrecv_generic_if($1) -corenet_$2_sendrecv_all_nodes($1) -corenet_raw_sendrecv_all_nodes($1) -corenet_$2_sendrecv_$3_port($1) -corenet_non_ipsec_sendrecv($1) -corenet_$2_bind_all_nodes($1) -sysnet_read_config($1) - -# -# base_file_read_access(): complete -# -kernel_read_kernel_sysctls($1) -corecmd_list_bin($1) -corecmd_read_bin_symlink($1) -corecmd_read_bin_file($1) -corecmd_read_bin_pipe($1) -corecmd_read_bin_socket($1) -corecmd_list_sbin($1) -corecmd_read_sbin_symlink($1) -corecmd_read_sbin_file($1) -corecmd_read_sbin_pipe($1) -corecmd_read_sbin_socket($1) -files_list_home($1) -files_read_usr_files($1) -seutil_read_config($1) -tunable_policy(`read_default_t',` - files_list_default($1) - files_read_default_files($1) - files_read_default_symlinks($1) - files_read_default_sockets($1) - files_read_default_pipes($1) -') - -# -# base_pty_perms(): -# -allow $1_t ptmx_t:chr_file rw_file_perms; -allow $1_t devpts_t:filesystem getattr; -allow $1_t devpts_t:dir { getattr read search }; -dontaudit $1_t bsdpty_device_t:chr_file { getattr read write }; - -# -# can_create($1,$2,$3): complete -# -# for each object class in $3: -# if dir: -allow $1 $2:dir create_dir_perms; -# else if lnk_file: -allow $1 $2:lnk_file create_lnk_perms; -# else: -allow $1 $2:$3 create_file_perms; - -# -# can_create_other_pty(): complete -# -allow $1_t $2_devpts_t:chr_file { rw_file_perms setattr }; -term_create_pty($1_t,$2_devpts_t) - -# -# can_create_pty(): complete -# -# $2 may require more conversion -type $1_devpts_t $2; -term_pty($1_devpts_t) -allow $1_t $1_devpts_t:chr_file { rw_file_perms setattr }; -term_create_pty($1_t,$1_devpts_t) - -# -# can_exec_any(): complete -# -corecmd_exec_all_executables($1) -files_exec_etc_files($1) -libs_use_ld_so($1) -libs_use_shared_libs($1) -libs_exec_ld_so($1) -libs_exec_lib_files($1) - -# -# can_getcon(): complete -# -allow $1 self:process getattr; -kernel_read_system_state($1) - -# -# can_getsecurity(): complete -# -selinux_get_fs_mount($1) -selinux_validate_context($1) -selinux_compute_access_vector($1) -selinux_compute_create_context($1) -selinux_compute_relabel_context($1) -selinux_compute_user_contexts($1) - -# -# can_kerberos(): complete -# -optional_policy(`kerberos',` - kerberos_use($1) -') - -# -# can_ldap(): complete -# -sysnet_use_ldap($1) - -# -# can_loadpol(): complete -# -selinux_get_fs_mount($1) -selinux_load_policy($1) - -# -# can_network($1): -# -allow $1 self:tcp_socket create_stream_socket_perms; -allow $1 self:udp_socket create_socket_perms; -corenet_tcp_sendrecv_generic_if($1) -corenet_udp_sendrecv_generic_if($1) -corenet_raw_sendrecv_generic_if($1) -corenet_tcp_sendrecv_all_nodes($1) -corenet_udp_sendrecv_all_nodes($1) -corenet_raw_sendrecv_all_nodes($1) -corenet_tcp_sendrecv_all_ports($1) -corenet_udp_sendrecv_all_ports($1) -corenet_non_ipsec_sendrecv($1) -corenet_tcp_bind_all_nodes($1) -corenet_udp_bind_all_nodes($1) -sysnet_read_config($1) -optional_policy(`mount',` - mount_send_nfs_client_request($1) -') - -# -# can_network($1,$2): -# -allow $1 self:tcp_socket create_stream_socket_perms; -allow $1 self:udp_socket create_socket_perms; -corenet_tcp_sendrecv_generic_if($1) -corenet_udp_sendrecv_generic_if($1) -corenet_raw_sendrecv_generic_if($1) -corenet_tcp_sendrecv_all_nodes($1) -corenet_udp_sendrecv_all_nodes($1) -corenet_raw_sendrecv_all_nodes($1) -corenet_tcp_sendrecv_all_ports($1) -corenet_udp_sendrecv_all_ports($1) -corenet_non_ipsec_sendrecv($1) -corenet_tcp_bind_all_nodes($1) -corenet_udp_bind_all_nodes($1) -sysnet_read_config($1) -# (remove _port_t from $2): -corenet_tcp_sendrecv_$2_port($1) -corenet_udp_sendrecv_$2_port($1) -optional_policy(`mount',` - mount_send_nfs_client_request($1) -') - -# -# can_network_client($1): -# -allow $1 self:tcp_socket create_socket_perms; -allow $1 self:udp_socket create_socket_perms; -corenet_tcp_sendrecv_generic_if($1) -corenet_udp_sendrecv_generic_if($1) -corenet_raw_sendrecv_generic_if($1) -corenet_tcp_sendrecv_all_nodes($1) -corenet_udp_sendrecv_all_nodes($1) -corenet_raw_sendrecv_all_nodes($1) -corenet_tcp_sendrecv_all_ports($1) -corenet_udp_sendrecv_all_ports($1) -corenet_non_ipsec_sendrecv($1) -corenet_tcp_bind_all_nodes($1) -corenet_udp_bind_all_nodes($1) -sysnet_read_config($1) - -# -# can_network_client($1,$2): complete -# -# remove _port_t from $2 -allow $1 self:tcp_socket create_socket_perms; -allow $1 self:udp_socket create_socket_perms; -corenet_tcp_sendrecv_generic_if($1) -corenet_udp_sendrecv_generic_if($1) -corenet_raw_sendrecv_generic_if($1) -corenet_tcp_sendrecv_all_nodes($1) -corenet_udp_sendrecv_all_nodes($1) -corenet_raw_sendrecv_all_nodes($1) -corenet_tcp_sendrecv_$2_port($1) -corenet_udp_sendrecv_$2_port($1) -corenet_non_ipsec_sendrecv($1) -corenet_tcp_bind_all_nodes($1) -corenet_udp_bind_all_nodes($1) -sysnet_read_config($1) - -# -# can_network_client_tcp($1): complete -# -allow $1 self:tcp_socket create_socket_perms; -corenet_tcp_sendrecv_generic_if($1) -corenet_raw_sendrecv_generic_if($1) -corenet_tcp_sendrecv_all_nodes($1) -corenet_raw_sendrecv_all_nodes($1) -corenet_tcp_sendrecv_all_ports($1) -corenet_non_ipsec_sendrecv($1) -corenet_tcp_bind_all_nodes($1) -sysnet_read_config($1) - -# -# can_network_client_tcp($1,$2): complete -# -# remove _port_t from $2 -allow $1 self:tcp_socket create_socket_perms; -corenet_tcp_sendrecv_generic_if($1) -corenet_raw_sendrecv_generic_if($1) -corenet_tcp_sendrecv_all_nodes($1) -corenet_raw_sendrecv_all_nodes($1) -corenet_tcp_sendrecv_$2_port($1) -corenet_non_ipsec_sendrecv($1) -corenet_tcp_bind_all_nodes($1) -sysnet_read_config($1) - -# -# can_network_server($1): complete -# -allow $1 self:tcp_socket create_stream_socket_perms; -allow $1 self:udp_socket create_socket_perms; -corenet_tcp_sendrecv_generic_if($1) -corenet_udp_sendrecv_generic_if($1) -corenet_raw_sendrecv_generic_if($1) -corenet_tcp_sendrecv_all_nodes($1) -corenet_udp_sendrecv_all_nodes($1) -corenet_raw_sendrecv_all_nodes($1) -corenet_tcp_sendrecv_all_ports($1) -corenet_udp_sendrecv_all_ports($1) -corenet_non_ipsec_sendrecv($1) -corenet_tcp_bind_all_nodes($1) -corenet_udp_bind_all_nodes($1) -sysnet_read_config($1) - -# -# can_network_server($1,$2): complete -# -# remove _port_t from $2 -allow $1 self:tcp_socket create_stream_socket_perms; -allow $1 self:udp_socket create_socket_perms; -corenet_tcp_sendrecv_generic_if($1) -corenet_udp_sendrecv_generic_if($1) -corenet_raw_sendrecv_generic_if($1) -corenet_tcp_sendrecv_all_nodes($1) -corenet_udp_sendrecv_all_nodes($1) -corenet_raw_sendrecv_all_nodes($1) -corenet_tcp_sendrecv_$2_port($1) -corenet_udp_sendrecv_$2_port($1) -corenet_non_ipsec_sendrecv($1) -corenet_tcp_bind_all_nodes($1) -corenet_udp_bind_all_nodes($1) -sysnet_read_config($1) - -# -# can_network_server_tcp($1): complete -# -allow $1 self:tcp_socket create_stream_socket_perms; -corenet_tcp_sendrecv_generic_if($1) -corenet_raw_sendrecv_generic_if($1) -corenet_tcp_sendrecv_all_nodes($1) -corenet_raw_sendrecv_all_nodes($1) -corenet_tcp_sendrecv_all_ports($1) -corenet_non_ipsec_sendrecv($1) -corenet_tcp_bind_all_nodes($1) -sysnet_read_config($1) - -# -# can_network_server_tcp($1,$2): complete -# -# remove _port_t from $2: -allow $1 self:tcp_socket create_stream_socket_perms; -corenet_tcp_sendrecv_generic_if($1) -corenet_raw_sendrecv_generic_if($1) -corenet_tcp_sendrecv_all_nodes($1) -corenet_raw_sendrecv_all_nodes($1) -corenet_tcp_sendrecv_$2_port($1) -corenet_non_ipsec_sendrecv($1) -corenet_tcp_bind_all_nodes($1) -sysnet_read_config($1) - -# -# can_network_tcp($1): complete -# -allow $1 self:tcp_socket create_stream_socket_perms; -corenet_tcp_sendrecv_generic_if($1) -corenet_raw_sendrecv_generic_if($1) -corenet_tcp_sendrecv_all_nodes($1) -corenet_raw_sendrecv_all_nodes($1) -corenet_tcp_sendrecv_all_ports($1) -corenet_non_ipsec_sendrecv($1) -corenet_tcp_bind_all_nodes($1) -sysnet_read_config($1) - -# -# can_network_tcp($1,$2): complete -# -# remove _port_t from $2: -allow $1 self:tcp_socket create_stream_socket_perms; -corenet_tcp_sendrecv_generic_if($1) -corenet_raw_sendrecv_generic_if($1) -corenet_tcp_sendrecv_all_nodes($1) -corenet_raw_sendrecv_all_nodes($1) -corenet_tcp_sendrecv_$2_port($1) -corenet_non_ipsec_sendrecv($1) -corenet_tcp_bind_all_nodes($1) -sysnet_read_config($1) - -# -# can_network_udp($1): complete -# -allow $1 self:udp_socket create_socket_perms; -corenet_udp_sendrecv_generic_if($1) -corenet_raw_sendrecv_generic_if($1) -corenet_udp_sendrecv_all_nodes($1) -corenet_raw_sendrecv_all_nodes($1) -corenet_udp_sendrecv_all_ports($1) -corenet_non_ipsec_sendrecv($1) -corenet_udp_bind_all_nodes($1) -sysnet_read_config($1) - -# -# can_network_udp($1,$2): complete -# -# remove _port_t from $2 -allow $1 self:udp_socket create_socket_perms; -corenet_udp_sendrecv_generic_if($1) -corenet_raw_sendrecv_generic_if($1) -corenet_udp_sendrecv_all_nodes($1) -corenet_raw_sendrecv_all_nodes($1) -corenet_udp_sendrecv_$2_port($1) -corenet_non_ipsec_sendrecv($1) -corenet_udp_bind_all_nodes($1) -sysnet_read_config($1) - -# -# can_ps(): -# -allow $1 $2:dir { search getattr read }; -allow $1 $2:{ file lnk_file } { read getattr }; -allow $1 $2:process getattr; - -# -# can_ptrace(): -# -allow $1 $2:process ptrace; -allow $2 $1:process sigchld; - -# -# can_portmap(): -# -sysnet_use_portmap($1) - -# -# can_resolve(): complete -# -sysnet_dns_name_resolve($1) - -# -# can_setbool(): complete -# -selinux_get_fs_mount($1) -selinux_set_boolean($1) - -# -# can_setcon(): complete -# -# get mount point is due to libselinux init -# -allow $1 self:process setcurrent; -domain_dyntrans_type($1) -selinux_get_fs_mount($1) - -# -# can_setenforce(): complete -# -# get mount point is due to libselinux init -# -selinux_get_fs_mount($1) -selinux_set_enforce_mode($1) - -# -# can_setexec(): complete -# -# get mount point is due to libselinux init -# -allow $1 self:process setexec; -selinux_get_fs_mount($1) - -# -# can_setfscreate(): complete -# -# get mount point is due to libselinux init -# -allow $1 self:process setfscreate; -selinux_get_fs_mount($1) - -# -# can_setsecparam(): complete -# -# get mount point is due to libselinux init -# -selinux_get_fs_mount($1) -kernel_setsecparam($1) - -# -# can_sysctl(): complete -# -kernel_rw_all_sysctls($1) - -# -# can_tcp_connect(): -# -allow $1 $2:tcp_socket { connectto recvfrom }; -allow $2 $1:tcp_socket { acceptfrom recvfrom }; -kernel_tcp_recvfrom($1) -kernel_tcp_recvfrom($2) - -# -# can_udp_send(): -# -allow $1 $2:udp_socket sendto; -allow $2 $1:udp_socket recvfrom; - -# -# can_unix_connect(): -# -allow $1 $2:unix_stream_socket connectto; - -# -# can_unix_send(): -# -allow $1 $2:unix_dgram_socket sendto; - -# -# can_winbind(): complete -# -optional_policy(`samba',` - samba_connect_winbind($1) -') - -# -# can_ypbind(): complete -# -optional_policy(`nis',` - nis_use_ypbind($1) -') - -# -# create_append_log_file(): -# -allow $1 $2:dir { read getattr search add_name write }; -allow $1 $2:file { create ioctl getattr setattr append link }; - -# -# create_dir_file(): -# -allow $1 $2:dir create_dir_perms; -allow $1 $2:file create_file_perms; -allow $1 $2:lnk_file create_lnk_perms; - -# -# create_dir_notdevfile(): -# -allow $1 $2:dir create_dir_perms; -allow $1 $2:{ file sock_file fifo_file } create_file_perms; -allow $1 $2:lnk_file create_lnk_perms; - -# -# daemon_base_domain(): -# -type $1_t; -type $1_exec_t; -init_daemon_domain($1_t,$1_exec_t) -dontaudit $1_t self:capability sys_tty_config; -allow $1_t self:process signal_perms; -kernel_list_proc($1_t) -kernel_read_proc_symlinks($1_t) -kernel_read_kernel_sysctls($1_t) -dev_read_sysfs($1_t) -domain_use_interactive_fds($1_t) -fs_search_auto_mountpoints($1_t) -term_dontaudit_use_console($1_t) -init_use_fds($1_t) -init_use_script_ptys($1_t) -libs_use_ld_so($1_t) -libs_use_shared_libs($1_t) -logging_send_syslog_msg($1_t) -userdom_dontaudit_use_unpriv_user_fds($1_t) -ifdef(`targeted_policy',` - term_dontaudit_use_unallocated_ttys($1_t) - term_dontaudit_use_generic_ptys($1_t) - files_dontaudit_read_root_files($1_t) -') -optional_policy(` - seutil_sigchld_newrole($1_t) -') -optional_policy(` - udev_read_db($1_t) -') - -# -# daemon_domain(): -# -type $1_t; -type $1_exec_t; -init_daemon_domain($1_t,$1_exec_t) -type $1_var_run_t; -files_pid_file($1_var_run_t) -dontaudit $1_t self:capability sys_tty_config; -allow $1_t self:process signal_perms; -allow $1_t $1_var_run_t:file create_file_perms; -allow $1_t $1_var_run_t:dir rw_dir_perms; -files_pid_filetrans($1_t,$1_var_run_t,file) -kernel_read_kernel_sysctls($1_t) -kernel_list_proc($1_t) -kernel_read_proc_symlinks($1_t) -dev_read_sysfs($1_t) -domain_use_interactive_fds($1_t) -fs_getattr_all_fs($1_t) -fs_search_auto_mountpoints($1_t) -term_dontaudit_use_console($1_t) -init_use_fds($1_t) -init_use_script_ptys($1_t) -libs_use_ld_so($1_t) -libs_use_shared_libs($1_t) -logging_send_syslog_msg($1_t) -miscfiles_read_localization($1_t) -userdom_dontaudit_use_unpriv_user_fds($1_t) -userdom_dontaudit_search_sysadm_home_dirs($1_t) -ifdef(`targeted_policy',` - term_dontaudit_use_unallocated_ttys($1_t) - term_dontaudit_use_generic_ptys($1_t) - files_dontaudit_read_root_files($1_t) -') -optional_policy(` - seutil_sigchld_newrole($1_t) -') -optional_policy(` - udev_read_db($1_t) -') - -# -# daemon_sub_domain(): -# -# $3 may need more work -type $2_t; #, daemon $3; -domain_type($2_t) -type $2_exec_t; -domain_entry_file($2_t,$2_exec_t) -role system_r types $2_t; -allow $2_t self:process signal_perms; -domain_auto_trans($1, $2_exec_t, $2_t) -logging_send_syslog_msg($1_t) -libs_use_ld_so($2_t) -libs_use_shared_libs($2_t) -kernel_list_proc($1_t) -kernel_read_proc_symlinks($1_t) - -# -# etc_domain(): complete -# -type $1_etc_t; -files_config_file($1_etc_t) -allow $1_t $1_etc_t:file { getattr read }; -files_search_etc($1_t) - -# -# etcdir_domain(): complete -# -type $1_etc_t; -files_config_file($1_etc_t) -allow $1_t $1_etc_t:file r_file_perms; -allow $1_t $1_etc_t:dir r_dir_perms; -allow $1_t $1_etc_t:lnk_file { getattr read }; -files_search_etc($1_t) - -# -# file_type_auto_trans($1,$2,$3): complete -# -allow $1 $2:dir rw_dir_perms; -allow $1 $3:dir create_dir_perms; -allow $1 $3:file create_file_perms; -allow $1 $3:lnk_file create_lnk_perms; -allow $1 $3:sock_file create_file_perms; -allow $1 $3:fifo_file create_file_perms; -type_transition $1 $2:{ file lnk_file sock_file fifo_file } $3; - -# -# file_type_auto_trans($1,$2,$3,$4): complete -# -allow $1 $2:dir rw_dir_perms; -# for each i in $4: -can_create_internal($1,$3,$i) -type_transition $1 $2:$i $3; - -# -# general_domain_access(): complete -# -allow $1 self:process ~{ ptrace setcurrent setexec setfscreate setrlimit execmem execstack execheap }; -allow $1 self:fd use; -allow $1 self:fifo_file rw_file_perms; -allow $1 self:unix_dgram_socket create_socket_perms; -allow $1 self:unix_stream_socket create_stream_socket_perms; -allow $1 self:unix_dgram_socket sendto; -allow $1 self:unix_stream_socket connectto; -allow $1 self:shm create_shm_perms; -allow $1 self:sem create_sem_perms; -allow $1 self:msgq create_msgq_perms; -allow $1 self:msg { send receive }; -fs_search_auto_mountpoints($1) -userdom_use_unpriv_users_fds($1) -optional_policy(`nis',` - nis_use_ypbind($1) -') - -# -# general_proc_read_access(): complete -# -kernel_read_system_state($1) -kernel_read_network_state($1) -kernel_read_software_raid_state($1) -kernel_getattr_core_if($1) -kernel_getattr_message_if($1) -kernel_read_kernel_sysctls($1) - -# -# home_domain($1,$2) -# -type $1_$2_home_t alias $1_$2_rw_t; -files_poly_member($1_$2_home_t) -userdom_user_home_content($1,$1_$2_home_t) -allow $1_t $1_$2_home_t:dir manage_dir_perms; -allow $1_t $1_$2_home_t:file manage_file_perms; -allow $1_t $1_$2_home_t:lnk_file create_lnk_perms; -allow $1_t $1_$2_home_t:{ dir file lnk_file } { relabelfrom relabelto }; -userdom_search_user_home_dirs($1,$1_$2_t) -allow $1_$2_t $1_$2_home_t:dir manage_dir_perms; -allow $1_$2_t $1_$2_home_t:file manage_file_perms; -allow $1_$2_t $1_$2_home_t:lnk_file create_lnk_perms; -fs_search_auto_mountpoints($1_$2_t) -tunable_policy(`use_nfs_home_dirs',` -fs_manage_nfs_dirs($1_$2_t) -fs_manage_nfs_files($1_$2_t) -fs_manage_nfs_symlinks($1_$2_t) -') -tunable_policy(`use_samba_home_dirs',` -fs_manage_cifs_dirs($1_$2_t) -fs_manage_cifs_files($1_$2_t) -fs_manage_cifs_symlinks($1_$2_t) -') - -# -# in_user_role(): -# -# this is replaced by run interfaces - -# -# init_service_domain(): complete -# -type $1_t; -type $1_exec_t; -init_domain($1_t,$1_exec_t) -dontaudit $1_t self:capability sys_tty_config; -allow self:process signal_perms; -kernel_list_proc($1_t) -kernel_read_proc_symlinks($1_t) -dev_read_sysfs($1_t) -term_dontaudit_use_console($1_t) -libs_use_ld_so($1_t) -libs_use_shared_libs($1_t) -logging_send_syslog_msg($1_t) -userdom_dontaudit_use_unpriv_user_fds($1_t) -ifdef(`targeted_policy',` - term_dontaudit_use_unallocated_tty($1_t) - term_dontaudit_use_generic_pty($1_t) - files_dontaudit_read_root_files($1_t) -') -optional_policy(`udev',` - udev_read_db($1_t) -') - -# -# inetd_child_domain(): -# -type $1_t; -type $1_exec_t; -inetd_(udp_|tcp_)?service_domain($1_t,$1_exec_t) -role system_r types $1_t; -type $1_tmp_t; -files_tmp_file($1_tmp_t) -type $1_var_run_t; -files_pid_file($1_var_run_t) -allow $1_t self:process signal_perms; -allow $1_t self:fifo_file rw_file_perms; -allow $1_t self:tcp_socket connected_stream_socket_perms; -# for identd -# cjp: this should probably only be inetd_child rules? -allow $1_t self:netlink_tcpdiag_socket r_netlink_socket_perms; -allow $1_t self:capability { setuid setgid }; -files_search_home($1_t) -optional_policy(`kerberos',` - kerberos_use($1_t) -') -#end for identd -allow $1_t $1_tmp_t:dir create_dir_perms; -allow $1_t $1_tmp_t:file create_file_perms; -files_tmp_filetrans($1_t, $1_tmp_t, { file dir }) -allow $1_t $1_var_run_t:file create_file_perms; -allow $1_t $1_var_run_t:dir rw_dir_perms; -files_pid_filetrans($1_t,$1_var_run_t) -kernel_read_kernel_sysctls($1_t) -kernel_read_system_state($1_t) -kernel_read_network_state($1_t) -corenet_tcp_sendrecv_generic_if($1_t) -corenet_udp_sendrecv_generic_if($1_t) -corenet_raw_sendrecv_generic_if($1_t) -corenet_tcp_sendrecv_all_nodes($1_t) -corenet_udp_sendrecv_all_nodes($1_t) -corenet_raw_sendrecv_all_nodes($1_t) -corenet_tcp_sendrecv_all_ports($1_t) -corenet_udp_sendrecv_all_ports($1_t) -corenet_non_ipsec_sendrecv($1_t) -corenet_tcp_bind_all_nodes($1_t) -corenet_udp_bind_all_nodes($1_t) -dev_read_urand($1_t) -fs_getattr_xattr_fs($1_t) -files_read_etc_files($1_t) -libs_use_ld_so($1_t) -libs_use_shared_libs($1_t) -logging_send_syslog_msg($1_t) -miscfiles_read_localization($1_t) -sysnet_read_config($1_t) -optional_policy(`nis',` - nis_use_ypbind($1_t) -') -optional_policy(`nscd',` - nscd_socket_use($1_t) -') - -# -# legacy_domain(): complete -# -allow $1_t self:process { execmem execstack }; -libs_legacy_use_shared_libs($1_t) -libs_legacy_use_ld_so($1_t) - -# -# lock_domain(): complete -# -type $1_lock_t; -files_lock_file($1_lock_t) -allow $1_t $1_lock_t:file create_file_perms; -files_lock_filetrans($1_t,$1_lock_t,file) - -# -# log_domain(): complete -# -type $1_log_t; -logging_log_file($1_log_t) -allow $1_t $1_log_t:file create_file_perms; -logging_log_filetrans($1_t,$1_log_t,file) - -# -# logdir_domain(): complete -# -type $1_log_t; -logging_log_file($1_log_t) -allow $1_t $1_log_t:file create_file_perms; -allow $1_t $1_log_t:dir rw_dir_perms; -logging_log_filetrans($1_t,$1_log_t,{ file dir }) - -# -# network_home_dir(): -# -create_dir_file($1, $2) -can_exec($1, $2) -allow $1 $2:{ sock_file fifo_file } { create ioctl read getattr lock write setattr append link unlink rename }; - -# -# polyinstantiater(): complete -# -files_polyinstantiate_all($1) - -# -# pty_slave_label(): -# -type $1_devpts_t, file_type, sysadmfile, ptyfile $2; -allow $1_devpts_t devpts_t:filesystem associate; -type_transition $1_t devpts_t:chr_file $1_devpts_t; -allow $1_t $1_devpts_t:chr_file { setattr rw_file_perms }; - -# -# r_dir_file(): complete -# -allow $1 $2:dir r_dir_perms; -allow $1 $2:file r_file_perms; -allow $1 $2:lnk_file { getattr read }; - -# -# ra_dir_create_file(): complete -# -allow $1 $2:dir ra_dir_perms; -allow $1 $2:file { create ra_file_perms }; -allow $1 $2:lnk_file { create read getattr }; - -# -# ra_dir_file(): complete -# -allow $1 $2:dir ra_dir_perms; -allow $1 $2:file ra_file_perms; -allow $1 $2:lnk_file { getattr read }; - -# -# read_locale(): complete -# -miscfiles_read_localization($1) - -# -# read_sysctl($1): complete -# -kernel_read_kernel_sysctls($1) - -# -# read_sysctl($1,full): complete -# -kernel_read_all_sysctls($1) - -# -# rhgb_domain(): -# -# - -# -# rw_dir_create_file(): complete -# -allow $1 $2:dir rw_dir_perms; -allow $1 $2:file create_file_perms; -allow $1 $2:lnk_file create_lnk_perms; - -# -# rw_dir_file(): complete -# -# cjp: rw_dir_perms here doesnt make sense -allow $1 $2:dir rw_dir_perms; -allow $1 $2:file rw_file_perms; -allow $1 $2:lnk_file { getattr read }; - -# -# system_crond_entry(): -# -optional_policy(`cron',` - cron_system_entry($2,$1) -') - -# -# system_domain(): complete -# -type $1_t; -type $1_exec_t; -init_system_domain($1_t,$1_exec_t) -files_list_etc($1_t) -libs_use_ld_so($1_t) -libs_use_shared_libs($1_t) -logging_send_syslog_msg($1_t) - -# -# tmp_domain($1): complete -# -type $1_tmp_t; -files_tmp_file($1_tmp_t) -allow $1_t $1_tmp_t:dir create_dir_perms; -allow $1_t $1_tmp_t:file create_file_perms; -files_tmp_filetrans($1_t, $1_tmp_t, { file dir }) - -# -# tmp_domain($1,$2,$3): complete -# -# $2 may need more handling -# -type $1_tmp_t $2; -files_tmp_file($1_tmp_t) -allow $1_t $1_tmp_t:$3 manage_obj_perms; -files_tmp_filetrans($1_t, $1_tmp_t, $3) - -# -# tmpfs_domain(): complete -# -type $1_tmpfs_t; -files_tmpfs_file($1_tmpfs_t) -allow $1_t $1_tmpfs_t:dir rw_dir_perms; -allow $1_t $1_tmpfs_t:file manage_file_perms; -allow $1_t $1_tmpfs_t:lnk_file create_lnk_perms; -allow $1_t $1_tmpfs_t:sock_file manage_file_perms; -allow $1_t $1_tmpfs_t:fifo_file manage_file_perms; -fs_tmpfs_filetrans($1_t,$1_tmpfs_t,{ dir file lnk_file sock_file fifo_file }) - -# -# unconfined_domain(): complete -# -unconfined_domain_template($1) - -# -# uses_authbind(): -# -domain_auto_trans($1, authbind_exec_t, authbind_t) -allow authbind_t $1:process sigchld; -allow authbind_t $1:fd use; -allow authbind_t $1:{ tcp_socket udp_socket } rw_socket_perms; - -# -# uses_shlib(): complete -# -libs_use_ld_so($1) -libs_use_shared_libs($1) - -# -# var_lib_domain(): complete -# -type $1_var_lib_t; -files_type($1_var_lib_t) -allow $1_t $1_var_lib_t:file create_file_perms; -allow $1_t $1_var_lib_t:dir rw_dir_perms; -files_var_lib_filetrans($1_t,$1_var_lib_t,file) - -# -# var_run_domain($1): complete -# -type $1_var_run_t; -files_pid_file($1_var_run_t) -allow $1_t $1_var_run_t:file create_file_perms; -allow $1_t $1_var_run_t:dir rw_dir_perms; -files_pid_filetrans($1_t,$1_var_run_t,file) - -# -# var_run_domain($1,$2): complete -# -type $1_var_run_t; -files_pid_file($1_var_run_t) -files_pid_filetrans($1_t,$1_var_run_t,$2) -# for each object class in $2: -# if dir: -allow $1 $1_var_run_t:dir create_dir_perms; -# else if lnk_file: -allow $1 $1_var_run_t:lnk_file create_lnk_perms; -# else: -allow $1 $1_var_run_t:$2 create_file_perms; - -# -# x_client_domain($1,$2): complete -# -type $1_tmpfs_t; -files_tmpfs_file($1_tmpfs_t) -allow $1_t $1_tmpfs_t:dir rw_dir_perms; -allow $1_t $1_tmpfs_t:file manage_file_perms; -allow $1_t $1_tmpfs_t:lnk_file create_lnk_perms; -allow $1_t $1_tmpfs_t:sock_file manage_file_perms; -allow $1_t $1_tmpfs_t:fifo_file manage_file_perms; -fs_tmpfs_filetrans($1_t,$1_tmpfs_t,{ dir file lnk_file sock_file fifo_file }) -optional_policy(`xserver',` -xserver_user_client_template($2,$1_t,$1_tmpfs_t) -') diff --git a/testing/automount/README b/testing/automount/README deleted file mode 100644 index de8da09..0000000 --- a/testing/automount/README +++ /dev/null @@ -1,6 +0,0 @@ -place the following in /etc - -auto.master -auto.misc - -set up an nfs mount to correspond with the config files diff --git a/testing/automount/auto.master b/testing/automount/auto.master deleted file mode 100644 index a0de823..0000000 --- a/testing/automount/auto.master +++ /dev/null @@ -1 +0,0 @@ -/auto /etc/auto.misc --timeout=60 diff --git a/testing/automount/auto.misc b/testing/automount/auto.misc deleted file mode 100644 index afc17a5..0000000 --- a/testing/automount/auto.misc +++ /dev/null @@ -1,3 +0,0 @@ -cd -fstype=iso9660,ro,nosuid,nodev :/dev/cdrom -#the ip of course has to match so if you are not using my testing vm then u may have to edit it -megatron -ro,soft,intr 10.1.13.150:/pub diff --git a/testing/bind/README b/testing/bind/README deleted file mode 100644 index 777f13d..0000000 --- a/testing/bind/README +++ /dev/null @@ -1,8 +0,0 @@ -named dir belongs in /var -named.conf belongs in /etc - -after starting the named service you sould be able to query it by saying - nslookup vm.example.org -provided this name server has the address 192.168.0.1 and the host doing the look up has the proper resolv.conf (ie nameserver 192.168.0.1) - -see /var/named/named.example.org for more details diff --git a/testing/bind/named.conf b/testing/bind/named.conf deleted file mode 100644 index e581e8c..0000000 --- a/testing/bind/named.conf +++ /dev/null @@ -1,72 +0,0 @@ -// -// named.conf for Red Hat caching-nameserver -// - -options { - directory "/var/named"; - dump-file "/var/named/data/cache_dump.db"; - statistics-file "/var/named/data/named_stats.txt"; - /* - * If there is a firewall between you and nameservers you want - * to talk to, you might need to uncomment the query-source - * directive below. Previous versions of BIND always asked - * questions using port 53, but BIND 8.1 uses an unprivileged - * port by default. - */ - // query-source address * port 53; -}; - -// -// a caching only nameserver config -// -controls { - inet 127.0.0.1 allow { localhost; } keys { rndckey; }; -}; - -zone "." IN { - type hint; - file "named.ca"; -}; - -zone "example.org" { - type master; - file "named.example.org"; -}; - -zone "localdomain" IN { - type master; - file "localdomain.zone"; - allow-update { none; }; -}; - -zone "localhost" IN { - type master; - file "localhost.zone"; - allow-update { none; }; -}; - -zone "0.0.127.in-addr.arpa" IN { - type master; - file "named.local"; - allow-update { none; }; -}; - -zone "0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.arpa" IN { - type master; - file "named.ip6.local"; - allow-update { none; }; -}; - -zone "255.in-addr.arpa" IN { - type master; - file "named.broadcast"; - allow-update { none; }; -}; - -zone "0.in-addr.arpa" IN { - type master; - file "named.zero"; - allow-update { none; }; -}; - -include "/etc/rndc.key"; diff --git a/testing/bind/named/localdomain.zone b/testing/bind/named/localdomain.zone deleted file mode 100644 index a9b047b..0000000 --- a/testing/bind/named/localdomain.zone +++ /dev/null @@ -1,10 +0,0 @@ -$TTL 86400 -@ IN SOA localhost root ( - 42 ; serial (d. adams) - 3H ; refresh - 15M ; retry - 1W ; expiry - 1D ) ; minimum - IN NS localhost -localhost IN A 127.0.0.1 - diff --git a/testing/bind/named/localhost.zone b/testing/bind/named/localhost.zone deleted file mode 100644 index 61b70d6..0000000 --- a/testing/bind/named/localhost.zone +++ /dev/null @@ -1,12 +0,0 @@ -$TTL 86400 -@ IN SOA @ root ( - 42 ; serial (d. adams) - 3H ; refresh - 15M ; retry - 1W ; expiry - 1D ) ; minimum - - IN NS @ - IN A 127.0.0.1 - IN AAAA ::1 - diff --git a/testing/bind/named/named.broadcast b/testing/bind/named/named.broadcast deleted file mode 100644 index 7155653..0000000 --- a/testing/bind/named/named.broadcast +++ /dev/null @@ -1,8 +0,0 @@ -$TTL 86400 -@ IN SOA localhost root ( - 42 ; serial (d. adams) - 3H ; refresh - 15M ; retry - 1W ; expiry - 1D ) ; minimum - IN NS localhost diff --git a/testing/bind/named/named.ca b/testing/bind/named/named.ca deleted file mode 100644 index c6c435c..0000000 --- a/testing/bind/named/named.ca +++ /dev/null @@ -1,80 +0,0 @@ -; This file holds the information on root name servers needed to -; initialize cache of Internet domain name servers -; (e.g. reference this file in the "cache . <file>" -; configuration file of BIND domain name servers). -; -; This file is made available by InterNIC -; under anonymous FTP as -; file /domain/named.cache -; on server FTP.INTERNIC.NET -; -OR- RS.INTERNIC.NET -; -; last update: Jan 29, 2004 -; related version of root zone: 2004012900 -; -; -; formerly NS.INTERNIC.NET -; -. 3600000 IN NS A.ROOT-SERVERS.NET. -A.ROOT-SERVERS.NET. 3600000 A 198.41.0.4 -; -; formerly NS1.ISI.EDU -; -. 3600000 NS B.ROOT-SERVERS.NET. -B.ROOT-SERVERS.NET. 3600000 A 192.228.79.201 -; -; formerly C.PSI.NET -; -. 3600000 NS C.ROOT-SERVERS.NET. -C.ROOT-SERVERS.NET. 3600000 A 192.33.4.12 -; -; formerly TERP.UMD.EDU -; -. 3600000 NS D.ROOT-SERVERS.NET. -D.ROOT-SERVERS.NET. 3600000 A 128.8.10.90 -; -; formerly NS.NASA.GOV -; -. 3600000 NS E.ROOT-SERVERS.NET. -E.ROOT-SERVERS.NET. 3600000 A 192.203.230.10 -; -; formerly NS.ISC.ORG -; -. 3600000 NS F.ROOT-SERVERS.NET. -F.ROOT-SERVERS.NET. 3600000 A 192.5.5.241 -; -; formerly NS.NIC.DDN.MIL -; -. 3600000 NS G.ROOT-SERVERS.NET. -G.ROOT-SERVERS.NET. 3600000 A 192.112.36.4 -; -; formerly AOS.ARL.ARMY.MIL -; -. 3600000 NS H.ROOT-SERVERS.NET. -H.ROOT-SERVERS.NET. 3600000 A 128.63.2.53 -; -; formerly NIC.NORDU.NET -; -. 3600000 NS I.ROOT-SERVERS.NET. -I.ROOT-SERVERS.NET. 3600000 A 192.36.148.17 -; -; operated by VeriSign, Inc. -; -. 3600000 NS J.ROOT-SERVERS.NET. -J.ROOT-SERVERS.NET. 3600000 A 192.58.128.30 -; -; operated by RIPE NCC -; -. 3600000 NS K.ROOT-SERVERS.NET. -K.ROOT-SERVERS.NET. 3600000 A 193.0.14.129 -; -; operated by ICANN -; -. 3600000 NS L.ROOT-SERVERS.NET. -L.ROOT-SERVERS.NET. 3600000 A 198.32.64.12 -; -; operated by WIDE -; -. 3600000 NS M.ROOT-SERVERS.NET. -M.ROOT-SERVERS.NET. 3600000 A 202.12.27.33 -; End of File diff --git a/testing/bind/named/named.example.org b/testing/bind/named/named.example.org deleted file mode 100644 index 43a877e..0000000 --- a/testing/bind/named/named.example.org +++ /dev/null @@ -1,12 +0,0 @@ -@ IN SOA example.org. root.vm.example.org. ( - 961230 ; Serial - 3600 ; Refresh - 300 ; Retry - 3600000 ; Expire - 3600 ) ; Minimum - IN NS vm.example.org. - -; -; Define the rest of the subnet -; -vm.example.org. IN A 192.168.0.1 ; the vm address diff --git a/testing/bind/named/named.ip6.local b/testing/bind/named/named.ip6.local deleted file mode 100644 index 1aeeeef..0000000 --- a/testing/bind/named/named.ip6.local +++ /dev/null @@ -1,10 +0,0 @@ -$TTL 86400 -@ IN SOA localhost. root.localhost. ( - 1997022700 ; Serial - 28800 ; Refresh - 14400 ; Retry - 3600000 ; Expire - 86400 ) ; Minimum - IN NS localhost. - -1 IN PTR localhost. diff --git a/testing/bind/named/named.local b/testing/bind/named/named.local deleted file mode 100644 index 8bfc435..0000000 --- a/testing/bind/named/named.local +++ /dev/null @@ -1,10 +0,0 @@ -$TTL 86400 -@ IN SOA localhost. root.localhost. ( - 1997022700 ; Serial - 28800 ; Refresh - 14400 ; Retry - 3600000 ; Expire - 86400 ) ; Minimum - IN NS localhost. - -1 IN PTR localhost. diff --git a/testing/bind/named/named.zero b/testing/bind/named/named.zero deleted file mode 100644 index 24c07e4..0000000 --- a/testing/bind/named/named.zero +++ /dev/null @@ -1,9 +0,0 @@ -$TTL 86400 -@ IN SOA localhost root ( - 42 ; serial (d. adams) - 3H ; refresh - 15M ; retry - 1W ; expiry - 1D ) ; minimum - IN NS localhost - diff --git a/testing/dhcp/README b/testing/dhcp/README deleted file mode 100644 index eafa154..0000000 --- a/testing/dhcp/README +++ /dev/null @@ -1,7 +0,0 @@ -dhcpd.conf belongs in /etc - -start the service - /etc/init.d/dhcpd start - -to ask for an address from the service - dhclient eth0 diff --git a/testing/dhcp/dhcpd.conf b/testing/dhcp/dhcpd.conf deleted file mode 100644 index 6192fb4..0000000 --- a/testing/dhcp/dhcpd.conf +++ /dev/null @@ -1,31 +0,0 @@ -ddns-update-style interim; -ignore client-updates; - -subnet 192.168.0.0 netmask 255.255.255.0 { - -# --- default gateway - option routers 192.168.0.1; - option subnet-mask 255.255.255.0; - - option nis-domain "domain.org"; - option domain-name "domain.org"; - option domain-name-servers 192.168.0.1; - - option time-offset -18000; # Eastern Standard Time -# option ntp-servers 192.168.1.1; -# option netbios-name-servers 192.168.1.1; -# --- Selects point-to-point node (default is hybrid). Don't change this unless -# -- you understand Netbios very well -# option netbios-node-type 2; - - range dynamic-bootp 192.168.0.128 192.168.0.254; - default-lease-time 21600; - max-lease-time 43200; - - # we want the nameserver to appear at a fixed address - host ns { - next-server marvin.redhat.com; - hardware ethernet 12:34:56:78:AB:CD; - fixed-address 207.175.42.254; - } -} diff --git a/testing/kerberos/README b/testing/kerberos/README deleted file mode 100644 index 1667941..0000000 --- a/testing/kerberos/README +++ /dev/null @@ -1,26 +0,0 @@ -INSTAll server - yum install krb5-server -and if the libs are not installed - yum install krb5-libs - -copy krb5.conf to /etc/ -copy kdc.conf to /var/kerberos/krb5kdc -copy kadm5.acl to /var/kerberos/krb5kdc/ -edit /etc/hosts to have th VMs ip associated with "noplace.org noplace" -ie - 10.1.13.XXX noplace.org noplace - -init the database and admin principals. - kdb5_util create -s -add an admin principal - kadmin.local -while running kadmin.local enter - addprinc master/admin - -turn off iptables -start the service with init scripts - /etc/rc.d/init.d/krb5kdc start - /etc/rc.d/init.d/kadmin start -test it out - kinit master/admin - kadmin diff --git a/testing/kerberos/denial_notes b/testing/kerberos/denial_notes deleted file mode 100644 index 503c680..0000000 --- a/testing/kerberos/denial_notes +++ /dev/null @@ -1,9 +0,0 @@ -kerberos seems to have basic functionality. some denials occur but do not seem to effect what -was tested so far -/etc/init.d/krb5kdc start - allow krb5kdc_t krb5_conf_t:file write; - allow krb5kdc_t krb5kdc_conf_t:file write; - allow krb5kdc_t proc_net_t:dir read; -/etc/init.d/kadmin start - allow kadmind_t krb5_conf_t:file write; - allow kadmind_t krb5kdc_conf_t:file write; diff --git a/testing/kerberos/kadm5.acl b/testing/kerberos/kadm5.acl deleted file mode 100644 index 9152d3d..0000000 --- a/testing/kerberos/kadm5.acl +++ /dev/null @@ -1 +0,0 @@ -*/admin@NOPLACE.ORG * diff --git a/testing/kerberos/kdc.conf b/testing/kerberos/kdc.conf deleted file mode 100644 index 6b198cf..0000000 --- a/testing/kerberos/kdc.conf +++ /dev/null @@ -1,17 +0,0 @@ -[kdcdefaults] - kdc_ports = 88,750 - -[realms] - NOPLACE.ORG = { - database_name = /var/kerberos/krb5kdc/princiapal - admin_keytab = /var/kerberos/krb5kdc/kadm5.acl - acl_file = /var/kerberos/krb5kdc/kadm5.acl - dict_file = /var/kerberos/krb5kdc/kadm5.dict - key_stash_file = /var/kerberos/krb5kdc/.k5.NOPLACE.ORG - kadmind_port = 749 - max_life = 10h 0m 0s - max_renewable_life = 7d 0h 0m 0s - #master_key_type = dec3-hmac-sha1 - #supported_enctypes = dec3-hmac-sha1:nromal des-cbc-crc:normal - } - diff --git a/testing/kerberos/krb5.conf b/testing/kerberos/krb5.conf deleted file mode 100644 index c04b715..0000000 --- a/testing/kerberos/krb5.conf +++ /dev/null @@ -1,18 +0,0 @@ -[libdefaults] - default_realm = NOPLACE.ORG - -[realms] - NOPLACE.ORG = { - kdc = NOPLACE.ORG:88 - admin_server = NOPLACE.ORG:749 - default_domain = noplace.org - } - -[domain_realm] - noplace.org = NOPLACE.ORG - .noplace.org = NOPLACE.ORG - -[logging] - kdc = FILE:/var/log/krb5kdc.log - admin_server = FILE:/var/log/kadmin.log - default = FILE:/var/log/krb5lib.log diff --git a/testing/ldap/README b/testing/ldap/README deleted file mode 100644 index 3f85e55..0000000 --- a/testing/ldap/README +++ /dev/null @@ -1,23 +0,0 @@ -The most important file is slapd.conf. it has some quick configs necisarry for testing. -the file slapd.conf belongs at /etc/openldap/slapd.conf - -install the packages if they are not already - yum -y install openldap-server openldap-clients - -add the root dn - slapadd -v -l root.ldif - -start the service - /etc/init.d/ldap start - -add some test entries (service must be running) - ldapmodify -D "cn=Manager,dc=plainjoe,dc=org" -w secret -x -a -v -f users.ldif - -remove them - ldapmodify -D "cn=Manager,dc=plainjoe,dc=org" -w secret -x -v -f remove_all.ldif - -read them with slapcat - slapcat - -or read them with a client tool - ldapsearch -x -b "dc=plainjoe,dc=org" "(objectclass=*)" diff --git a/testing/ldap/remove_all.ldif b/testing/ldap/remove_all.ldif deleted file mode 100644 index 499713e..0000000 --- a/testing/ldap/remove_all.ldif +++ /dev/null @@ -1,8 +0,0 @@ -dn: cn=Other Guy,ou=people,dc=plainjoe,dc=org -changetype: delete - -dn: cn=Some Guy,ou=people,dc=plainjoe,dc=org -changetype: delete - -dn: ou=people,dc=plainjoe,dc=org -changetype: delete diff --git a/testing/ldap/root.ldif b/testing/ldap/root.ldif deleted file mode 100644 index a376ce8..0000000 --- a/testing/ldap/root.ldif +++ /dev/null @@ -1,5 +0,0 @@ -dn: dc=plainjoe,dc=org -dc: plainjoe -objectClass: dcObject -objectClass: organizationalUnit -ou: PlainJoe Dot Org diff --git a/testing/ldap/slapd.conf b/testing/ldap/slapd.conf deleted file mode 100644 index 96a0177..0000000 --- a/testing/ldap/slapd.conf +++ /dev/null @@ -1,98 +0,0 @@ -# -# See slapd.conf(5) for details on configuration options. -# This file should NOT be world readable. -# -include /etc/openldap/schema/core.schema -include /etc/openldap/schema/cosine.schema -include /etc/openldap/schema/inetorgperson.schema -include /etc/openldap/schema/nis.schema - -# Allow LDAPv2 client connections. This is NOT the default. -allow bind_v2 - -# Do not enable referrals until AFTER you have a working directory -# service AND an understanding of referrals. -#referral ldap://root.openldap.org - -pidfile /var/run/slapd.pid -argsfile /var/run/slapd.args - -# Load dynamic backend modules: -# modulepath /usr/sbin/openldap -# moduleload back_bdb.la -# moduleload back_ldap.la -# moduleload back_ldbm.la -# moduleload back_passwd.la -# moduleload back_shell.la - -# The next three lines allow use of TLS for encrypting connections using a -# dummy test certificate which you can generate by changing to -# /etc/pki/tls/certs, running "make slapd.pem", and fixing permissions on -# slapd.pem so that the ldap user or group can read it. Your client software -# may balk at self-signed certificates, however. -# TLSCACertificateFile /etc/pki/tls/certs/ca-bundle.crt -# TLSCertificateFile /etc/pki/tls/certs/slapd.pem -# TLSCertificateKeyFile /etc/pki/tls/certs/slapd.pem - -# Sample security restrictions -# Require integrity protection (prevent hijacking) -# Require 112-bit (3DES or better) encryption for updates -# Require 63-bit encryption for simple bind -# security ssf=1 update_ssf=112 simple_bind=64 - -# Sample access control policy: -# Root DSE: allow anyone to read it -# Subschema (sub)entry DSE: allow anyone to read it -# Other DSEs: -# Allow self write access -# Allow authenticated users read access -# Allow anonymous users to authenticate -# Directives needed to implement policy: -# access to dn.base="" by * read -# access to dn.base="cn=Subschema" by * read -# access to * -# by self write -# by users read -# by anonymous auth -# -# if no access controls are present, the default policy -# allows anyone and everyone to read anything but restricts -# updates to rootdn. (e.g., "access to * by * read") -# -# rootdn can always read and write EVERYTHING! - -#just allow anyone to do whatever for testing purposes -access to * - by * write - -####################################################################### -# ldbm and/or bdb database definitions -####################################################################### - -database bdb -suffix "dc=plainjoe,dc=org" -rootdn "cn=Manager,dc=plainjoe,dc=org" -# Cleartext passwords, especially for the rootdn, should -# be avoided. See slappasswd(8) and slapd.conf(5) for details. -# Use of strong authentication encouraged. -# rootpw secret -# rootpw {crypt}ijFYNcSNctBYg -rootpw {SSHA}3Q3i+6viSPu3ZIso9ta6cYtNS4TEAXuO - -# The database directory MUST exist prior to running slapd AND -# should only be accessible by the slapd and slap tools. -# Mode 700 recommended. -directory /var/lib/ldap - -# Indices to maintain for this database -index objectClass eq,pres -index ou,cn,mail,surname,givenname eq,pres,sub -index uidNumber,gidNumber,loginShell eq,pres -index uid,memberUid eq,pres,sub -index nisMapName,nisMapEntry eq,pres,sub - -# Replicas of this database -#replogfile /var/lib/ldap/openldap-master-replog -#replica host=ldap-1.example.com:389 starttls=critical -# bindmethod=sasl saslmech=GSSAPI -# authcId=host/ldap-master.example.com@EXAMPLE.COM diff --git a/testing/ldap/users.ldif b/testing/ldap/users.ldif deleted file mode 100644 index 3ac0e27..0000000 --- a/testing/ldap/users.ldif +++ /dev/null @@ -1,23 +0,0 @@ -dn: ou=people,dc=plainjoe,dc=org -ou: people -objectClass: organizationalUnit - -dn: cn=Some Guy,ou=people,dc=plainjoe,dc=org -cn: Some Guy -sn: Guy -mail: sguy@place.com -mail: sguy@otherplace.com -labeledURI: http://www.place.com/sguy/index.php -roomNumber: 1234 his room -departmentNumber: sw devel -pager: 555-666-7777 -mobile: 898-898-8989 -objectClass: inetOrgPerson - -dn: cn=Other Guy,ou=people,dc=plainjoe,dc=org -cn: Other Guy -sn: Guy -mail: oguy@place.com -departmentNumber: hw devel -mobile: 898-898-9999 -objectClass: inetOrgPerson diff --git a/testing/mailman/README b/testing/mailman/README deleted file mode 100644 index d4f8f4d..0000000 --- a/testing/mailman/README +++ /dev/null @@ -1,23 +0,0 @@ -yum -y install sendmail-cf -yum -y install mailman - -cp mail /etc/ - -restart sendmail - -cd /usr/lib/mailman/ - -bin/newlist mailman - Enter the email of the person running the list: root@gibbson.edu - -copy the tail of bin/newlist to /etc/aliases -run newaliases - -bin/config_list -i /var/lib/mailman/data/sitelist.cfg mailman - -cp httpd.conf /etc/httpd/conf/httpd.conf - -restart apache -start mailman - -goto http://localhost/mailman/admin/mailman to test diff --git a/testing/mailman/httpd.conf b/testing/mailman/httpd.conf deleted file mode 100644 index ef5c340..0000000 --- a/testing/mailman/httpd.conf +++ /dev/null @@ -1,986 +0,0 @@ -# -# Based upon the NCSA server configuration files originally by Rob McCool. -# -# This is the main Apache server configuration file. It contains the -# configuration directives that give the server its instructions. -# See <URL:http://httpd.apache.org/docs-2.0/> for detailed information about -# the directives. -# -# Do NOT simply read the instructions in here without understanding -# what they do. They're here only as hints or reminders. If you are unsure -# consult the online docs. You have been warned. -# -# The configuration directives are grouped into three basic sections: -# 1. Directives that control the operation of the Apache server process as a -# whole (the 'global environment'). -# 2. Directives that define the parameters of the 'main' or 'default' server, -# which responds to requests that aren't handled by a virtual host. -# These directives also provide default values for the settings -# of all virtual hosts. -# 3. Settings for virtual hosts, which allow Web requests to be sent to -# different IP addresses or hostnames and have them handled by the -# same Apache server process. -# -# Configuration and logfile names: If the filenames you specify for many -# of the server's control files begin with "/" (or "drive:/" for Win32), the -# server will use that explicit path. If the filenames do *not* begin -# with "/", the value of ServerRoot is prepended -- so "logs/foo.log" -# with ServerRoot set to "/etc/httpd" will be interpreted by the -# server as "/etc/httpd/logs/foo.log". -# - -### Section 1: Global Environment -# -# The directives in this section affect the overall operation of Apache, -# such as the number of concurrent requests it can handle or where it -# can find its configuration files. -# - -# -# Don't give away too much information about all the subcomponents -# we are running. Comment out this line if you don't mind remote sites -# finding out what major optional modules you are running -ServerTokens OS - -# -# ServerRoot: The top of the directory tree under which the server's -# configuration, error, and log files are kept. -# -# NOTE! If you intend to place this on an NFS (or otherwise network) -# mounted filesystem then please read the LockFile documentation -# (available at <URL:http://httpd.apache.org/docs-2.0/mod/mpm_common.html#lockfile>); -# you will save yourself a lot of trouble. -# -# Do NOT add a slash at the end of the directory path. -# -ServerRoot "/etc/httpd" - -# -# PidFile: The file in which the server should record its process -# identification number when it starts. -# -PidFile run/httpd.pid - -# -# Timeout: The number of seconds before receives and sends time out. -# -Timeout 120 - -# -# KeepAlive: Whether or not to allow persistent connections (more than -# one request per connection). Set to "Off" to deactivate. -# -KeepAlive Off - -# -# MaxKeepAliveRequests: The maximum number of requests to allow -# during a persistent connection. Set to 0 to allow an unlimited amount. -# We recommend you leave this number high, for maximum performance. -# -MaxKeepAliveRequests 100 - -# -# KeepAliveTimeout: Number of seconds to wait for the next request from the -# same client on the same connection. -# -KeepAliveTimeout 15 - -## -## Server-Pool Size Regulation (MPM specific) -## - -# prefork MPM -# StartServers: number of server processes to start -# MinSpareServers: minimum number of server processes which are kept spare -# MaxSpareServers: maximum number of server processes which are kept spare -# ServerLimit: maximum value for MaxClients for the lifetime of the server -# MaxClients: maximum number of server processes allowed to start -# MaxRequestsPerChild: maximum number of requests a server process serves -<IfModule prefork.c> -StartServers 8 -MinSpareServers 5 -MaxSpareServers 20 -ServerLimit 256 -MaxClients 256 -MaxRequestsPerChild 4000 -</IfModule> - -# worker MPM -# StartServers: initial number of server processes to start -# MaxClients: maximum number of simultaneous client connections -# MinSpareThreads: minimum number of worker threads which are kept spare -# MaxSpareThreads: maximum number of worker threads which are kept spare -# ThreadsPerChild: constant number of worker threads in each server process -# MaxRequestsPerChild: maximum number of requests a server process serves -<IfModule worker.c> -StartServers 2 -MaxClients 150 -MinSpareThreads 25 -MaxSpareThreads 75 -ThreadsPerChild 25 -MaxRequestsPerChild 0 -</IfModule> - -# -# Listen: Allows you to bind Apache to specific IP addresses and/or -# ports, in addition to the default. See also the <VirtualHost> -# directive. -# -# Change this to Listen on specific IP addresses as shown below to -# prevent Apache from glomming onto all bound IP addresses (0.0.0.0) -# -#Listen 12.34.56.78:80 -Listen 80 - -# -# Dynamic Shared Object (DSO) Support -# -# To be able to use the functionality of a module which was built as a DSO you -# have to place corresponding `LoadModule' lines at this location so the -# directives contained in it are actually available _before_ they are used. -# Statically compiled modules (those listed by `httpd -l') do not need -# to be loaded here. -# -# Example: -# LoadModule foo_module modules/mod_foo.so -# -LoadModule access_module modules/mod_access.so -LoadModule auth_module modules/mod_auth.so -LoadModule auth_anon_module modules/mod_auth_anon.so -LoadModule auth_dbm_module modules/mod_auth_dbm.so -LoadModule auth_digest_module modules/mod_auth_digest.so -LoadModule ldap_module modules/mod_ldap.so -LoadModule auth_ldap_module modules/mod_auth_ldap.so -LoadModule include_module modules/mod_include.so -LoadModule log_config_module modules/mod_log_config.so -LoadModule logio_module modules/mod_logio.so -LoadModule env_module modules/mod_env.so -LoadModule ext_filter_module modules/mod_ext_filter.so -LoadModule mime_magic_module modules/mod_mime_magic.so -LoadModule expires_module modules/mod_expires.so -LoadModule deflate_module modules/mod_deflate.so -LoadModule headers_module modules/mod_headers.so -LoadModule usertrack_module modules/mod_usertrack.so -LoadModule setenvif_module modules/mod_setenvif.so -LoadModule mime_module modules/mod_mime.so -LoadModule dav_module modules/mod_dav.so -LoadModule status_module modules/mod_status.so -LoadModule autoindex_module modules/mod_autoindex.so -LoadModule info_module modules/mod_info.so -LoadModule dav_fs_module modules/mod_dav_fs.so -LoadModule vhost_alias_module modules/mod_vhost_alias.so -LoadModule negotiation_module modules/mod_negotiation.so -LoadModule dir_module modules/mod_dir.so -LoadModule actions_module modules/mod_actions.so -LoadModule speling_module modules/mod_speling.so -LoadModule userdir_module modules/mod_userdir.so -LoadModule alias_module modules/mod_alias.so -LoadModule rewrite_module modules/mod_rewrite.so -LoadModule proxy_module modules/mod_proxy.so -LoadModule proxy_ftp_module modules/mod_proxy_ftp.so -LoadModule proxy_http_module modules/mod_proxy_http.so -LoadModule proxy_connect_module modules/mod_proxy_connect.so -LoadModule cache_module modules/mod_cache.so -LoadModule suexec_module modules/mod_suexec.so -LoadModule disk_cache_module modules/mod_disk_cache.so -LoadModule file_cache_module modules/mod_file_cache.so -LoadModule mem_cache_module modules/mod_mem_cache.so -LoadModule cgi_module modules/mod_cgi.so - -# -# The following modules are not loaded by default: -# -#LoadModule cern_meta_module modules/mod_cern_meta.so -#LoadModule asis_module modules/mod_asis.so - -# -# Load config files from the config directory "/etc/httpd/conf.d". -# -Include conf.d/*.conf - -# -# ExtendedStatus controls whether Apache will generate "full" status -# information (ExtendedStatus On) or just basic information (ExtendedStatus -# Off) when the "server-status" handler is called. The default is Off. -# -#ExtendedStatus On - -# -# If you wish httpd to run as a different user or group, you must run -# httpd as root initially and it will switch. -# -# User/Group: The name (or #number) of the user/group to run httpd as. -# . On SCO (ODT 3) use "User nouser" and "Group nogroup". -# . On HPUX you may not be able to use shared memory as nobody, and the -# suggested workaround is to create a user www and use that user. -# NOTE that some kernels refuse to setgid(Group) or semctl(IPC_SET) -# when the value of (unsigned)Group is above 60000; -# don't use Group #-1 on these systems! -# -User apache -Group apache - -### Section 2: 'Main' server configuration -# -# The directives in this section set up the values used by the 'main' -# server, which responds to any requests that aren't handled by a -# <VirtualHost> definition. These values also provide defaults for -# any <VirtualHost> containers you may define later in the file. -# -# All of these directives may appear inside <VirtualHost> containers, -# in which case these default settings will be overridden for the -# virtual host being defined. -# - -# -# ServerAdmin: Your address, where problems with the server should be -# e-mailed. This address appears on some server-generated pages, such -# as error documents. e.g. admin@your-domain.com -# -ServerAdmin root@localhost - -# -# ServerName gives the name and port that the server uses to identify itself. -# This can often be determined automatically, but we recommend you specify -# it explicitly to prevent problems during startup. -# -# If this is not set to valid DNS name for your host, server-generated -# redirections will not work. See also the UseCanonicalName directive. -# -# If your host doesn't have a registered DNS name, enter its IP address here. -# You will have to access it by its address anyway, and this will make -# redirections work in a sensible way. -# -#ServerName www.example.com:80 - -# -# UseCanonicalName: Determines how Apache constructs self-referencing -# URLs and the SERVER_NAME and SERVER_PORT variables. -# When set "Off", Apache will use the Hostname and Port supplied -# by the client. When set "On", Apache will use the value of the -# ServerName directive. -# -UseCanonicalName Off - -# -# DocumentRoot: The directory out of which you will serve your -# documents. By default, all requests are taken from this directory, but -# symbolic links and aliases may be used to point to other locations. -# -DocumentRoot "/var/www/html" - -# -# Each directory to which Apache has access can be configured with respect -# to which services and features are allowed and/or disabled in that -# directory (and its subdirectories). -# -# First, we configure the "default" to be a very restrictive set of -# features. -# -<Directory /> - Options FollowSymLinks - AllowOverride None -</Directory> - -# -# Note that from this point forward you must specifically allow -# particular features to be enabled - so if something's not working as -# you might expect, make sure that you have specifically enabled it -# below. -# - -# -# This should be changed to whatever you set DocumentRoot to. -# -<Directory "/var/www/html"> - -# -# Possible values for the Options directive are "None", "All", -# or any combination of: -# Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews -# -# Note that "MultiViews" must be named *explicitly* --- "Options All" -# doesn't give it to you. -# -# The Options directive is both complicated and important. Please see -# http://httpd.apache.org/docs-2.0/mod/core.html#options -# for more information. -# - Options Indexes FollowSymLinks - -# -# AllowOverride controls what directives may be placed in .htaccess files. -# It can be "All", "None", or any combination of the keywords: -# Options FileInfo AuthConfig Limit -# - AllowOverride None - -# -# Controls who can get stuff from this server. -# - Order allow,deny - Allow from all - -</Directory> - -# -# UserDir: The name of the directory that is appended onto a user's home -# directory if a ~user request is received. -# -# The path to the end user account 'public_html' directory must be -# accessible to the webserver userid. This usually means that ~userid -# must have permissions of 711, ~userid/public_html must have permissions -# of 755, and documents contained therein must be world-readable. -# Otherwise, the client will only receive a "403 Forbidden" message. -# -# See also: http://httpd.apache.org/docs/misc/FAQ.html#forbidden -# -<IfModule mod_userdir.c> - # - # UserDir is disabled by default since it can confirm the presence - # of a username on the system (depending on home directory - # permissions). - # - UserDir disable - - # - # To enable requests to /~user/ to serve the user's public_html - # directory, remove the "UserDir disable" line above, and uncomment - # the following line instead: - # - #UserDir public_html - -</IfModule> - -# -# Control access to UserDir directories. The following is an example -# for a site where these directories are restricted to read-only. -# -#<Directory /home/*/public_html> -# AllowOverride FileInfo AuthConfig Limit -# Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec -# <Limit GET POST OPTIONS> -# Order allow,deny -# Allow from all -# </Limit> -# <LimitExcept GET POST OPTIONS> -# Order deny,allow -# Deny from all -# </LimitExcept> -#</Directory> - -# -# DirectoryIndex: sets the file that Apache will serve if a directory -# is requested. -# -# The index.html.var file (a type-map) is used to deliver content- -# negotiated documents. The MultiViews Option can be used for the -# same purpose, but it is much slower. -# -DirectoryIndex index.html index.html.var - -# -# AccessFileName: The name of the file to look for in each directory -# for additional configuration directives. See also the AllowOverride -# directive. -# -AccessFileName .htaccess - -# -# The following lines prevent .htaccess and .htpasswd files from being -# viewed by Web clients. -# -<Files ~ "^\.ht"> - Order allow,deny - Deny from all -</Files> - -# -# TypesConfig describes where the mime.types file (or equivalent) is -# to be found. -# -TypesConfig /etc/mime.types - -# -# DefaultType is the default MIME type the server will use for a document -# if it cannot otherwise determine one, such as from filename extensions. -# If your server contains mostly text or HTML documents, "text/plain" is -# a good value. If most of your content is binary, such as applications -# or images, you may want to use "application/octet-stream" instead to -# keep browsers from trying to display binary files as though they are -# text. -# -DefaultType text/plain - -# -# The mod_mime_magic module allows the server to use various hints from the -# contents of the file itself to determine its type. The MIMEMagicFile -# directive tells the module where the hint definitions are located. -# -<IfModule mod_mime_magic.c> -# MIMEMagicFile /usr/share/magic.mime - MIMEMagicFile conf/magic -</IfModule> - -# -# HostnameLookups: Log the names of clients or just their IP addresses -# e.g., www.apache.org (on) or 204.62.129.132 (off). -# The default is off because it'd be overall better for the net if people -# had to knowingly turn this feature on, since enabling it means that -# each client request will result in AT LEAST one lookup request to the -# nameserver. -# -HostnameLookups Off - -# -# EnableMMAP: Control whether memory-mapping is used to deliver -# files (assuming that the underlying OS supports it). -# The default is on; turn this off if you serve from NFS-mounted -# filesystems. On some systems, turning it off (regardless of -# filesystem) can improve performance; for details, please see -# http://httpd.apache.org/docs-2.0/mod/core.html#enablemmap -# -#EnableMMAP off - -# -# EnableSendfile: Control whether the sendfile kernel support is -# used to deliver files (assuming that the OS supports it). -# The default is on; turn this off if you serve from NFS-mounted -# filesystems. Please see -# http://httpd.apache.org/docs-2.0/mod/core.html#enablesendfile -# -#EnableSendfile off - -# -# ErrorLog: The location of the error log file. -# If you do not specify an ErrorLog directive within a <VirtualHost> -# container, error messages relating to that virtual host will be -# logged here. If you *do* define an error logfile for a <VirtualHost> -# container, that host's errors will be logged there and not here. -# -ErrorLog logs/error_log - -# -# LogLevel: Control the number of messages logged to the error_log. -# Possible values include: debug, info, notice, warn, error, crit, -# alert, emerg. -# -LogLevel warn - -# -# The following directives define some format nicknames for use with -# a CustomLog directive (see below). -# -LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined -LogFormat "%h %l %u %t \"%r\" %>s %b" common -LogFormat "%{Referer}i -> %U" referer -LogFormat "%{User-agent}i" agent - -# "combinedio" includes actual counts of actual bytes received (%I) and sent (%O); this -# requires the mod_logio module to be loaded. -#LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" %I %O" combinedio - -# -# The location and format of the access logfile (Common Logfile Format). -# If you do not define any access logfiles within a <VirtualHost> -# container, they will be logged here. Contrariwise, if you *do* -# define per-<VirtualHost> access logfiles, transactions will be -# logged therein and *not* in this file. -# -#CustomLog logs/access_log common - -# -# If you would like to have separate agent and referer logfiles, uncomment -# the following directives. -# -#CustomLog logs/referer_log referer -#CustomLog logs/agent_log agent - -# -# For a single logfile with access, agent, and referer information -# (Combined Logfile Format), use the following directive: -# -CustomLog logs/access_log combined - -# -# Optionally add a line containing the server version and virtual host -# name to server-generated pages (internal error documents, FTP directory -# listings, mod_status and mod_info output etc., but not CGI generated -# documents or custom error documents). -# Set to "EMail" to also include a mailto: link to the ServerAdmin. -# Set to one of: On | Off | EMail -# -ServerSignature On - -# -# Aliases: Add here as many aliases as you need (with no limit). The format is -# Alias fakename realname -# -# Note that if you include a trailing / on fakename then the server will -# require it to be present in the URL. So "/icons" isn't aliased in this -# example, only "/icons/". If the fakename is slash-terminated, then the -# realname must also be slash terminated, and if the fakename omits the -# trailing slash, the realname must also omit it. -# -# We include the /icons/ alias for FancyIndexed directory listings. If you -# do not use FancyIndexing, you may comment this out. -# -Alias /icons/ "/var/www/icons/" - -<Directory "/var/www/icons"> - Options Indexes MultiViews - AllowOverride None - Order allow,deny - Allow from all -</Directory> - -# -# WebDAV module configuration section. -# -<IfModule mod_dav_fs.c> - # Location of the WebDAV lock database. - DAVLockDB /var/lib/dav/lockdb -</IfModule> - -# -# ScriptAlias: This controls which directories contain server scripts. -# ScriptAliases are essentially the same as Aliases, except that -# documents in the realname directory are treated as applications and -# run by the server when requested rather than as documents sent to the client. -# The same rules about trailing "/" apply to ScriptAlias directives as to -# Alias. -# -ScriptAlias /cgi-bin/ "/var/www/cgi-bin/" - -# -# "/var/www/cgi-bin" should be changed to whatever your ScriptAliased -# CGI directory exists, if you have that configured. -# -<Directory "/var/www/cgi-bin"> - AllowOverride None - Options None - Order allow,deny - Allow from all -</Directory> - -ScriptAlias /mailman/ /usr/lib/mailman/cgi-bin/ -<Directory /usr/lib/mailman/cgi-bin/> - AllowOverride None - Options ExecCGI - Order allow,deny - Allow from all -</Directory> -Alias /pipermail/ /var/lib/mailman/archives/public/ - -# -# Redirect allows you to tell clients about documents which used to exist in -# your server's namespace, but do not anymore. This allows you to tell the -# clients where to look for the relocated document. -# Example: -# Redirect permanent /foo http://www.example.com/bar - -# -# Directives controlling the display of server-generated directory listings. -# - -# -# IndexOptions: Controls the appearance of server-generated directory -# listings. -# -IndexOptions FancyIndexing VersionSort NameWidth=* - -# -# AddIcon* directives tell the server which icon to show for different -# files or filename extensions. These are only displayed for -# FancyIndexed directories. -# -AddIconByEncoding (CMP,/icons/compressed.gif) x-compress x-gzip - -AddIconByType (TXT,/icons/text.gif) text/* -AddIconByType (IMG,/icons/image2.gif) image/* -AddIconByType (SND,/icons/sound2.gif) audio/* -AddIconByType (VID,/icons/movie.gif) video/* - -AddIcon /icons/binary.gif .bin .exe -AddIcon /icons/binhex.gif .hqx -AddIcon /icons/tar.gif .tar -AddIcon /icons/world2.gif .wrl .wrl.gz .vrml .vrm .iv -AddIcon /icons/compressed.gif .Z .z .tgz .gz .zip -AddIcon /icons/a.gif .ps .ai .eps -AddIcon /icons/layout.gif .html .shtml .htm .pdf -AddIcon /icons/text.gif .txt -AddIcon /icons/c.gif .c -AddIcon /icons/p.gif .pl .py -AddIcon /icons/f.gif .for -AddIcon /icons/dvi.gif .dvi -AddIcon /icons/uuencoded.gif .uu -AddIcon /icons/script.gif .conf .sh .shar .csh .ksh .tcl -AddIcon /icons/tex.gif .tex -AddIcon /icons/bomb.gif core - -AddIcon /icons/back.gif .. -AddIcon /icons/hand.right.gif README -AddIcon /icons/folder.gif ^^DIRECTORY^^ -AddIcon /icons/blank.gif ^^BLANKICON^^ - -# -# DefaultIcon is which icon to show for files which do not have an icon -# explicitly set. -# -DefaultIcon /icons/unknown.gif - -# -# AddDescription allows you to place a short description after a file in -# server-generated indexes. These are only displayed for FancyIndexed -# directories. -# Format: AddDescription "description" filename -# -#AddDescription "GZIP compressed document" .gz -#AddDescription "tar archive" .tar -#AddDescription "GZIP compressed tar archive" .tgz - -# -# ReadmeName is the name of the README file the server will look for by -# default, and append to directory listings. -# -# HeaderName is the name of a file which should be prepended to -# directory indexes. -ReadmeName README.html -HeaderName HEADER.html - -# -# IndexIgnore is a set of filenames which directory indexing should ignore -# and not include in the listing. Shell-style wildcarding is permitted. -# -IndexIgnore .??* *~ *# HEADER* README* RCS CVS *,v *,t - -# -# DefaultLanguage and AddLanguage allows you to specify the language of -# a document. You can then use content negotiation to give a browser a -# file in a language the user can understand. -# -# Specify a default language. This means that all data -# going out without a specific language tag (see below) will -# be marked with this one. You probably do NOT want to set -# this unless you are sure it is correct for all cases. -# -# * It is generally better to not mark a page as -# * being a certain language than marking it with the wrong -# * language! -# -# DefaultLanguage nl -# -# Note 1: The suffix does not have to be the same as the language -# keyword --- those with documents in Polish (whose net-standard -# language code is pl) may wish to use "AddLanguage pl .po" to -# avoid the ambiguity with the common suffix for perl scripts. -# -# Note 2: The example entries below illustrate that in some cases -# the two character 'Language' abbreviation is not identical to -# the two character 'Country' code for its country, -# E.g. 'Danmark/dk' versus 'Danish/da'. -# -# Note 3: In the case of 'ltz' we violate the RFC by using a three char -# specifier. There is 'work in progress' to fix this and get -# the reference data for rfc1766 cleaned up. -# -# Catalan (ca) - Croatian (hr) - Czech (cs) - Danish (da) - Dutch (nl) -# English (en) - Esperanto (eo) - Estonian (et) - French (fr) - German (de) -# Greek-Modern (el) - Hebrew (he) - Italian (it) - Japanese (ja) -# Korean (ko) - Luxembourgeois* (ltz) - Norwegian Nynorsk (nn) -# Norwegian (no) - Polish (pl) - Portugese (pt) -# Brazilian Portuguese (pt-BR) - Russian (ru) - Swedish (sv) -# Simplified Chinese (zh-CN) - Spanish (es) - Traditional Chinese (zh-TW) -# -AddLanguage ca .ca -AddLanguage cs .cz .cs -AddLanguage da .dk -AddLanguage de .de -AddLanguage el .el -AddLanguage en .en -AddLanguage eo .eo -AddLanguage es .es -AddLanguage et .et -AddLanguage fr .fr -AddLanguage he .he -AddLanguage hr .hr -AddLanguage it .it -AddLanguage ja .ja -AddLanguage ko .ko -AddLanguage ltz .ltz -AddLanguage nl .nl -AddLanguage nn .nn -AddLanguage no .no -AddLanguage pl .po -AddLanguage pt .pt -AddLanguage pt-BR .pt-br -AddLanguage ru .ru -AddLanguage sv .sv -AddLanguage zh-CN .zh-cn -AddLanguage zh-TW .zh-tw - -# -# LanguagePriority allows you to give precedence to some languages -# in case of a tie during content negotiation. -# -# Just list the languages in decreasing order of preference. We have -# more or less alphabetized them here. You probably want to change this. -# -LanguagePriority en ca cs da de el eo es et fr he hr it ja ko ltz nl nn no pl pt pt-BR ru sv zh-CN zh-TW - -# -# ForceLanguagePriority allows you to serve a result page rather than -# MULTIPLE CHOICES (Prefer) [in case of a tie] or NOT ACCEPTABLE (Fallback) -# [in case no accepted languages matched the available variants] -# -ForceLanguagePriority Prefer Fallback - -# -# Specify a default charset for all content served; this enables -# interpretation of all content as UTF-8 by default. To use the -# default browser choice (ISO-8859-1), or to allow the META tags -# in HTML content to override this choice, comment out this -# directive: -# -AddDefaultCharset UTF-8 - -# -# AddType allows you to add to or override the MIME configuration -# file mime.types for specific file types. -# -#AddType application/x-tar .tgz - -# -# AddEncoding allows you to have certain browsers uncompress -# information on the fly. Note: Not all browsers support this. -# Despite the name similarity, the following Add* directives have nothing -# to do with the FancyIndexing customization directives above. -# -#AddEncoding x-compress .Z -#AddEncoding x-gzip .gz .tgz - -# If the AddEncoding directives above are commented-out, then you -# probably should define those extensions to indicate media types: -# -AddType application/x-compress .Z -AddType application/x-gzip .gz .tgz - -# -# AddHandler allows you to map certain file extensions to "handlers": -# actions unrelated to filetype. These can be either built into the server -# or added with the Action directive (see below) -# -# To use CGI scripts outside of ScriptAliased directories: -# (You will also need to add "ExecCGI" to the "Options" directive.) -# -#AddHandler cgi-script .cgi - -# -# For files that include their own HTTP headers: -# -#AddHandler send-as-is asis - -# -# For type maps (negotiated resources): -# (This is enabled by default to allow the Apache "It Worked" page -# to be distributed in multiple languages.) -# -AddHandler type-map var - -# -# Filters allow you to process content before it is sent to the client. -# -# To parse .shtml files for server-side includes (SSI): -# (You will also need to add "Includes" to the "Options" directive.) -# -AddType text/html .shtml -AddOutputFilter INCLUDES .shtml - -# -# Action lets you define media types that will execute a script whenever -# a matching file is called. This eliminates the need for repeated URL -# pathnames for oft-used CGI file processors. -# Format: Action media/type /cgi-script/location -# Format: Action handler-name /cgi-script/location -# - -# -# Customizable error responses come in three flavors: -# 1) plain text 2) local redirects 3) external redirects -# -# Some examples: -#ErrorDocument 500 "The server made a boo boo." -#ErrorDocument 404 /missing.html -#ErrorDocument 404 "/cgi-bin/missing_handler.pl" -#ErrorDocument 402 http://www.example.com/subscription_info.html -# - -# -# Putting this all together, we can internationalize error responses. -# -# We use Alias to redirect any /error/HTTP_<error>.html.var response to -# our collection of by-error message multi-language collections. We use -# includes to substitute the appropriate text. -# -# You can modify the messages' appearance without changing any of the -# default HTTP_<error>.html.var files by adding the line: -# -# Alias /error/include/ "/your/include/path/" -# -# which allows you to create your own set of files by starting with the -# /var/www/error/include/ files and -# copying them to /your/include/path/, even on a per-VirtualHost basis. -# - -Alias /error/ "/var/www/error/" - -<IfModule mod_negotiation.c> -<IfModule mod_include.c> - <Directory "/var/www/error"> - AllowOverride None - Options IncludesNoExec - AddOutputFilter Includes html - AddHandler type-map var - Order allow,deny - Allow from all - LanguagePriority en es de fr - ForceLanguagePriority Prefer Fallback - </Directory> - -# ErrorDocument 400 /error/HTTP_BAD_REQUEST.html.var -# ErrorDocument 401 /error/HTTP_UNAUTHORIZED.html.var -# ErrorDocument 403 /error/HTTP_FORBIDDEN.html.var -# ErrorDocument 404 /error/HTTP_NOT_FOUND.html.var -# ErrorDocument 405 /error/HTTP_METHOD_NOT_ALLOWED.html.var -# ErrorDocument 408 /error/HTTP_REQUEST_TIME_OUT.html.var -# ErrorDocument 410 /error/HTTP_GONE.html.var -# ErrorDocument 411 /error/HTTP_LENGTH_REQUIRED.html.var -# ErrorDocument 412 /error/HTTP_PRECONDITION_FAILED.html.var -# ErrorDocument 413 /error/HTTP_REQUEST_ENTITY_TOO_LARGE.html.var -# ErrorDocument 414 /error/HTTP_REQUEST_URI_TOO_LARGE.html.var -# ErrorDocument 415 /error/HTTP_UNSUPPORTED_MEDIA_TYPE.html.var -# ErrorDocument 500 /error/HTTP_INTERNAL_SERVER_ERROR.html.var -# ErrorDocument 501 /error/HTTP_NOT_IMPLEMENTED.html.var -# ErrorDocument 502 /error/HTTP_BAD_GATEWAY.html.var -# ErrorDocument 503 /error/HTTP_SERVICE_UNAVAILABLE.html.var -# ErrorDocument 506 /error/HTTP_VARIANT_ALSO_VARIES.html.var - -</IfModule> -</IfModule> - -# -# The following directives modify normal HTTP response behavior to -# handle known problems with browser implementations. -# -BrowserMatch "Mozilla/2" nokeepalive -BrowserMatch "MSIE 4\.0b2;" nokeepalive downgrade-1.0 force-response-1.0 -BrowserMatch "RealPlayer 4\.0" force-response-1.0 -BrowserMatch "Java/1\.0" force-response-1.0 -BrowserMatch "JDK/1\.0" force-response-1.0 - -# -# The following directive disables redirects on non-GET requests for -# a directory that does not include the trailing slash. This fixes a -# problem with Microsoft WebFolders which does not appropriately handle -# redirects for folders with DAV methods. -# Same deal with Apple's DAV filesystem and Gnome VFS support for DAV. -# -BrowserMatch "Microsoft Data Access Internet Publishing Provider" redirect-carefully -BrowserMatch "^WebDrive" redirect-carefully -BrowserMatch "^WebDAVFS/1.[012]" redirect-carefully -BrowserMatch "^gnome-vfs" redirect-carefully - -# -# Allow server status reports generated by mod_status, -# with the URL of http://servername/server-status -# Change the ".example.com" to match your domain to enable. -# -#<Location /server-status> -# SetHandler server-status -# Order deny,allow -# Deny from all -# Allow from .example.com -#</Location> - -# -# Allow remote server configuration reports, with the URL of -# http://servername/server-info (requires that mod_info.c be loaded). -# Change the ".example.com" to match your domain to enable. -# -#<Location /server-info> -# SetHandler server-info -# Order deny,allow -# Deny from all -# Allow from .example.com -#</Location> - -# -# Proxy Server directives. Uncomment the following lines to -# enable the proxy server: -# -#<IfModule mod_proxy.c> -#ProxyRequests On -# -#<Proxy *> -# Order deny,allow -# Deny from all -# Allow from .example.com -#</Proxy> - -# -# Enable/disable the handling of HTTP/1.1 "Via:" headers. -# ("Full" adds the server version; "Block" removes all outgoing Via: headers) -# Set to one of: Off | On | Full | Block -# -#ProxyVia On - -# -# To enable a cache of proxied content, uncomment the following lines. -# See http://httpd.apache.org/docs-2.0/mod/mod_cache.html for more details. -# -#<IfModule mod_disk_cache.c> -# CacheEnable disk / -# CacheRoot "/var/cache/mod_proxy" -#</IfModule> -# - -#</IfModule> -# End of proxy directives. - -### Section 3: Virtual Hosts -# -# VirtualHost: If you want to maintain multiple domains/hostnames on your -# machine you can setup VirtualHost containers for them. Most configurations -# use only name-based virtual hosts so the server doesn't need to worry about -# IP addresses. This is indicated by the asterisks in the directives below. -# -# Please see the documentation at -# <URL:http://httpd.apache.org/docs-2.0/vhosts/> -# for further details before you try to setup virtual hosts. -# -# You may use the command line option '-S' to verify your virtual host -# configuration. - -# -# Use name-based virtual hosting. -# -#NameVirtualHost *:80 -# -# NOTE: NameVirtualHost cannot be used without a port specifier -# (e.g. :80) if mod_ssl is being used, due to the nature of the -# SSL protocol. -# - -# -# VirtualHost example: -# Almost any Apache directive may go into a VirtualHost container. -# The first VirtualHost section is used for requests without a known -# server name. -# -#<VirtualHost *:80> -# ServerAdmin webmaster@dummy-host.example.com -# DocumentRoot /www/docs/dummy-host.example.com -# ServerName dummy-host.example.com -# ErrorLog logs/dummy-host.example.com-error_log -# CustomLog logs/dummy-host.example.com-access_log common -#</VirtualHost> diff --git a/testing/mailman/mail/Makefile b/testing/mailman/mail/Makefile deleted file mode 100644 index 80ff77f..0000000 --- a/testing/mailman/mail/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -# These could be used by sendmail, but are not part of the default install. -# To use them you will have to generate your own sendmail.cf with -# FEATURE('whatever') -# -POSSIBLE += $(shell test -f bitdomain && echo bitdomain.db) -POSSIBLE += $(shell test -f uudomain && echo uudomain.db) -POSSIBLE += $(shell test -f genericstable && echo genericstable.db) -POSSIBLE += $(shell test -f userdb && echo userdb.db) -POSSIBLE += $(shell test -f authinfo && echo authinfo.db) -CFFILES = sendmail.cf submit.cf - - -all: ${CFFILES} ${POSSIBLE} virtusertable.db access.db domaintable.db mailertable.db - -userdb.db: userdb - @makemap btree $@ < $< - -%.db: % - @makemap hash $@ < $< - -%.cf: %.mc - @if test -f /usr/share/sendmail-cf/m4/cf.m4; then \ - umask 022; \ - mv -f $@ $@.bak; \ - m4 $< > $@; \ - else \ - echo -e "WARNING: '$<' is modified. Please install package sendmail-cf to update your configuration."; \ - fi - -clean: - rm -f *.db *~ - -start: - service sendmail start - -stop: - service sendmail stop - -restart: - service sendmail restart - diff --git a/testing/mailman/mail/access b/testing/mailman/mail/access deleted file mode 100644 index d819a50..0000000 --- a/testing/mailman/mail/access +++ /dev/null @@ -1,10 +0,0 @@ -# Check the /usr/share/doc/sendmail/README.cf file for a description -# of the format of this file. (search for access_db in that file) -# The /usr/share/doc/sendmail/README.cf is part of the sendmail-doc -# package. -# -# by default we allow relaying from localhost... -localhost.localdomain RELAY -localhost RELAY -127.0.0.1 RELAY - diff --git a/testing/mailman/mail/access.db b/testing/mailman/mail/access.db deleted file mode 100644 index 753e958..0000000 Binary files a/testing/mailman/mail/access.db and /dev/null differ diff --git a/testing/mailman/mail/aliases b/testing/mailman/mail/aliases deleted file mode 120000 index dd61026..0000000 --- a/testing/mailman/mail/aliases +++ /dev/null @@ -1 +0,0 @@ -/etc/aliases \ No newline at end of file diff --git a/testing/mailman/mail/aliases.db b/testing/mailman/mail/aliases.db deleted file mode 100644 index 3666670..0000000 Binary files a/testing/mailman/mail/aliases.db and /dev/null differ diff --git a/testing/mailman/mail/domaintable b/testing/mailman/mail/domaintable deleted file mode 100644 index e69de29..0000000 --- a/testing/mailman/mail/domaintable +++ /dev/null diff --git a/testing/mailman/mail/domaintable.db b/testing/mailman/mail/domaintable.db deleted file mode 100644 index 80552ba..0000000 Binary files a/testing/mailman/mail/domaintable.db and /dev/null differ diff --git a/testing/mailman/mail/helpfile b/testing/mailman/mail/helpfile deleted file mode 100644 index 5c502d3..0000000 --- a/testing/mailman/mail/helpfile +++ /dev/null @@ -1,136 +0,0 @@ -#vers 2 -cpyr -cpyr Copyright (c) 1998-2000, 2002, 2004, 2005 Sendmail, Inc. and its suppliers. -cpyr All rights reserved. -cpyr Copyright (c) 1983, 1995-1997 Eric P. Allman. All rights reserved. -cpyr Copyright (c) 1988, 1993 -cpyr The Regents of the University of California. All rights reserved. -cpyr -cpyr -cpyr By using this file, you agree to the terms and conditions set -cpyr forth in the LICENSE file which can be found at the top level of -cpyr the sendmail distribution. -cpyr -cpyr $$Id: helpfile,v 8.45 2005/09/13 00:05:23 ca Exp $$ -cpyr -smtp This is sendmail version $v -smtp Topics: -smtp HELO EHLO MAIL RCPT DATA -smtp RSET NOOP QUIT HELP VRFY -smtp EXPN VERB ETRN DSN AUTH -smtp STARTTLS -smtp For more info use "HELP <topic>". -smtp To report bugs in the implementation send email to -smtp sendmail-bugs@sendmail.org. -smtp For local information send email to Postmaster at your site. -help HELP [ <topic> ] -help The HELP command gives help info. -helo HELO <hostname> -helo Introduce yourself. -ehlo EHLO <hostname> -ehlo Introduce yourself, and request extended SMTP mode. -ehlo Possible replies include: -ehlo SEND Send as mail [RFC821] -ehlo SOML Send as mail or terminal [RFC821] -ehlo SAML Send as mail and terminal [RFC821] -ehlo EXPN Expand the mailing list [RFC821] -ehlo HELP Supply helpful information [RFC821] -ehlo TURN Turn the operation around [RFC821] -ehlo 8BITMIME Use 8-bit data [RFC1652] -ehlo SIZE Message size declaration [RFC1870] -ehlo VERB Verbose [Allman] -ehlo CHUNKING Chunking [RFC1830] -ehlo BINARYMIME Binary MIME [RFC1830] -ehlo PIPELINING Command Pipelining [RFC1854] -ehlo DSN Delivery Status Notification [RFC1891] -ehlo ETRN Remote Message Queue Starting [RFC1985] -ehlo STARTTLS Secure SMTP [RFC2487] -ehlo AUTH Authentication [RFC2554] -ehlo ENHANCEDSTATUSCODES Enhanced status codes [RFC2034] -ehlo DELIVERBY Deliver By [RFC2852] -mail MAIL From:<sender> [ <parameters> ] -mail Specifies the sender. Parameters are ESMTP extensions. -mail See "HELP DSN" for details. -rcpt RCPT To:<recipient> [ <parameters> ] -rcpt Specifies the recipient. Can be used any number of times. -rcpt Parameters are ESMTP extensions. See "HELP DSN" for details. -data DATA -data Following text is collected as the message. -data End with a single dot. -rset RSET -rset Resets the system. -quit QUIT -quit Exit sendmail (SMTP). -auth AUTH mechanism [initial-response] -auth Start authentication. -starttls STARTTLS -starttls Start TLS negotiation. -verb VERB -verb Go into verbose mode. This sends 0xy responses that are -verb not RFC821 standard (but should be) They are recognized -verb by humans and other sendmail implementations. -vrfy VRFY <recipient> -vrfy Verify an address. If you want to see what it aliases -vrfy to, use EXPN instead. -expn EXPN <recipient> -expn Expand an address. If the address indicates a mailing -expn list, return the contents of that list. -noop NOOP -noop Do nothing. -send SEND FROM: <sender> -send replaces the MAIL command, and can be used to send -send directly to a users terminal. Not supported in this -send implementation. -soml SOML FROM: <sender> -soml Send or mail. If the user is logged in, send directly, -soml otherwise mail. Not supported in this implementation. -saml SAML FROM: <sender> -saml Send and mail. Send directly to the user's terminal, -saml and also mail a letter. Not supported in this -saml implementation. -turn TURN -turn Reverses the direction of the connection. Not currently -turn implemented. -etrn ETRN [ <hostname> | @<domain> | \#<queuename> ] -etrn Run the queue for the specified <hostname>, or -etrn all hosts within a given <domain>, or a specially-named -etrn <queuename> (implementation-specific). -dsn MAIL FROM: <sender> [ RET={ FULL | HDRS} ] [ ENVID=<envid> ] -dsn RCPT TO: <recipient> [ NOTIFY={NEVER,SUCCESS,FAILURE,DELAY} ] -dsn [ ORCPT=<recipient> ] -dsn SMTP Delivery Status Notifications. -dsn Descriptions: -dsn RET Return either the full message or only headers. -dsn ENVID Sender's "envelope identifier" for tracking. -dsn NOTIFY When to send a DSN. Multiple options are OK, comma- -dsn delimited. NEVER must appear by itself. -dsn ORCPT Original recipient. --bt Help for test mode: --bt ? :this help message. --bt .Dmvalue :define macro `m' to `value'. --bt .Ccvalue :add `value' to class `c'. --bt =Sruleset :dump the contents of the indicated ruleset. --bt =M :display the known mailers. --bt -ddebug-spec :equivalent to the command-line -d debug flag. --bt $$m :print the value of macro $$m. --bt $$=c :print the contents of class $$=c. --bt /mx host :returns the MX records for `host'. --bt /parse address :parse address, returning the value of crackaddr, and --bt the parsed address. --bt /try mailer addr :rewrite address into the form it will have when --bt presented to the indicated mailer. --bt /tryflags flags :set flags used by parsing. The flags can be `H' for --bt Header or `E' for Envelope, and `S' for Sender or `R' --bt for Recipient. These can be combined, `HR' sets --bt flags for header recipients. --bt /canon hostname :try to canonify hostname. --bt /map mapname key :look up `key' in the indicated `mapname'. --bt /quit :quit address test mode. --bt rules addr :run the indicated address through the named rules. --bt Rules can be a comma separated list of rules. -control Help for smcontrol: -control help This message. -control restart Restart sendmail. -control shutdown Shutdown sendmail. -control status Show sendmail status. -control memdump Dump allocated memory list (for debugging only). diff --git a/testing/mailman/mail/lists b/testing/mailman/mail/lists deleted file mode 100644 index e69de29..0000000 --- a/testing/mailman/mail/lists +++ /dev/null diff --git a/testing/mailman/mail/local-host-names b/testing/mailman/mail/local-host-names deleted file mode 100644 index 9248c00..0000000 --- a/testing/mailman/mail/local-host-names +++ /dev/null @@ -1 +0,0 @@ -# local-host-names - include all aliases for your machine here. diff --git a/testing/mailman/mail/mailertable.db b/testing/mailman/mail/mailertable.db deleted file mode 100644 index d8a54a5..0000000 Binary files a/testing/mailman/mail/mailertable.db and /dev/null differ diff --git a/testing/mailman/mail/mm-handler b/testing/mailman/mail/mm-handler deleted file mode 100644 index a198649..0000000 --- a/testing/mailman/mail/mm-handler +++ /dev/null @@ -1,236 +0,0 @@ -#!/usr/local/bin/perl -## -## Sendmail mailer for Mailman -## -## Simulates these aliases: -## -##testlist: "|/home/mailman/mail/mailman post testlist" -##testlist-admin: "|/home/mailman/mail/mailman admin testlist" -##testlist-bounces: "|/home/mailman/mail/mailman bounces testlist" -##testlist-confirm: "|/home/mailman/mail/mailman confirm testlist" -##testlist-join: "|/home/mailman/mail/mailman join testlist" -##testlist-leave: "|/home/mailman/mail/mailman leave testlist" -##testlist-owner: "|/home/mailman/mail/mailman owner testlist" -##testlist-request: "|/home/mailman/mail/mailman request testlist" -##testlist-subscribe: "|/home/mailman/mail/mailman subscribe testlist" -##testlist-unsubscribe: "|/home/mailman/mail/mailman unsubscribe testlist" -##owner-testlist: testlist-owner - -## Some assembly required. -$MMWRAPPER = "/etc/mail/mailman"; -$MMLISTDIR = "/etc/mailman/lists"; -$SENDMAIL = "/usr/lib/sendmail -oem -oi"; -$VERSION = '$Id: mm-handler,v 1.2 2002/04/05 19:41:09 bwarsaw Exp $'; - -## Comment this if you offer local user addresses. -$NOUSERS = "\nPersonal e-mail addresses are not offered by this server."; - -# uncomment for debugging.... -#$DEBUG = 1; - -use FileHandle; -use Sys::Hostname; -use Socket; - -($VERS_STR = $VERSION) =~ s/^\$\S+\s+(\S+),v\s+(\S+\s+\S+\s+\S+).*/\1 \2/; - -$BOUNDARY = sprintf("%08x-%d", time, time % $$); - -## Informative, non-standard rejection letter -sub mail_error { - my ($in, $to, $list, $server, $reason) = @_; - my $sendmail; - - if ($server && $server ne "") { - $servname = $server; - } else { - $servname = "This server"; - $server = &get_ip_addr; - } - - #$sendmail = new FileHandle ">/tmp/mm-$$"; - $sendmail = new FileHandle "|$SENDMAIL $to"; - if (!defined($sendmail)) { - print STDERR "$0: cannot exec \"$SENDMAIL\"\n"; - exit (-1); - } - - $sendmail->print ("From: MAILER-DAEMON\@$server -To: $to -Subject: Returned mail: List unknown -Mime-Version: 1.0 -Content-type: multipart/mixed; boundary=\"$BOUNDARY\" -Content-Disposition: inline - ---$BOUNDARY -Content-Type: text/plain; charset=us-ascii -Content-Description: Error processing your mail -Content-Disposition: inline - -Your mail for $list could not be sent: - $reason - -For a list of publicly-advertised mailing lists hosted on this server, -visit this URL: - http://$server/ - -If this does not resolve your problem, you may write to: - postmaster\@$server -or - mailman-owner\@$server - - -$servname delivers e-mail to registered mailing lists -and to the administrative addresses defined and required by IETF -Request for Comments (RFC) 2142 [1]. -$NOUSERS - -The Internet Engineering Task Force [2] (IETF) oversees the development -of open standards for the Internet community, including the protocols -and formats employed by Internet mail systems. - -For your convenience, your original mail is attached. - - -[1] Crocker, D. \"Mailbox Names for Common Services, Roles and - Functions\". http://www.ietf.org/rfc/rfc2142.txt - -[2] http://www.ietf.org/ - ---$BOUNDARY -Content-Type: message/rfc822 -Content-Description: Your undelivered mail -Content-Disposition: attachment - -"); - - while ($_ = <$in>) { - $sendmail->print ($_); - } - - $sendmail->print ("\n"); - $sendmail->print ("--$BOUNDARY--\n"); - - close($sendmail); -} - -## Get my IP address, in case my sendmail doesn't tell me my name. -sub get_ip_addr { - my $host = hostname; - my $ip = gethostbyname($host); - return inet_ntoa($ip); -} - -## Split an address into its base list name and the appropriate command -## for the relevant function. -sub split_addr { - my ($addr) = @_; - my ($list, $cmd); - my @validfields = qw(admin bounces confirm join leave owner request - subscribe unsubscribe); - - if ($addr =~ /(.*)-(.*)\+.*$/) { - $list = $1; - $cmd = "$2"; - } else { - $addr =~ /(.*)-(.*)$/; - $list = $1; - $cmd = $2; - } - if (grep /^$cmd$/, @validfields) { - if ($list eq "owner") { - $list = $cmd; - $cmd = "owner"; - } - } else { - $list = $addr; - $cmd = "post"; - } - - return ($list, $cmd); -} - -## The time, formatted as for an mbox's "From_" line. -sub mboxdate { - my ($time) = @_; - my @days = qw(Sun Mon Tue Wed Thu Fri Sat); - my @months = qw(Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec); - my ($sec, $min, $hour, $mday, $mon, $year, $wday, $yday, $isdst) = - localtime($time); - - ## Two-digit year handling complies with RFC 2822 (section 4.3), - ## with the addition that three-digit years are accommodated. - if ($year < 50) { - $year += 2000; - } elsif ($year < 1900) { - $year += 1900; - } - - return sprintf ("%s %s %2d %02d:%02d:%02d %d", - $days[$wday], $months[$mon], $mday, - $hour, $min, $sec, $year); -} - -BEGIN: { - $sender = undef; - $server = undef; - @to = (); - while ($#ARGV >= 0) { - if ($ARGV[0] eq "-r") { - $sender = $ARGV[1]; - shift @ARGV; - } elsif (!defined($server)) { - $server = $ARGV[0]; - } else { - push(@to, $ARGV[0]); - } - shift @ARGV; - } - - if ($DEBUG) { - $to = join(',', @to); - print STDERR "to: $to\n"; - print STDERR "sender: $sender\n"; - print STDERR "server: $server\n"; - exit(-1); - } - -ADDR: for $addr (@to) { - $prev = undef; - $list = $addr; - - $cmd= "post"; - if (! -f "$MMLISTDIR/$list/config.pck") { - ($list, $cmd) = &split_addr($list); - if (! -f "$MMLISTDIR/$list/config.pck") { - $was_to = $addr; - $was_to .= "\@$server" if ("$server" ne ""); - mail_error(\*STDIN, $sender, $was_to, $server, - "no list named \"$list\" is known by $server"); - next ADDR; - } - } - - $wrapper = new FileHandle "|$MMWRAPPER $cmd $list"; - if (!defined($wrapper)) { - ## Defer? - print STDERR "$0: cannot exec ", - "\"$MMWRAPPER $cmd $list\": deferring\n"; - exit (-1); - } - - # Don't need these without the "n" flag on the mailer def.... - #$date = &mboxdate(time); - #$wrapper->print ("From $sender $date\n"); - - # ...because we use these instead. - $from_ = <STDIN>; - $wrapper->print ($from_); - - $wrapper->print ("X-Mailman-Handler: $VERSION\n"); - while (<STDIN>) { - $wrapper->print ($_); - } - close($wrapper); - } -} diff --git a/testing/mailman/mail/sendmail.cf2 b/testing/mailman/mail/sendmail.cf2 deleted file mode 100644 index 612930f..0000000 --- a/testing/mailman/mail/sendmail.cf2 +++ /dev/null @@ -1,1825 +0,0 @@ -# -# Copyright (c) 1998-2004 Sendmail, Inc. and its suppliers. -# All rights reserved. -# Copyright (c) 1983, 1995 Eric P. Allman. All rights reserved. -# Copyright (c) 1988, 1993 -# The Regents of the University of California. All rights reserved. -# -# By using this file, you agree to the terms and conditions set -# forth in the LICENSE file which can be found at the top level of -# the sendmail distribution. -# -# - -###################################################################### -###################################################################### -##### -##### SENDMAIL CONFIGURATION FILE -##### -##### built by root@gibbons on Thu Nov 10 11:40:01 EST 2005 -##### in /etc/mail -##### using /usr/share/sendmail-cf/ as configuration include directory -##### -###################################################################### -##### -##### DO NOT EDIT THIS FILE! Only edit the source .mc file. -##### -###################################################################### -###################################################################### - -##### $Id: cfhead.m4,v 8.116 2004/01/28 22:02:22 ca Exp $ ##### -##### $Id: cf.m4,v 8.32 1999/02/07 07:26:14 gshapiro Exp $ ##### -##### setup for Red Hat Linux ##### -##### $Id: linux.m4,v 8.13 2000/09/17 17:30:00 gshapiro Exp $ ##### - - - -##### $Id: local_procmail.m4,v 8.22 2002/11/17 04:24:19 ca Exp $ ##### - - -##### $Id: no_default_msa.m4,v 8.2 2001/02/14 05:03:22 gshapiro Exp $ ##### - -##### $Id: smrsh.m4,v 8.14 1999/11/18 05:06:23 ca Exp $ ##### - -##### $Id: mailertable.m4,v 8.25 2002/06/27 23:23:57 gshapiro Exp $ ##### - -##### $Id: virtusertable.m4,v 8.23 2002/06/27 23:23:57 gshapiro Exp $ ##### - -##### $Id: redirect.m4,v 8.15 1999/08/06 01:47:36 gshapiro Exp $ ##### - -##### $Id: always_add_domain.m4,v 8.11 2000/09/12 22:00:53 ca Exp $ ##### - -##### $Id: use_cw_file.m4,v 8.11 2001/08/26 20:58:57 gshapiro Exp $ ##### - - -##### $Id: use_ct_file.m4,v 8.11 2001/08/26 20:58:57 gshapiro Exp $ ##### - - -##### $Id: local_procmail.m4,v 8.22 2002/11/17 04:24:19 ca Exp $ ##### - -##### $Id: access_db.m4,v 8.26 2004/06/24 18:10:02 ca Exp $ ##### - -##### $Id: blacklist_recipients.m4,v 8.13 1999/04/02 02:25:13 gshapiro Exp $ ##### - -##### $Id: accept_unresolvable_domains.m4,v 8.10 1999/02/07 07:26:07 gshapiro Exp $ ##### - - -##### $Id: proto.m4,v 8.718 2005/08/24 18:07:23 ca Exp $ ##### - -# level 10 config file format -V10/Berkeley - -# override file safeties - setting this option compromises system security, -# addressing the actual file configuration problem is preferred -# need to set this before any file actions are encountered in the cf file -#O DontBlameSendmail=safe - -# default LDAP map specification -# need to set this now before any LDAP maps are defined -#O LDAPDefaultSpec=-h localhost - -################## -# local info # -################## - -# my LDAP cluster -# need to set this before any LDAP lookups are done (including classes) -#D{sendmailMTACluster}$m - -Cwlocalhost -# file containing names of hosts for which we receive email -Fw/etc/mail/local-host-names - -# my official domain name -# ... define this only if sendmail cannot automatically determine your domain -#Dj$w.Foo.COM - -# host/domain names ending with a token in class P are canonical -CP. - -# "Smart" relay host (may be null) -DS - - -# operators that cannot be in local usernames (i.e., network indicators) -CO @ % ! - -# a class with just dot (for identifying canonical names) -C.. - -# a class with just a left bracket (for identifying domain literals) -C[[ - -# access_db acceptance class -C{Accept}OK RELAY - - -C{ResOk}OKR - - -# Hosts for which relaying is permitted ($=R) -FR-o /etc/mail/relay-domains - -# arithmetic map -Karith arith -# macro storage map -Kmacro macro -# possible values for TLS_connection in access map -C{Tls}VERIFY ENCR - - - - - -# dequoting map -Kdequote dequote - -# class E: names that should be exposed as from this host, even if we masquerade -# class L: names that should be delivered locally, even if we have a relay -# class M: domains that should be converted to $M -# class N: domains that should not be converted to $M -#CL root -C{E}root -C{w}localhost.localdomain - - - -# my name for error messages -DnMAILER-DAEMON - - -# Mailer table (overriding domains) -Kmailertable hash -o /etc/mail/mailertable.db - -# Virtual user table (maps incoming users) -Kvirtuser hash -o /etc/mail/virtusertable.db - -CPREDIRECT - -# Access list database (for spam stomping) -Kaccess hash -T<TMPF> -o /etc/mail/access.db - -# Configuration version number -DZ8.13.5 - - -############### -# Options # -############### - -# strip message body to 7 bits on input? -O SevenBitInput=False - -# 8-bit data handling -#O EightBitMode=pass8 - -# wait for alias file rebuild (default units: minutes) -O AliasWait=10 - -# location of alias file -O AliasFile=/etc/aliases - -# minimum number of free blocks on filesystem -O MinFreeBlocks=100 - -# maximum message size -#O MaxMessageSize=0 - -# substitution for space (blank) characters -O BlankSub=. - -# avoid connecting to "expensive" mailers on initial submission? -O HoldExpensive=False - -# checkpoint queue runs after every N successful deliveries -#O CheckpointInterval=10 - -# default delivery mode -O DeliveryMode=background - -# error message header/file -#O ErrorHeader=/etc/mail/error-header - -# error mode -#O ErrorMode=print - -# save Unix-style "From_" lines at top of header? -#O SaveFromLine=False - -# queue file mode (qf files) -#O QueueFileMode=0600 - -# temporary file mode -O TempFileMode=0600 - -# match recipients against GECOS field? -#O MatchGECOS=False - -# maximum hop count -#O MaxHopCount=25 - -# location of help file -O HelpFile=/etc/mail/helpfile - -# ignore dots as terminators in incoming messages? -#O IgnoreDots=False - -# name resolver options -#O ResolverOptions=+AAONLY - -# deliver MIME-encapsulated error messages? -O SendMimeErrors=True - -# Forward file search path -O ForwardPath=$z/.forward.$w:$z/.forward - -# open connection cache size -O ConnectionCacheSize=2 - -# open connection cache timeout -O ConnectionCacheTimeout=5m - -# persistent host status directory -#O HostStatusDirectory=.hoststat - -# single thread deliveries (requires HostStatusDirectory)? -#O SingleThreadDelivery=False - -# use Errors-To: header? -O UseErrorsTo=False - -# log level -O LogLevel=9 - -# send to me too, even in an alias expansion? -#O MeToo=True - -# verify RHS in newaliases? -O CheckAliases=False - -# default messages to old style headers if no special punctuation? -O OldStyleHeaders=True - -# SMTP daemon options - -O DaemonPortOptions=Port=smtp,Addr=127.0.0.1, Name=MTA - -# SMTP client options -#O ClientPortOptions=Family=inet, Address=0.0.0.0 - -# Modifiers to define {daemon_flags} for direct submissions -#O DirectSubmissionModifiers - -# Use as mail submission program? See sendmail/SECURITY -#O UseMSP - -# privacy flags -O PrivacyOptions=authwarnings,novrfy,noexpn,restrictqrun - -# who (if anyone) should get extra copies of error messages -#O PostmasterCopy=Postmaster - -# slope of queue-only function -#O QueueFactor=600000 - -# limit on number of concurrent queue runners -#O MaxQueueChildren - -# maximum number of queue-runners per queue-grouping with multiple queues -#O MaxRunnersPerQueue=1 - -# priority of queue runners (nice(3)) -#O NiceQueueRun - -# shall we sort the queue by hostname first? -#O QueueSortOrder=priority - -# minimum time in queue before retry -#O MinQueueAge=30m - -# how many jobs can you process in the queue? -#O MaxQueueRunSize=0 - -# perform initial split of envelope without checking MX records -#O FastSplit=1 - -# queue directory -O QueueDirectory=/var/spool/mqueue - -# key for shared memory; 0 to turn off -#O SharedMemoryKey=0 - - - -# timeouts (many of these) -#O Timeout.initial=5m -O Timeout.connect=1m -#O Timeout.aconnect=0s -#O Timeout.iconnect=5m -#O Timeout.helo=5m -#O Timeout.mail=10m -#O Timeout.rcpt=1h -#O Timeout.datainit=5m -#O Timeout.datablock=1h -#O Timeout.datafinal=1h -#O Timeout.rset=5m -#O Timeout.quit=2m -#O Timeout.misc=2m -#O Timeout.command=1h -O Timeout.ident=0 -#O Timeout.fileopen=60s -#O Timeout.control=2m -O Timeout.queuereturn=5d -#O Timeout.queuereturn.normal=5d -#O Timeout.queuereturn.urgent=2d -#O Timeout.queuereturn.non-urgent=7d -#O Timeout.queuereturn.dsn=5d -O Timeout.queuewarn=4h -#O Timeout.queuewarn.normal=4h -#O Timeout.queuewarn.urgent=1h -#O Timeout.queuewarn.non-urgent=12h -#O Timeout.queuewarn.dsn=4h -#O Timeout.hoststatus=30m -#O Timeout.resolver.retrans=5s -#O Timeout.resolver.retrans.first=5s -#O Timeout.resolver.retrans.normal=5s -#O Timeout.resolver.retry=4 -#O Timeout.resolver.retry.first=4 -#O Timeout.resolver.retry.normal=4 -#O Timeout.lhlo=2m -#O Timeout.auth=10m -#O Timeout.starttls=1h - -# time for DeliverBy; extension disabled if less than 0 -#O DeliverByMin=0 - -# should we not prune routes in route-addr syntax addresses? -#O DontPruneRoutes=False - -# queue up everything before forking? -O SuperSafe=True - -# status file -O StatusFile=/var/log/mail/statistics - -# time zone handling: -# if undefined, use system default -# if defined but null, use TZ envariable passed in -# if defined and non-null, use that info -#O TimeZoneSpec= - -# default UID (can be username or userid:groupid) -O DefaultUser=8:12 - -# list of locations of user database file (null means no lookup) -O UserDatabaseSpec=/etc/mail/userdb.db - -# fallback MX host -#O FallbackMXhost=fall.back.host.net - -# fallback smart host -#O FallbackSmartHost=fall.back.host.net - -# if we are the best MX host for a site, try it directly instead of config err -O TryNullMXList=true - -# load average at which we just queue messages -#O QueueLA=8 - -# load average at which we refuse connections -#O RefuseLA=12 - -# log interval when refusing connections for this long -#O RejectLogInterval=3h - -# load average at which we delay connections; 0 means no limit -#O DelayLA=0 - -# maximum number of children we allow at one time -#O MaxDaemonChildren=0 - -# maximum number of new connections per second -#O ConnectionRateThrottle=0 - -# Width of the window -#O ConnectionRateWindowSize=60s - -# work recipient factor -#O RecipientFactor=30000 - -# deliver each queued job in a separate process? -#O ForkEachJob=False - -# work class factor -#O ClassFactor=1800 - -# work time factor -#O RetryFactor=90000 - -# default character set -#O DefaultCharSet=unknown-8bit - -# service switch file (name hardwired on Solaris, Ultrix, OSF/1, others) -#O ServiceSwitchFile=/etc/mail/service.switch - -# hosts file (normally /etc/hosts) -#O HostsFile=/etc/hosts - -# dialup line delay on connection failure -#O DialDelay=0s - -# action to take if there are no recipients in the message -#O NoRecipientAction=none - -# chrooted environment for writing to files -#O SafeFileEnvironment - -# are colons OK in addresses? -#O ColonOkInAddr=True - -# shall I avoid expanding CNAMEs (violates protocols)? -#O DontExpandCnames=False - -# SMTP initial login message (old $e macro) -O SmtpGreetingMessage=$j Sendmail $v/$Z; $b - -# UNIX initial From header format (old $l macro) -O UnixFromLine=From $g $d - -# From: lines that have embedded newlines are unwrapped onto one line -#O SingleLineFromHeader=False - -# Allow HELO SMTP command that does not include a host name -#O AllowBogusHELO=False - -# Characters to be quoted in a full name phrase (@,;:\()[] are automatic) -#O MustQuoteChars=. - -# delimiter (operator) characters (old $o macro) -O OperatorChars=.:%@!^/[]+ - -# shall I avoid calling initgroups(3) because of high NIS costs? -#O DontInitGroups=False - -# are group-writable :include: and .forward files (un)trustworthy? -# True (the default) means they are not trustworthy. -#O UnsafeGroupWrites=True - - -# where do errors that occur when sending errors get sent? -#O DoubleBounceAddress=postmaster - -# where to save bounces if all else fails -#O DeadLetterDrop=/var/tmp/dead.letter - -# what user id do we assume for the majority of the processing? -#O RunAsUser=sendmail - -# maximum number of recipients per SMTP envelope -#O MaxRecipientsPerMessage=0 - -# limit the rate recipients per SMTP envelope are accepted -# once the threshold number of recipients have been rejected -#O BadRcptThrottle=0 - -# shall we get local names from our installed interfaces? -O DontProbeInterfaces=true - -# Return-Receipt-To: header implies DSN request -#O RrtImpliesDsn=False - -# override connection address (for testing) -#O ConnectOnlyTo=0.0.0.0 - -# Trusted user for file ownership and starting the daemon -#O TrustedUser=root - -# Control socket for daemon management -#O ControlSocketName=/var/spool/mqueue/.control - -# Maximum MIME header length to protect MUAs -#O MaxMimeHeaderLength=0/0 - -# Maximum length of the sum of all headers -#O MaxHeadersLength=32768 - -# Maximum depth of alias recursion -#O MaxAliasRecursion=10 - -# location of pid file -#O PidFile=/var/run/sendmail.pid - -# Prefix string for the process title shown on 'ps' listings -#O ProcessTitlePrefix=prefix - -# Data file (df) memory-buffer file maximum size -#O DataFileBufferSize=4096 - -# Transcript file (xf) memory-buffer file maximum size -#O XscriptFileBufferSize=4096 - -# lookup type to find information about local mailboxes -#O MailboxDatabase=pw - -# override compile time flag REQUIRES_DIR_FSYNC -#O RequiresDirfsync=true - -# list of authentication mechanisms -#O AuthMechanisms=EXTERNAL GSSAPI KERBEROS_V4 DIGEST-MD5 CRAM-MD5 - -# Authentication realm -#O AuthRealm - -# default authentication information for outgoing connections -#O DefaultAuthInfo=/etc/mail/default-auth-info - -# SMTP AUTH flags -O AuthOptions=A - -# SMTP AUTH maximum encryption strength -#O AuthMaxBits - -# SMTP STARTTLS server options -#O TLSSrvOptions - -# Input mail filters -#O InputMailFilters - - -# CA directory -#O CACertPath -# CA file -#O CACertFile -# Server Cert -#O ServerCertFile -# Server private key -#O ServerKeyFile -# Client Cert -#O ClientCertFile -# Client private key -#O ClientKeyFile -# File containing certificate revocation lists -#O CRLFile -# DHParameters (only required if DSA/DH is used) -#O DHParameters -# Random data source (required for systems without /dev/urandom under OpenSSL) -#O RandFile - -############################ -# QUEUE GROUP DEFINITIONS # -############################ - - -########################### -# Message precedences # -########################### - -Pfirst-class=0 -Pspecial-delivery=100 -Plist=-30 -Pbulk=-60 -Pjunk=-100 - -##################### -# Trusted users # -##################### - -# this is equivalent to setting class "t" -Ft/etc/mail/trusted-users -Troot -Tdaemon -Tuucp - -######################### -# Format of headers # -######################### - -H?P?Return-Path: <$g> -HReceived: $?sfrom $s $.$?_($?s$|from $.$_) - $.$?{auth_type}(authenticated$?{auth_ssf} bits=${auth_ssf}$.) - $.by $j ($v/$Z)$?r with $r$. id $i$?{tls_version} - (version=${tls_version} cipher=${cipher} bits=${cipher_bits} verify=${verify})$.$?u - for $u; $|; - $.$b -H?D?Resent-Date: $a -H?D?Date: $a -H?F?Resent-From: $?x$x <$g>$|$g$. -H?F?From: $?x$x <$g>$|$g$. -H?x?Full-Name: $x -# HPosted-Date: $a -# H?l?Received-Date: $b -H?M?Resent-Message-Id: <$t.$i@$j> -H?M?Message-Id: <$t.$i@$j> - -# -###################################################################### -###################################################################### -##### -##### REWRITING RULES -##### -###################################################################### -###################################################################### - -############################################ -### Ruleset 3 -- Name Canonicalization ### -############################################ -Scanonify=3 - -# handle null input (translate to <@> special case) -R$@ $@ <@> - -# strip group: syntax (not inside angle brackets!) and trailing semicolon -R$* $: $1 <@> mark addresses -R$* < $* > $* <@> $: $1 < $2 > $3 unmark <addr> -R@ $* <@> $: @ $1 unmark @host:... -R$* [ IPv6 : $+ ] <@> $: $1 [ IPv6 : $2 ] unmark IPv6 addr -R$* :: $* <@> $: $1 :: $2 unmark node::addr -R:include: $* <@> $: :include: $1 unmark :include:... -R$* : $* [ $* ] $: $1 : $2 [ $3 ] <@> remark if leading colon -R$* : $* <@> $: $2 strip colon if marked -R$* <@> $: $1 unmark -R$* ; $1 strip trailing semi -R$* < $+ :; > $* $@ $2 :; <@> catch <list:;> -R$* < $* ; > $1 < $2 > bogus bracketed semi - -# null input now results from list:; syntax -R$@ $@ :; <@> - -# strip angle brackets -- note RFC733 heuristic to get innermost item -R$* $: < $1 > housekeeping <> -R$+ < $* > < $2 > strip excess on left -R< $* > $+ < $1 > strip excess on right -R<> $@ < @ > MAIL FROM:<> case -R< $+ > $: $1 remove housekeeping <> - -# strip route address <@a,@b,@c:user@d> -> <user@d> -R@ $+ , $+ $2 -R@ [ $* ] : $+ $2 -R@ $+ : $+ $2 - -# find focus for list syntax -R $+ : $* ; @ $+ $@ $>Canonify2 $1 : $2 ; < @ $3 > list syntax -R $+ : $* ; $@ $1 : $2; list syntax - -# find focus for @ syntax addresses -R$+ @ $+ $: $1 < @ $2 > focus on domain -R$+ < $+ @ $+ > $1 $2 < @ $3 > move gaze right -R$+ < @ $+ > $@ $>Canonify2 $1 < @ $2 > already canonical - - -# convert old-style addresses to a domain-based address -R$- ! $+ $@ $>Canonify2 $2 < @ $1 .UUCP > resolve uucp names -R$+ . $- ! $+ $@ $>Canonify2 $3 < @ $1 . $2 > domain uucps -R$+ ! $+ $@ $>Canonify2 $2 < @ $1 .UUCP > uucp subdomains - -# if we have % signs, take the rightmost one -R$* % $* $1 @ $2 First make them all @s. -R$* @ $* @ $* $1 % $2 @ $3 Undo all but the last. -R$* @ $* $@ $>Canonify2 $1 < @ $2 > Insert < > and finish - -# else we must be a local name -R$* $@ $>Canonify2 $1 - - -################################################ -### Ruleset 96 -- bottom half of ruleset 3 ### -################################################ - -SCanonify2=96 - -# handle special cases for local names -R$* < @ localhost > $* $: $1 < @ $j . > $2 no domain at all -R$* < @ localhost . $m > $* $: $1 < @ $j . > $2 local domain -R$* < @ localhost . UUCP > $* $: $1 < @ $j . > $2 .UUCP domain - -# check for IPv4/IPv6 domain literal -R$* < @ [ $+ ] > $* $: $1 < @@ [ $2 ] > $3 mark [addr] -R$* < @@ $=w > $* $: $1 < @ $j . > $3 self-literal -R$* < @@ $+ > $* $@ $1 < @ $2 > $3 canon IP addr - - - - - -# if really UUCP, handle it immediately - -# try UUCP traffic as a local address -R$* < @ $+ . UUCP > $* $: $1 < @ $[ $2 $] . UUCP . > $3 -R$* < @ $+ . . UUCP . > $* $@ $1 < @ $2 . > $3 - -# hostnames ending in class P are always canonical -R$* < @ $* $=P > $* $: $1 < @ $2 $3 . > $4 -R$* < @ $* $~P > $* $: $&{daemon_flags} $| $1 < @ $2 $3 > $4 -R$* CC $* $| $* < @ $+.$+ > $* $: $3 < @ $4.$5 . > $6 -R$* CC $* $| $* $: $3 -# pass to name server to make hostname canonical -R$* $| $* < @ $* > $* $: $2 < @ $[ $3 $] > $4 -R$* $| $* $: $2 - -# local host aliases and pseudo-domains are always canonical -R$* < @ $=w > $* $: $1 < @ $2 . > $3 -R$* < @ $=M > $* $: $1 < @ $2 . > $3 -R$* < @ $={VirtHost} > $* $: $1 < @ $2 . > $3 -R$* < @ $* . . > $* $1 < @ $2 . > $3 - - -################################################## -### Ruleset 4 -- Final Output Post-rewriting ### -################################################## -Sfinal=4 - -R$+ :; <@> $@ $1 : handle <list:;> -R$* <@> $@ handle <> and list:; - -# strip trailing dot off possibly canonical name -R$* < @ $+ . > $* $1 < @ $2 > $3 - -# eliminate internal code -R$* < @ *LOCAL* > $* $1 < @ $j > $2 - -# externalize local domain info -R$* < $+ > $* $1 $2 $3 defocus -R@ $+ : @ $+ : $+ @ $1 , @ $2 : $3 <route-addr> canonical -R@ $* $@ @ $1 ... and exit - -# UUCP must always be presented in old form -R$+ @ $- . UUCP $2!$1 u@h.UUCP => h!u - -# delete duplicate local names -R$+ % $=w @ $=w $1 @ $2 u%host@host => u@host - - - -############################################################## -### Ruleset 97 -- recanonicalize and call ruleset zero ### -### (used for recursive calls) ### -############################################################## - -SRecurse=97 -R$* $: $>canonify $1 -R$* $@ $>parse $1 - - -###################################### -### Ruleset 0 -- Parse Address ### -###################################### - -Sparse=0 - -R$* $: $>Parse0 $1 initial parsing -R<@> $#local $: <@> special case error msgs -R$* $: $>ParseLocal $1 handle local hacks -R$* $: $>Parse1 $1 final parsing - -# -# Parse0 -- do initial syntax checking and eliminate local addresses. -# This should either return with the (possibly modified) input -# or return with a #error mailer. It should not return with a -# #mailer other than the #error mailer. -# - -SParse0 -R<@> $@ <@> special case error msgs -R$* : $* ; <@> $#error $@ 5.1.3 $: "553 List:; syntax illegal for recipient addresses" -R@ <@ $* > < @ $1 > catch "@@host" bogosity -R<@ $+> $#error $@ 5.1.3 $: "553 User address required" -R$+ <@> $#error $@ 5.1.3 $: "553 Hostname required" -R$* $: <> $1 -R<> $* < @ [ $* ] : $+ > $* $1 < @ [ $2 ] : $3 > $4 -R<> $* < @ [ $* ] , $+ > $* $1 < @ [ $2 ] , $3 > $4 -R<> $* < @ [ $* ] $+ > $* $#error $@ 5.1.2 $: "553 Invalid address" -R<> $* < @ [ $+ ] > $* $1 < @ [ $2 ] > $3 -R<> $* <$* : $* > $* $#error $@ 5.1.3 $: "553 Colon illegal in host name part" -R<> $* $1 -R$* < @ . $* > $* $#error $@ 5.1.2 $: "553 Invalid host name" -R$* < @ $* .. $* > $* $#error $@ 5.1.2 $: "553 Invalid host name" -R$* < @ $* @ > $* $#error $@ 5.1.2 $: "553 Invalid route address" -R$* @ $* < @ $* > $* $#error $@ 5.1.3 $: "553 Invalid route address" -R$* , $~O $* $#error $@ 5.1.3 $: "553 Invalid route address" - - -# now delete the local info -- note $=O to find characters that cause forwarding -R$* < @ > $* $@ $>Parse0 $>canonify $1 user@ => user -R< @ $=w . > : $* $@ $>Parse0 $>canonify $2 @here:... -> ... -R$- < @ $=w . > $: $(dequote $1 $) < @ $2 . > dequote "foo"@here -R< @ $+ > $#error $@ 5.1.3 $: "553 User address required" -R$* $=O $* < @ $=w . > $@ $>Parse0 $>canonify $1 $2 $3 ...@here -> ... -R$- $: $(dequote $1 $) < @ *LOCAL* > dequote "foo" -R< @ *LOCAL* > $#error $@ 5.1.3 $: "553 User address required" -R$* $=O $* < @ *LOCAL* > - $@ $>Parse0 $>canonify $1 $2 $3 ...@*LOCAL* -> ... -R$* < @ *LOCAL* > $: $1 - -# -# Parse1 -- the bottom half of ruleset 0. -# - -SParse1 - -# handle numeric address spec -R$* < @ [ $+ ] > $* $: $>ParseLocal $1 < @ [ $2 ] > $3 numeric internet spec -R$* < @ [ $+ ] > $* $: $1 < @ [ $2 ] : $S > $3 Add smart host to path -R$* < @ [ $+ ] : > $* $#esmtp $@ [$2] $: $1 < @ [$2] > $3 no smarthost: send -R$* < @ [ $+ ] : $- : $*> $* $#$3 $@ $4 $: $1 < @ [$2] > $5 smarthost with mailer -R$* < @ [ $+ ] : $+ > $* $#esmtp $@ $3 $: $1 < @ [$2] > $4 smarthost without mailer - -# handle virtual users -R$+ $: <!> $1 Mark for lookup -R<!> $+ < @ $={VirtHost} . > $: < $(virtuser $1 @ $2 $@ $1 $: @ $) > $1 < @ $2 . > -R<!> $+ < @ $=w . > $: < $(virtuser $1 @ $2 $@ $1 $: @ $) > $1 < @ $2 . > -R<@> $+ + $+ < @ $* . > - $: < $(virtuser $1 + + @ $3 $@ $1 $@ $2 $@ +$2 $: @ $) > $1 + $2 < @ $3 . > -R<@> $+ + $* < @ $* . > - $: < $(virtuser $1 + * @ $3 $@ $1 $@ $2 $@ +$2 $: @ $) > $1 + $2 < @ $3 . > -R<@> $+ + $* < @ $* . > - $: < $(virtuser $1 @ $3 $@ $1 $@ $2 $@ +$2 $: @ $) > $1 + $2 < @ $3 . > -R<@> $+ + $+ < @ $+ . > $: < $(virtuser + + @ $3 $@ $1 $@ $2 $@ +$2 $: @ $) > $1 + $2 < @ $3 . > -R<@> $+ + $* < @ $+ . > $: < $(virtuser + * @ $3 $@ $1 $@ $2 $@ +$2 $: @ $) > $1 + $2 < @ $3 . > -R<@> $+ + $* < @ $+ . > $: < $(virtuser @ $3 $@ $1 $@ $2 $@ +$2 $: ! $) > $1 + $2 < @ $3 . > -R<@> $+ < @ $+ . > $: < $(virtuser @ $2 $@ $1 $: @ $) > $1 < @ $2 . > -R<@> $+ $: $1 -R<!> $+ $: $1 -R< error : $-.$-.$- : $+ > $* $#error $@ $1.$2.$3 $: $4 -R< error : $- $+ > $* $#error $@ $(dequote $1 $) $: $2 -R< $+ > $+ < @ $+ > $: $>Recurse $1 - -# short circuit local delivery so forwarded email works - - -R$=L < @ $=w . > $#local $: @ $1 special local names -R$+ < @ $=w . > $#local $: $1 regular local name - -# not local -- try mailer table lookup -R$* <@ $+ > $* $: < $2 > $1 < @ $2 > $3 extract host name -R< $+ . > $* $: < $1 > $2 strip trailing dot -R< $+ > $* $: < $(mailertable $1 $) > $2 lookup -R< $~[ : $* > $* $>MailerToTriple < $1 : $2 > $3 check -- resolved? -R< $+ > $* $: $>Mailertable <$1> $2 try domain - -# resolve remotely connected UUCP links (if any) - -# resolve fake top level domains by forwarding to other hosts - - - -# pass names that still have a host to a smarthost (if defined) -R$* < @ $* > $* $: $>MailerToTriple < $S > $1 < @ $2 > $3 glue on smarthost name - -# deal with other remote names -R$* < @$* > $* $#esmtp $@ $2 $: $1 < @ $2 > $3 user@host.domain - -# handle locally delivered names -R$=L $#local $: @ $1 special local names -R$+ $#local $: $1 regular local names - -########################################################################### -### Ruleset 5 -- special rewriting after aliases have been expanded ### -########################################################################### - -SLocal_localaddr -Slocaladdr=5 -R$+ $: $1 $| $>"Local_localaddr" $1 -R$+ $| $#ok $@ $1 no change -R$+ $| $#$* $#$2 -R$+ $| $* $: $1 - - - - -# deal with plussed users so aliases work nicely -R$+ + * $#local $@ $&h $: $1 -R$+ + $* $#local $@ + $2 $: $1 + * - -# prepend an empty "forward host" on the front -R$+ $: <> $1 - - - -R< > $+ $: < > < $1 <> $&h > nope, restore +detail - -R< > < $+ <> + $* > $: < > < $1 + $2 > check whether +detail -R< > < $+ <> $* > $: < > < $1 > else discard -R< > < $+ + $* > $* < > < $1 > + $2 $3 find the user part -R< > < $+ > + $* $#local $@ $2 $: @ $1 strip the extra + -R< > < $+ > $@ $1 no +detail -R$+ $: $1 <> $&h add +detail back in - -R$+ <> + $* $: $1 + $2 check whether +detail -R$+ <> $* $: $1 else discard -R< local : $* > $* $: $>MailerToTriple < local : $1 > $2 no host extension -R< error : $* > $* $: $>MailerToTriple < error : $1 > $2 no host extension - -R< $~[ : $+ > $+ $: $>MailerToTriple < $1 : $2 > $3 < @ $2 > - -R< $+ > $+ $@ $>MailerToTriple < $1 > $2 < @ $1 > - - -################################################################### -### Ruleset 90 -- try domain part of mailertable entry ### -################################################################### - -SMailertable=90 -R$* <$- . $+ > $* $: $1$2 < $(mailertable .$3 $@ $1$2 $@ $2 $) > $4 -R$* <$~[ : $* > $* $>MailerToTriple < $2 : $3 > $4 check -- resolved? -R$* < . $+ > $* $@ $>Mailertable $1 . <$2> $3 no -- strip & try again -R$* < $* > $* $: < $(mailertable . $@ $1$2 $) > $3 try "." -R< $~[ : $* > $* $>MailerToTriple < $1 : $2 > $3 "." found? -R< $* > $* $@ $2 no mailertable match - -################################################################### -### Ruleset 95 -- canonify mailer:[user@]host syntax to triple ### -################################################################### - -SMailerToTriple=95 -R< > $* $@ $1 strip off null relay -R< error : $-.$-.$- : $+ > $* $#error $@ $1.$2.$3 $: $4 -R< error : $- : $+ > $* $#error $@ $(dequote $1 $) $: $2 -R< error : $+ > $* $#error $: $1 -R< local : $* > $* $>CanonLocal < $1 > $2 -R< $~[ : $+ @ $+ > $*<$*>$* $# $1 $@ $3 $: $2<@$3> use literal user -R< $~[ : $+ > $* $# $1 $@ $2 $: $3 try qualified mailer -R< $=w > $* $@ $2 delete local host -R< $+ > $* $#relay $@ $1 $: $2 use unqualified mailer - -################################################################### -### Ruleset CanonLocal -- canonify local: syntax ### -################################################################### - -SCanonLocal -# strip local host from routed addresses -R< $* > < @ $+ > : $+ $@ $>Recurse $3 -R< $* > $+ $=O $+ < @ $+ > $@ $>Recurse $2 $3 $4 - -# strip trailing dot from any host name that may appear -R< $* > $* < @ $* . > $: < $1 > $2 < @ $3 > - -# handle local: syntax -- use old user, either with or without host -R< > $* < @ $* > $* $#local $@ $1@$2 $: $1 -R< > $+ $#local $@ $1 $: $1 - -# handle local:user@host syntax -- ignore host part -R< $+ @ $+ > $* < @ $* > $: < $1 > $3 < @ $4 > - -# handle local:user syntax -R< $+ > $* <@ $* > $* $#local $@ $2@$3 $: $1 -R< $+ > $* $#local $@ $2 $: $1 - -################################################################### -### Ruleset 93 -- convert header names to masqueraded form ### -################################################################### - -SMasqHdr=93 - - -# do not masquerade anything in class N -R$* < @ $* $=N . > $@ $1 < @ $2 $3 . > - -R$* < @ *LOCAL* > $@ $1 < @ $j . > - -################################################################### -### Ruleset 94 -- convert envelope names to masqueraded form ### -################################################################### - -SMasqEnv=94 -R$* < @ *LOCAL* > $* $: $1 < @ $j . > $2 - -################################################################### -### Ruleset 98 -- local part of ruleset zero (can be null) ### -################################################################### - -SParseLocal=98 - -# addresses sent to foo@host.REDIRECT will give a 551 error code -R$* < @ $+ .REDIRECT. > $: $1 < @ $2 . REDIRECT . > < ${opMode} > -R$* < @ $+ .REDIRECT. > <i> $: $1 < @ $2 . REDIRECT. > -R$* < @ $+ .REDIRECT. > < $- > $#error $@ 5.1.1 $: "551 User has moved; please try " <$1@$2> - - - - -###################################################################### -### D: LookUpDomain -- search for domain in access database -### -### Parameters: -### <$1> -- key (domain name) -### <$2> -- default (what to return if not found in db) -### <$3> -- mark (must be <(!|+) single-token>) -### ! does lookup only with tag -### + does lookup with and without tag -### <$4> -- passthru (additional data passed unchanged through) -###################################################################### - -SD -R<$*> <$+> <$- $-> <$*> $: < $(access $4:$1 $: ? $) > <$1> <$2> <$3 $4> <$5> -R<?> <$+> <$+> <+ $-> <$*> $: < $(access $1 $: ? $) > <$1> <$2> <+ $3> <$4> -R<?> <[$+.$-]> <$+> <$- $-> <$*> $@ $>D <[$1]> <$3> <$4 $5> <$6> -R<?> <[$+::$-]> <$+> <$- $-> <$*> $: $>D <[$1]> <$3> <$4 $5> <$6> -R<?> <[$+:$-]> <$+> <$- $-> <$*> $: $>D <[$1]> <$3> <$4 $5> <$6> -R<?> <$+.$+> <$+> <$- $-> <$*> $@ $>D <$2> <$3> <$4 $5> <$6> -R<?> <$+> <$+> <$- $-> <$*> $@ <$2> <$5> -R<$* <TMPF>> <$+> <$+> <$- $-> <$*> $@ <<TMPF>> <$6> -R<$*> <$+> <$+> <$- $-> <$*> $@ <$1> <$6> - -###################################################################### -### A: LookUpAddress -- search for host address in access database -### -### Parameters: -### <$1> -- key (dot quadded host address) -### <$2> -- default (what to return if not found in db) -### <$3> -- mark (must be <(!|+) single-token>) -### ! does lookup only with tag -### + does lookup with and without tag -### <$4> -- passthru (additional data passed through) -###################################################################### - -SA -R<$+> <$+> <$- $-> <$*> $: < $(access $4:$1 $: ? $) > <$1> <$2> <$3 $4> <$5> -R<?> <$+> <$+> <+ $-> <$*> $: < $(access $1 $: ? $) > <$1> <$2> <+ $3> <$4> -R<?> <$+::$-> <$+> <$- $-> <$*> $@ $>A <$1> <$3> <$4 $5> <$6> -R<?> <$+:$-> <$+> <$- $-> <$*> $@ $>A <$1> <$3> <$4 $5> <$6> -R<?> <$+.$-> <$+> <$- $-> <$*> $@ $>A <$1> <$3> <$4 $5> <$6> -R<?> <$+> <$+> <$- $-> <$*> $@ <$2> <$5> -R<$* <TMPF>> <$+> <$+> <$- $-> <$*> $@ <<TMPF>> <$6> -R<$*> <$+> <$+> <$- $-> <$*> $@ <$1> <$6> - -###################################################################### -### CanonAddr -- Convert an address into a standard form for -### relay checking. Route address syntax is -### crudely converted into a %-hack address. -### -### Parameters: -### $1 -- full recipient address -### -### Returns: -### parsed address, not in source route form -###################################################################### - -SCanonAddr -R$* $: $>Parse0 $>canonify $1 make domain canonical - - -###################################################################### -### ParseRecipient -- Strip off hosts in $=R as well as possibly -### $* $=m or the access database. -### Check user portion for host separators. -### -### Parameters: -### $1 -- full recipient address -### -### Returns: -### parsed, non-local-relaying address -###################################################################### - -SParseRecipient -R$* $: <?> $>CanonAddr $1 -R<?> $* < @ $* . > <?> $1 < @ $2 > strip trailing dots -R<?> $- < @ $* > $: <?> $(dequote $1 $) < @ $2 > dequote local part - -# if no $=O character, no host in the user portion, we are done -R<?> $* $=O $* < @ $* > $: <NO> $1 $2 $3 < @ $4> -R<?> $* $@ $1 - - -R<NO> $* < @ $* $=R > $: <RELAY> $1 < @ $2 $3 > -R<NO> $* < @ $+ > $: $>D <$2> <NO> <+ To> <$1 < @ $2 >> -R<$+> <$+> $: <$1> $2 - - - -R<RELAY> $* < @ $* > $@ $>ParseRecipient $1 -R<$+> $* $@ $2 - - -###################################################################### -### check_relay -- check hostname/address on SMTP startup -###################################################################### - - - -SLocal_check_relay -Scheck_relay -R$* $: $1 $| $>"Local_check_relay" $1 -R$* $| $* $| $#$* $#$3 -R$* $| $* $| $* $@ $>"Basic_check_relay" $1 $| $2 - -SBasic_check_relay -# check for deferred delivery mode -R$* $: < $&{deliveryMode} > $1 -R< d > $* $@ deferred -R< $* > $* $: $2 - -R$+ $| $+ $: $>D < $1 > <?> <+ Connect> < $2 > -R $| $+ $: $>A < $1 > <?> <+ Connect> <> empty client_name -R<?> <$+> $: $>A < $1 > <?> <+ Connect> <> no: another lookup -R<?> <$*> $: OK found nothing -R<$={Accept}> <$*> $@ $1 return value of lookup -R<REJECT> <$*> $#error $@ 5.7.1 $: "550 Access denied" -R<DISCARD> <$*> $#discard $: discard -R<QUARANTINE:$+> <$*> $#error $@ quarantine $: $1 -R<ERROR:$-.$-.$-:$+> <$*> $#error $@ $1.$2.$3 $: $4 -R<ERROR:$+> <$*> $#error $: $1 -R<$* <TMPF>> <$*> $#error $@ 4.3.0 $: "451 Temporary system failure. Please try again later." -R<$+> <$*> $#error $: $1 - - - -###################################################################### -### check_mail -- check SMTP `MAIL FROM:' command argument -###################################################################### - -SLocal_check_mail -Scheck_mail -R$* $: $1 $| $>"Local_check_mail" $1 -R$* $| $#$* $#$2 -R$* $| $* $@ $>"Basic_check_mail" $1 - -SBasic_check_mail -# check for deferred delivery mode -R$* $: < $&{deliveryMode} > $1 -R< d > $* $@ deferred -R< $* > $* $: $2 - -# authenticated? -R$* $: $1 $| $>"tls_client" $&{verify} $| MAIL -R$* $| $#$+ $#$2 -R$* $| $* $: $1 - -R<> $@ <OK> we MUST accept <> (RFC 1123) -R$+ $: <?> $1 -R<?><$+> $: <@> <$1> -R<?>$+ $: <@> <$1> -R$* $: $&{daemon_flags} $| $1 -R$* f $* $| <@> < $* @ $- > $: < ? $&{client_name} > < $3 @ $4 > -R$* u $* $| <@> < $* > $: <?> < $3 > -R$* $| $* $: $2 -# handle case of @localhost on address -R<@> < $* @ localhost > $: < ? $&{client_name} > < $1 @ localhost > -R<@> < $* @ [127.0.0.1] > - $: < ? $&{client_name} > < $1 @ [127.0.0.1] > -R<@> < $* @ localhost.$m > - $: < ? $&{client_name} > < $1 @ localhost.$m > -R<@> < $* @ localhost.UUCP > - $: < ? $&{client_name} > < $1 @ localhost.UUCP > -R<@> $* $: $1 no localhost as domain -R<? $=w> $* $: $2 local client: ok -R<? $+> <$+> $#error $@ 5.5.4 $: "553 Real domain name required for sender address" -R<?> $* $: $1 -R$* $: <?> $>CanonAddr $1 canonify sender address and mark it -R<?> $* < @ $+ . > <?> $1 < @ $2 > strip trailing dots -# handle non-DNS hostnames (*.bitnet, *.decnet, *.uucp, etc) -R<?> $* < @ $* $=P > $: <OKR> $1 < @ $2 $3 > -R<?> $* < @ $j > $: <OKR> $1 < @ $j > -R<?> $* < @ $+ > $: <OKR> $1 < @ $2 > ... unresolvable OK - -# check sender address: user@address, user@, address -R<$+> $+ < @ $* > $: @<$1> <$2 < @ $3 >> $| <F:$2@$3> <U:$2@> <D:$3> -R<$+> $+ $: @<$1> <$2> $| <U:$2@> -R@ <$+> <$*> $| <$+> $: <@> <$1> <$2> $| $>SearchList <+ From> $| <$3> <> -R<@> <$+> <$*> $| <$*> $: <$3> <$1> <$2> reverse result -# retransform for further use -R<?> <$+> <$*> $: <$1> $2 no match -R<$+> <$+> <$*> $: <$1> $3 relevant result, keep it - -# handle case of no @domain on address -R<?> $* $: $&{daemon_flags} $| <?> $1 -R$* u $* $| <?> $* $: <OKR> $3 -R$* $| $* $: $2 -R<?> $* $: < ? $&{client_addr} > $1 -R<?> $* $@ <OKR> ...local unqualed ok -R<? $+> $* $#error $@ 5.5.4 $: "553 Domain name required for sender address " $&f - ...remote is not -# check results -R<?> $* $: @ $1 mark address: nothing known about it -R<$={ResOk}> $* $@ <OKR> domain ok: stop -R<TEMP> $* $#error $@ 4.1.8 $: "451 Domain of sender address " $&f " does not resolve" -R<PERM> $* $#error $@ 5.1.8 $: "553 Domain of sender address " $&f " does not exist" -R<$={Accept}> $* $# $1 accept from access map -R<DISCARD> $* $#discard $: discard -R<QUARANTINE:$+> $* $#error $@ quarantine $: $1 -R<REJECT> $* $#error $@ 5.7.1 $: "550 Access denied" -R<ERROR:$-.$-.$-:$+> $* $#error $@ $1.$2.$3 $: $4 -R<ERROR:$+> $* $#error $: $1 -R<<TMPF>> $* $#error $@ 4.3.0 $: "451 Temporary system failure. Please try again later." -R<$+> $* $#error $: $1 error from access db - -###################################################################### -### check_rcpt -- check SMTP `RCPT TO:' command argument -###################################################################### - -SLocal_check_rcpt -Scheck_rcpt -R$* $: $1 $| $>"Local_check_rcpt" $1 -R$* $| $#$* $#$2 -R$* $| $* $@ $>"Basic_check_rcpt" $1 - -SBasic_check_rcpt -# empty address? -R<> $#error $@ nouser $: "553 User address required" -R$@ $#error $@ nouser $: "553 User address required" -# check for deferred delivery mode -R$* $: < $&{deliveryMode} > $1 -R< d > $* $@ deferred -R< $* > $* $: $2 - - -###################################################################### -R$* $: $1 $| @ $>"Rcpt_ok" $1 -R$* $| @ $#TEMP $+ $: $1 $| T $2 -R$* $| @ $#$* $#$2 -R$* $| @ RELAY $@ RELAY -R$* $| @ $* $: O $| $>"Relay_ok" $1 -R$* $| T $+ $: T $2 $| $>"Relay_ok" $1 -R$* $| $#TEMP $+ $#error $2 -R$* $| $#$* $#$2 -R$* $| RELAY $@ RELAY -R T $+ $| $* $#error $1 -# anything else is bogus -R$* $#error $@ 5.7.1 $: "550 Relaying denied" - - -###################################################################### -### Rcpt_ok: is the recipient ok? -###################################################################### -SRcpt_ok -R$* $: $>ParseRecipient $1 strip relayable hosts - - - -# blacklist local users or any host from receiving mail -R$* $: <?> $1 -R<?> $+ < @ $=w > $: <> <$1 < @ $2 >> $| <F:$1@$2> <U:$1@> <D:$2> -R<?> $+ < @ $* > $: <> <$1 < @ $2 >> $| <F:$1@$2> <D:$2> -R<?> $+ $: <> <$1> $| <U:$1@> -R<> <$*> $| <$+> $: <@> <$1> $| $>SearchList <+ To> $| <$2> <> -R<@> <$*> $| <$*> $: <$2> <$1> reverse result -R<?> <$*> $: @ $1 mark address as no match -R<$={Accept}> <$*> $: @ $2 mark address as no match - -R<REJECT> $* $#error $@ 5.2.1 $: "550 Mailbox disabled for this recipient" -R<DISCARD> $* $#discard $: discard -R<QUARANTINE:$+> $* $#error $@ quarantine $: $1 -R<ERROR:$-.$-.$-:$+> $* $#error $@ $1.$2.$3 $: $4 -R<ERROR:$+> $* $#error $: $1 -R<<TMPF>> $* $#error $@ 4.3.0 $: "451 Temporary system failure. Please try again later." -R<$+> $* $#error $: $1 error from access db -R@ $* $1 remove mark - -# authenticated via TLS? -R$* $: $1 $| $>RelayTLS client authenticated? -R$* $| $# $+ $# $2 error/ok? -R$* $| $* $: $1 no - -R$* $: $1 $| $>"Local_Relay_Auth" $&{auth_type} -R$* $| $# $* $# $2 -R$* $| NO $: $1 -R$* $| $* $: $1 $| $&{auth_type} -R$* $| $: $1 -R$* $| $={TrustAuthMech} $# RELAY -R$* $| $* $: $1 -# anything terminating locally is ok -R$+ < @ $=w > $@ RELAY -R$+ < @ $* $=R > $@ RELAY -R$+ < @ $+ > $: $>D <$2> <?> <+ To> <$1 < @ $2 >> -R<RELAY> $* $@ RELAY -R<$* <TMPF>> $* $#TEMP $@ 4.3.0 $: "451 Temporary system failure. Please try again later." -R<$*> <$*> $: $2 - - - -# check for local user (i.e. unqualified address) -R$* $: <?> $1 -R<?> $* < @ $+ > $: <REMOTE> $1 < @ $2 > -# local user is ok -R<?> $+ $@ RELAY -R<$+> $* $: $2 - -###################################################################### -### Relay_ok: is the relay/sender ok? -###################################################################### -SRelay_ok -# anything originating locally is ok -# check IP address -R$* $: $&{client_addr} -R$@ $@ RELAY originated locally -R0 $@ RELAY originated locally -R127.0.0.1 $@ RELAY originated locally -RIPv6:::1 $@ RELAY originated locally -R$=R $* $@ RELAY relayable IP address -R$* $: $>A <$1> <?> <+ Connect> <$1> -R<RELAY> $* $@ RELAY relayable IP address - -R<<TMPF>> $* $#TEMP $@ 4.3.0 $: "451 Temporary system failure. Please try again later." -R<$*> <$*> $: $2 -R$* $: [ $1 ] put brackets around it... -R$=w $@ RELAY ... and see if it is local - - -# check client name: first: did it resolve? -R$* $: < $&{client_resolve} > -R<TEMP> $#TEMP $@ 4.4.0 $: "450 Relaying temporarily denied. Cannot resolve PTR record for " $&{client_addr} -R<FORGED> $#error $@ 5.7.1 $: "550 Relaying denied. IP name possibly forged " $&{client_name} -R<FAIL> $#error $@ 5.7.1 $: "550 Relaying denied. IP name lookup failed " $&{client_name} -R$* $: <@> $&{client_name} -# pass to name server to make hostname canonical -R<@> $* $=P $:<?> $1 $2 -R<@> $+ $:<?> $[ $1 $] -R$* . $1 strip trailing dots -R<?> $=w $@ RELAY -R<?> $* $=R $@ RELAY -R<?> $* $: $>D <$1> <?> <+ Connect> <$1> -R<RELAY> $* $@ RELAY -R<$* <TMPF>> $* $#TEMP $@ 4.3.0 $: "451 Temporary system failure. Please try again later." -R<$*> <$*> $: $2 - - -###################################################################### -### F: LookUpFull -- search for an entry in access database -### -### lookup of full key (which should be an address) and -### variations if +detail exists: +* and without +detail -### -### Parameters: -### <$1> -- key -### <$2> -- default (what to return if not found in db) -### <$3> -- mark (must be <(!|+) single-token>) -### ! does lookup only with tag -### + does lookup with and without tag -### <$4> -- passthru (additional data passed unchanged through) -###################################################################### - -SF -R<$+> <$*> <$- $-> <$*> $: <$(access $4:$1 $: ? $)> <$1> <$2> <$3 $4> <$5> -R<?> <$+> <$*> <+ $-> <$*> $: <$(access $1 $: ? $)> <$1> <$2> <+ $3> <$4> -R<?> <$+ + $* @ $+> <$*> <$- $-> <$*> - $: <$(access $6:$1+*@$3 $: ? $)> <$1+$2@$3> <$4> <$5 $6> <$7> -R<?> <$+ + $* @ $+> <$*> <+ $-> <$*> - $: <$(access $1+*@$3 $: ? $)> <$1+$2@$3> <$4> <+ $5> <$6> -R<?> <$+ + $* @ $+> <$*> <$- $-> <$*> - $: <$(access $6:$1@$3 $: ? $)> <$1+$2@$3> <$4> <$5 $6> <$7> -R<?> <$+ + $* @ $+> <$*> <+ $-> <$*> - $: <$(access $1@$3 $: ? $)> <$1+$2@$3> <$4> <+ $5> <$6> -R<?> <$+> <$*> <$- $-> <$*> $@ <$2> <$5> -R<$+ <TMPF>> <$*> <$- $-> <$*> $@ <<TMPF>> <$5> -R<$+> <$*> <$- $-> <$*> $@ <$1> <$5> - -###################################################################### -### E: LookUpExact -- search for an entry in access database -### -### Parameters: -### <$1> -- key -### <$2> -- default (what to return if not found in db) -### <$3> -- mark (must be <(!|+) single-token>) -### ! does lookup only with tag -### + does lookup with and without tag -### <$4> -- passthru (additional data passed unchanged through) -###################################################################### - -SE -R<$*> <$*> <$- $-> <$*> $: <$(access $4:$1 $: ? $)> <$1> <$2> <$3 $4> <$5> -R<?> <$+> <$*> <+ $-> <$*> $: <$(access $1 $: ? $)> <$1> <$2> <+ $3> <$4> -R<?> <$+> <$*> <$- $-> <$*> $@ <$2> <$5> -R<$+ <TMPF>> <$*> <$- $-> <$*> $@ <<TMPF>> <$5> -R<$+> <$*> <$- $-> <$*> $@ <$1> <$5> - -###################################################################### -### U: LookUpUser -- search for an entry in access database -### -### lookup of key (which should be a local part) and -### variations if +detail exists: +* and without +detail -### -### Parameters: -### <$1> -- key (user@) -### <$2> -- default (what to return if not found in db) -### <$3> -- mark (must be <(!|+) single-token>) -### ! does lookup only with tag -### + does lookup with and without tag -### <$4> -- passthru (additional data passed unchanged through) -###################################################################### - -SU -R<$+> <$*> <$- $-> <$*> $: <$(access $4:$1 $: ? $)> <$1> <$2> <$3 $4> <$5> -R<?> <$+> <$*> <+ $-> <$*> $: <$(access $1 $: ? $)> <$1> <$2> <+ $3> <$4> -R<?> <$+ + $* @> <$*> <$- $-> <$*> - $: <$(access $5:$1+*@ $: ? $)> <$1+$2@> <$3> <$4 $5> <$6> -R<?> <$+ + $* @> <$*> <+ $-> <$*> - $: <$(access $1+*@ $: ? $)> <$1+$2@> <$3> <+ $4> <$5> -R<?> <$+ + $* @> <$*> <$- $-> <$*> - $: <$(access $5:$1@ $: ? $)> <$1+$2@> <$3> <$4 $5> <$6> -R<?> <$+ + $* @> <$*> <+ $-> <$*> - $: <$(access $1@ $: ? $)> <$1+$2@> <$3> <+ $4> <$5> -R<?> <$+> <$*> <$- $-> <$*> $@ <$2> <$5> -R<$+ <TMPF>> <$*> <$- $-> <$*> $@ <<TMPF>> <$5> -R<$+> <$*> <$- $-> <$*> $@ <$1> <$5> - -###################################################################### -### SearchList: search a list of items in the access map -### Parameters: -### <exact tag> $| <mark:address> <mark:address> ... <> -### where "exact" is either "+" or "!": -### <+ TAG> lookup with and w/o tag -### <! TAG> lookup with tag -### possible values for "mark" are: -### D: recursive host lookup (LookUpDomain) -### E: exact lookup, no modifications -### F: full lookup, try user+ext@domain and user@domain -### U: user lookup, try user+ext and user (input must have trailing @) -### return: <RHS of lookup> or <?> (not found) -###################################################################### - -# class with valid marks for SearchList -C{Src}E F D U -SSearchList -# just call the ruleset with the name of the tag... nice trick... -R<$+> $| <$={Src}:$*> <$*> $: <$1> $| <$4> $| $>$2 <$3> <?> <$1> <> -R<$+> $| <> $| <?> <> $@ <?> -R<$+> $| <$+> $| <?> <> $@ $>SearchList <$1> $| <$2> -R<$+> $| <$*> $| <$+> <> $@ <$3> -R<$+> $| <$+> $@ <$2> - - -###################################################################### -### trust_auth: is user trusted to authenticate as someone else? -### -### Parameters: -### $1: AUTH= parameter from MAIL command -###################################################################### - -SLocal_trust_auth -Strust_auth -R$* $: $&{auth_type} $| $1 -# required by RFC 2554 section 4. -R$@ $| $* $#error $@ 5.7.1 $: "550 not authenticated" -R$* $| $&{auth_authen} $@ identical -R$* $| <$&{auth_authen}> $@ identical -R$* $| $* $: $1 $| $>"Local_trust_auth" $2 -R$* $| $#$* $#$2 -R$* $#error $@ 5.7.1 $: "550 " $&{auth_authen} " not allowed to act as " $&{auth_author} - -###################################################################### -### Relay_Auth: allow relaying based on authentication? -### -### Parameters: -### $1: ${auth_type} -###################################################################### -SLocal_Relay_Auth - -###################################################################### -### srv_features: which features to offer to a client? -### (done in server) -###################################################################### -Ssrv_features -R$* $: $>D <$&{client_name}> <?> <! "Srv_Features"> <> -R<?>$* $: $>A <$&{client_addr}> <?> <! "Srv_Features"> <> -R<?>$* $: <$(access "Srv_Features": $: ? $)> -R<?>$* $@ OK -R<$* <TMPF>>$* $#temp -R<$+>$* $# $1 - -###################################################################### -### try_tls: try to use STARTTLS? -### (done in client) -###################################################################### -Stry_tls -R$* $: $>D <$&{server_name}> <?> <! "Try_TLS"> <> -R<?>$* $: $>A <$&{server_addr}> <?> <! "Try_TLS"> <> -R<?>$* $: <$(access "Try_TLS": $: ? $)> -R<?>$* $@ OK -R<$* <TMPF>>$* $#error $@ 4.3.0 $: "451 Temporary system failure. Please try again later." -R<NO>$* $#error $@ 5.7.1 $: "550 do not try TLS with " $&{server_name} " ["$&{server_addr}"]" - -###################################################################### -### tls_rcpt: is connection with server "good" enough? -### (done in client, per recipient) -### -### Parameters: -### $1: recipient -###################################################################### -Stls_rcpt -R$* $: $(macro {TLS_Name} $@ $&{server_name} $) $1 -R$+ $: <?> $>CanonAddr $1 -R<?> $+ < @ $+ . > <?> $1 <@ $2 > -R<?> $+ < @ $+ > $: $1 <@ $2 > $| <F:$1@$2> <U:$1@> <D:$2> <E:> -R<?> $+ $: $1 $| <U:$1@> <E:> -R$* $| $+ $: $1 $| $>SearchList <! "TLS_Rcpt"> $| $2 <> -R$* $| <?> $@ OK -R$* $| <$* <TMPF>> $#error $@ 4.3.0 $: "451 Temporary system failure. Please try again later." -R$* $| <$+> $@ $>"TLS_connection" $&{verify} $| <$2> - -###################################################################### -### tls_client: is connection with client "good" enough? -### (done in server) -### -### Parameters: -### ${verify} $| (MAIL|STARTTLS) -###################################################################### -Stls_client -R$* $: $(macro {TLS_Name} $@ $&{server_name} $) $1 -R$* $| $* $: $1 $| $>D <$&{client_name}> <?> <! "TLS_Clt"> <> -R$* $| <?>$* $: $1 $| $>A <$&{client_addr}> <?> <! "TLS_Clt"> <> -R$* $| <?>$* $: $1 $| <$(access "TLS_Clt": $: ? $)> -R$* $| <$* <TMPF>> $#error $@ 4.3.0 $: "451 Temporary system failure. Please try again later." -R$* $@ $>"TLS_connection" $1 - -###################################################################### -### tls_server: is connection with server "good" enough? -### (done in client) -### -### Parameter: -### ${verify} -###################################################################### -Stls_server -R$* $: $(macro {TLS_Name} $@ $&{server_name} $) $1 -R$* $: $1 $| $>D <$&{server_name}> <?> <! "TLS_Srv"> <> -R$* $| <?>$* $: $1 $| $>A <$&{server_addr}> <?> <! "TLS_Srv"> <> -R$* $| <?>$* $: $1 $| <$(access "TLS_Srv": $: ? $)> -R$* $| <$* <TMPF>> $#error $@ 4.3.0 $: "451 Temporary system failure. Please try again later." -R$* $@ $>"TLS_connection" $1 - -###################################################################### -### TLS_connection: is TLS connection "good" enough? -### -### Parameters: -### ${verify} $| <Requirement> [<>] -### Requirement: RHS from access map, may be ? for none. -###################################################################### -STLS_connection -R$* $| <$*>$* $: $1 $| <$2> -# create the appropriate error codes -R$* $| <PERM + $={Tls} $*> $: $1 $| <503:5.7.0> <$2 $3> -R$* $| <TEMP + $={Tls} $*> $: $1 $| <403:4.7.0> <$2 $3> -R$* $| <$={Tls} $*> $: $1 $| <403:4.7.0> <$2 $3> -# deal with TLS handshake failures: abort -RSOFTWARE $| <$-:$+> $* $#error $@ $2 $: $1 " TLS handshake failed." -RSOFTWARE $| $* $#error $@ 4.7.0 $: "403 TLS handshake failed." -# deal with TLS protocol errors: abort -RPROTOCOL $| <$-:$+> $* $#error $@ $2 $: $1 " STARTTLS failed." -RPROTOCOL $| $* $#error $@ 4.7.0 $: "403 STARTTLS failed." -R$* $| <$*> <VERIFY> $: <$2> <VERIFY> <> $1 -R$* $| <$*> <VERIFY + $+> $: <$2> <VERIFY> <$3> $1 -R$* $| <$*> <$={Tls}:$->$* $: <$2> <$3:$4> <> $1 -R$* $| <$*> <$={Tls}:$- + $+>$* $: <$2> <$3:$4> <$5> $1 -R$* $| $* $@ OK -# authentication required: give appropriate error -# other side did authenticate (via STARTTLS) -R<$*><VERIFY> <> OK $@ OK -R<$*><VERIFY> <$+> OK $: <$1> <REQ:0> <$2> -R<$*><VERIFY:$-> <$*> OK $: <$1> <REQ:$2> <$3> -R<$*><ENCR:$-> <$*> $* $: <$1> <REQ:$2> <$3> -R<$-:$+><VERIFY $*> <$*> $#error $@ $2 $: $1 " authentication required" -R<$-:$+><VERIFY $*> <$*> FAIL $#error $@ $2 $: $1 " authentication failed" -R<$-:$+><VERIFY $*> <$*> NO $#error $@ $2 $: $1 " not authenticated" -R<$-:$+><VERIFY $*> <$*> NOT $#error $@ $2 $: $1 " no authentication requested" -R<$-:$+><VERIFY $*> <$*> NONE $#error $@ $2 $: $1 " other side does not support STARTTLS" -R<$-:$+><VERIFY $*> <$*> $+ $#error $@ $2 $: $1 " authentication failure " $4 -R<$*><REQ:$-> <$*> $: <$1> <REQ:$2> <$3> $>max $&{cipher_bits} : $&{auth_ssf} -R<$*><REQ:$-> <$*> $- $: <$1> <$2:$4> <$3> $(arith l $@ $4 $@ $2 $) -R<$-:$+><$-:$-> <$*> TRUE $#error $@ $2 $: $1 " encryption too weak " $4 " less than " $3 -R<$-:$+><$-:$-> <$*> $* $: <$1:$2 ++ $5> -R<$-:$+ ++ > $@ OK -R<$-:$+ ++ $+ > $: <$1:$2> <$3> -R<$-:$+> < $+ ++ $+ > <$1:$2> <$3> <$4> -R<$-:$+> $+ $@ $>"TLS_req" $3 $| <$1:$2> - -###################################################################### -### TLS_req: check additional TLS requirements -### -### Parameters: [<list> <of> <req>] $| <$-:$+> -### $-: SMTP reply code -### $+: Enhanced Status Code -###################################################################### -STLS_req -R $| $+ $@ OK -R<CN> $* $| <$+> $: <CN:$&{TLS_Name}> $1 $| <$2> -R<CN:$&{cn_subject}> $* $| <$+> $@ $>"TLS_req" $1 $| <$2> -R<CN:$+> $* $| <$-:$+> $#error $@ $4 $: $3 " CN " $&{cn_subject} " does not match " $1 -R<CS:$&{cert_subject}> $* $| <$+> $@ $>"TLS_req" $1 $| <$2> -R<CS:$+> $* $| <$-:$+> $#error $@ $4 $: $3 " Cert Subject " $&{cert_subject} " does not match " $1 -R<CI:$&{cert_issuer}> $* $| <$+> $@ $>"TLS_req" $1 $| <$2> -R<CI:$+> $* $| <$-:$+> $#error $@ $4 $: $3 " Cert Issuer " $&{cert_issuer} " does not match " $1 -ROK $@ OK - -###################################################################### -### max: return the maximum of two values separated by : -### -### Parameters: [$-]:[$-] -###################################################################### -Smax -R: $: 0 -R:$- $: $1 -R$-: $: $1 -R$-:$- $: $(arith l $@ $1 $@ $2 $) : $1 : $2 -RTRUE:$-:$- $: $2 -R$-:$-:$- $: $2 - - -###################################################################### -### RelayTLS: allow relaying based on TLS authentication -### -### Parameters: -### none -###################################################################### -SRelayTLS -# authenticated? -R$* $: <?> $&{verify} -R<?> OK $: OK authenticated: continue -R<?> $* $@ NO not authenticated -R$* $: $&{cert_issuer} -R$+ $: $(access CERTISSUER:$1 $) -RRELAY $# RELAY -RSUBJECT $: <@> $&{cert_subject} -R<@> $+ $: <@> $(access CERTSUBJECT:$1 $) -R<@> RELAY $# RELAY -R$* $: NO - -###################################################################### -### authinfo: lookup authinfo in the access map -### -### Parameters: -### $1: {server_name} -### $2: {server_addr} -###################################################################### -Sauthinfo -R$* $: $1 $| $>D <$&{server_name}> <?> <! AuthInfo> <> -R$* $| <?>$* $: $1 $| $>A <$&{server_addr}> <?> <! AuthInfo> <> -R$* $| <?>$* $: $1 $| <$(access AuthInfo: $: ? $)> <> -R$* $| <?>$* $@ no no authinfo available -R$* $| <$*> <> $# $2 - - - - - -# -###################################################################### -###################################################################### -##### -##### MAIL FILTER DEFINITIONS -##### -###################################################################### -###################################################################### - -# -###################################################################### -###################################################################### -##### -##### MAILER DEFINITIONS -##### -###################################################################### -###################################################################### - -##################################### -### SMTP Mailer specification ### -##################################### - -##### $Id: smtp.m4,v 8.64 2001/04/03 01:52:54 gshapiro Exp $ ##### - -# -# common sender and masquerading recipient rewriting -# -SMasqSMTP -R$* < @ $* > $* $@ $1 < @ $2 > $3 already fully qualified -R$+ $@ $1 < @ *LOCAL* > add local qualification - -# -# convert pseudo-domain addresses to real domain addresses -# -SPseudoToReal - -# pass <route-addr>s through -R< @ $+ > $* $@ < @ $1 > $2 resolve <route-addr> - -# output fake domains as user%fake@relay - -# do UUCP heuristics; note that these are shared with UUCP mailers -R$+ < @ $+ .UUCP. > $: < $2 ! > $1 convert to UUCP form -R$+ < @ $* > $* $@ $1 < @ $2 > $3 not UUCP form - -# leave these in .UUCP form to avoid further tampering -R< $&h ! > $- ! $+ $@ $2 < @ $1 .UUCP. > -R< $&h ! > $-.$+ ! $+ $@ $3 < @ $1.$2 > -R< $&h ! > $+ $@ $1 < @ $&h .UUCP. > -R< $+ ! > $+ $: $1 ! $2 < @ $Y > use UUCP_RELAY -R$+ < @ $~[ $* : $+ > $@ $1 < @ $4 > strip mailer: part -R$+ < @ > $: $1 < @ *LOCAL* > if no UUCP_RELAY - - -# -# envelope sender rewriting -# -SEnvFromSMTP -R$+ $: $>PseudoToReal $1 sender/recipient common -R$* :; <@> $@ list:; special case -R$* $: $>MasqSMTP $1 qualify unqual'ed names -R$+ $: $>MasqEnv $1 do masquerading - - -# -# envelope recipient rewriting -- -# also header recipient if not masquerading recipients -# -SEnvToSMTP -R$+ $: $>PseudoToReal $1 sender/recipient common -R$+ $: $>MasqSMTP $1 qualify unqual'ed names -R$* < @ *LOCAL* > $* $: $1 < @ $j . > $2 - -# -# header sender and masquerading header recipient rewriting -# -SHdrFromSMTP -R$+ $: $>PseudoToReal $1 sender/recipient common -R:; <@> $@ list:; special case - -# do special header rewriting -R$* <@> $* $@ $1 <@> $2 pass null host through -R< @ $* > $* $@ < @ $1 > $2 pass route-addr through -R$* $: $>MasqSMTP $1 qualify unqual'ed names -R$+ $: $>MasqHdr $1 do masquerading - - -# -# relay mailer header masquerading recipient rewriting -# -SMasqRelay -R$+ $: $>MasqSMTP $1 -R$+ $: $>MasqHdr $1 - -Msmtp, P=[IPC], F=mDFMuX, S=EnvFromSMTP/HdrFromSMTP, R=EnvToSMTP, E=\r\n, L=990, - T=DNS/RFC822/SMTP, - A=TCP $h -Mesmtp, P=[IPC], F=mDFMuXa, S=EnvFromSMTP/HdrFromSMTP, R=EnvToSMTP, E=\r\n, L=990, - T=DNS/RFC822/SMTP, - A=TCP $h -Msmtp8, P=[IPC], F=mDFMuX8, S=EnvFromSMTP/HdrFromSMTP, R=EnvToSMTP, E=\r\n, L=990, - T=DNS/RFC822/SMTP, - A=TCP $h -Mdsmtp, P=[IPC], F=mDFMuXa%, S=EnvFromSMTP/HdrFromSMTP, R=EnvToSMTP, E=\r\n, L=990, - T=DNS/RFC822/SMTP, - A=TCP $h -Mrelay, P=[IPC], F=mDFMuXa8, S=EnvFromSMTP/HdrFromSMTP, R=MasqSMTP, E=\r\n, L=2040, - T=DNS/RFC822/SMTP, - A=TCP $h - - -######################*****############## -### PROCMAIL Mailer specification ### -##################*****################## - -##### $Id: procmail.m4,v 8.22 2001/11/12 23:11:34 ca Exp $ ##### - -Mprocmail, P=/usr/bin/procmail, F=DFMSPhnu9, S=EnvFromSMTP/HdrFromSMTP, R=EnvToSMTP/HdrFromSMTP, - T=DNS/RFC822/X-Unix, - A=procmail -Y -m $h $f $u - - -################################################## -### Local and Program Mailer specification ### -################################################## - -##### $Id: local.m4,v 8.59 2004/11/23 00:37:25 ca Exp $ ##### - -# -# Envelope sender rewriting -# -SEnvFromL -R<@> $n errors to mailer-daemon -R@ <@ $*> $n temporarily bypass Sun bogosity -R$+ $: $>AddDomain $1 add local domain if needed -R$* $: $>MasqEnv $1 do masquerading - -# -# Envelope recipient rewriting -# -SEnvToL -R$+ < @ $* > $: $1 strip host part - -# -# Header sender rewriting -# -SHdrFromL -R<@> $n errors to mailer-daemon -R@ <@ $*> $n temporarily bypass Sun bogosity -R$+ $: $>AddDomain $1 add local domain if needed -R$* $: $>MasqHdr $1 do masquerading - -# -# Header recipient rewriting -# -SHdrToL -R$+ $: $>AddDomain $1 add local domain if needed -R$* < @ *LOCAL* > $* $: $1 < @ $j . > $2 - -# -# Common code to add local domain name (only if always-add-domain) -# -SAddDomain -R$* < @ $* > $* $@ $1 < @ $2 > $3 already fully qualified - -R$+ $@ $1 < @ *LOCAL* > add local qualification - -Mlocal, P=/usr/bin/procmail, F=lsDFMAw5:/|@qSPfhn9, S=EnvFromL/HdrFromL, R=EnvToL/HdrToL, - T=DNS/RFC822/X-Unix, - A=procmail -t -Y -a $h -d $u -Mprog, P=/usr/sbin/smrsh, F=lsDFMoqeu9, S=EnvFromL/HdrFromL, R=EnvToL/HdrToL, D=$z:/, - T=X-Unix/X-Unix/X-Unix, - A=smrsh -c $u - diff --git a/testing/mailman/mail/sendmail.mc b/testing/mailman/mail/sendmail.mc deleted file mode 100644 index 0bea58e..0000000 --- a/testing/mailman/mail/sendmail.mc +++ /dev/null @@ -1,172 +0,0 @@ -divert(-1)dnl -dnl # -dnl # This is the sendmail macro config file for m4. If you make changes to -dnl # /etc/mail/sendmail.mc, you will need to regenerate the -dnl # /etc/mail/sendmail.cf file by confirming that the sendmail-cf package is -dnl # installed and then performing a -dnl # -dnl # make -C /etc/mail -dnl # -include(`/usr/share/sendmail-cf/m4/cf.m4')dnl -VERSIONID(`setup for Red Hat Linux')dnl -OSTYPE(`linux')dnl -dnl # -dnl # default logging level is 9, you might want to set it higher to -dnl # debug the configuration -dnl # -dnl define(`confLOG_LEVEL', `9')dnl -dnl # -dnl # Uncomment and edit the following line if your outgoing mail needs to -dnl # be sent out through an external mail server: -dnl # -dnl define(`SMART_HOST',`smtp.your.provider') -dnl # -define(`confDEF_USER_ID',``8:12'')dnl -dnl define(`confAUTO_REBUILD')dnl -define(`confTO_CONNECT', `1m')dnl -define(`confTRY_NULL_MX_LIST',true)dnl -define(`confDONT_PROBE_INTERFACES',true)dnl -define(`PROCMAIL_MAILER_PATH',`/usr/bin/procmail')dnl -define(`ALIAS_FILE', `/etc/aliases')dnl -define(`STATUS_FILE', `/var/log/mail/statistics')dnl -define(`UUCP_MAILER_MAX', `2000000')dnl -define(`confUSERDB_SPEC', `/etc/mail/userdb.db')dnl -define(`confPRIVACY_FLAGS', `authwarnings,novrfy,noexpn,restrictqrun')dnl -define(`confAUTH_OPTIONS', `A')dnl -dnl # -dnl # The following allows relaying if the user authenticates, and disallows -dnl # plaintext authentication (PLAIN/LOGIN) on non-TLS links -dnl # -dnl define(`confAUTH_OPTIONS', `A p')dnl -dnl # -dnl # PLAIN is the preferred plaintext authentication method and used by -dnl # Mozilla Mail and Evolution, though Outlook Express and other MUAs do -dnl # use LOGIN. Other mechanisms should be used if the connection is not -dnl # guaranteed secure. -dnl # Please remember that saslauthd needs to be running for AUTH. -dnl # -dnl TRUST_AUTH_MECH(`EXTERNAL DIGEST-MD5 CRAM-MD5 LOGIN PLAIN')dnl -dnl define(`confAUTH_MECHANISMS', `EXTERNAL GSSAPI DIGEST-MD5 CRAM-MD5 LOGIN PLAIN')dnl -dnl # -dnl # Rudimentary information on creating certificates for sendmail TLS: -dnl # cd /usr/share/ssl/certs; make sendmail.pem -dnl # Complete usage: -dnl # make -C /usr/share/ssl/certs usage -dnl # -dnl define(`confCACERT_PATH',`/etc/pki/tls/certs') -dnl define(`confCACERT',`/etc/pki/tls/certs/ca-bundle.crt') -dnl define(`confSERVER_CERT',`/etc/pki/tls/certs/sendmail.pem') -dnl define(`confSERVER_KEY',`/etc/pki/tls/certs/sendmail.pem') -dnl # -dnl # This allows sendmail to use a keyfile that is shared with OpenLDAP's -dnl # slapd, which requires the file to be readble by group ldap -dnl # -dnl define(`confDONT_BLAME_SENDMAIL',`groupreadablekeyfile')dnl -dnl # -dnl define(`confTO_QUEUEWARN', `4h')dnl -dnl define(`confTO_QUEUERETURN', `5d')dnl -dnl define(`confQUEUE_LA', `12')dnl -dnl define(`confREFUSE_LA', `18')dnl -define(`confTO_IDENT', `0')dnl -dnl FEATURE(delay_checks)dnl -FEATURE(`no_default_msa',`dnl')dnl -FEATURE(`smrsh',`/usr/sbin/smrsh')dnl -FEATURE(`mailertable',`hash -o /etc/mail/mailertable.db')dnl -FEATURE(`virtusertable',`hash -o /etc/mail/virtusertable.db')dnl -FEATURE(redirect)dnl -FEATURE(always_add_domain)dnl -FEATURE(use_cw_file)dnl -FEATURE(use_ct_file)dnl -dnl # -dnl # The following limits the number of processes sendmail can fork to accept -dnl # incoming messages or process its message queues to 12.) sendmail refuses -dnl # to accept connections once it has reached its quota of child processes. -dnl # -dnl define(`confMAX_DAEMON_CHILDREN', 12)dnl -dnl # -dnl # Limits the number of new connections per second. This caps the overhead -dnl # incurred due to forking new sendmail processes. May be useful against -dnl # DoS attacks or barrages of spam. (As mentioned below, a per-IP address -dnl # limit would be useful but is not available as an option at this writing.) -dnl # -dnl define(`confCONNECTION_RATE_THROTTLE', 3)dnl -dnl # -dnl # The -t option will retry delivery if e.g. the user runs over his quota. -dnl # -FEATURE(local_procmail,`',`procmail -t -Y -a $h -d $u')dnl -FEATURE(`access_db',`hash -T<TMPF> -o /etc/mail/access.db')dnl -FEATURE(`blacklist_recipients')dnl -EXPOSED_USER(`root')dnl -dnl # -dnl # For using Cyrus-IMAPd as POP3/IMAP server through LMTP delivery uncomment -dnl # the following 2 definitions and activate below in the MAILER section the -dnl # cyrusv2 mailer. -dnl # -dnl define(`confLOCAL_MAILER', `cyrusv2')dnl -dnl define(`CYRUSV2_MAILER_ARGS', `FILE /var/lib/imap/socket/lmtp')dnl -dnl # -dnl # The following causes sendmail to only listen on the IPv4 loopback address -dnl # 127.0.0.1 and not on any other network devices. Remove the loopback -dnl # address restriction to accept email from the internet or intranet. -dnl # -DAEMON_OPTIONS(`Port=smtp,Addr=127.0.0.1, Name=MTA')dnl -dnl # -dnl # The following causes sendmail to additionally listen to port 587 for -dnl # mail from MUAs that authenticate. Roaming users who can't reach their -dnl # preferred sendmail daemon due to port 25 being blocked or redirected find -dnl # this useful. -dnl # -dnl DAEMON_OPTIONS(`Port=submission, Name=MSA, M=Ea')dnl -dnl # -dnl # The following causes sendmail to additionally listen to port 465, but -dnl # starting immediately in TLS mode upon connecting. Port 25 or 587 followed -dnl # by STARTTLS is preferred, but roaming clients using Outlook Express can't -dnl # do STARTTLS on ports other than 25. Mozilla Mail can ONLY use STARTTLS -dnl # and doesn't support the deprecated smtps; Evolution <1.1.1 uses smtps -dnl # when SSL is enabled-- STARTTLS support is available in version 1.1.1. -dnl # -dnl # For this to work your OpenSSL certificates must be configured. -dnl # -dnl DAEMON_OPTIONS(`Port=smtps, Name=TLSMTA, M=s')dnl -dnl # -dnl # The following causes sendmail to additionally listen on the IPv6 loopback -dnl # device. Remove the loopback address restriction listen to the network. -dnl # -dnl DAEMON_OPTIONS(`port=smtp,Addr=::1, Name=MTA-v6, Family=inet6')dnl -dnl # -dnl # enable both ipv6 and ipv4 in sendmail: -dnl # -dnl DAEMON_OPTIONS(`Name=MTA-v4, Family=inet, Name=MTA-v6, Family=inet6') -dnl # -dnl # We strongly recommend not accepting unresolvable domains if you want to -dnl # protect yourself from spam. However, the laptop and users on computers -dnl # that do not have 24x7 DNS do need this. -dnl # -FEATURE(`accept_unresolvable_domains')dnl -dnl # -dnl FEATURE(`relay_based_on_MX')dnl -dnl # -dnl # Also accept email sent to "localhost.localdomain" as local email. -dnl # -LOCAL_DOMAIN(`localhost.localdomain')dnl -dnl # -dnl # The following example makes mail from this host and any additional -dnl # specified domains appear to be sent from mydomain.com -dnl # -dnl MASQUERADE_AS(`mydomain.com')dnl -dnl # -dnl # masquerade not just the headers, but the envelope as well -dnl # -dnl FEATURE(masquerade_envelope)dnl -dnl # -dnl # masquerade not just @mydomainalias.com, but @*.mydomainalias.com as well -dnl # -dnl FEATURE(masquerade_entire_domain)dnl -dnl # -dnl MASQUERADE_DOMAIN(localhost)dnl -dnl MASQUERADE_DOMAIN(localhost.localdomain)dnl -dnl MASQUERADE_DOMAIN(mydomainalias.com)dnl -dnl MASQUERADE_DOMAIN(mydomain.lan)dnl -MAILER(smtp)dnl -MAILER(procmail)dnl -dnl MAILER(cyrusv2)dnl diff --git a/testing/mailman/mail/submit.cf.bak b/testing/mailman/mail/submit.cf.bak deleted file mode 100644 index 99688b1..0000000 --- a/testing/mailman/mail/submit.cf.bak +++ /dev/null @@ -1,1459 +0,0 @@ -# -# Copyright (c) 1998-2004 Sendmail, Inc. and its suppliers. -# All rights reserved. -# Copyright (c) 1983, 1995 Eric P. Allman. All rights reserved. -# Copyright (c) 1988, 1993 -# The Regents of the University of California. All rights reserved. -# -# By using this file, you agree to the terms and conditions set -# forth in the LICENSE file which can be found at the top level of -# the sendmail distribution. -# -# - -###################################################################### -###################################################################### -##### -##### SENDMAIL CONFIGURATION FILE -##### -##### built by bhcompile@porky.build.redhat.com on Mon Sep 19 07:13:43 EDT 2005 -##### in /usr/src/build/614338-i386/BUILD/sendmail-8.13.5/cf/cf -##### using ../ as configuration include directory -##### -###################################################################### -##### -##### DO NOT EDIT THIS FILE! Only edit the source .mc file. -##### -###################################################################### -###################################################################### - -##### $Id: cfhead.m4,v 8.116 2004/01/28 22:02:22 ca Exp $ ##### -##### $Id: cf.m4,v 8.32 1999/02/07 07:26:14 gshapiro Exp $ ##### - -##### linux setup for Red Hat Linux ##### -##### $Id: use_ct_file.m4,v 8.11 2001/08/26 20:58:57 gshapiro Exp $ ##### - -##### $Id: msp.m4,v 1.33 2004/02/09 22:32:38 ca Exp $ ##### - -##### $Id: no_default_msa.m4,v 8.2 2001/02/14 05:03:22 gshapiro Exp $ ##### - - -##### $Id: proto.m4,v 8.718 2005/08/24 18:07:23 ca Exp $ ##### - -# level 10 config file format -V10/Berkeley - -# override file safeties - setting this option compromises system security, -# addressing the actual file configuration problem is preferred -# need to set this before any file actions are encountered in the cf file -#O DontBlameSendmail=safe - -# default LDAP map specification -# need to set this now before any LDAP maps are defined -#O LDAPDefaultSpec=-h localhost - -################## -# local info # -################## - -# my LDAP cluster -# need to set this before any LDAP lookups are done (including classes) -#D{sendmailMTACluster}$m - -Cwlocalhost - -# my official domain name -# ... define this only if sendmail cannot automatically determine your domain -#Dj$w.Foo.COM - -# host/domain names ending with a token in class P are canonical -CP. - -# "Smart" relay host (may be null) -DS - - -# operators that cannot be in local usernames (i.e., network indicators) -CO @ % ! - -# a class with just dot (for identifying canonical names) -C.. - -# a class with just a left bracket (for identifying domain literals) -C[[ - - -# Resolve map (to check if a host exists in check_mail) -Kresolve host -a<OKR> -T<TEMP> -C{ResOk}OKR - - -# Hosts for which relaying is permitted ($=R) -FR-o /etc/mail/relay-domains - -# arithmetic map -Karith arith - - - - - -# dequoting map -Kdequote dequote - -# class E: names that should be exposed as from this host, even if we masquerade -# class L: names that should be delivered locally, even if we have a relay -# class M: domains that should be converted to $M -# class N: domains that should not be converted to $M -#CL root - - - -# my name for error messages -DnMAILER-DAEMON - - -D{MTAHost}[127.0.0.1] - - -# Configuration version number -DZ8.13.5/Submit - - -############### -# Options # -############### - -# strip message body to 7 bits on input? -O SevenBitInput=False - -# 8-bit data handling -#O EightBitMode=pass8 - -# wait for alias file rebuild (default units: minutes) -O AliasWait=10 - -# location of alias file -#O AliasFile=/etc/mail/aliases - -# minimum number of free blocks on filesystem -O MinFreeBlocks=100 - -# maximum message size -#O MaxMessageSize=0 - -# substitution for space (blank) characters -O BlankSub=. - -# avoid connecting to "expensive" mailers on initial submission? -O HoldExpensive=False - -# checkpoint queue runs after every N successful deliveries -#O CheckpointInterval=10 - -# default delivery mode -O DeliveryMode=i - -# error message header/file -#O ErrorHeader=/etc/mail/error-header - -# error mode -#O ErrorMode=print - -# save Unix-style "From_" lines at top of header? -#O SaveFromLine=False - -# queue file mode (qf files) -O QueueFileMode=0660 - -# temporary file mode -O TempFileMode=0600 - -# match recipients against GECOS field? -#O MatchGECOS=False - -# maximum hop count -#O MaxHopCount=25 - -# location of help file -O HelpFile=/etc/mail/helpfile - -# ignore dots as terminators in incoming messages? -#O IgnoreDots=False - -# name resolver options -#O ResolverOptions=+AAONLY - -# deliver MIME-encapsulated error messages? -O SendMimeErrors=True - -# Forward file search path -O ForwardPath - -# open connection cache size -O ConnectionCacheSize=2 - -# open connection cache timeout -O ConnectionCacheTimeout=5m - -# persistent host status directory -#O HostStatusDirectory=.hoststat - -# single thread deliveries (requires HostStatusDirectory)? -#O SingleThreadDelivery=False - -# use Errors-To: header? -O UseErrorsTo=False - -# log level -O LogLevel=9 - -# send to me too, even in an alias expansion? -#O MeToo=True - -# verify RHS in newaliases? -O CheckAliases=False - -# default messages to old style headers if no special punctuation? -O OldStyleHeaders=True - -# SMTP daemon options - -O DaemonPortOptions=Name=NoMTA, Addr=127.0.0.1, M=E - -# SMTP client options -#O ClientPortOptions=Family=inet, Address=0.0.0.0 - -# Modifiers to define {daemon_flags} for direct submissions -#O DirectSubmissionModifiers - -# Use as mail submission program? See sendmail/SECURITY -O UseMSP=True - -# privacy flags -O PrivacyOptions=goaway,noetrn,restrictqrun - -# who (if anyone) should get extra copies of error messages -#O PostmasterCopy=Postmaster - -# slope of queue-only function -#O QueueFactor=600000 - -# limit on number of concurrent queue runners -#O MaxQueueChildren - -# maximum number of queue-runners per queue-grouping with multiple queues -#O MaxRunnersPerQueue=1 - -# priority of queue runners (nice(3)) -#O NiceQueueRun - -# shall we sort the queue by hostname first? -#O QueueSortOrder=priority - -# minimum time in queue before retry -#O MinQueueAge=30m - -# how many jobs can you process in the queue? -#O MaxQueueRunSize=0 - -# perform initial split of envelope without checking MX records -#O FastSplit=1 - -# queue directory -O QueueDirectory=/var/spool/clientmqueue - -# key for shared memory; 0 to turn off -#O SharedMemoryKey=0 - - - -# timeouts (many of these) -#O Timeout.initial=5m -#O Timeout.connect=5m -#O Timeout.aconnect=0s -#O Timeout.iconnect=5m -#O Timeout.helo=5m -#O Timeout.mail=10m -#O Timeout.rcpt=1h -#O Timeout.datainit=5m -#O Timeout.datablock=1h -#O Timeout.datafinal=1h -#O Timeout.rset=5m -#O Timeout.quit=2m -#O Timeout.misc=2m -#O Timeout.command=1h -#O Timeout.ident=5s -#O Timeout.fileopen=60s -#O Timeout.control=2m -O Timeout.queuereturn=5d -#O Timeout.queuereturn.normal=5d -#O Timeout.queuereturn.urgent=2d -#O Timeout.queuereturn.non-urgent=7d -#O Timeout.queuereturn.dsn=5d -O Timeout.queuewarn=4h -#O Timeout.queuewarn.normal=4h -#O Timeout.queuewarn.urgent=1h -#O Timeout.queuewarn.non-urgent=12h -#O Timeout.queuewarn.dsn=4h -#O Timeout.hoststatus=30m -#O Timeout.resolver.retrans=5s -#O Timeout.resolver.retrans.first=5s -#O Timeout.resolver.retrans.normal=5s -#O Timeout.resolver.retry=4 -#O Timeout.resolver.retry.first=4 -#O Timeout.resolver.retry.normal=4 -#O Timeout.lhlo=2m -#O Timeout.auth=10m -#O Timeout.starttls=1h - -# time for DeliverBy; extension disabled if less than 0 -#O DeliverByMin=0 - -# should we not prune routes in route-addr syntax addresses? -#O DontPruneRoutes=False - -# queue up everything before forking? -O SuperSafe=True - -# status file -O StatusFile=/var/spool/clientmqueue/sm-client.st - -# time zone handling: -# if undefined, use system default -# if defined but null, use TZ envariable passed in -# if defined and non-null, use that info -O TimeZoneSpec= - -# default UID (can be username or userid:groupid) -#O DefaultUser=mailnull - -# list of locations of user database file (null means no lookup) -#O UserDatabaseSpec=/etc/mail/userdb - -# fallback MX host -#O FallbackMXhost=fall.back.host.net - -# fallback smart host -#O FallbackSmartHost=fall.back.host.net - -# if we are the best MX host for a site, try it directly instead of config err -#O TryNullMXList=False - -# load average at which we just queue messages -#O QueueLA=8 - -# load average at which we refuse connections -#O RefuseLA=12 - -# log interval when refusing connections for this long -#O RejectLogInterval=3h - -# load average at which we delay connections; 0 means no limit -#O DelayLA=0 - -# maximum number of children we allow at one time -#O MaxDaemonChildren=0 - -# maximum number of new connections per second -#O ConnectionRateThrottle=0 - -# Width of the window -#O ConnectionRateWindowSize=60s - -# work recipient factor -#O RecipientFactor=30000 - -# deliver each queued job in a separate process? -#O ForkEachJob=False - -# work class factor -#O ClassFactor=1800 - -# work time factor -#O RetryFactor=90000 - -# default character set -#O DefaultCharSet=unknown-8bit - -# service switch file (name hardwired on Solaris, Ultrix, OSF/1, others) -#O ServiceSwitchFile=/etc/mail/service.switch - -# hosts file (normally /etc/hosts) -#O HostsFile=/etc/hosts - -# dialup line delay on connection failure -#O DialDelay=0s - -# action to take if there are no recipients in the message -#O NoRecipientAction=none - -# chrooted environment for writing to files -#O SafeFileEnvironment - -# are colons OK in addresses? -#O ColonOkInAddr=True - -# shall I avoid expanding CNAMEs (violates protocols)? -#O DontExpandCnames=False - -# SMTP initial login message (old $e macro) -O SmtpGreetingMessage=$j Sendmail $v/$Z; $b - -# UNIX initial From header format (old $l macro) -O UnixFromLine=From $g $d - -# From: lines that have embedded newlines are unwrapped onto one line -#O SingleLineFromHeader=False - -# Allow HELO SMTP command that does not include a host name -#O AllowBogusHELO=False - -# Characters to be quoted in a full name phrase (@,;:\()[] are automatic) -#O MustQuoteChars=. - -# delimiter (operator) characters (old $o macro) -O OperatorChars=.:%@!^/[]+ - -# shall I avoid calling initgroups(3) because of high NIS costs? -O DontInitGroups=True - -# are group-writable :include: and .forward files (un)trustworthy? -# True (the default) means they are not trustworthy. -#O UnsafeGroupWrites=True - - -# where do errors that occur when sending errors get sent? -#O DoubleBounceAddress=postmaster - -# where to save bounces if all else fails -#O DeadLetterDrop=/var/tmp/dead.letter - -# what user id do we assume for the majority of the processing? -O RunAsUser=smmsp - -# maximum number of recipients per SMTP envelope -#O MaxRecipientsPerMessage=0 - -# limit the rate recipients per SMTP envelope are accepted -# once the threshold number of recipients have been rejected -#O BadRcptThrottle=0 - -# shall we get local names from our installed interfaces? -O DontProbeInterfaces=True - -# Return-Receipt-To: header implies DSN request -#O RrtImpliesDsn=False - -# override connection address (for testing) -#O ConnectOnlyTo=0.0.0.0 - -# Trusted user for file ownership and starting the daemon -O TrustedUser=smmsp - -# Control socket for daemon management -#O ControlSocketName=/var/spool/mqueue/.control - -# Maximum MIME header length to protect MUAs -#O MaxMimeHeaderLength=0/0 - -# Maximum length of the sum of all headers -#O MaxHeadersLength=32768 - -# Maximum depth of alias recursion -#O MaxAliasRecursion=10 - -# location of pid file -O PidFile=/var/run/sm-client.pid - -# Prefix string for the process title shown on 'ps' listings -#O ProcessTitlePrefix=prefix - -# Data file (df) memory-buffer file maximum size -#O DataFileBufferSize=4096 - -# Transcript file (xf) memory-buffer file maximum size -#O XscriptFileBufferSize=4096 - -# lookup type to find information about local mailboxes -#O MailboxDatabase=pw - -# override compile time flag REQUIRES_DIR_FSYNC -#O RequiresDirfsync=true - -# list of authentication mechanisms -#O AuthMechanisms=EXTERNAL GSSAPI KERBEROS_V4 DIGEST-MD5 CRAM-MD5 - -# Authentication realm -#O AuthRealm - -# default authentication information for outgoing connections -#O DefaultAuthInfo=/etc/mail/default-auth-info - -# SMTP AUTH flags -#O AuthOptions - -# SMTP AUTH maximum encryption strength -#O AuthMaxBits - -# SMTP STARTTLS server options -#O TLSSrvOptions - -# Input mail filters -#O InputMailFilters - - -# CA directory -#O CACertPath -# CA file -#O CACertFile -# Server Cert -#O ServerCertFile -# Server private key -#O ServerKeyFile -# Client Cert -#O ClientCertFile -# Client private key -#O ClientKeyFile -# File containing certificate revocation lists -#O CRLFile -# DHParameters (only required if DSA/DH is used) -#O DHParameters -# Random data source (required for systems without /dev/urandom under OpenSSL) -#O RandFile - -############################ -# QUEUE GROUP DEFINITIONS # -############################ - - -########################### -# Message precedences # -########################### - -Pfirst-class=0 -Pspecial-delivery=100 -Plist=-30 -Pbulk=-60 -Pjunk=-100 - -##################### -# Trusted users # -##################### - -# this is equivalent to setting class "t" -Ft/etc/mail/trusted-users -Troot -Tdaemon -Tuucp - -######################### -# Format of headers # -######################### - -H?P?Return-Path: <$g> -HReceived: $?sfrom $s $.$?_($?s$|from $.$_) - $.$?{auth_type}(authenticated$?{auth_ssf} bits=${auth_ssf}$.) - $.by $j ($v/$Z)$?r with $r$. id $i$?{tls_version} - (version=${tls_version} cipher=${cipher} bits=${cipher_bits} verify=${verify})$.$?u - for $u; $|; - $.$b -H?D?Resent-Date: $a -H?D?Date: $a -H?F?Resent-From: $?x$x <$g>$|$g$. -H?F?From: $?x$x <$g>$|$g$. -H?x?Full-Name: $x -# HPosted-Date: $a -# H?l?Received-Date: $b -H?M?Resent-Message-Id: <$t.$i@$j> -H?M?Message-Id: <$t.$i@$j> - -# -###################################################################### -###################################################################### -##### -##### REWRITING RULES -##### -###################################################################### -###################################################################### - -############################################ -### Ruleset 3 -- Name Canonicalization ### -############################################ -Scanonify=3 - -# handle null input (translate to <@> special case) -R$@ $@ <@> - -# strip group: syntax (not inside angle brackets!) and trailing semicolon -R$* $: $1 <@> mark addresses -R$* < $* > $* <@> $: $1 < $2 > $3 unmark <addr> -R@ $* <@> $: @ $1 unmark @host:... -R$* [ IPv6 : $+ ] <@> $: $1 [ IPv6 : $2 ] unmark IPv6 addr -R$* :: $* <@> $: $1 :: $2 unmark node::addr -R:include: $* <@> $: :include: $1 unmark :include:... -R$* : $* [ $* ] $: $1 : $2 [ $3 ] <@> remark if leading colon -R$* : $* <@> $: $2 strip colon if marked -R$* <@> $: $1 unmark -R$* ; $1 strip trailing semi -R$* < $+ :; > $* $@ $2 :; <@> catch <list:;> -R$* < $* ; > $1 < $2 > bogus bracketed semi - -# null input now results from list:; syntax -R$@ $@ :; <@> - -# strip angle brackets -- note RFC733 heuristic to get innermost item -R$* $: < $1 > housekeeping <> -R$+ < $* > < $2 > strip excess on left -R< $* > $+ < $1 > strip excess on right -R<> $@ < @ > MAIL FROM:<> case -R< $+ > $: $1 remove housekeeping <> - -# strip route address <@a,@b,@c:user@d> -> <user@d> -R@ $+ , $+ $2 -R@ [ $* ] : $+ $2 -R@ $+ : $+ $2 - -# find focus for list syntax -R $+ : $* ; @ $+ $@ $>Canonify2 $1 : $2 ; < @ $3 > list syntax -R $+ : $* ; $@ $1 : $2; list syntax - -# find focus for @ syntax addresses -R$+ @ $+ $: $1 < @ $2 > focus on domain -R$+ < $+ @ $+ > $1 $2 < @ $3 > move gaze right -R$+ < @ $+ > $@ $>Canonify2 $1 < @ $2 > already canonical - - -# convert old-style addresses to a domain-based address -R$- ! $+ $@ $>Canonify2 $2 < @ $1 .UUCP > resolve uucp names -R$+ . $- ! $+ $@ $>Canonify2 $3 < @ $1 . $2 > domain uucps -R$+ ! $+ $@ $>Canonify2 $2 < @ $1 .UUCP > uucp subdomains - -# convert node::user addresses into a domain-based address -R$- :: $+ $@ $>Canonify2 $2 < @ $1 .DECNET > resolve DECnet names -R$- . $- :: $+ $@ $>Canonify2 $3 < @ $1.$2 .DECNET > numeric DECnet addr - -# if we have % signs, take the rightmost one -R$* % $* $1 @ $2 First make them all @s. -R$* @ $* @ $* $1 % $2 @ $3 Undo all but the last. -R$* @ $* $@ $>Canonify2 $1 < @ $2 > Insert < > and finish - -# else we must be a local name -R$* $@ $>Canonify2 $1 - - -################################################ -### Ruleset 96 -- bottom half of ruleset 3 ### -################################################ - -SCanonify2=96 - -# handle special cases for local names -R$* < @ localhost > $* $: $1 < @ $j . > $2 no domain at all -R$* < @ localhost . $m > $* $: $1 < @ $j . > $2 local domain -R$* < @ localhost . UUCP > $* $: $1 < @ $j . > $2 .UUCP domain - -# check for IPv4/IPv6 domain literal -R$* < @ [ $+ ] > $* $: $1 < @@ [ $2 ] > $3 mark [addr] -R$* < @@ $=w > $* $: $1 < @ $j . > $3 self-literal -R$* < @@ $+ > $* $@ $1 < @ $2 > $3 canon IP addr - - - - - -# if really UUCP, handle it immediately - -# try UUCP traffic as a local address -R$* < @ $+ . UUCP > $* $: $1 < @ $[ $2 $] . UUCP . > $3 -R$* < @ $+ . . UUCP . > $* $@ $1 < @ $2 . > $3 - -# hostnames ending in class P are always canonical -R$* < @ $* $=P > $* $: $1 < @ $2 $3 . > $4 -R$* < @ $* $~P > $* $: $&{daemon_flags} $| $1 < @ $2 $3 > $4 -R$* CC $* $| $* < @ $+.$+ > $* $: $3 < @ $4.$5 . > $6 -R$* CC $* $| $* $: $3 -# pass to name server to make hostname canonical -R$* $| $* < @ $* > $* $: $2 < @ $[ $3 $] > $4 -R$* $| $* $: $2 - -# local host aliases and pseudo-domains are always canonical -R$* < @ $=w > $* $: $1 < @ $2 . > $3 -R$* < @ $=M > $* $: $1 < @ $2 . > $3 -R$* < @ $* . . > $* $1 < @ $2 . > $3 - - -################################################## -### Ruleset 4 -- Final Output Post-rewriting ### -################################################## -Sfinal=4 - -R$+ :; <@> $@ $1 : handle <list:;> -R$* <@> $@ handle <> and list:; - -# strip trailing dot off possibly canonical name -R$* < @ $+ . > $* $1 < @ $2 > $3 - -# eliminate internal code -R$* < @ *LOCAL* > $* $1 < @ $j > $2 - -# externalize local domain info -R$* < $+ > $* $1 $2 $3 defocus -R@ $+ : @ $+ : $+ @ $1 , @ $2 : $3 <route-addr> canonical -R@ $* $@ @ $1 ... and exit - -# UUCP must always be presented in old form -R$+ @ $- . UUCP $2!$1 u@h.UUCP => h!u - -# put DECnet back in :: form -R$+ @ $+ . DECNET $2 :: $1 u@h.DECNET => h::u -# delete duplicate local names -R$+ % $=w @ $=w $1 @ $2 u%host@host => u@host - - - -############################################################## -### Ruleset 97 -- recanonicalize and call ruleset zero ### -### (used for recursive calls) ### -############################################################## - -SRecurse=97 -R$* $: $>canonify $1 -R$* $@ $>parse $1 - - -###################################### -### Ruleset 0 -- Parse Address ### -###################################### - -Sparse=0 - -R$* $: $>Parse0 $1 initial parsing -R<@> $#local $: <@> special case error msgs -R$* $: $>ParseLocal $1 handle local hacks -R$* $: $>Parse1 $1 final parsing - -# -# Parse0 -- do initial syntax checking and eliminate local addresses. -# This should either return with the (possibly modified) input -# or return with a #error mailer. It should not return with a -# #mailer other than the #error mailer. -# - -SParse0 -R<@> $@ <@> special case error msgs -R$* : $* ; <@> $#error $@ 5.1.3 $: "553 List:; syntax illegal for recipient addresses" -R@ <@ $* > < @ $1 > catch "@@host" bogosity -R<@ $+> $#error $@ 5.1.3 $: "553 User address required" -R$+ <@> $#error $@ 5.1.3 $: "553 Hostname required" -R$* $: <> $1 -R<> $* < @ [ $* ] : $+ > $* $1 < @ [ $2 ] : $3 > $4 -R<> $* < @ [ $* ] , $+ > $* $1 < @ [ $2 ] , $3 > $4 -R<> $* < @ [ $* ] $+ > $* $#error $@ 5.1.2 $: "553 Invalid address" -R<> $* < @ [ $+ ] > $* $1 < @ [ $2 ] > $3 -R<> $* <$* : $* > $* $#error $@ 5.1.3 $: "553 Colon illegal in host name part" -R<> $* $1 -R$* < @ . $* > $* $#error $@ 5.1.2 $: "553 Invalid host name" -R$* < @ $* .. $* > $* $#error $@ 5.1.2 $: "553 Invalid host name" -R$* < @ $* @ > $* $#error $@ 5.1.2 $: "553 Invalid route address" -R$* @ $* < @ $* > $* $#error $@ 5.1.3 $: "553 Invalid route address" -R$* , $~O $* $#error $@ 5.1.3 $: "553 Invalid route address" - - -# now delete the local info -- note $=O to find characters that cause forwarding -R$* < @ > $* $@ $>Parse0 $>canonify $1 user@ => user -R< @ $=w . > : $* $@ $>Parse0 $>canonify $2 @here:... -> ... -R$- < @ $=w . > $: $(dequote $1 $) < @ $2 . > dequote "foo"@here -R< @ $+ > $#error $@ 5.1.3 $: "553 User address required" -R$* $=O $* < @ $=w . > $@ $>Parse0 $>canonify $1 $2 $3 ...@here -> ... -R$- $: $(dequote $1 $) < @ *LOCAL* > dequote "foo" -R< @ *LOCAL* > $#error $@ 5.1.3 $: "553 User address required" -R$* $=O $* < @ *LOCAL* > - $@ $>Parse0 $>canonify $1 $2 $3 ...@*LOCAL* -> ... -R$* < @ *LOCAL* > $: $1 - -# -# Parse1 -- the bottom half of ruleset 0. -# - -SParse1 - -# handle numeric address spec -R$* < @ [ $+ ] > $* $: $>ParseLocal $1 < @ [ $2 ] > $3 numeric internet spec -R$* < @ [ $+ ] > $* $: $1 < @ [ $2 ] : $S > $3 Add smart host to path -R$* < @ [ $+ ] : > $* $#esmtp $@ [$2] $: $1 < @ [$2] > $3 no smarthost: send -R$* < @ [ $+ ] : $- : $*> $* $#$3 $@ $4 $: $1 < @ [$2] > $5 smarthost with mailer -R$* < @ [ $+ ] : $+ > $* $#esmtp $@ $3 $: $1 < @ [$2] > $4 smarthost without mailer - - -# short circuit local delivery so forwarded email works - - -R$=L < @ $=w . > $#local $: @ $1 special local names -R$+ < @ $=w . > $#local $: $1 regular local name - - -# resolve remotely connected UUCP links (if any) - -# resolve fake top level domains by forwarding to other hosts - - - -# pass names that still have a host to a smarthost (if defined) -R$* < @ $* > $* $: $>MailerToTriple < $S > $1 < @ $2 > $3 glue on smarthost name - -# deal with other remote names -R$* < @$* > $* $#esmtp $@ $2 $: $1 < @ $2 > $3 user@host.domain - -# handle locally delivered names -R$=L $#local $: @ $1 special local names -R$+ $#local $: $1 regular local names - -########################################################################### -### Ruleset 5 -- special rewriting after aliases have been expanded ### -########################################################################### - -SLocal_localaddr -Slocaladdr=5 -R$+ $: $1 $| $>"Local_localaddr" $1 -R$+ $| $#ok $@ $1 no change -R$+ $| $#$* $#$2 -R$+ $| $* $: $1 - - - - -# deal with plussed users so aliases work nicely -R$+ + * $#local $@ $&h $: $1 -R$+ + $* $#local $@ + $2 $: $1 + * - -# prepend an empty "forward host" on the front -R$+ $: <> $1 - - - -R< > $+ $: < > < $1 <> $&h > nope, restore +detail - -R< > < $+ <> + $* > $: < > < $1 + $2 > check whether +detail -R< > < $+ <> $* > $: < > < $1 > else discard -R< > < $+ + $* > $* < > < $1 > + $2 $3 find the user part -R< > < $+ > + $* $#local $@ $2 $: @ $1 strip the extra + -R< > < $+ > $@ $1 no +detail -R$+ $: $1 <> $&h add +detail back in - -R$+ <> + $* $: $1 + $2 check whether +detail -R$+ <> $* $: $1 else discard -R< local : $* > $* $: $>MailerToTriple < local : $1 > $2 no host extension -R< error : $* > $* $: $>MailerToTriple < error : $1 > $2 no host extension - -R< $~[ : $+ > $+ $: $>MailerToTriple < $1 : $2 > $3 < @ $2 > - -R< $+ > $+ $@ $>MailerToTriple < $1 > $2 < @ $1 > - - -################################################################### -### Ruleset 95 -- canonify mailer:[user@]host syntax to triple ### -################################################################### - -SMailerToTriple=95 -R< > $* $@ $1 strip off null relay -R< error : $-.$-.$- : $+ > $* $#error $@ $1.$2.$3 $: $4 -R< error : $- : $+ > $* $#error $@ $(dequote $1 $) $: $2 -R< error : $+ > $* $#error $: $1 -R< local : $* > $* $>CanonLocal < $1 > $2 -R< $~[ : $+ @ $+ > $*<$*>$* $# $1 $@ $3 $: $2<@$3> use literal user -R< $~[ : $+ > $* $# $1 $@ $2 $: $3 try qualified mailer -R< $=w > $* $@ $2 delete local host -R< $+ > $* $#relay $@ $1 $: $2 use unqualified mailer - -################################################################### -### Ruleset CanonLocal -- canonify local: syntax ### -################################################################### - -SCanonLocal -# strip local host from routed addresses -R< $* > < @ $+ > : $+ $@ $>Recurse $3 -R< $* > $+ $=O $+ < @ $+ > $@ $>Recurse $2 $3 $4 - -# strip trailing dot from any host name that may appear -R< $* > $* < @ $* . > $: < $1 > $2 < @ $3 > - -# handle local: syntax -- use old user, either with or without host -R< > $* < @ $* > $* $#local $@ $1@$2 $: $1 -R< > $+ $#local $@ $1 $: $1 - -# handle local:user@host syntax -- ignore host part -R< $+ @ $+ > $* < @ $* > $: < $1 > $3 < @ $4 > - -# handle local:user syntax -R< $+ > $* <@ $* > $* $#local $@ $2@$3 $: $1 -R< $+ > $* $#local $@ $2 $: $1 - -################################################################### -### Ruleset 93 -- convert header names to masqueraded form ### -################################################################### - -SMasqHdr=93 - - -# do not masquerade anything in class N -R$* < @ $* $=N . > $@ $1 < @ $2 $3 . > - -R$* < @ *LOCAL* > $@ $1 < @ $j . > - -################################################################### -### Ruleset 94 -- convert envelope names to masqueraded form ### -################################################################### - -SMasqEnv=94 -R$* < @ *LOCAL* > $* $: $1 < @ $j . > $2 - -################################################################### -### Ruleset 98 -- local part of ruleset zero (can be null) ### -################################################################### - -SParseLocal=98 - - - - -###################################################################### -### CanonAddr -- Convert an address into a standard form for -### relay checking. Route address syntax is -### crudely converted into a %-hack address. -### -### Parameters: -### $1 -- full recipient address -### -### Returns: -### parsed address, not in source route form -###################################################################### - -SCanonAddr -R$* $: $>Parse0 $>canonify $1 make domain canonical - - -###################################################################### -### ParseRecipient -- Strip off hosts in $=R as well as possibly -### $* $=m or the access database. -### Check user portion for host separators. -### -### Parameters: -### $1 -- full recipient address -### -### Returns: -### parsed, non-local-relaying address -###################################################################### - -SParseRecipient -R$* $: <?> $>CanonAddr $1 -R<?> $* < @ $* . > <?> $1 < @ $2 > strip trailing dots -R<?> $- < @ $* > $: <?> $(dequote $1 $) < @ $2 > dequote local part - -# if no $=O character, no host in the user portion, we are done -R<?> $* $=O $* < @ $* > $: <NO> $1 $2 $3 < @ $4> -R<?> $* $@ $1 - - -R<NO> $* < @ $* $=R > $: <RELAY> $1 < @ $2 $3 > - - - -R<RELAY> $* < @ $* > $@ $>ParseRecipient $1 -R<$+> $* $@ $2 - - -###################################################################### -### check_relay -- check hostname/address on SMTP startup -###################################################################### - - - -SLocal_check_relay -Scheck_relay -R$* $: $1 $| $>"Local_check_relay" $1 -R$* $| $* $| $#$* $#$3 -R$* $| $* $| $* $@ $>"Basic_check_relay" $1 $| $2 - -SBasic_check_relay -# check for deferred delivery mode -R$* $: < $&{deliveryMode} > $1 -R< d > $* $@ deferred -R< $* > $* $: $2 - - - - -###################################################################### -### check_mail -- check SMTP `MAIL FROM:' command argument -###################################################################### - -SLocal_check_mail -Scheck_mail -R$* $: $1 $| $>"Local_check_mail" $1 -R$* $| $#$* $#$2 -R$* $| $* $@ $>"Basic_check_mail" $1 - -SBasic_check_mail -# check for deferred delivery mode -R$* $: < $&{deliveryMode} > $1 -R< d > $* $@ deferred -R< $* > $* $: $2 - -# authenticated? -R$* $: $1 $| $>"tls_client" $&{verify} $| MAIL -R$* $| $#$+ $#$2 -R$* $| $* $: $1 - -R<> $@ <OK> we MUST accept <> (RFC 1123) -R$+ $: <?> $1 -R<?><$+> $: <@> <$1> -R<?>$+ $: <@> <$1> -R$* $: $&{daemon_flags} $| $1 -R$* f $* $| <@> < $* @ $- > $: < ? $&{client_name} > < $3 @ $4 > -R$* u $* $| <@> < $* > $: <?> < $3 > -R$* $| $* $: $2 -# handle case of @localhost on address -R<@> < $* @ localhost > $: < ? $&{client_name} > < $1 @ localhost > -R<@> < $* @ [127.0.0.1] > - $: < ? $&{client_name} > < $1 @ [127.0.0.1] > -R<@> < $* @ localhost.$m > - $: < ? $&{client_name} > < $1 @ localhost.$m > -R<@> < $* @ localhost.UUCP > - $: < ? $&{client_name} > < $1 @ localhost.UUCP > -R<@> $* $: $1 no localhost as domain -R<? $=w> $* $: $2 local client: ok -R<? $+> <$+> $#error $@ 5.5.4 $: "553 Real domain name required for sender address" -R<?> $* $: $1 -R$* $: <?> $>CanonAddr $1 canonify sender address and mark it -R<?> $* < @ $+ . > <?> $1 < @ $2 > strip trailing dots -# handle non-DNS hostnames (*.bitnet, *.decnet, *.uucp, etc) -R<?> $* < @ $* $=P > $: <OKR> $1 < @ $2 $3 > -R<?> $* < @ $j > $: <OKR> $1 < @ $j > -R<?> $* < @ $+ > $: <? $(resolve $2 $: $2 <PERM> $) > $1 < @ $2 > -R<? $* <$->> $* < @ $+ > - $: <$2> $3 < @ $4 > - - -# handle case of no @domain on address -R<?> $* $: $&{daemon_flags} $| <?> $1 -R$* u $* $| <?> $* $: <OKR> $3 -R$* $| $* $: $2 -R<?> $* $: < ? $&{client_addr} > $1 -R<?> $* $@ <OKR> ...local unqualed ok -R<? $+> $* $#error $@ 5.5.4 $: "553 Domain name required for sender address " $&f - ...remote is not -# check results -R<?> $* $: @ $1 mark address: nothing known about it -R<$={ResOk}> $* $@ <OKR> domain ok: stop -R<TEMP> $* $#error $@ 4.1.8 $: "451 Domain of sender address " $&f " does not resolve" -R<PERM> $* $#error $@ 5.1.8 $: "553 Domain of sender address " $&f " does not exist" - -###################################################################### -### check_rcpt -- check SMTP `RCPT TO:' command argument -###################################################################### - -SLocal_check_rcpt -Scheck_rcpt -R$* $: $1 $| $>"Local_check_rcpt" $1 -R$* $| $#$* $#$2 -R$* $| $* $@ $>"Basic_check_rcpt" $1 - -SBasic_check_rcpt -# empty address? -R<> $#error $@ nouser $: "553 User address required" -R$@ $#error $@ nouser $: "553 User address required" -# check for deferred delivery mode -R$* $: < $&{deliveryMode} > $1 -R< d > $* $@ deferred -R< $* > $* $: $2 - - -###################################################################### -R$* $: $1 $| @ $>"Rcpt_ok" $1 -R$* $| @ $#TEMP $+ $: $1 $| T $2 -R$* $| @ $#$* $#$2 -R$* $| @ RELAY $@ RELAY -R$* $| @ $* $: O $| $>"Relay_ok" $1 -R$* $| T $+ $: T $2 $| $>"Relay_ok" $1 -R$* $| $#TEMP $+ $#error $2 -R$* $| $#$* $#$2 -R$* $| RELAY $@ RELAY -R T $+ $| $* $#error $1 -# anything else is bogus -R$* $#error $@ 5.7.1 $: "550 Relaying denied" - - -###################################################################### -### Rcpt_ok: is the recipient ok? -###################################################################### -SRcpt_ok -R$* $: $>ParseRecipient $1 strip relayable hosts - - - - -# authenticated via TLS? -R$* $: $1 $| $>RelayTLS client authenticated? -R$* $| $# $+ $# $2 error/ok? -R$* $| $* $: $1 no - -R$* $: $1 $| $>"Local_Relay_Auth" $&{auth_type} -R$* $| $# $* $# $2 -R$* $| NO $: $1 -R$* $| $* $: $1 $| $&{auth_type} -R$* $| $: $1 -R$* $| $={TrustAuthMech} $# RELAY -R$* $| $* $: $1 -# anything terminating locally is ok -R$+ < @ $=w > $@ RELAY -R$+ < @ $* $=R > $@ RELAY - - - - -# check for local user (i.e. unqualified address) -R$* $: <?> $1 -R<?> $* < @ $+ > $: <REMOTE> $1 < @ $2 > -# local user is ok -R<?> $+ $@ RELAY -R<$+> $* $: $2 - -###################################################################### -### Relay_ok: is the relay/sender ok? -###################################################################### -SRelay_ok -# anything originating locally is ok -# check IP address -R$* $: $&{client_addr} -R$@ $@ RELAY originated locally -R0 $@ RELAY originated locally -R127.0.0.1 $@ RELAY originated locally -RIPv6:::1 $@ RELAY originated locally -R$=R $* $@ RELAY relayable IP address -R$* $: [ $1 ] put brackets around it... -R$=w $@ RELAY ... and see if it is local - - -# check client name: first: did it resolve? -R$* $: < $&{client_resolve} > -R<TEMP> $#TEMP $@ 4.4.0 $: "450 Relaying temporarily denied. Cannot resolve PTR record for " $&{client_addr} -R<FORGED> $#error $@ 5.7.1 $: "550 Relaying denied. IP name possibly forged " $&{client_name} -R<FAIL> $#error $@ 5.7.1 $: "550 Relaying denied. IP name lookup failed " $&{client_name} -R$* $: <@> $&{client_name} -# pass to name server to make hostname canonical -R<@> $* $=P $:<?> $1 $2 -R<@> $+ $:<?> $[ $1 $] -R$* . $1 strip trailing dots -R<?> $=w $@ RELAY -R<?> $* $=R $@ RELAY - - - - -###################################################################### -### trust_auth: is user trusted to authenticate as someone else? -### -### Parameters: -### $1: AUTH= parameter from MAIL command -###################################################################### - -SLocal_trust_auth -Strust_auth -R$* $: $&{auth_type} $| $1 -# required by RFC 2554 section 4. -R$@ $| $* $#error $@ 5.7.1 $: "550 not authenticated" -R$* $| $&{auth_authen} $@ identical -R$* $| <$&{auth_authen}> $@ identical -R$* $| $* $: $1 $| $>"Local_trust_auth" $2 -R$* $| $#$* $#$2 -R$* $#error $@ 5.7.1 $: "550 " $&{auth_authen} " not allowed to act as " $&{auth_author} - -###################################################################### -### Relay_Auth: allow relaying based on authentication? -### -### Parameters: -### $1: ${auth_type} -###################################################################### -SLocal_Relay_Auth - -###################################################################### -### srv_features: which features to offer to a client? -### (done in server) -###################################################################### -Ssrv_features - - -###################################################################### -### try_tls: try to use STARTTLS? -### (done in client) -###################################################################### -Stry_tls - - -###################################################################### -### tls_rcpt: is connection with server "good" enough? -### (done in client, per recipient) -### -### Parameters: -### $1: recipient -###################################################################### -Stls_rcpt - - -###################################################################### -### tls_client: is connection with client "good" enough? -### (done in server) -### -### Parameters: -### ${verify} $| (MAIL|STARTTLS) -###################################################################### -Stls_client -R$* $| $* $@ $>"TLS_connection" $1 - -###################################################################### -### tls_server: is connection with server "good" enough? -### (done in client) -### -### Parameter: -### ${verify} -###################################################################### -Stls_server -R$* $@ $>"TLS_connection" $1 - -###################################################################### -### TLS_connection: is TLS connection "good" enough? -### -### Parameters: -### ${verify} -### Requirement: RHS from access map, may be ? for none. -###################################################################### -STLS_connection -RSOFTWARE $#error $@ 4.7.0 $: "403 TLS handshake." - - -###################################################################### -### RelayTLS: allow relaying based on TLS authentication -### -### Parameters: -### none -###################################################################### -SRelayTLS -# authenticated? - -###################################################################### -### authinfo: lookup authinfo in the access map -### -### Parameters: -### $1: {server_name} -### $2: {server_addr} -###################################################################### -Sauthinfo - - - - - - - - -SLocal_localaddr -R$+ $: $>ParseRecipient $1 -R$* < @ $+ > $* $#relay $@ ${MTAHost} $: $1 < @ $2 > $3 -# DECnet -R$+ :: $+ $#relay $@ ${MTAHost} $: $1 :: $2 -R$* $#relay $@ ${MTAHost} $: $1 < @ $j > -# -###################################################################### -###################################################################### -##### -##### MAIL FILTER DEFINITIONS -##### -###################################################################### -###################################################################### - -# -###################################################################### -###################################################################### -##### -##### MAILER DEFINITIONS -##### -###################################################################### -###################################################################### - - -################################################## -### Local and Program Mailer specification ### -################################################## - -##### $Id: local.m4,v 8.59 2004/11/23 00:37:25 ca Exp $ ##### - -# -# Envelope sender rewriting -# -SEnvFromL -R<@> $n errors to mailer-daemon -R@ <@ $*> $n temporarily bypass Sun bogosity -R$+ $: $>AddDomain $1 add local domain if needed -R$* $: $>MasqEnv $1 do masquerading - -# -# Envelope recipient rewriting -# -SEnvToL -R$+ < @ $* > $: $1 strip host part -R$+ + $* $: < $&{addr_type} > $1 + $2 mark with addr type -R<e s> $+ + $* $: $1 remove +detail for sender -R< $* > $+ $: $2 else remove mark - -# -# Header sender rewriting -# -SHdrFromL -R<@> $n errors to mailer-daemon -R@ <@ $*> $n temporarily bypass Sun bogosity -R$+ $: $>AddDomain $1 add local domain if needed -R$* $: $>MasqHdr $1 do masquerading - -# -# Header recipient rewriting -# -SHdrToL -R$+ $: $>AddDomain $1 add local domain if needed -R$* < @ *LOCAL* > $* $: $1 < @ $j . > $2 - -# -# Common code to add local domain name (only if always-add-domain) -# -SAddDomain - -Mlocal, P=[IPC], F=lmDFMuXkw5, S=EnvFromL/HdrFromL, R=EnvToL/HdrToL, - T=DNS/RFC822/SMTP, - A=TCP $h -Mprog, P=[IPC], F=lmDFMuXk5, S=EnvFromL/HdrFromL, R=EnvToL/HdrToL, D=$z:/, - T=X-Unix/X-Unix/X-Unix, - A=TCP $h - -##################################### -### SMTP Mailer specification ### -##################################### - -##### $Id: smtp.m4,v 8.64 2001/04/03 01:52:54 gshapiro Exp $ ##### - -# -# common sender and masquerading recipient rewriting -# -SMasqSMTP -R$* < @ $* > $* $@ $1 < @ $2 > $3 already fully qualified -R$+ $@ $1 < @ *LOCAL* > add local qualification - -# -# convert pseudo-domain addresses to real domain addresses -# -SPseudoToReal - -# pass <route-addr>s through -R< @ $+ > $* $@ < @ $1 > $2 resolve <route-addr> - -# output fake domains as user%fake@relay - -# do UUCP heuristics; note that these are shared with UUCP mailers -R$+ < @ $+ .UUCP. > $: < $2 ! > $1 convert to UUCP form -R$+ < @ $* > $* $@ $1 < @ $2 > $3 not UUCP form - -# leave these in .UUCP form to avoid further tampering -R< $&h ! > $- ! $+ $@ $2 < @ $1 .UUCP. > -R< $&h ! > $-.$+ ! $+ $@ $3 < @ $1.$2 > -R< $&h ! > $+ $@ $1 < @ $&h .UUCP. > -R< $+ ! > $+ $: $1 ! $2 < @ $Y > use UUCP_RELAY -R$+ < @ $~[ $* : $+ > $@ $1 < @ $4 > strip mailer: part -R$+ < @ > $: $1 < @ *LOCAL* > if no UUCP_RELAY - - -# -# envelope sender rewriting -# -SEnvFromSMTP -R$+ $: $>PseudoToReal $1 sender/recipient common -R$* :; <@> $@ list:; special case -R$* $: $>MasqSMTP $1 qualify unqual'ed names -R$+ $: $>MasqEnv $1 do masquerading - - -# -# envelope recipient rewriting -- -# also header recipient if not masquerading recipients -# -SEnvToSMTP -R$+ $: $>PseudoToReal $1 sender/recipient common -R$+ $: $>MasqSMTP $1 qualify unqual'ed names -R$* < @ *LOCAL* > $* $: $1 < @ $j . > $2 - -# -# header sender and masquerading header recipient rewriting -# -SHdrFromSMTP -R$+ $: $>PseudoToReal $1 sender/recipient common -R:; <@> $@ list:; special case - -# do special header rewriting -R$* <@> $* $@ $1 <@> $2 pass null host through -R< @ $* > $* $@ < @ $1 > $2 pass route-addr through -R$* $: $>MasqSMTP $1 qualify unqual'ed names -R$+ $: $>MasqHdr $1 do masquerading - - -# -# relay mailer header masquerading recipient rewriting -# -SMasqRelay -R$+ $: $>MasqSMTP $1 -R$+ $: $>MasqHdr $1 - -Msmtp, P=[IPC], F=mDFMuXk5, S=EnvFromSMTP/HdrFromSMTP, R=EnvToSMTP, E=\r\n, L=990, - T=DNS/RFC822/SMTP, - A=TCP $h -Mesmtp, P=[IPC], F=mDFMuXak5, S=EnvFromSMTP/HdrFromSMTP, R=EnvToSMTP, E=\r\n, L=990, - T=DNS/RFC822/SMTP, - A=TCP $h -Msmtp8, P=[IPC], F=mDFMuX8k5, S=EnvFromSMTP/HdrFromSMTP, R=EnvToSMTP, E=\r\n, L=990, - T=DNS/RFC822/SMTP, - A=TCP $h -Mdsmtp, P=[IPC], F=mDFMuXa%k5, S=EnvFromSMTP/HdrFromSMTP, R=EnvToSMTP, E=\r\n, L=990, - T=DNS/RFC822/SMTP, - A=TCP $h -Mrelay, P=[IPC], F=mDFMuXa8k, S=EnvFromSMTP/HdrFromSMTP, R=MasqSMTP, E=\r\n, L=2040, - T=DNS/RFC822/SMTP, - A=TCP $h - -### submit.mc ### -# divert(-1) -# # -# # Copyright (c) 2001-2003 Sendmail, Inc. and its suppliers. -# # All rights reserved. -# # -# # By using this file, you agree to the terms and conditions set -# # forth in the LICENSE file which can be found at the top level of -# # the sendmail distribution. -# # -# # -# -# # -# # This is the prototype file for a set-group-ID sm-msp sendmail that -# # acts as a initial mail submission program. -# # -# -# divert(0)dnl -# include(`/usr/share/sendmail-cf/m4/cf.m4') -# VERSIONID(`linux setup for Red Hat Linux')dnl -# define(`confCF_VERSION', `Submit')dnl -# define(`__OSTYPE__',`')dnl dirty hack to keep proto.m4 from complaining -# define(`_USE_DECNET_SYNTAX_', `1')dnl support DECnet -# define(`confTIME_ZONE', `USE_TZ')dnl -# define(`confDONT_INIT_GROUPS', `True')dnl -# define(`confPID_FILE', `/var/run/sm-client.pid')dnl -# dnl define(`confDIRECT_SUBMISSION_MODIFIERS',`C') -# FEATURE(`use_ct_file')dnl -# dnl -# dnl If you use IPv6 only, change [127.0.0.1] to [IPv6:::1] -# FEATURE(`msp', `[127.0.0.1]')dnl diff --git a/testing/mailman/mail/submit.mc b/testing/mailman/mail/submit.mc deleted file mode 100644 index 402a5ab..0000000 --- a/testing/mailman/mail/submit.mc +++ /dev/null @@ -1,30 +0,0 @@ -divert(-1) -# -# Copyright (c) 2001-2003 Sendmail, Inc. and its suppliers. -# All rights reserved. -# -# By using this file, you agree to the terms and conditions set -# forth in the LICENSE file which can be found at the top level of -# the sendmail distribution. -# -# - -# -# This is the prototype file for a set-group-ID sm-msp sendmail that -# acts as a initial mail submission program. -# - -divert(0)dnl -include(`/usr/share/sendmail-cf/m4/cf.m4') -VERSIONID(`linux setup for Red Hat Linux')dnl -define(`confCF_VERSION', `Submit')dnl -define(`__OSTYPE__',`')dnl dirty hack to keep proto.m4 from complaining -define(`_USE_DECNET_SYNTAX_', `1')dnl support DECnet -define(`confTIME_ZONE', `USE_TZ')dnl -define(`confDONT_INIT_GROUPS', `True')dnl -define(`confPID_FILE', `/var/run/sm-client.pid')dnl -dnl define(`confDIRECT_SUBMISSION_MODIFIERS',`C') -FEATURE(`use_ct_file')dnl -dnl -dnl If you use IPv6 only, change [127.0.0.1] to [IPv6:::1] -FEATURE(`msp', `[127.0.0.1]')dnl diff --git a/testing/mailman/mail/virtusertable b/testing/mailman/mail/virtusertable deleted file mode 100644 index e69de29..0000000 --- a/testing/mailman/mail/virtusertable +++ /dev/null diff --git a/testing/mailman/mail/virtusertable.db b/testing/mailman/mail/virtusertable.db deleted file mode 100644 index ca6a670..0000000 Binary files a/testing/mailman/mail/virtusertable.db and /dev/null differ diff --git a/testing/redhat-conf/modules.conf-targeted-fc5t2 b/testing/redhat-conf/modules.conf-targeted-fc5t2 deleted file mode 100644 index c5c447d..0000000 --- a/testing/redhat-conf/modules.conf-targeted-fc5t2 +++ /dev/null @@ -1,875 +0,0 @@ -# -# This file contains a listing of available modules. -# To prevent a module from being used in policy -# creation, set the module name to "off". -# -# For monolithic policies, modules set to "base" and "module" -# will be built into the policy. -# -# For modular policies, modules set to "base" will be -# included in the base module. "module" will be compiled -# as individual loadable modules. -# - -# Layer: kernel -# Module: filesystem -# Required in base -# -# Policy for filesystems. -# -filesystem = base - -# Layer: kernel -# Module: selinux -# Required in base -# -# Policy for kernel security interface, in particular, selinuxfs. -# -selinux = base - -# Layer: kernel -# Module: mls -# Required in base -# -# Multilevel security policy -# -mls = base - -# Layer: kernel -# Module: terminal -# Required in base -# -# Policy for terminals. -# -terminal = base - -# Layer: kernel -# Module: kernel -# Required in base -# -# Policy for kernel threads, proc filesystem,and unlabeled processes and objects. -# -kernel = base - -# Layer: kernel -# Module: devices -# Required in base -# -# Device nodes and interfaces for many basic system devices. -# -devices = base - -# Layer: kernel -# Module: corenetwork -# Required in base -# -# Policy controlling access to network objects -# -corenetwork = base - -# Layer: system -# Module: corecommands -# Required in base -# -# Core policy for shells, and generic programs -# in /bin, /sbin, /usr/bin, and /usr/sbin. -# -corecommands = base - -# Layer: system -# Module: files -# Required in base -# -# Basic filesystem types and interfaces. -# -files = base - -# Layer: system -# Module: domain -# Required in base -# -# Core policy for domains. -# -domain = base - -# Layer: admin -# Module: usermanage -# -# Policy for managing user accounts. -# -usermanage = base - -# Layer: admin -# Module: rpm -# -# Policy for the RPM package manager. -# -rpm = base - -# Layer: admin -# Module: tmpreaper -# -# Manage temporary directory sizes and file ages -# -tmpreaper = off - -# Layer: admin -# Module: kudzu -# -# Hardware detection and configuration tools -# -kudzu = base - -# Layer: admin -# Module: anaconda -# -# Policy for the Anaconda installer. -# -anaconda = base - -# Layer: admin -# Module: netutils -# -# Network analysis utilities -# -netutils = base - -# Layer: admin -# Module: acct -# -# Berkeley process accounting -# -acct = base - -# Layer: admin -# Module: sudo -# -# Execute a command with a substitute user -# -sudo = off - -# Layer: admin -# Module: firstboot -# -# Final system configuration run during the first boot -# after installation of Red Hat/Fedora systems. -# -firstboot = base - -# Layer: admin -# Module: su -# -# Run shells with substitute user and group -# -su = base - -# Layer: admin -# Module: quota -# -# File system quota management -# -quota = off - -# Layer: admin -# Module: dmesg -# -# Policy for dmesg. -# -dmesg = base - -# Layer: admin -# Module: logrotate -# -# Rotate and archive system logs -# -logrotate = off - -# Layer: admin -# Module: vpn -# -# Virtual Private Networking client -# -vpn = off - -# Layer: admin -# Module: consoletype -# -# Determine of the console connected to the controlling terminal. -# -consoletype = base - -# Layer: admin -# Module: updfstab -# -# Red Hat utility to change /etc/fstab. -# -updfstab = base - -# Layer: admin -# Module: dmidecode -# -# Decode DMI data for x86/ia64 bioses. -# -dmidecode = base - -# Layer: admin -# Module: amanda -# -# Automated backup program. -# -amanda = base - -# Layer: apps -# Module: webalizer -# -# Web server log analysis -# -webalizer = base - -# Layer: apps -# Module: loadkeys -# -# Load keyboard mappings. -# -loadkeys = base - -# Layer: apps -# Module: gpg -# -# Policy for GNU Privacy Guard and related programs. -# -gpg = off - -# Layer: kernel -# Module: bootloader -# -# Policy for the kernel modules, kernel image, and bootloader. -# -bootloader = base - -# Layer: kernel -# Module: storage -# -# Policy controlling access to storage devices -# -storage = base - -# Layer: services -# Module: portmap -# -# RPC port mapping service. -# -portmap = base - -# Layer: services -# Module: remotelogin -# -# Policy for rshd, rlogind, and telnetd. -# -remotelogin = base - -# Layer: services -# Module: ntp -# -# Network time protocol daemon -# -ntp = base - -# Layer: services -# Module: rlogin -# -# Remote login daemon -# -rlogin = base - -# Layer: services -# Module: inetd -# -# Internet services daemon. -# -inetd = base - -# Layer: services -# Module: ktalk -# -# KDE Talk daemon -# -ktalk = base - -# Layer: services -# Module: finger -# -# Finger user information service. -# -finger = base - -# Layer: services -# Module: howl -# -# Port of Apple Rendezvous multicast DNS -# -howl = base - -# Layer: services -# Module: tftp -# -# Trivial file transfer protocol daemon -# -tftp = base - -# Layer: services -# Module: kerberos -# -# MIT Kerberos admin and KDC -# -kerberos = base - -# Layer: services -# Module: gpm -# -# General Purpose Mouse driver -# -gpm = off - -# Layer: services -# Module: uucp -# -# Unix to Unix Copy -# -uucp = base - -# Layer: services -# Module: apache -# -# Apache web server -# -apache = base - -# Layer: services -# Module: dhcp -# -# Dynamic host configuration protocol (DHCP) server -# -dhcp = base - -# Layer: services -# Module: inn -# -# Internet News NNTP server -# -inn = base - -# Layer: services -# Module: sendmail -# -# Policy for sendmail. -# -sendmail = base - -# Layer: services -# Module: dbus -# -# Desktop messaging bus -# -dbus = base - -# Layer: services -# Module: rshd -# -# Remote shell service. -# -rshd = base - -# Layer: services -# Module: radvd -# -# IPv6 router advertisement daemon -# -radvd = base - -# Layer: services -# Module: sasl -# -# SASL authentication server -# -sasl = base - -# Layer: services -# Module: postgresql -# -# PostgreSQL relational database -# -postgresql = base - -# Layer: services -# Module: hal -# -# Hardware abstraction layer -# -hal = base - -# Layer: services -# Module: zebra -# -# Zebra border gateway protocol network routing service -# -zebra = base - -# Layer: services -# Module: ldap -# -# OpenLDAP directory server -# -ldap = base - -# Layer: services -# Module: mysql -# -# Policy for MySQL -# -mysql = base - -# Layer: services -# Module: bind -# -# Berkeley internet name domain DNS server. -# -bind = base - -# Layer: services -# Module: snmp -# -# Simple network management protocol services -# -snmp = base - -# Layer: services -# Module: squid -# -# Squid caching http proxy server -# -squid = base - -# Layer: services -# Module: mailman -# -# Mailman is for managing electronic mail discussion and e-newsletter lists -# -mailman = base - -# Layer: services -# Module: dictd -# -# Dictionary daemon -# -dictd = base - -# Layer: services -# Module: privoxy -# -# Privacy enhancing web proxy. -# -privoxy = base - -# Layer: services -# Module: nis -# -# Policy for NIS (YP) servers and clients -# -nis = base - -# Layer: services -# Module: telnet -# -# Telnet daemon -# -telnet = base - -# Layer: services -# Module: comsat -# -# Comsat, a biff server. -# -comsat = base - -# Layer: services -# Module: ssh -# -# Secure shell client and server policy. -# -ssh = base - -# Layer: services -# Module: cvs -# -# Concurrent versions system -# -cvs = base - -# Layer: services -# Module: ppp -# -# Point to Point Protocol daemon creates links in ppp networks -# -ppp = base - -# Layer: services -# Module: arpwatch -# -# Ethernet activity monitor. -# -arpwatch = base - -# Layer: services -# Module: bluetooth -# -# Bluetooth tools and system services. -# -bluetooth = base - -# Layer: services -# Module: apm -# -# Advanced power management daemon -# -apm = base - -# Layer: services -# Module: mta -# -# Policy common to all email tranfer agents. -# -mta = base - -# Layer: services -# Module: nscd -# -# Name service cache daemon -# -nscd = base - -# Layer: services -# Module: stunnel -# -# SSL Tunneling Proxy -# -stunnel = base - -# Layer: services -# Module: distcc -# -# Distributed compiler daemon -# -distcc = off - -# Layer: services -# Module: samba -# -# SMB and CIFS client/server programs for UNIX and -# name Service Switch daemon for resolving names -# from Windows NT servers. -# -samba = base - -# Layer: services -# Module: cyrus -# -# Cyrus is an IMAP service intended to be run on sealed servers -# -cyrus = base - -# Layer: services -# Module: ftp -# -# File transfer protocol service -# -ftp = base - -# Layer: services -# Module: cpucontrol -# -# Services for loading CPU microcode and CPU frequency scaling. -# -cpucontrol = base - -# Layer: services -# Module: dovecot -# -# Dovecot POP and IMAP mail server -# -dovecot = base - -# Layer: services -# Module: rsync -# -# Fast incremental file transfer for synchronization -# -rsync = base - -# Layer: services -# Module: canna -# -# Canna - kana-kanji conversion server -# -canna = base - -# Layer: services -# Module: cron -# -# Periodic execution of scheduled commands. -# -cron = base - -# Layer: services -# Module: tcpd -# -# Policy for TCP daemon. -# -tcpd = off - -# Layer: services -# Module: xdm -# -# X windows login display manager -# -xdm = base - -# Layer: services -# Module: networkmanager -# -# Manager for dynamically switching between networks. -# -networkmanager = base - -# Layer: services -# Module: dbskk -# -# Dictionary server for the SKK Japanese input method system. -# -dbskk = base - -# Layer: services -# Module: pegasus -# -# The Open Group Pegasus CIM/WBEM Server. -# -pegasus = base - -# Layer: services -# Module: radius -# -# RADIUS authentication and accounting server. -# -radius = base - -# Layer: services -# Module: spamassassin -# -# Filter used for removing unsolicited email. -# -spamassassin = base - -# Layer: services -# Module: postfix -# -# Postfix email server -# -postfix = base - -# Layer: services -# Module: cups -# -# Common UNIX printing system -# -cups = base - -# Layer: services -# Module: rpc -# -# Remote Procedure Call Daemon for managment of network based process communication -# -rpc = base - -# Layer: services -# Module: lpd -# -# Line printer daemon -# -lpd = base - -# Layer: services -# Module: avahi -# -# mDNS/DNS-SD daemon implementing Apple ZeroConf architecture -# -avahi = base - -# Layer: services -# Module: procmail -# -# Procmail mail delivery agent -# -procmail = base - -# Layer: system -# Module: unconfined -# -# The unconfined domain. -# -unconfined = base - -# Layer: system -# Module: selinuxutil -# -# Policy for SELinux policy and userland applications. -# -selinuxutil = base - -# Layer: system -# Module: getty -# -# Policy for getty. -# -getty = base - -# Layer: system -# Module: mount -# -# Policy for mount. -# -mount = base - -# Layer: system -# Module: ipsec -# -# TCP/IP encryption -# -ipsec = off - -# Layer: system -# Module: locallogin -# -# Policy for local logins. -# -locallogin = base - -# Layer: system -# Module: logging -# -# Policy for the kernel message logger and system logging daemon. -# -logging = base - -# Layer: system -# Module: sysnetwork -# -# Policy for network configuration: ifconfig and dhcp client. -# -sysnetwork = base - -# Layer: system -# Module: fstools -# -# Tools for filesystem management, such as mkfs and fsck. -# -fstools = base - -# Layer: system -# Module: pcmcia -# -# PCMCIA card management services -# -pcmcia = base - -# Layer: system -# Module: iptables -# -# Policy for iptables. -# -iptables = off - -# Layer: system -# Module: userdomain -# -# Policy for user domains -# -userdomain = base - -# Layer: system -# Module: hotplug -# -# Policy for hotplug system, for supporting the -# connection and disconnection of devices at runtime. -# -hotplug = base - -# Layer: system -# Module: clock -# -# Policy for reading and setting the hardware clock. -# -clock = base - -# Layer: system -# Module: lvm -# -# Policy for logical volume management programs. -# -lvm = off - -# Layer: system -# Module: modutils -# -# Policy for kernel module utilities -# -modutils = base - -# Layer: system -# Module: init -# -# System initialization programs (init and init scripts). -# -init = base - -# Layer: system -# Module: udev -# -# Policy for udev. -# -udev = base - -# Layer: system -# Module: hostname -# -# Policy for changing the system host name. -# -hostname = base - -# Layer: system -# Module: raid -# -# RAID array management tools -# -raid = off - -# Layer: system -# Module: libraries -# -# Policy for system libraries. -# -libraries = base - -# Layer: system -# Module: miscfiles -# -# Miscelaneous files. -# -miscfiles = base - -# Layer: system -# Module: authlogin -# -# Common policy for authentication and user login. -# -authlogin = base - diff --git a/testing/rsync/README b/testing/rsync/README deleted file mode 100644 index b39a247..0000000 --- a/testing/rsync/README +++ /dev/null @@ -1,11 +0,0 @@ -this README goes over starting the rsync daemon and using rsync to copy files. -copy rsyncd.conf to /etc/rsyncd.conf - -to start rsync as a daemon - rsync --daemon - -to test the rsync daemon ask it for a listing of availible items - rsync rsync://localhost - -to test rsncing - rsync -r rsync://localhost/home . diff --git a/testing/rsync/rsyncd.conf b/testing/rsync/rsyncd.conf deleted file mode 100644 index d0b3d17..0000000 --- a/testing/rsync/rsyncd.conf +++ /dev/null @@ -1,3 +0,0 @@ -[home] - path = /home/ - comment = home users diff --git a/testing/spamassassin/.forward b/testing/spamassassin/.forward deleted file mode 100644 index 515bbf8..0000000 --- a/testing/spamassassin/.forward +++ /dev/null @@ -1 +0,0 @@ -"|IFS=' ' && exec /usr/bin/procmail -f- || exit 75 #foo" diff --git a/testing/spamassassin/.procmailrc b/testing/spamassassin/.procmailrc deleted file mode 100644 index bdb9289..0000000 --- a/testing/spamassassin/.procmailrc +++ /dev/null @@ -1,40 +0,0 @@ -# SpamAssassin sample procmailrc -# -# Pipe the mail through spamassassin (replace 'spamassassin' with 'spamc' -# if you use the spamc/spamd combination) -# -# The condition line ensures that only messages smaller than 250 kB -# (250 * 1024 = 256000 bytes) are processed by SpamAssassin. Most spam -# isn't bigger than a few k and working with big messages can bring -# SpamAssassin to its knees. -# -# The lock file ensures that only 1 spamassassin invocation happens -# at 1 time, to keep the load down. -# -:0fw: spamassassin.lock -* < 256000 -| spamassassin - -# Mails with a score of 15 or higher are almost certainly spam (with 0.05% -# false positives according to rules/STATISTICS.txt). Let's put them in a -# different mbox. (This one is optional.) -:0: -* ^X-Spam-Level: \*\*\*\*\*\*\*\*\*\*\*\*\*\*\* -almost-certainly-spam - -# All mail tagged as spam (eg. with a score higher than the set threshold) -# is moved to "probably-spam". -:0: -* ^X-Spam-Status: Yes -probably-spam - -# Work around procmail bug: any output on stderr will cause the "F" in "From" -# to be dropped. This will re-add it. -:0 -* ^^rom[ ] -{ - LOG="*** Dropped F off From_ header! Fixing up. " - - :0 fhw - | sed -e '1s/^/F/' -} diff --git a/testing/spamassassin/README b/testing/spamassassin/README deleted file mode 100644 index df51d51..0000000 --- a/testing/spamassassin/README +++ /dev/null @@ -1,13 +0,0 @@ -this set up is a per user set up - -put .forward and .procmailrc in the root of a users home directory. - -in .forward change foo to the user you want to test (or just make a user called foo) - -apprently this will initilize the the Bayes Database - sa-learn --sync - -send the user some mail, it should get put through procmail and spamassassin. - -send this as the body of a message, it should always be detected as spam and not reach the user. - XJS*C4JDBQADN1.NSBN3*2IDNEN*GTUBE-STANDARD-ANTI-UBE-TEST-EMAIL*C.34X diff --git a/testing/stunnel/README b/testing/stunnel/README deleted file mode 100644 index 803f477..0000000 --- a/testing/stunnel/README +++ /dev/null @@ -1,14 +0,0 @@ -configuration for stunnel'ing rsync daemon - -stunnel.pem, daemon.conf and client.conf belongs in /etc/stunnel/ - -start rsync dameon using the configuration from trunk/testing/rsync - -start the ssl server - stunnel /etc/stunnel/daemon.conf -start the ssl client - stunnel /etc/stunnel/client.conf -connect to rsync server over ssl from local box via a different port 837837 - rsync rsync://localhost:837837 - - diff --git a/testing/stunnel/client.conf b/testing/stunnel/client.conf deleted file mode 100644 index 28a46ef..0000000 --- a/testing/stunnel/client.conf +++ /dev/null @@ -1,10 +0,0 @@ -# -client = yes - -debug = 7 -foreground = yes -#output = rsync-stunnel-client.log - -[RSYNC] -accept=localhost:837837 -connect=localhost:2222 diff --git a/testing/stunnel/daemon.conf b/testing/stunnel/daemon.conf deleted file mode 100644 index 9d4c070..0000000 --- a/testing/stunnel/daemon.conf +++ /dev/null @@ -1,15 +0,0 @@ -#configuration for daemon - -#RNDbytes = 2048 -#RNDfile = rand.bin -#RNDoverwrite = yes - -cert = /etc/stunnel/stunnel.pem - -debug = 7 -foreground = yes -#output = rsync-stunnel-daemon.log - -[RSYNC] -accept=localhost:2222 -connect=localhost:873 diff --git a/testing/stunnel/stunnel.pem b/testing/stunnel/stunnel.pem deleted file mode 100644 index ebc642f..0000000 --- a/testing/stunnel/stunnel.pem +++ /dev/null @@ -1,36 +0,0 @@ ------BEGIN RSA PRIVATE KEY----- -MIICXAIBAAKBgQCmD+mhtQH5B97Uh0q7zOzA+aRDgS1hx0p1EuO3ur45pX2YzN50 -qB7daBTBKkkhev+xThF4pQeeMSxAq+iUrHmDwxVr8gh6fvuwWaSN4DeybzAj8MCx -5hiUHfWt3QvjTR+X58r+f16UPsU32ZO/OjPdymSTRsybFkG4HJHoeX2NnQIDAQAB -AoGATJYQKP0C8Og5U4kl5WEIW6OGp39e/7Za142jqiuc6ZcySpNJkUGsIm6LC99F -pQRGAm6/zgVGcyW4hAcEl/THgUf4fd0aAaniSnDxKuZdUQN5dcjLl6Hxc29VpRs+ -Q4aHvjIWNhQxiQTvNvc6uc6acKZQ0QKN0NldjtReCqxXCB0CQQDQkIkh+yodp7nu -7V6CeNLHCs4pkgWZFY3puNyOxjRSwBBTX4L4Tv3Scqb08MD3AfCYmRnD/NQyTEAN -EjIGE7Z7AkEAy9S3IP2Yk+j6RvFBYIFC1ONJCYxuIuhd1aM46vo8hM0scjCdrtJK -LrG3eCZGY3rXSyzF59DKNYc1FPix8zvcxwJAEYqWfg0p1aSttrKwKDkRQTxfao+l -eOKfNPEfW8K/09XjiZ+W3FuIbZLHCALXt+6p1avKxvkUv8Y5/N9y5Z/y0QJADeyZ -GgLY8nm+5yvB+JK7+wkPyzwxpebTyi1dTQgNLFFL0P0rOG8bLDdtviJ3OoKAxJzp -ZB2qQp/a63TVyzTyrwJBAK59jXSCZaODU2oyBAw3uWzk5hAv/or2BU+v2YzrehZ7 -4sNUnVaoZuMFpGFCvUfZN4FtJ8UVezc1b4UAVSIfnHY= ------END RSA PRIVATE KEY----- ------BEGIN CERTIFICATE----- -MIIDbDCCAtWgAwIBAgIJAIXKx0p5ys4jMA0GCSqGSIb3DQEBBQUAMIGBMQswCQYD -VQQGEwJVUzELMAkGA1UECBMCTUQxETAPBgNVBAcTCGNvbHVtYmlhMRIwEAYDVQQK -EwlTZWxmIEluYy4xCzAJBgNVBAsTAnN3MRAwDgYDVQQDEwdnaWJib25zMR8wHQYJ -KoZIhvcNAQkBFhByb290QGdpYmJvbnMub3JnMB4XDTA1MTAyODE4MTkwN1oXDTA2 -MTAyODE4MTkwN1owgYExCzAJBgNVBAYTAlVTMQswCQYDVQQIEwJNRDERMA8GA1UE -BxMIY29sdW1iaWExEjAQBgNVBAoTCVNlbGYgSW5jLjELMAkGA1UECxMCc3cxEDAO -BgNVBAMTB2dpYmJvbnMxHzAdBgkqhkiG9w0BCQEWEHJvb3RAZ2liYm9ucy5vcmcw -gZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBAKYP6aG1AfkH3tSHSrvM7MD5pEOB -LWHHSnUS47e6vjmlfZjM3nSoHt1oFMEqSSF6/7FOEXilB54xLECr6JSseYPDFWvy -CHp++7BZpI3gN7JvMCPwwLHmGJQd9a3dC+NNH5fnyv5/XpQ+xTfZk786M93KZJNG -zJsWQbgckeh5fY2dAgMBAAGjgekwgeYwHQYDVR0OBBYEFNiKZTCIS8ggRE+fX2v6 -wIT0luJSMIG2BgNVHSMEga4wgauAFNiKZTCIS8ggRE+fX2v6wIT0luJSoYGHpIGE -MIGBMQswCQYDVQQGEwJVUzELMAkGA1UECBMCTUQxETAPBgNVBAcTCGNvbHVtYmlh -MRIwEAYDVQQKEwlTZWxmIEluYy4xCzAJBgNVBAsTAnN3MRAwDgYDVQQDEwdnaWJi -b25zMR8wHQYJKoZIhvcNAQkBFhByb290QGdpYmJvbnMub3JnggkAhcrHSnnKziMw -DAYDVR0TBAUwAwEB/zANBgkqhkiG9w0BAQUFAAOBgQCat7KISbItYomwbVQOcInx -p6qp0QJR591SMgVZMqjhedGdGcKzcwk01n5/2pi7IMSubMupP2Fz3RjK0ZWMQkTG -HqQ0DXF/EC5+Zi6P27yTBQCJScrKYDaojgdZ/ZR51icWpCiBHZmjnxRGTGXzHGml -O1fZr++ppYMk7VJB40t2Lw== ------END CERTIFICATE----- diff --git a/testing/tcpd/README b/testing/tcpd/README deleted file mode 100644 index b268c96..0000000 --- a/testing/tcpd/README +++ /dev/null @@ -1,9 +0,0 @@ -put xproftpd in /etc/xinetd.d/ -and put proftpd.conf in /etc/ - -install proftpd - -reload xinetd - /etc/init.d/xinetd reload - -connect to localhost for ftp service diff --git a/testing/tcpd/proftpd.conf b/testing/tcpd/proftpd.conf deleted file mode 100644 index 37ffbc3..0000000 --- a/testing/tcpd/proftpd.conf +++ /dev/null @@ -1,139 +0,0 @@ -# This is the ProFTPD configuration file -# $Id: proftpd.conf,v 1.1 2004/02/26 17:54:30 thias Exp $ - -ServerName "ProFTPD server" -ServerIdent on "FTP Server ready." -ServerAdmin root@localhost -#ServerType standalone -ServerType inetd -DefaultServer on -AccessGrantMsg "User %u logged in." -#DisplayConnect /etc/ftpissue -#DisplayLogin /etc/ftpmotd -#DisplayGoAway /etc/ftpgoaway -DeferWelcome off - -# Use this to excude users from the chroot -DefaultRoot ~ !adm - -# Use pam to authenticate (default) and be authoritative -AuthPAMConfig proftpd -AuthOrder mod_auth_pam.c* mod_auth_unix.c - -# Do not perform ident nor DNS lookups (hangs when the port is filtered) -IdentLookups off -UseReverseDNS off - -# Port 21 is the standard FTP port. -Port 21 - -# Umask 022 is a good standard umask to prevent new dirs and files -# from being group and world writable. -Umask 022 - -# Default to show dot files in directory listings -ListOptions "-a" - -# See Configuration.html for these (here are the default values) -#MultilineRFC2228 off -#RootLogin off -#LoginPasswordPrompt on -#MaxLoginAttempts 3 -#MaxClientsPerHost none -#AllowForeignAddress off # For FXP - -# Allow to resume not only the downloads but the uploads too -AllowRetrieveRestart on -AllowStoreRestart on - -# To prevent DoS attacks, set the maximum number of child processes -# to 30. If you need to allow more than 30 concurrent connections -# at once, simply increase this value. Note that this ONLY works -# in standalone mode, in inetd mode you should use an inetd server -# that allows you to limit maximum number of processes per service -# (such as xinetd) -MaxInstances 20 - -# Set the user and group that the server normally runs at. -User nobody -Group nobody - -# This is where we want to put the pid file -ScoreboardFile /var/run/proftpd.score - -# Normally, we want users to do a few things. -<Global> - AllowOverwrite yes - <Limit ALL SITE_CHMOD> - AllowAll - </Limit> -</Global> - -# Define the log formats -LogFormat default "%h %l %u %t \"%r\" %s %b" -LogFormat auth "%v [%P] %h %t \"%r\" %s" - -# TLS -# Explained at http://www.castaglia.org/proftpd/modules/mod_tls.html -#TLSEngine on -#TLSRequired on -#TLSRSACertificateFile /usr/share/ssl/certs/proftpd.pem -#TLSRSACertificateKeyFile /usr/share/ssl/certs/proftpd.pem -#TLSCipherSuite ALL:!ADH:!DES -#TLSOptions NoCertRequest -#TLSVerifyClient off -##TLSRenegotiate ctrl 3600 data 512000 required off timeout 300 -#TLSLog /var/log/proftpd/tls.log - -# A basic anonymous configuration, with an upload directory. -<Anonymous ~ftp> - User ftp - Group ftp - AccessGrantMsg "Anonymous login ok, restrictions apply." - - # We want clients to be able to login with "anonymous" as well as "ftp" - UserAlias anonymous ftp - - # Limit the maximum number of anonymous logins - MaxClients 10 "Sorry, max %m users -- try again later" - - # Put the user into /pub right after login - DefaultChdir /pub - - # We want 'welcome.msg' displayed at login, '.message' displayed in - # each newly chdired directory and tell users to read README* files. - DisplayLogin /welcome.msg - DisplayFirstChdir .message - DisplayReadme README* - - # Some more cosmetic and not vital stuff - DirFakeUser on ftp - DirFakeGroup on ftp - - # Limit WRITE everywhere in the anonymous chroot - <Limit WRITE SITE_CHMOD> - DenyAll - </Limit> - - # An upload directory that allows storing files but not retrieving - # or creating directories. - <Directory uploads/*> - AllowOverwrite no - <Limit READ> - DenyAll - </Limit> - - <Limit STOR> - AllowAll - </Limit> - </Directory> - - # Don't write anonymous accesses to the system wtmp file (good idea!) - WtmpLog off - - # Logging for the anonymous transfers - ExtendedLog /var/log/proftpd/access.log WRITE,READ default - ExtendedLog /var/log/proftpd/auth.log AUTH auth - -</Anonymous> - diff --git a/testing/tcpd/xproftpd b/testing/tcpd/xproftpd deleted file mode 100644 index 2248e6e..0000000 --- a/testing/tcpd/xproftpd +++ /dev/null @@ -1,16 +0,0 @@ -# default: off -# $Id: proftpd-xinetd,v 1.2 2002/06/10 15:35:47 dude Exp $ -# description: The ProFTPD FTP server serves FTP connections. It uses \ -# normal, unencrypted usernames and passwords for authentication. -service ftp -{ - socket_type = stream - wait = no - user = root - server = /usr/sbin/in.proftpd - server = /usr/sbin/tcpd - log_on_success += DURATION USERID - log_on_failure += USERID - nice = 10 - disable = no -} diff --git a/testing/telnet/README b/testing/telnet/README deleted file mode 100644 index 25dfc88..0000000 --- a/testing/telnet/README +++ /dev/null @@ -1,7 +0,0 @@ -To install telnet: "yum install telnet-server" - -The only thing that has to be done to get telnet to work is to enable it through -xinetd. - -To do this simply toggle disabled from yes to no in the file: -/etc/xinetd.d/telnet and restart xinetd. diff --git a/tools/buildtest.sh b/tools/buildtest.sh deleted file mode 100755 index 26a91ac..0000000 --- a/tools/buildtest.sh +++ /dev/null @@ -1,63 +0,0 @@ -#!/bin/bash - -DISTROS="rhel4 gentoo debian" -TYPES="strict targeted strict-mcs targeted-mcs strict-mls targeted-mls" -POLVER="`checkpolicy -V |cut -f 1 -d ' '`" -SETFILES="/usr/sbin/setfiles" -SE_LINK="time -p /usr/bin/semodule_link" - -die() { - if [ "$1" -eq "1" ]; then - echo "failed with options: $2" - fi - - exit 1 -} - -cleanup_mon() { - make MONOLITHIC=y bare -} - -cleanup_mod() { - make MONOLITHIC=n bare -} - -do_test() { - local OPTS="" - - for i in $TYPES; do - # Monolithic tests - trap cleanup_mon SIGINT SIGQUIT - OPTS="TYPE=$i MONOLITHIC=y QUIET=y DIRECT_INITRC=y" - [ ! -z "$1" ] && OPTS="$OPTS DISTRO=$1" - echo "**** Options: $OPTS ****" - echo -ne "\33]0;mon $i $1\007" - make $OPTS conf || die "$?" "$OPTS" - make $OPTS || die "$?" "$OPTS" - make $OPTS file_contexts || die "$?" "$OPTS" - $SETFILES -q -c policy.$POLVER file_contexts || die "$?" "$OPTS" - cleanup_mon - - # Loadable module tests - trap cleanup_mod SIGINT SIGQUIT - OPTS="TYPE=$i MONOLITHIC=n QUIET=y DIRECT_INITRC=y" - [ ! -z "$1" ] && OPTS="$OPTS DISTRO=$1" - echo "**** Options: $OPTS ****" - echo -ne "\33]0;mod $i $1\007" - make $OPTS conf || die "$?" "$OPTS" - make $OPTS base || die "$?" "$OPTS" - make $OPTS -j2 modules || die "$?" "$OPTS" - make $OPTS validate || die "$?" "$OPTS" - cleanup_mod - done -} - -cleanup_mon -cleanup_mod -do_test - -for i in $DISTROS; do - do_test $i -done - -echo "Completed successfully." diff --git a/tools/quicktest.sh b/tools/quicktest.sh deleted file mode 100755 index 05c768b..0000000 --- a/tools/quicktest.sh +++ /dev/null @@ -1,58 +0,0 @@ -#!/bin/bash - -TYPES="strict targeted-mcs strict-mls" -POLVER="`checkpolicy -V |cut -f 1 -d ' '`" -SETFILES="/usr/sbin/setfiles" -SE_LINK="time -p /usr/bin/semodule_link" - -die() { - if [ "$1" -eq "1" ]; then - echo "failed with options: $2" - fi - - exit 1 -} - -cleanup_mon() { - make MONOLITHIC=y bare -} - -cleanup_mod() { - make MONOLITHIC=n bare -} - -do_test() { - local OPTS="" - - for i in $TYPES; do - # Monolithic tests - trap cleanup_mon SIGINT SIGQUIT - OPTS="TYPE=$i MONOLITHIC=y QUIET=y DIRECT_INITRC=y" - [ ! -z "$1" ] && OPTS="$OPTS DISTRO=$1" - echo "**** Options: $OPTS ****" - echo -ne "\33]0;mon $i $1\007" - make $OPTS conf || die "$?" "$OPTS" - make $OPTS || die "$?" "$OPTS" - make $OPTS file_contexts || die "$?" "$OPTS" - $SETFILES -q -c policy.$POLVER file_contexts || die "$?" "$OPTS" - cleanup_mon - - # Loadable module tests - trap cleanup_mod SIGINT SIGQUIT - OPTS="TYPE=$i MONOLITHIC=n QUIET=y DIRECT_INITRC=y" - [ ! -z "$1" ] && OPTS="$OPTS DISTRO=$1" - echo "**** Options: $OPTS ****" - echo -ne "\33]0;mod $i $1\007" - make $OPTS conf || die "$?" "$OPTS" - make $OPTS base || die "$?" "$OPTS" - make $OPTS -j2 modules || die "$?" "$OPTS" - make $OPTS validate || die "$?" "$OPTS" - cleanup_mod - done -} - -cleanup_mon -cleanup_mod -do_test - -echo "Completed successfully." diff --git a/www/api-docs/admin.html b/www/api-docs/admin.html deleted file mode 100644 index aa379ca..0000000 --- a/www/api-docs/admin.html +++ /dev/null @@ -1,326 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - - <a href='admin_acct.html'> - acct</a><br/> - - - <a href='admin_alsa.html'> - alsa</a><br/> - - - <a href='admin_amanda.html'> - amanda</a><br/> - - - <a href='admin_anaconda.html'> - anaconda</a><br/> - - - <a href='admin_bootloader.html'> - bootloader</a><br/> - - - <a href='admin_certwatch.html'> - certwatch</a><br/> - - - <a href='admin_consoletype.html'> - consoletype</a><br/> - - - <a href='admin_ddcprobe.html'> - ddcprobe</a><br/> - - - <a href='admin_dmesg.html'> - dmesg</a><br/> - - - <a href='admin_dmidecode.html'> - dmidecode</a><br/> - - - <a href='admin_firstboot.html'> - firstboot</a><br/> - - - <a href='admin_kudzu.html'> - kudzu</a><br/> - - - <a href='admin_logrotate.html'> - logrotate</a><br/> - - - <a href='admin_logwatch.html'> - logwatch</a><br/> - - - <a href='admin_mrtg.html'> - mrtg</a><br/> - - - <a href='admin_netutils.html'> - netutils</a><br/> - - - <a href='admin_portage.html'> - portage</a><br/> - - - <a href='admin_prelink.html'> - prelink</a><br/> - - - <a href='admin_quota.html'> - quota</a><br/> - - - <a href='admin_readahead.html'> - readahead</a><br/> - - - <a href='admin_rpm.html'> - rpm</a><br/> - - - <a href='admin_su.html'> - su</a><br/> - - - <a href='admin_sudo.html'> - sudo</a><br/> - - - <a href='admin_tmpreaper.html'> - tmpreaper</a><br/> - - - <a href='admin_updfstab.html'> - updfstab</a><br/> - - - <a href='admin_usbmodules.html'> - usbmodules</a><br/> - - - <a href='admin_usermanage.html'> - usermanage</a><br/> - - - <a href='admin_vbetool.html'> - vbetool</a><br/> - - - <a href='admin_vpn.html'> - vpn</a><br/> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> - -<h1>Layer: admin</h1><p/> - -<p><p> - Policy modules for administrative functions, such as package management. -</p></p><br/> - - -<table border="1" cellspacing="0" cellpadding="3" width="75%"> -<tr><td class="title">Module:</td><td class="title">Description:</td></tr> - - - <tr><td> - <a href='admin_acct.html'> - acct</a></td> - <td><p>Berkeley process accounting</p></td> - - <tr><td> - <a href='admin_alsa.html'> - alsa</a></td> - <td><p>Ainit ALSA configuration tool</p></td> - - <tr><td> - <a href='admin_amanda.html'> - amanda</a></td> - <td><p>Automated backup program.</p></td> - - <tr><td> - <a href='admin_anaconda.html'> - anaconda</a></td> - <td><p>Policy for the Anaconda installer.</p></td> - - <tr><td> - <a href='admin_bootloader.html'> - bootloader</a></td> - <td><p>Policy for the kernel modules, kernel image, and bootloader.</p></td> - - <tr><td> - <a href='admin_certwatch.html'> - certwatch</a></td> - <td><p>Digital Certificate Tracking</p></td> - - <tr><td> - <a href='admin_consoletype.html'> - consoletype</a></td> - <td><p> -Determine of the console connected to the controlling terminal. -</p></td> - - <tr><td> - <a href='admin_ddcprobe.html'> - ddcprobe</a></td> - <td><p>ddcprobe retrieves monitor and graphics card information</p></td> - - <tr><td> - <a href='admin_dmesg.html'> - dmesg</a></td> - <td><p>Policy for dmesg.</p></td> - - <tr><td> - <a href='admin_dmidecode.html'> - dmidecode</a></td> - <td><p>Decode DMI data for x86/ia64 bioses.</p></td> - - <tr><td> - <a href='admin_firstboot.html'> - firstboot</a></td> - <td><p> -Final system configuration run during the first boot -after installation of Red Hat/Fedora systems. -</p></td> - - <tr><td> - <a href='admin_kudzu.html'> - kudzu</a></td> - <td><p>Hardware detection and configuration tools</p></td> - - <tr><td> - <a href='admin_logrotate.html'> - logrotate</a></td> - <td><p>Rotate and archive system logs</p></td> - - <tr><td> - <a href='admin_logwatch.html'> - logwatch</a></td> - <td><p>System log analyzer and reporter</p></td> - - <tr><td> - <a href='admin_mrtg.html'> - mrtg</a></td> - <td><p>Network traffic graphing</p></td> - - <tr><td> - <a href='admin_netutils.html'> - netutils</a></td> - <td><p>Network analysis utilities</p></td> - - <tr><td> - <a href='admin_portage.html'> - portage</a></td> - <td><p> -Portage Package Management System. The primary package management and -distribution system for Gentoo. -</p></td> - - <tr><td> - <a href='admin_prelink.html'> - prelink</a></td> - <td><p>Prelink ELF shared library mappings.</p></td> - - <tr><td> - <a href='admin_quota.html'> - quota</a></td> - <td><p>File system quota management</p></td> - - <tr><td> - <a href='admin_readahead.html'> - readahead</a></td> - <td><p>Readahead, read files into page cache for improved performance</p></td> - - <tr><td> - <a href='admin_rpm.html'> - rpm</a></td> - <td><p>Policy for the RPM package manager.</p></td> - - <tr><td> - <a href='admin_su.html'> - su</a></td> - <td><p>Run shells with substitute user and group</p></td> - - <tr><td> - <a href='admin_sudo.html'> - sudo</a></td> - <td><p>Execute a command with a substitute user</p></td> - - <tr><td> - <a href='admin_tmpreaper.html'> - tmpreaper</a></td> - <td><p>Manage temporary directory sizes and file ages</p></td> - - <tr><td> - <a href='admin_updfstab.html'> - updfstab</a></td> - <td><p>Red Hat utility to change /etc/fstab.</p></td> - - <tr><td> - <a href='admin_usbmodules.html'> - usbmodules</a></td> - <td><p>List kernel modules of USB devices</p></td> - - <tr><td> - <a href='admin_usermanage.html'> - usermanage</a></td> - <td><p>Policy for managing user accounts.</p></td> - - <tr><td> - <a href='admin_vbetool.html'> - vbetool</a></td> - <td><p>run real-mode video BIOS code to alter hardware state</p></td> - - <tr><td> - <a href='admin_vpn.html'> - vpn</a></td> - <td><p>Virtual Private Networking client</p></td> - - </td></tr> - - - </td></tr> - - - </td></tr> - - - </td></tr> - - - </td></tr> - -</table> -<p/><br/><br/> - -</div> -</body> -</html> diff --git a/www/api-docs/admin_acct.html b/www/api-docs/admin_acct.html deleted file mode 100644 index fb672e8..0000000 --- a/www/api-docs/admin_acct.html +++ /dev/null @@ -1,331 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - - <a href='admin_acct.html'> - acct</a><br/> - - - <a href='admin_alsa.html'> - alsa</a><br/> - - - <a href='admin_amanda.html'> - amanda</a><br/> - - - <a href='admin_anaconda.html'> - anaconda</a><br/> - - - <a href='admin_bootloader.html'> - bootloader</a><br/> - - - <a href='admin_certwatch.html'> - certwatch</a><br/> - - - <a href='admin_consoletype.html'> - consoletype</a><br/> - - - <a href='admin_ddcprobe.html'> - ddcprobe</a><br/> - - - <a href='admin_dmesg.html'> - dmesg</a><br/> - - - <a href='admin_dmidecode.html'> - dmidecode</a><br/> - - - <a href='admin_firstboot.html'> - firstboot</a><br/> - - - <a href='admin_kudzu.html'> - kudzu</a><br/> - - - <a href='admin_logrotate.html'> - logrotate</a><br/> - - - <a href='admin_logwatch.html'> - logwatch</a><br/> - - - <a href='admin_mrtg.html'> - mrtg</a><br/> - - - <a href='admin_netutils.html'> - netutils</a><br/> - - - <a href='admin_portage.html'> - portage</a><br/> - - - <a href='admin_prelink.html'> - prelink</a><br/> - - - <a href='admin_quota.html'> - quota</a><br/> - - - <a href='admin_readahead.html'> - readahead</a><br/> - - - <a href='admin_rpm.html'> - rpm</a><br/> - - - <a href='admin_su.html'> - su</a><br/> - - - <a href='admin_sudo.html'> - sudo</a><br/> - - - <a href='admin_tmpreaper.html'> - tmpreaper</a><br/> - - - <a href='admin_updfstab.html'> - updfstab</a><br/> - - - <a href='admin_usbmodules.html'> - usbmodules</a><br/> - - - <a href='admin_usermanage.html'> - usermanage</a><br/> - - - <a href='admin_vbetool.html'> - vbetool</a><br/> - - - <a href='admin_vpn.html'> - vpn</a><br/> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: admin</h1><p/> -<h2>Module: acct</h2><p/> - -<h3>Description:</h3> - -<p><p>Berkeley process accounting</p></p> - - - -<a name="interfaces"></a> -<h3>Interfaces: </h3> - -<a name="link_acct_domtrans"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>acct_domtrans</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Transition to the accounting management domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_acct_exec"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>acct_exec</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute accounting management tools in the caller domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_acct_exec_data"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>acct_exec_data</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute accounting management data in the caller domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_acct_manage_data"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>acct_manage_data</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Create, read, write, and delete process accounting data. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - - -</div> -</body> -</html> diff --git a/www/api-docs/admin_alsa.html b/www/api-docs/admin_alsa.html deleted file mode 100644 index 5186dd9..0000000 --- a/www/api-docs/admin_alsa.html +++ /dev/null @@ -1,289 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - - <a href='admin_acct.html'> - acct</a><br/> - - - <a href='admin_alsa.html'> - alsa</a><br/> - - - <a href='admin_amanda.html'> - amanda</a><br/> - - - <a href='admin_anaconda.html'> - anaconda</a><br/> - - - <a href='admin_bootloader.html'> - bootloader</a><br/> - - - <a href='admin_certwatch.html'> - certwatch</a><br/> - - - <a href='admin_consoletype.html'> - consoletype</a><br/> - - - <a href='admin_ddcprobe.html'> - ddcprobe</a><br/> - - - <a href='admin_dmesg.html'> - dmesg</a><br/> - - - <a href='admin_dmidecode.html'> - dmidecode</a><br/> - - - <a href='admin_firstboot.html'> - firstboot</a><br/> - - - <a href='admin_kudzu.html'> - kudzu</a><br/> - - - <a href='admin_logrotate.html'> - logrotate</a><br/> - - - <a href='admin_logwatch.html'> - logwatch</a><br/> - - - <a href='admin_mrtg.html'> - mrtg</a><br/> - - - <a href='admin_netutils.html'> - netutils</a><br/> - - - <a href='admin_portage.html'> - portage</a><br/> - - - <a href='admin_prelink.html'> - prelink</a><br/> - - - <a href='admin_quota.html'> - quota</a><br/> - - - <a href='admin_readahead.html'> - readahead</a><br/> - - - <a href='admin_rpm.html'> - rpm</a><br/> - - - <a href='admin_su.html'> - su</a><br/> - - - <a href='admin_sudo.html'> - sudo</a><br/> - - - <a href='admin_tmpreaper.html'> - tmpreaper</a><br/> - - - <a href='admin_updfstab.html'> - updfstab</a><br/> - - - <a href='admin_usbmodules.html'> - usbmodules</a><br/> - - - <a href='admin_usermanage.html'> - usermanage</a><br/> - - - <a href='admin_vbetool.html'> - vbetool</a><br/> - - - <a href='admin_vpn.html'> - vpn</a><br/> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: admin</h1><p/> -<h2>Module: alsa</h2><p/> - -<h3>Description:</h3> - -<p><p>Ainit ALSA configuration tool</p></p> - - - -<a name="interfaces"></a> -<h3>Interfaces: </h3> - -<a name="link_alsa_domtrans"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>alsa_domtrans</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Domain transition to alsa -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_alsa_rw_semaphores"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>alsa_rw_semaphores</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Allow read and write access to alsa semaphores. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_alsa_rw_shared_mem"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>alsa_rw_shared_mem</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Allow read and write access to alsa shared memory. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - - -</div> -</body> -</html> diff --git a/www/api-docs/admin_amanda.html b/www/api-docs/admin_amanda.html deleted file mode 100644 index f34c1ac..0000000 --- a/www/api-docs/admin_amanda.html +++ /dev/null @@ -1,452 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - - <a href='admin_acct.html'> - acct</a><br/> - - - <a href='admin_alsa.html'> - alsa</a><br/> - - - <a href='admin_amanda.html'> - amanda</a><br/> - - - <a href='admin_anaconda.html'> - anaconda</a><br/> - - - <a href='admin_bootloader.html'> - bootloader</a><br/> - - - <a href='admin_certwatch.html'> - certwatch</a><br/> - - - <a href='admin_consoletype.html'> - consoletype</a><br/> - - - <a href='admin_ddcprobe.html'> - ddcprobe</a><br/> - - - <a href='admin_dmesg.html'> - dmesg</a><br/> - - - <a href='admin_dmidecode.html'> - dmidecode</a><br/> - - - <a href='admin_firstboot.html'> - firstboot</a><br/> - - - <a href='admin_kudzu.html'> - kudzu</a><br/> - - - <a href='admin_logrotate.html'> - logrotate</a><br/> - - - <a href='admin_logwatch.html'> - logwatch</a><br/> - - - <a href='admin_mrtg.html'> - mrtg</a><br/> - - - <a href='admin_netutils.html'> - netutils</a><br/> - - - <a href='admin_portage.html'> - portage</a><br/> - - - <a href='admin_prelink.html'> - prelink</a><br/> - - - <a href='admin_quota.html'> - quota</a><br/> - - - <a href='admin_readahead.html'> - readahead</a><br/> - - - <a href='admin_rpm.html'> - rpm</a><br/> - - - <a href='admin_su.html'> - su</a><br/> - - - <a href='admin_sudo.html'> - sudo</a><br/> - - - <a href='admin_tmpreaper.html'> - tmpreaper</a><br/> - - - <a href='admin_updfstab.html'> - updfstab</a><br/> - - - <a href='admin_usbmodules.html'> - usbmodules</a><br/> - - - <a href='admin_usermanage.html'> - usermanage</a><br/> - - - <a href='admin_vbetool.html'> - vbetool</a><br/> - - - <a href='admin_vpn.html'> - vpn</a><br/> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: admin</h1><p/> -<h2>Module: amanda</h2><p/> - -<h3>Description:</h3> - -<p><p>Automated backup program.</p></p> - - - -<a name="interfaces"></a> -<h3>Interfaces: </h3> - -<a name="link_amanda_append_log_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>amanda_append_log_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Allow read/writing amanda logs -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain to allow -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_amanda_domtrans_recover"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>amanda_domtrans_recover</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute amrecover in the amanda_recover domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_amanda_dontaudit_read_dumpdates"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>amanda_dontaudit_read_dumpdates</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to read /etc/dumpdates. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_amanda_run_recover"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>amanda_run_recover</b>( - - - - - domain - - - - , - - - - role - - - - , - - - - terminal - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute amrecover in the amanda_recover domain, and -allow the specified role the amanda_recover domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -<tr><td> -role -</td><td> -<p> -The role to be allowed the amanda_recover domain. -</p> -</td><td> -No -</td></tr> - -<tr><td> -terminal -</td><td> -<p> -The type of the terminal allow the amanda_recover domain to use. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_amanda_rw_dumpdates_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>amanda_rw_dumpdates_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Allow read/writing /etc/dumpdates. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain to allow -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_amanda_search_lib"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>amanda_search_lib</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Search amanda library directories. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - - -</div> -</body> -</html> diff --git a/www/api-docs/admin_anaconda.html b/www/api-docs/admin_anaconda.html deleted file mode 100644 index b4b09ac..0000000 --- a/www/api-docs/admin_anaconda.html +++ /dev/null @@ -1,159 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - - <a href='admin_acct.html'> - acct</a><br/> - - - <a href='admin_alsa.html'> - alsa</a><br/> - - - <a href='admin_amanda.html'> - amanda</a><br/> - - - <a href='admin_anaconda.html'> - anaconda</a><br/> - - - <a href='admin_bootloader.html'> - bootloader</a><br/> - - - <a href='admin_certwatch.html'> - certwatch</a><br/> - - - <a href='admin_consoletype.html'> - consoletype</a><br/> - - - <a href='admin_ddcprobe.html'> - ddcprobe</a><br/> - - - <a href='admin_dmesg.html'> - dmesg</a><br/> - - - <a href='admin_dmidecode.html'> - dmidecode</a><br/> - - - <a href='admin_firstboot.html'> - firstboot</a><br/> - - - <a href='admin_kudzu.html'> - kudzu</a><br/> - - - <a href='admin_logrotate.html'> - logrotate</a><br/> - - - <a href='admin_logwatch.html'> - logwatch</a><br/> - - - <a href='admin_mrtg.html'> - mrtg</a><br/> - - - <a href='admin_netutils.html'> - netutils</a><br/> - - - <a href='admin_portage.html'> - portage</a><br/> - - - <a href='admin_prelink.html'> - prelink</a><br/> - - - <a href='admin_quota.html'> - quota</a><br/> - - - <a href='admin_readahead.html'> - readahead</a><br/> - - - <a href='admin_rpm.html'> - rpm</a><br/> - - - <a href='admin_su.html'> - su</a><br/> - - - <a href='admin_sudo.html'> - sudo</a><br/> - - - <a href='admin_tmpreaper.html'> - tmpreaper</a><br/> - - - <a href='admin_updfstab.html'> - updfstab</a><br/> - - - <a href='admin_usbmodules.html'> - usbmodules</a><br/> - - - <a href='admin_usermanage.html'> - usermanage</a><br/> - - - <a href='admin_vbetool.html'> - vbetool</a><br/> - - - <a href='admin_vpn.html'> - vpn</a><br/> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: admin</h1><p/> -<h2>Module: anaconda</h2><p/> - -<h3>Description:</h3> - -<p><p>Policy for the Anaconda installer.</p></p> - - - - - -<h3>No interfaces or templates.</h3> - - -</div> -</body> -</html> diff --git a/www/api-docs/admin_bootloader.html b/www/api-docs/admin_bootloader.html deleted file mode 100644 index 71e6d53..0000000 --- a/www/api-docs/admin_bootloader.html +++ /dev/null @@ -1,455 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - - <a href='admin_acct.html'> - acct</a><br/> - - - <a href='admin_alsa.html'> - alsa</a><br/> - - - <a href='admin_amanda.html'> - amanda</a><br/> - - - <a href='admin_anaconda.html'> - anaconda</a><br/> - - - <a href='admin_bootloader.html'> - bootloader</a><br/> - - - <a href='admin_certwatch.html'> - certwatch</a><br/> - - - <a href='admin_consoletype.html'> - consoletype</a><br/> - - - <a href='admin_ddcprobe.html'> - ddcprobe</a><br/> - - - <a href='admin_dmesg.html'> - dmesg</a><br/> - - - <a href='admin_dmidecode.html'> - dmidecode</a><br/> - - - <a href='admin_firstboot.html'> - firstboot</a><br/> - - - <a href='admin_kudzu.html'> - kudzu</a><br/> - - - <a href='admin_logrotate.html'> - logrotate</a><br/> - - - <a href='admin_logwatch.html'> - logwatch</a><br/> - - - <a href='admin_mrtg.html'> - mrtg</a><br/> - - - <a href='admin_netutils.html'> - netutils</a><br/> - - - <a href='admin_portage.html'> - portage</a><br/> - - - <a href='admin_prelink.html'> - prelink</a><br/> - - - <a href='admin_quota.html'> - quota</a><br/> - - - <a href='admin_readahead.html'> - readahead</a><br/> - - - <a href='admin_rpm.html'> - rpm</a><br/> - - - <a href='admin_su.html'> - su</a><br/> - - - <a href='admin_sudo.html'> - sudo</a><br/> - - - <a href='admin_tmpreaper.html'> - tmpreaper</a><br/> - - - <a href='admin_updfstab.html'> - updfstab</a><br/> - - - <a href='admin_usbmodules.html'> - usbmodules</a><br/> - - - <a href='admin_usermanage.html'> - usermanage</a><br/> - - - <a href='admin_vbetool.html'> - vbetool</a><br/> - - - <a href='admin_vpn.html'> - vpn</a><br/> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: admin</h1><p/> -<h2>Module: bootloader</h2><p/> - -<h3>Description:</h3> - -<p><p>Policy for the kernel modules, kernel image, and bootloader.</p></p> - - - -<a name="interfaces"></a> -<h3>Interfaces: </h3> - -<a name="link_bootloader_create_runtime_file"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>bootloader_create_runtime_file</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read and write the bootloader -temporary data in /tmp. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_bootloader_domtrans"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>bootloader_domtrans</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute bootloader in the bootloader domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_bootloader_read_config"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>bootloader_read_config</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read the bootloader configuration file. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_bootloader_run"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>bootloader_run</b>( - - - - - domain - - - - , - - - - role - - - - , - - - - terminal - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute bootloader interactively and do -a domain transition to the bootloader domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -<tr><td> -role -</td><td> -<p> -The role to be allowed the bootloader domain. -</p> -</td><td> -No -</td></tr> - -<tr><td> -terminal -</td><td> -<p> -The type of the terminal allow the bootloader domain to use. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_bootloader_rw_config"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>bootloader_rw_config</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read and write the bootloader -configuration file. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_bootloader_rw_tmp_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>bootloader_rw_tmp_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read and write the bootloader -temporary data in /tmp. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - - -</div> -</body> -</html> diff --git a/www/api-docs/admin_certwatch.html b/www/api-docs/admin_certwatch.html deleted file mode 100644 index 40a926a..0000000 --- a/www/api-docs/admin_certwatch.html +++ /dev/null @@ -1,286 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - - <a href='admin_acct.html'> - acct</a><br/> - - - <a href='admin_alsa.html'> - alsa</a><br/> - - - <a href='admin_amanda.html'> - amanda</a><br/> - - - <a href='admin_anaconda.html'> - anaconda</a><br/> - - - <a href='admin_bootloader.html'> - bootloader</a><br/> - - - <a href='admin_certwatch.html'> - certwatch</a><br/> - - - <a href='admin_consoletype.html'> - consoletype</a><br/> - - - <a href='admin_ddcprobe.html'> - ddcprobe</a><br/> - - - <a href='admin_dmesg.html'> - dmesg</a><br/> - - - <a href='admin_dmidecode.html'> - dmidecode</a><br/> - - - <a href='admin_firstboot.html'> - firstboot</a><br/> - - - <a href='admin_kudzu.html'> - kudzu</a><br/> - - - <a href='admin_logrotate.html'> - logrotate</a><br/> - - - <a href='admin_logwatch.html'> - logwatch</a><br/> - - - <a href='admin_mrtg.html'> - mrtg</a><br/> - - - <a href='admin_netutils.html'> - netutils</a><br/> - - - <a href='admin_portage.html'> - portage</a><br/> - - - <a href='admin_prelink.html'> - prelink</a><br/> - - - <a href='admin_quota.html'> - quota</a><br/> - - - <a href='admin_readahead.html'> - readahead</a><br/> - - - <a href='admin_rpm.html'> - rpm</a><br/> - - - <a href='admin_su.html'> - su</a><br/> - - - <a href='admin_sudo.html'> - sudo</a><br/> - - - <a href='admin_tmpreaper.html'> - tmpreaper</a><br/> - - - <a href='admin_updfstab.html'> - updfstab</a><br/> - - - <a href='admin_usbmodules.html'> - usbmodules</a><br/> - - - <a href='admin_usermanage.html'> - usermanage</a><br/> - - - <a href='admin_vbetool.html'> - vbetool</a><br/> - - - <a href='admin_vpn.html'> - vpn</a><br/> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: admin</h1><p/> -<h2>Module: certwatch</h2><p/> - -<h3>Description:</h3> - -<p><p>Digital Certificate Tracking</p></p> - - - -<a name="interfaces"></a> -<h3>Interfaces: </h3> - -<a name="link_certwatach_run"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>certwatach_run</b>( - - - - - domain - - - - , - - - - role - - - - , - - - - terminal - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute certwatch in the certwatch domain, and -allow the specified role the certwatch domain, -and use the caller's terminal. Has a sigchld -backchannel. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -<tr><td> -role -</td><td> -<p> -The role to be allowed the certwatch domain. -</p> -</td><td> -No -</td></tr> - -<tr><td> -terminal -</td><td> -<p> -The type of the terminal allow the certwatch domain to use. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_certwatch_domtrans"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>certwatch_domtrans</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Domain transition to certwatch. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - - -</div> -</body> -</html> diff --git a/www/api-docs/admin_consoletype.html b/www/api-docs/admin_consoletype.html deleted file mode 100644 index 80f8336..0000000 --- a/www/api-docs/admin_consoletype.html +++ /dev/null @@ -1,328 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - - <a href='admin_acct.html'> - acct</a><br/> - - - <a href='admin_alsa.html'> - alsa</a><br/> - - - <a href='admin_amanda.html'> - amanda</a><br/> - - - <a href='admin_anaconda.html'> - anaconda</a><br/> - - - <a href='admin_bootloader.html'> - bootloader</a><br/> - - - <a href='admin_certwatch.html'> - certwatch</a><br/> - - - <a href='admin_consoletype.html'> - consoletype</a><br/> - - - <a href='admin_ddcprobe.html'> - ddcprobe</a><br/> - - - <a href='admin_dmesg.html'> - dmesg</a><br/> - - - <a href='admin_dmidecode.html'> - dmidecode</a><br/> - - - <a href='admin_firstboot.html'> - firstboot</a><br/> - - - <a href='admin_kudzu.html'> - kudzu</a><br/> - - - <a href='admin_logrotate.html'> - logrotate</a><br/> - - - <a href='admin_logwatch.html'> - logwatch</a><br/> - - - <a href='admin_mrtg.html'> - mrtg</a><br/> - - - <a href='admin_netutils.html'> - netutils</a><br/> - - - <a href='admin_portage.html'> - portage</a><br/> - - - <a href='admin_prelink.html'> - prelink</a><br/> - - - <a href='admin_quota.html'> - quota</a><br/> - - - <a href='admin_readahead.html'> - readahead</a><br/> - - - <a href='admin_rpm.html'> - rpm</a><br/> - - - <a href='admin_su.html'> - su</a><br/> - - - <a href='admin_sudo.html'> - sudo</a><br/> - - - <a href='admin_tmpreaper.html'> - tmpreaper</a><br/> - - - <a href='admin_updfstab.html'> - updfstab</a><br/> - - - <a href='admin_usbmodules.html'> - usbmodules</a><br/> - - - <a href='admin_usermanage.html'> - usermanage</a><br/> - - - <a href='admin_vbetool.html'> - vbetool</a><br/> - - - <a href='admin_vpn.html'> - vpn</a><br/> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: admin</h1><p/> -<h2>Module: consoletype</h2><p/> - -<h3>Description:</h3> - -<p><p> -Determine of the console connected to the controlling terminal. -</p></p> - - - -<a name="interfaces"></a> -<h3>Interfaces: </h3> - -<a name="link_consoletype_domtrans"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>consoletype_domtrans</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute consoletype in the consoletype domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_consoletype_exec"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>consoletype_exec</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute consoletype in the caller domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_consoletype_run"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>consoletype_run</b>( - - - - - domain - - - - , - - - - role - - - - , - - - - terminal - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute consoletype in the consoletype domain, and -allow the specified role the consoletype domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -<tr><td> -role -</td><td> -<p> -The role to be allowed the consoletype domain. -</p> -</td><td> -No -</td></tr> - -<tr><td> -terminal -</td><td> -<p> -The type of the terminal allow the consoletype domain to use. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - - -</div> -</body> -</html> diff --git a/www/api-docs/admin_ddcprobe.html b/www/api-docs/admin_ddcprobe.html deleted file mode 100644 index e840957..0000000 --- a/www/api-docs/admin_ddcprobe.html +++ /dev/null @@ -1,284 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - - <a href='admin_acct.html'> - acct</a><br/> - - - <a href='admin_alsa.html'> - alsa</a><br/> - - - <a href='admin_amanda.html'> - amanda</a><br/> - - - <a href='admin_anaconda.html'> - anaconda</a><br/> - - - <a href='admin_bootloader.html'> - bootloader</a><br/> - - - <a href='admin_certwatch.html'> - certwatch</a><br/> - - - <a href='admin_consoletype.html'> - consoletype</a><br/> - - - <a href='admin_ddcprobe.html'> - ddcprobe</a><br/> - - - <a href='admin_dmesg.html'> - dmesg</a><br/> - - - <a href='admin_dmidecode.html'> - dmidecode</a><br/> - - - <a href='admin_firstboot.html'> - firstboot</a><br/> - - - <a href='admin_kudzu.html'> - kudzu</a><br/> - - - <a href='admin_logrotate.html'> - logrotate</a><br/> - - - <a href='admin_logwatch.html'> - logwatch</a><br/> - - - <a href='admin_mrtg.html'> - mrtg</a><br/> - - - <a href='admin_netutils.html'> - netutils</a><br/> - - - <a href='admin_portage.html'> - portage</a><br/> - - - <a href='admin_prelink.html'> - prelink</a><br/> - - - <a href='admin_quota.html'> - quota</a><br/> - - - <a href='admin_readahead.html'> - readahead</a><br/> - - - <a href='admin_rpm.html'> - rpm</a><br/> - - - <a href='admin_su.html'> - su</a><br/> - - - <a href='admin_sudo.html'> - sudo</a><br/> - - - <a href='admin_tmpreaper.html'> - tmpreaper</a><br/> - - - <a href='admin_updfstab.html'> - updfstab</a><br/> - - - <a href='admin_usbmodules.html'> - usbmodules</a><br/> - - - <a href='admin_usermanage.html'> - usermanage</a><br/> - - - <a href='admin_vbetool.html'> - vbetool</a><br/> - - - <a href='admin_vpn.html'> - vpn</a><br/> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: admin</h1><p/> -<h2>Module: ddcprobe</h2><p/> - -<h3>Description:</h3> - -<p><p>ddcprobe retrieves monitor and graphics card information</p></p> - - - -<a name="interfaces"></a> -<h3>Interfaces: </h3> - -<a name="link_ddcprobe_domtrans"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>ddcprobe_domtrans</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute ddcprobe in the ddcprobe domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_ddcprobe_run"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>ddcprobe_run</b>( - - - - - domain - - - - , - - - - role - - - - , - - - - terminal - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute ddcprobe in the ddcprobe domain, and -allow the specified role the ddcprobe domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -<tr><td> -role -</td><td> -<p> -Role to be authenticated for ddcprobe domain. -</p> -</td><td> -No -</td></tr> - -<tr><td> -terminal -</td><td> -<p> -The type of the terminal allow the clock domain to use. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - - -</div> -</body> -</html> diff --git a/www/api-docs/admin_dmesg.html b/www/api-docs/admin_dmesg.html deleted file mode 100644 index 0a75d29..0000000 --- a/www/api-docs/admin_dmesg.html +++ /dev/null @@ -1,247 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - - <a href='admin_acct.html'> - acct</a><br/> - - - <a href='admin_alsa.html'> - alsa</a><br/> - - - <a href='admin_amanda.html'> - amanda</a><br/> - - - <a href='admin_anaconda.html'> - anaconda</a><br/> - - - <a href='admin_bootloader.html'> - bootloader</a><br/> - - - <a href='admin_certwatch.html'> - certwatch</a><br/> - - - <a href='admin_consoletype.html'> - consoletype</a><br/> - - - <a href='admin_ddcprobe.html'> - ddcprobe</a><br/> - - - <a href='admin_dmesg.html'> - dmesg</a><br/> - - - <a href='admin_dmidecode.html'> - dmidecode</a><br/> - - - <a href='admin_firstboot.html'> - firstboot</a><br/> - - - <a href='admin_kudzu.html'> - kudzu</a><br/> - - - <a href='admin_logrotate.html'> - logrotate</a><br/> - - - <a href='admin_logwatch.html'> - logwatch</a><br/> - - - <a href='admin_mrtg.html'> - mrtg</a><br/> - - - <a href='admin_netutils.html'> - netutils</a><br/> - - - <a href='admin_portage.html'> - portage</a><br/> - - - <a href='admin_prelink.html'> - prelink</a><br/> - - - <a href='admin_quota.html'> - quota</a><br/> - - - <a href='admin_readahead.html'> - readahead</a><br/> - - - <a href='admin_rpm.html'> - rpm</a><br/> - - - <a href='admin_su.html'> - su</a><br/> - - - <a href='admin_sudo.html'> - sudo</a><br/> - - - <a href='admin_tmpreaper.html'> - tmpreaper</a><br/> - - - <a href='admin_updfstab.html'> - updfstab</a><br/> - - - <a href='admin_usbmodules.html'> - usbmodules</a><br/> - - - <a href='admin_usermanage.html'> - usermanage</a><br/> - - - <a href='admin_vbetool.html'> - vbetool</a><br/> - - - <a href='admin_vpn.html'> - vpn</a><br/> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: admin</h1><p/> -<h2>Module: dmesg</h2><p/> - -<h3>Description:</h3> - -<p><p>Policy for dmesg.</p></p> - - - -<a name="interfaces"></a> -<h3>Interfaces: </h3> - -<a name="link_dmesg_domtrans"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dmesg_domtrans</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute dmesg in the dmesg domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dmesg_exec"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dmesg_exec</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute dmesg in the caller domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - - -</div> -</body> -</html> diff --git a/www/api-docs/admin_dmidecode.html b/www/api-docs/admin_dmidecode.html deleted file mode 100644 index 3fde90e..0000000 --- a/www/api-docs/admin_dmidecode.html +++ /dev/null @@ -1,284 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - - <a href='admin_acct.html'> - acct</a><br/> - - - <a href='admin_alsa.html'> - alsa</a><br/> - - - <a href='admin_amanda.html'> - amanda</a><br/> - - - <a href='admin_anaconda.html'> - anaconda</a><br/> - - - <a href='admin_bootloader.html'> - bootloader</a><br/> - - - <a href='admin_certwatch.html'> - certwatch</a><br/> - - - <a href='admin_consoletype.html'> - consoletype</a><br/> - - - <a href='admin_ddcprobe.html'> - ddcprobe</a><br/> - - - <a href='admin_dmesg.html'> - dmesg</a><br/> - - - <a href='admin_dmidecode.html'> - dmidecode</a><br/> - - - <a href='admin_firstboot.html'> - firstboot</a><br/> - - - <a href='admin_kudzu.html'> - kudzu</a><br/> - - - <a href='admin_logrotate.html'> - logrotate</a><br/> - - - <a href='admin_logwatch.html'> - logwatch</a><br/> - - - <a href='admin_mrtg.html'> - mrtg</a><br/> - - - <a href='admin_netutils.html'> - netutils</a><br/> - - - <a href='admin_portage.html'> - portage</a><br/> - - - <a href='admin_prelink.html'> - prelink</a><br/> - - - <a href='admin_quota.html'> - quota</a><br/> - - - <a href='admin_readahead.html'> - readahead</a><br/> - - - <a href='admin_rpm.html'> - rpm</a><br/> - - - <a href='admin_su.html'> - su</a><br/> - - - <a href='admin_sudo.html'> - sudo</a><br/> - - - <a href='admin_tmpreaper.html'> - tmpreaper</a><br/> - - - <a href='admin_updfstab.html'> - updfstab</a><br/> - - - <a href='admin_usbmodules.html'> - usbmodules</a><br/> - - - <a href='admin_usermanage.html'> - usermanage</a><br/> - - - <a href='admin_vbetool.html'> - vbetool</a><br/> - - - <a href='admin_vpn.html'> - vpn</a><br/> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: admin</h1><p/> -<h2>Module: dmidecode</h2><p/> - -<h3>Description:</h3> - -<p><p>Decode DMI data for x86/ia64 bioses.</p></p> - - - -<a name="interfaces"></a> -<h3>Interfaces: </h3> - -<a name="link_dmidecode_domtrans"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dmidecode_domtrans</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute dmidecode in the dmidecode domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dmidecode_run"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dmidecode_run</b>( - - - - - domain - - - - , - - - - role - - - - , - - - - terminal - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute dmidecode in the dmidecode domain, and -allow the specified role the dmidecode domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -<tr><td> -role -</td><td> -<p> -The role to be allowed the dmidecode domain. -</p> -</td><td> -No -</td></tr> - -<tr><td> -terminal -</td><td> -<p> -The type of the terminal allow the dmidecode domain to use. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - - -</div> -</body> -</html> diff --git a/www/api-docs/admin_firstboot.html b/www/api-docs/admin_firstboot.html deleted file mode 100644 index 4325fc0..0000000 --- a/www/api-docs/admin_firstboot.html +++ /dev/null @@ -1,414 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - - <a href='admin_acct.html'> - acct</a><br/> - - - <a href='admin_alsa.html'> - alsa</a><br/> - - - <a href='admin_amanda.html'> - amanda</a><br/> - - - <a href='admin_anaconda.html'> - anaconda</a><br/> - - - <a href='admin_bootloader.html'> - bootloader</a><br/> - - - <a href='admin_certwatch.html'> - certwatch</a><br/> - - - <a href='admin_consoletype.html'> - consoletype</a><br/> - - - <a href='admin_ddcprobe.html'> - ddcprobe</a><br/> - - - <a href='admin_dmesg.html'> - dmesg</a><br/> - - - <a href='admin_dmidecode.html'> - dmidecode</a><br/> - - - <a href='admin_firstboot.html'> - firstboot</a><br/> - - - <a href='admin_kudzu.html'> - kudzu</a><br/> - - - <a href='admin_logrotate.html'> - logrotate</a><br/> - - - <a href='admin_logwatch.html'> - logwatch</a><br/> - - - <a href='admin_mrtg.html'> - mrtg</a><br/> - - - <a href='admin_netutils.html'> - netutils</a><br/> - - - <a href='admin_portage.html'> - portage</a><br/> - - - <a href='admin_prelink.html'> - prelink</a><br/> - - - <a href='admin_quota.html'> - quota</a><br/> - - - <a href='admin_readahead.html'> - readahead</a><br/> - - - <a href='admin_rpm.html'> - rpm</a><br/> - - - <a href='admin_su.html'> - su</a><br/> - - - <a href='admin_sudo.html'> - sudo</a><br/> - - - <a href='admin_tmpreaper.html'> - tmpreaper</a><br/> - - - <a href='admin_updfstab.html'> - updfstab</a><br/> - - - <a href='admin_usbmodules.html'> - usbmodules</a><br/> - - - <a href='admin_usermanage.html'> - usermanage</a><br/> - - - <a href='admin_vbetool.html'> - vbetool</a><br/> - - - <a href='admin_vpn.html'> - vpn</a><br/> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: admin</h1><p/> -<h2>Module: firstboot</h2><p/> - -<h3>Description:</h3> - -<p><p> -Final system configuration run during the first boot -after installation of Red Hat/Fedora systems. -</p></p> - - - -<a name="interfaces"></a> -<h3>Interfaces: </h3> - -<a name="link_firstboot_domtrans"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>firstboot_domtrans</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute firstboot in the firstboot domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_firstboot_dontaudit_use_fds"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>firstboot_dontaudit_use_fds</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to inherit a -file descriptor from firstboot. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_firstboot_run"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>firstboot_run</b>( - - - - - domain - - - - , - - - - role - - - - , - - - - terminal - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute firstboot in the firstboot domain, and -allow the specified role the firstboot domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -<tr><td> -role -</td><td> -<p> -The role to be allowed the firstboot domain. -</p> -</td><td> -No -</td></tr> - -<tr><td> -terminal -</td><td> -<p> -The type of the terminal allow the firstboot domain to use. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_firstboot_use_fds"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>firstboot_use_fds</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Inherit and use a file descriptor from firstboot. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_firstboot_write_pipes"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>firstboot_write_pipes</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Write to a firstboot unnamed pipe. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - - -</div> -</body> -</html> diff --git a/www/api-docs/admin_kudzu.html b/www/api-docs/admin_kudzu.html deleted file mode 100644 index 87e965f..0000000 --- a/www/api-docs/admin_kudzu.html +++ /dev/null @@ -1,326 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - - <a href='admin_acct.html'> - acct</a><br/> - - - <a href='admin_alsa.html'> - alsa</a><br/> - - - <a href='admin_amanda.html'> - amanda</a><br/> - - - <a href='admin_anaconda.html'> - anaconda</a><br/> - - - <a href='admin_bootloader.html'> - bootloader</a><br/> - - - <a href='admin_certwatch.html'> - certwatch</a><br/> - - - <a href='admin_consoletype.html'> - consoletype</a><br/> - - - <a href='admin_ddcprobe.html'> - ddcprobe</a><br/> - - - <a href='admin_dmesg.html'> - dmesg</a><br/> - - - <a href='admin_dmidecode.html'> - dmidecode</a><br/> - - - <a href='admin_firstboot.html'> - firstboot</a><br/> - - - <a href='admin_kudzu.html'> - kudzu</a><br/> - - - <a href='admin_logrotate.html'> - logrotate</a><br/> - - - <a href='admin_logwatch.html'> - logwatch</a><br/> - - - <a href='admin_mrtg.html'> - mrtg</a><br/> - - - <a href='admin_netutils.html'> - netutils</a><br/> - - - <a href='admin_portage.html'> - portage</a><br/> - - - <a href='admin_prelink.html'> - prelink</a><br/> - - - <a href='admin_quota.html'> - quota</a><br/> - - - <a href='admin_readahead.html'> - readahead</a><br/> - - - <a href='admin_rpm.html'> - rpm</a><br/> - - - <a href='admin_su.html'> - su</a><br/> - - - <a href='admin_sudo.html'> - sudo</a><br/> - - - <a href='admin_tmpreaper.html'> - tmpreaper</a><br/> - - - <a href='admin_updfstab.html'> - updfstab</a><br/> - - - <a href='admin_usbmodules.html'> - usbmodules</a><br/> - - - <a href='admin_usermanage.html'> - usermanage</a><br/> - - - <a href='admin_vbetool.html'> - vbetool</a><br/> - - - <a href='admin_vpn.html'> - vpn</a><br/> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: admin</h1><p/> -<h2>Module: kudzu</h2><p/> - -<h3>Description:</h3> - -<p><p>Hardware detection and configuration tools</p></p> - - - -<a name="interfaces"></a> -<h3>Interfaces: </h3> - -<a name="link_kudzu_domtrans"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>kudzu_domtrans</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute kudzu in the kudzu domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_kudzu_getattr_exec_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>kudzu_getattr_exec_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Get attributes of kudzu executable. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_kudzu_run"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>kudzu_run</b>( - - - - - domain - - - - , - - - - role - - - - , - - - - terminal - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute kudzu in the kudzu domain, and -allow the specified role the kudzu domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -<tr><td> -role -</td><td> -<p> -The role to be allowed the kudzu domain. -</p> -</td><td> -No -</td></tr> - -<tr><td> -terminal -</td><td> -<p> -The type of the terminal allow the kudzu domain to use. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - - -</div> -</body> -</html> diff --git a/www/api-docs/admin_logrotate.html b/www/api-docs/admin_logrotate.html deleted file mode 100644 index 594e028..0000000 --- a/www/api-docs/admin_logrotate.html +++ /dev/null @@ -1,452 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - - <a href='admin_acct.html'> - acct</a><br/> - - - <a href='admin_alsa.html'> - alsa</a><br/> - - - <a href='admin_amanda.html'> - amanda</a><br/> - - - <a href='admin_anaconda.html'> - anaconda</a><br/> - - - <a href='admin_bootloader.html'> - bootloader</a><br/> - - - <a href='admin_certwatch.html'> - certwatch</a><br/> - - - <a href='admin_consoletype.html'> - consoletype</a><br/> - - - <a href='admin_ddcprobe.html'> - ddcprobe</a><br/> - - - <a href='admin_dmesg.html'> - dmesg</a><br/> - - - <a href='admin_dmidecode.html'> - dmidecode</a><br/> - - - <a href='admin_firstboot.html'> - firstboot</a><br/> - - - <a href='admin_kudzu.html'> - kudzu</a><br/> - - - <a href='admin_logrotate.html'> - logrotate</a><br/> - - - <a href='admin_logwatch.html'> - logwatch</a><br/> - - - <a href='admin_mrtg.html'> - mrtg</a><br/> - - - <a href='admin_netutils.html'> - netutils</a><br/> - - - <a href='admin_portage.html'> - portage</a><br/> - - - <a href='admin_prelink.html'> - prelink</a><br/> - - - <a href='admin_quota.html'> - quota</a><br/> - - - <a href='admin_readahead.html'> - readahead</a><br/> - - - <a href='admin_rpm.html'> - rpm</a><br/> - - - <a href='admin_su.html'> - su</a><br/> - - - <a href='admin_sudo.html'> - sudo</a><br/> - - - <a href='admin_tmpreaper.html'> - tmpreaper</a><br/> - - - <a href='admin_updfstab.html'> - updfstab</a><br/> - - - <a href='admin_usbmodules.html'> - usbmodules</a><br/> - - - <a href='admin_usermanage.html'> - usermanage</a><br/> - - - <a href='admin_vbetool.html'> - vbetool</a><br/> - - - <a href='admin_vpn.html'> - vpn</a><br/> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: admin</h1><p/> -<h2>Module: logrotate</h2><p/> - -<h3>Description:</h3> - -<p><p>Rotate and archive system logs</p></p> - - - -<a name="interfaces"></a> -<h3>Interfaces: </h3> - -<a name="link_logrotate_domtrans"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>logrotate_domtrans</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute logrotate in the logrotate domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_logrotate_dontaudit_use_fds"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>logrotate_dontaudit_use_fds</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to inherit logrotate file descriptors. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_logrotate_exec"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>logrotate_exec</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute logrotate in the caller domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_logrotate_read_tmp_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>logrotate_read_tmp_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read a logrotate temporary files. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_logrotate_run"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>logrotate_run</b>( - - - - - domain - - - - , - - - - role - - - - , - - - - terminal - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute logrotate in the logrotate domain, and -allow the specified role the logrotate domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -<tr><td> -role -</td><td> -<p> -The role to be allowed the logrotate domain. -</p> -</td><td> -No -</td></tr> - -<tr><td> -terminal -</td><td> -<p> -The type of the terminal allow the logrotate domain to use. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_logrotate_use_fds"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>logrotate_use_fds</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Inherit and use logrotate file descriptors. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - - -</div> -</body> -</html> diff --git a/www/api-docs/admin_logwatch.html b/www/api-docs/admin_logwatch.html deleted file mode 100644 index 6653d84..0000000 --- a/www/api-docs/admin_logwatch.html +++ /dev/null @@ -1,205 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - - <a href='admin_acct.html'> - acct</a><br/> - - - <a href='admin_alsa.html'> - alsa</a><br/> - - - <a href='admin_amanda.html'> - amanda</a><br/> - - - <a href='admin_anaconda.html'> - anaconda</a><br/> - - - <a href='admin_bootloader.html'> - bootloader</a><br/> - - - <a href='admin_certwatch.html'> - certwatch</a><br/> - - - <a href='admin_consoletype.html'> - consoletype</a><br/> - - - <a href='admin_ddcprobe.html'> - ddcprobe</a><br/> - - - <a href='admin_dmesg.html'> - dmesg</a><br/> - - - <a href='admin_dmidecode.html'> - dmidecode</a><br/> - - - <a href='admin_firstboot.html'> - firstboot</a><br/> - - - <a href='admin_kudzu.html'> - kudzu</a><br/> - - - <a href='admin_logrotate.html'> - logrotate</a><br/> - - - <a href='admin_logwatch.html'> - logwatch</a><br/> - - - <a href='admin_mrtg.html'> - mrtg</a><br/> - - - <a href='admin_netutils.html'> - netutils</a><br/> - - - <a href='admin_portage.html'> - portage</a><br/> - - - <a href='admin_prelink.html'> - prelink</a><br/> - - - <a href='admin_quota.html'> - quota</a><br/> - - - <a href='admin_readahead.html'> - readahead</a><br/> - - - <a href='admin_rpm.html'> - rpm</a><br/> - - - <a href='admin_su.html'> - su</a><br/> - - - <a href='admin_sudo.html'> - sudo</a><br/> - - - <a href='admin_tmpreaper.html'> - tmpreaper</a><br/> - - - <a href='admin_updfstab.html'> - updfstab</a><br/> - - - <a href='admin_usbmodules.html'> - usbmodules</a><br/> - - - <a href='admin_usermanage.html'> - usermanage</a><br/> - - - <a href='admin_vbetool.html'> - vbetool</a><br/> - - - <a href='admin_vpn.html'> - vpn</a><br/> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: admin</h1><p/> -<h2>Module: logwatch</h2><p/> - -<h3>Description:</h3> - -<p><p>System log analyzer and reporter</p></p> - - - -<a name="interfaces"></a> -<h3>Interfaces: </h3> - -<a name="link_logwatch_read_tmp_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>logwatch_read_tmp_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read logwatch temporary files. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - - -</div> -</body> -</html> diff --git a/www/api-docs/admin_mrtg.html b/www/api-docs/admin_mrtg.html deleted file mode 100644 index 5b6e4df..0000000 --- a/www/api-docs/admin_mrtg.html +++ /dev/null @@ -1,205 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - - <a href='admin_acct.html'> - acct</a><br/> - - - <a href='admin_alsa.html'> - alsa</a><br/> - - - <a href='admin_amanda.html'> - amanda</a><br/> - - - <a href='admin_anaconda.html'> - anaconda</a><br/> - - - <a href='admin_bootloader.html'> - bootloader</a><br/> - - - <a href='admin_certwatch.html'> - certwatch</a><br/> - - - <a href='admin_consoletype.html'> - consoletype</a><br/> - - - <a href='admin_ddcprobe.html'> - ddcprobe</a><br/> - - - <a href='admin_dmesg.html'> - dmesg</a><br/> - - - <a href='admin_dmidecode.html'> - dmidecode</a><br/> - - - <a href='admin_firstboot.html'> - firstboot</a><br/> - - - <a href='admin_kudzu.html'> - kudzu</a><br/> - - - <a href='admin_logrotate.html'> - logrotate</a><br/> - - - <a href='admin_logwatch.html'> - logwatch</a><br/> - - - <a href='admin_mrtg.html'> - mrtg</a><br/> - - - <a href='admin_netutils.html'> - netutils</a><br/> - - - <a href='admin_portage.html'> - portage</a><br/> - - - <a href='admin_prelink.html'> - prelink</a><br/> - - - <a href='admin_quota.html'> - quota</a><br/> - - - <a href='admin_readahead.html'> - readahead</a><br/> - - - <a href='admin_rpm.html'> - rpm</a><br/> - - - <a href='admin_su.html'> - su</a><br/> - - - <a href='admin_sudo.html'> - sudo</a><br/> - - - <a href='admin_tmpreaper.html'> - tmpreaper</a><br/> - - - <a href='admin_updfstab.html'> - updfstab</a><br/> - - - <a href='admin_usbmodules.html'> - usbmodules</a><br/> - - - <a href='admin_usermanage.html'> - usermanage</a><br/> - - - <a href='admin_vbetool.html'> - vbetool</a><br/> - - - <a href='admin_vpn.html'> - vpn</a><br/> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: admin</h1><p/> -<h2>Module: mrtg</h2><p/> - -<h3>Description:</h3> - -<p><p>Network traffic graphing</p></p> - - - -<a name="interfaces"></a> -<h3>Interfaces: </h3> - -<a name="link_mrtg_append_create_logs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>mrtg_append_create_logs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Create and append mrtg logs. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - - -</div> -</body> -</html> diff --git a/www/api-docs/admin_netutils.html b/www/api-docs/admin_netutils.html deleted file mode 100644 index 6aaf727..0000000 --- a/www/api-docs/admin_netutils.html +++ /dev/null @@ -1,810 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - - <a href='admin_acct.html'> - acct</a><br/> - - - <a href='admin_alsa.html'> - alsa</a><br/> - - - <a href='admin_amanda.html'> - amanda</a><br/> - - - <a href='admin_anaconda.html'> - anaconda</a><br/> - - - <a href='admin_bootloader.html'> - bootloader</a><br/> - - - <a href='admin_certwatch.html'> - certwatch</a><br/> - - - <a href='admin_consoletype.html'> - consoletype</a><br/> - - - <a href='admin_ddcprobe.html'> - ddcprobe</a><br/> - - - <a href='admin_dmesg.html'> - dmesg</a><br/> - - - <a href='admin_dmidecode.html'> - dmidecode</a><br/> - - - <a href='admin_firstboot.html'> - firstboot</a><br/> - - - <a href='admin_kudzu.html'> - kudzu</a><br/> - - - <a href='admin_logrotate.html'> - logrotate</a><br/> - - - <a href='admin_logwatch.html'> - logwatch</a><br/> - - - <a href='admin_mrtg.html'> - mrtg</a><br/> - - - <a href='admin_netutils.html'> - netutils</a><br/> - - - <a href='admin_portage.html'> - portage</a><br/> - - - <a href='admin_prelink.html'> - prelink</a><br/> - - - <a href='admin_quota.html'> - quota</a><br/> - - - <a href='admin_readahead.html'> - readahead</a><br/> - - - <a href='admin_rpm.html'> - rpm</a><br/> - - - <a href='admin_su.html'> - su</a><br/> - - - <a href='admin_sudo.html'> - sudo</a><br/> - - - <a href='admin_tmpreaper.html'> - tmpreaper</a><br/> - - - <a href='admin_updfstab.html'> - updfstab</a><br/> - - - <a href='admin_usbmodules.html'> - usbmodules</a><br/> - - - <a href='admin_usermanage.html'> - usermanage</a><br/> - - - <a href='admin_vbetool.html'> - vbetool</a><br/> - - - <a href='admin_vpn.html'> - vpn</a><br/> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: admin</h1><p/> -<h2>Module: netutils</h2><p/> - -<h3>Description:</h3> - -<p><p>Network analysis utilities</p></p> - - - -<a name="interfaces"></a> -<h3>Interfaces: </h3> - -<a name="link_netutils_domtrans"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>netutils_domtrans</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute network utilities in the netutils domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_netutils_domtrans_ping"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>netutils_domtrans_ping</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute ping in the ping domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_netutils_domtrans_traceroute"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>netutils_domtrans_traceroute</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute traceroute in the traceroute domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_netutils_exec"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>netutils_exec</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute network utilities in the caller domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_netutils_exec_ping"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>netutils_exec_ping</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute ping in the caller domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_netutils_exec_traceroute"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>netutils_exec_traceroute</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute traceroute in the caller domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_netutils_run"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>netutils_run</b>( - - - - - domain - - - - , - - - - role - - - - , - - - - terminal - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute network utilities in the netutils domain, and -allow the specified role the netutils domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -<tr><td> -role -</td><td> -<p> -The role to be allowed the netutils domain. -</p> -</td><td> -No -</td></tr> - -<tr><td> -terminal -</td><td> -<p> -The type of the terminal allow the netutils domain to use. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_netutils_run_ping"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>netutils_run_ping</b>( - - - - - domain - - - - , - - - - role - - - - , - - - - terminal - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute ping in the ping domain, and -allow the specified role the ping domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -<tr><td> -role -</td><td> -<p> -The role to be allowed the ping domain. -</p> -</td><td> -No -</td></tr> - -<tr><td> -terminal -</td><td> -<p> -The type of the terminal allow the ping domain to use. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_netutils_run_ping_cond"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>netutils_run_ping_cond</b>( - - - - - domain - - - - , - - - - role - - - - , - - - - terminal - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Conditionally execute ping in the ping domain, and -allow the specified role the ping domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -<tr><td> -role -</td><td> -<p> -The role to be allowed the ping domain. -</p> -</td><td> -No -</td></tr> - -<tr><td> -terminal -</td><td> -<p> -The type of the terminal allow the ping domain to use. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_netutils_run_traceroute"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>netutils_run_traceroute</b>( - - - - - domain - - - - , - - - - role - - - - , - - - - terminal - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute traceroute in the traceroute domain, and -allow the specified role the traceroute domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -<tr><td> -role -</td><td> -<p> -The role to be allowed the traceroute domain. -</p> -</td><td> -No -</td></tr> - -<tr><td> -terminal -</td><td> -<p> -The type of the terminal allow the traceroute domain to use. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_netutils_run_traceroute_cond"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>netutils_run_traceroute_cond</b>( - - - - - domain - - - - , - - - - role - - - - , - - - - terminal - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Conditionally execute traceroute in the traceroute domain, and -allow the specified role the traceroute domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -<tr><td> -role -</td><td> -<p> -The role to be allowed the traceroute domain. -</p> -</td><td> -No -</td></tr> - -<tr><td> -terminal -</td><td> -<p> -The type of the terminal allow the traceroute domain to use. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - - -</div> -</body> -</html> diff --git a/www/api-docs/admin_portage.html b/www/api-docs/admin_portage.html deleted file mode 100644 index f2be3fc..0000000 --- a/www/api-docs/admin_portage.html +++ /dev/null @@ -1,346 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - - <a href='admin_acct.html'> - acct</a><br/> - - - <a href='admin_alsa.html'> - alsa</a><br/> - - - <a href='admin_amanda.html'> - amanda</a><br/> - - - <a href='admin_anaconda.html'> - anaconda</a><br/> - - - <a href='admin_bootloader.html'> - bootloader</a><br/> - - - <a href='admin_certwatch.html'> - certwatch</a><br/> - - - <a href='admin_consoletype.html'> - consoletype</a><br/> - - - <a href='admin_ddcprobe.html'> - ddcprobe</a><br/> - - - <a href='admin_dmesg.html'> - dmesg</a><br/> - - - <a href='admin_dmidecode.html'> - dmidecode</a><br/> - - - <a href='admin_firstboot.html'> - firstboot</a><br/> - - - <a href='admin_kudzu.html'> - kudzu</a><br/> - - - <a href='admin_logrotate.html'> - logrotate</a><br/> - - - <a href='admin_logwatch.html'> - logwatch</a><br/> - - - <a href='admin_mrtg.html'> - mrtg</a><br/> - - - <a href='admin_netutils.html'> - netutils</a><br/> - - - <a href='admin_portage.html'> - portage</a><br/> - - - <a href='admin_prelink.html'> - prelink</a><br/> - - - <a href='admin_quota.html'> - quota</a><br/> - - - <a href='admin_readahead.html'> - readahead</a><br/> - - - <a href='admin_rpm.html'> - rpm</a><br/> - - - <a href='admin_su.html'> - su</a><br/> - - - <a href='admin_sudo.html'> - sudo</a><br/> - - - <a href='admin_tmpreaper.html'> - tmpreaper</a><br/> - - - <a href='admin_updfstab.html'> - updfstab</a><br/> - - - <a href='admin_usbmodules.html'> - usbmodules</a><br/> - - - <a href='admin_usermanage.html'> - usermanage</a><br/> - - - <a href='admin_vbetool.html'> - vbetool</a><br/> - - - <a href='admin_vpn.html'> - vpn</a><br/> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: admin</h1><p/> -<h2>Module: portage</h2><p/> - -<a href=#interfaces>Interfaces</a> -<a href=#templates>Templates</a> - -<h3>Description:</h3> - -<p><p> -Portage Package Management System. The primary package management and -distribution system for Gentoo. -</p></p> - - - -<a name="interfaces"></a> -<h3>Interfaces: </h3> - -<a name="link_portage_domtrans"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>portage_domtrans</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute emerge in the portage domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_portage_run"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>portage_run</b>( - - - - - domain - - - - , - - - - role - - - - , - - - - terminal - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute emerge in the portage domain, and -allow the specified role the portage domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -<tr><td> -role -</td><td> -<p> -The role to allow the portage domain. -</p> -</td><td> -No -</td></tr> - -<tr><td> -terminal -</td><td> -<p> -The type of the terminal allow for portage to use. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - -<a name="templates"></a> -<h3>Templates: </h3> - -<a name="link_portage_compile_domain_template"></a> -<div id="template"> - - -<div id="codeblock"> - -<b>portage_compile_domain_template</b>( - - - - - prefix - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Template for portage sandbox. -</p> - - -<h5>Description</h5> -<p> -</p><p> -Template for portage sandbox. Portage -does all compiling in the sandbox. -</p><p> -</p> - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -prefix -</td><td> -<p> -Name to be used to derive types. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - -</div> -</body> -</html> diff --git a/www/api-docs/admin_prelink.html b/www/api-docs/admin_prelink.html deleted file mode 100644 index 049b94b..0000000 --- a/www/api-docs/admin_prelink.html +++ /dev/null @@ -1,374 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - - <a href='admin_acct.html'> - acct</a><br/> - - - <a href='admin_alsa.html'> - alsa</a><br/> - - - <a href='admin_amanda.html'> - amanda</a><br/> - - - <a href='admin_anaconda.html'> - anaconda</a><br/> - - - <a href='admin_bootloader.html'> - bootloader</a><br/> - - - <a href='admin_certwatch.html'> - certwatch</a><br/> - - - <a href='admin_consoletype.html'> - consoletype</a><br/> - - - <a href='admin_ddcprobe.html'> - ddcprobe</a><br/> - - - <a href='admin_dmesg.html'> - dmesg</a><br/> - - - <a href='admin_dmidecode.html'> - dmidecode</a><br/> - - - <a href='admin_firstboot.html'> - firstboot</a><br/> - - - <a href='admin_kudzu.html'> - kudzu</a><br/> - - - <a href='admin_logrotate.html'> - logrotate</a><br/> - - - <a href='admin_logwatch.html'> - logwatch</a><br/> - - - <a href='admin_mrtg.html'> - mrtg</a><br/> - - - <a href='admin_netutils.html'> - netutils</a><br/> - - - <a href='admin_portage.html'> - portage</a><br/> - - - <a href='admin_prelink.html'> - prelink</a><br/> - - - <a href='admin_quota.html'> - quota</a><br/> - - - <a href='admin_readahead.html'> - readahead</a><br/> - - - <a href='admin_rpm.html'> - rpm</a><br/> - - - <a href='admin_su.html'> - su</a><br/> - - - <a href='admin_sudo.html'> - sudo</a><br/> - - - <a href='admin_tmpreaper.html'> - tmpreaper</a><br/> - - - <a href='admin_updfstab.html'> - updfstab</a><br/> - - - <a href='admin_usbmodules.html'> - usbmodules</a><br/> - - - <a href='admin_usermanage.html'> - usermanage</a><br/> - - - <a href='admin_vbetool.html'> - vbetool</a><br/> - - - <a href='admin_vpn.html'> - vpn</a><br/> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: admin</h1><p/> -<h2>Module: prelink</h2><p/> - -<h3>Description:</h3> - -<p><p>Prelink ELF shared library mappings.</p></p> - - - -<a name="interfaces"></a> -<h3>Interfaces: </h3> - -<a name="link_prelink_delete_cache"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>prelink_delete_cache</b>( - - - - - file_type - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Delete the prelink cache. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -file_type -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_prelink_domtrans"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>prelink_domtrans</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute the prelink program in the prelink domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_prelink_manage_log"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>prelink_manage_log</b>( - - - - - file_type - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Create, read, write, and delete -prelink log files. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -file_type -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_prelink_object_file"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>prelink_object_file</b>( - - - - - file_type - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Make the specified file type prelinkable. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -file_type -</td><td> -<p> -File type to be prelinked. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_prelink_read_cache"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>prelink_read_cache</b>( - - - - - file_type - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read the prelink cache. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -file_type -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - - -</div> -</body> -</html> diff --git a/www/api-docs/admin_quota.html b/www/api-docs/admin_quota.html deleted file mode 100644 index bca2147..0000000 --- a/www/api-docs/admin_quota.html +++ /dev/null @@ -1,369 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - - <a href='admin_acct.html'> - acct</a><br/> - - - <a href='admin_alsa.html'> - alsa</a><br/> - - - <a href='admin_amanda.html'> - amanda</a><br/> - - - <a href='admin_anaconda.html'> - anaconda</a><br/> - - - <a href='admin_bootloader.html'> - bootloader</a><br/> - - - <a href='admin_certwatch.html'> - certwatch</a><br/> - - - <a href='admin_consoletype.html'> - consoletype</a><br/> - - - <a href='admin_ddcprobe.html'> - ddcprobe</a><br/> - - - <a href='admin_dmesg.html'> - dmesg</a><br/> - - - <a href='admin_dmidecode.html'> - dmidecode</a><br/> - - - <a href='admin_firstboot.html'> - firstboot</a><br/> - - - <a href='admin_kudzu.html'> - kudzu</a><br/> - - - <a href='admin_logrotate.html'> - logrotate</a><br/> - - - <a href='admin_logwatch.html'> - logwatch</a><br/> - - - <a href='admin_mrtg.html'> - mrtg</a><br/> - - - <a href='admin_netutils.html'> - netutils</a><br/> - - - <a href='admin_portage.html'> - portage</a><br/> - - - <a href='admin_prelink.html'> - prelink</a><br/> - - - <a href='admin_quota.html'> - quota</a><br/> - - - <a href='admin_readahead.html'> - readahead</a><br/> - - - <a href='admin_rpm.html'> - rpm</a><br/> - - - <a href='admin_su.html'> - su</a><br/> - - - <a href='admin_sudo.html'> - sudo</a><br/> - - - <a href='admin_tmpreaper.html'> - tmpreaper</a><br/> - - - <a href='admin_updfstab.html'> - updfstab</a><br/> - - - <a href='admin_usbmodules.html'> - usbmodules</a><br/> - - - <a href='admin_usermanage.html'> - usermanage</a><br/> - - - <a href='admin_vbetool.html'> - vbetool</a><br/> - - - <a href='admin_vpn.html'> - vpn</a><br/> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: admin</h1><p/> -<h2>Module: quota</h2><p/> - -<h3>Description:</h3> - -<p><p>File system quota management</p></p> - - - -<a name="interfaces"></a> -<h3>Interfaces: </h3> - -<a name="link_quota_domtrans"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>quota_domtrans</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute quota management tools in the quota domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_quota_dontaudit_getattr_db"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>quota_dontaudit_getattr_db</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to get the attributes -of filesystem quota data files. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_quota_manage_flags"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>quota_manage_flags</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_quota_run"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>quota_run</b>( - - - - - domain - - - - , - - - - role - - - - , - - - - terminal - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute quota management tools in the quota domain, and -allow the specified role the quota domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -<tr><td> -role -</td><td> -<p> -The role to be allowed the quota domain. -</p> -</td><td> -No -</td></tr> - -<tr><td> -terminal -</td><td> -<p> -The type of the terminal allow the quota domain to use. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - - -</div> -</body> -</html> diff --git a/www/api-docs/admin_readahead.html b/www/api-docs/admin_readahead.html deleted file mode 100644 index 1a64d7e..0000000 --- a/www/api-docs/admin_readahead.html +++ /dev/null @@ -1,159 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - - <a href='admin_acct.html'> - acct</a><br/> - - - <a href='admin_alsa.html'> - alsa</a><br/> - - - <a href='admin_amanda.html'> - amanda</a><br/> - - - <a href='admin_anaconda.html'> - anaconda</a><br/> - - - <a href='admin_bootloader.html'> - bootloader</a><br/> - - - <a href='admin_certwatch.html'> - certwatch</a><br/> - - - <a href='admin_consoletype.html'> - consoletype</a><br/> - - - <a href='admin_ddcprobe.html'> - ddcprobe</a><br/> - - - <a href='admin_dmesg.html'> - dmesg</a><br/> - - - <a href='admin_dmidecode.html'> - dmidecode</a><br/> - - - <a href='admin_firstboot.html'> - firstboot</a><br/> - - - <a href='admin_kudzu.html'> - kudzu</a><br/> - - - <a href='admin_logrotate.html'> - logrotate</a><br/> - - - <a href='admin_logwatch.html'> - logwatch</a><br/> - - - <a href='admin_mrtg.html'> - mrtg</a><br/> - - - <a href='admin_netutils.html'> - netutils</a><br/> - - - <a href='admin_portage.html'> - portage</a><br/> - - - <a href='admin_prelink.html'> - prelink</a><br/> - - - <a href='admin_quota.html'> - quota</a><br/> - - - <a href='admin_readahead.html'> - readahead</a><br/> - - - <a href='admin_rpm.html'> - rpm</a><br/> - - - <a href='admin_su.html'> - su</a><br/> - - - <a href='admin_sudo.html'> - sudo</a><br/> - - - <a href='admin_tmpreaper.html'> - tmpreaper</a><br/> - - - <a href='admin_updfstab.html'> - updfstab</a><br/> - - - <a href='admin_usbmodules.html'> - usbmodules</a><br/> - - - <a href='admin_usermanage.html'> - usermanage</a><br/> - - - <a href='admin_vbetool.html'> - vbetool</a><br/> - - - <a href='admin_vpn.html'> - vpn</a><br/> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: admin</h1><p/> -<h2>Module: readahead</h2><p/> - -<h3>Description:</h3> - -<p><p>Readahead, read files into page cache for improved performance</p></p> - - - - - -<h3>No interfaces or templates.</h3> - - -</div> -</body> -</html> diff --git a/www/api-docs/admin_rpm.html b/www/api-docs/admin_rpm.html deleted file mode 100644 index dc6aef0..0000000 --- a/www/api-docs/admin_rpm.html +++ /dev/null @@ -1,662 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - - <a href='admin_acct.html'> - acct</a><br/> - - - <a href='admin_alsa.html'> - alsa</a><br/> - - - <a href='admin_amanda.html'> - amanda</a><br/> - - - <a href='admin_anaconda.html'> - anaconda</a><br/> - - - <a href='admin_bootloader.html'> - bootloader</a><br/> - - - <a href='admin_certwatch.html'> - certwatch</a><br/> - - - <a href='admin_consoletype.html'> - consoletype</a><br/> - - - <a href='admin_ddcprobe.html'> - ddcprobe</a><br/> - - - <a href='admin_dmesg.html'> - dmesg</a><br/> - - - <a href='admin_dmidecode.html'> - dmidecode</a><br/> - - - <a href='admin_firstboot.html'> - firstboot</a><br/> - - - <a href='admin_kudzu.html'> - kudzu</a><br/> - - - <a href='admin_logrotate.html'> - logrotate</a><br/> - - - <a href='admin_logwatch.html'> - logwatch</a><br/> - - - <a href='admin_mrtg.html'> - mrtg</a><br/> - - - <a href='admin_netutils.html'> - netutils</a><br/> - - - <a href='admin_portage.html'> - portage</a><br/> - - - <a href='admin_prelink.html'> - prelink</a><br/> - - - <a href='admin_quota.html'> - quota</a><br/> - - - <a href='admin_readahead.html'> - readahead</a><br/> - - - <a href='admin_rpm.html'> - rpm</a><br/> - - - <a href='admin_su.html'> - su</a><br/> - - - <a href='admin_sudo.html'> - sudo</a><br/> - - - <a href='admin_tmpreaper.html'> - tmpreaper</a><br/> - - - <a href='admin_updfstab.html'> - updfstab</a><br/> - - - <a href='admin_usbmodules.html'> - usbmodules</a><br/> - - - <a href='admin_usermanage.html'> - usermanage</a><br/> - - - <a href='admin_vbetool.html'> - vbetool</a><br/> - - - <a href='admin_vpn.html'> - vpn</a><br/> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: admin</h1><p/> -<h2>Module: rpm</h2><p/> - -<h3>Description:</h3> - -<p><p>Policy for the RPM package manager.</p></p> - - - -<a name="interfaces"></a> -<h3>Interfaces: </h3> - -<a name="link_rpm_domtrans"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>rpm_domtrans</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute rpm programs in the rpm domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_rpm_domtrans_script"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>rpm_domtrans_script</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute rpm_script programs in the rpm_script domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_rpm_dontaudit_manage_db"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>rpm_dontaudit_manage_db</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to create, read, -write, and delete the RPM package database. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_rpm_manage_db"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>rpm_manage_db</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Create, read, write, and delete the RPM package database. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_rpm_manage_log"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>rpm_manage_log</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Create, read, write, and delete the RPM log. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_rpm_read_db"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>rpm_read_db</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read the RPM package database. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_rpm_read_pipes"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>rpm_read_pipes</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read from an unnamed RPM pipe. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_rpm_run"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>rpm_run</b>( - - - - - domain - - - - , - - - - role - - - - , - - - - terminal - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute RPM programs in the RPM domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -<tr><td> -role -</td><td> -<p> -The role to allow the RPM domain. -</p> -</td><td> -No -</td></tr> - -<tr><td> -terminal -</td><td> -<p> -The type of the terminal allow the RPM domain to use. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_rpm_rw_pipes"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>rpm_rw_pipes</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read and write an unnamed RPM pipe. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_rpm_use_fds"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>rpm_use_fds</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Inherit and use file descriptors from RPM. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_rpm_use_script_fds"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>rpm_use_script_fds</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Inherit and use file descriptors from RPM scripts. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - - -</div> -</body> -</html> diff --git a/www/api-docs/admin_su.html b/www/api-docs/admin_su.html deleted file mode 100644 index df68f53..0000000 --- a/www/api-docs/admin_su.html +++ /dev/null @@ -1,349 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - - <a href='admin_acct.html'> - acct</a><br/> - - - <a href='admin_alsa.html'> - alsa</a><br/> - - - <a href='admin_amanda.html'> - amanda</a><br/> - - - <a href='admin_anaconda.html'> - anaconda</a><br/> - - - <a href='admin_bootloader.html'> - bootloader</a><br/> - - - <a href='admin_certwatch.html'> - certwatch</a><br/> - - - <a href='admin_consoletype.html'> - consoletype</a><br/> - - - <a href='admin_ddcprobe.html'> - ddcprobe</a><br/> - - - <a href='admin_dmesg.html'> - dmesg</a><br/> - - - <a href='admin_dmidecode.html'> - dmidecode</a><br/> - - - <a href='admin_firstboot.html'> - firstboot</a><br/> - - - <a href='admin_kudzu.html'> - kudzu</a><br/> - - - <a href='admin_logrotate.html'> - logrotate</a><br/> - - - <a href='admin_logwatch.html'> - logwatch</a><br/> - - - <a href='admin_mrtg.html'> - mrtg</a><br/> - - - <a href='admin_netutils.html'> - netutils</a><br/> - - - <a href='admin_portage.html'> - portage</a><br/> - - - <a href='admin_prelink.html'> - prelink</a><br/> - - - <a href='admin_quota.html'> - quota</a><br/> - - - <a href='admin_readahead.html'> - readahead</a><br/> - - - <a href='admin_rpm.html'> - rpm</a><br/> - - - <a href='admin_su.html'> - su</a><br/> - - - <a href='admin_sudo.html'> - sudo</a><br/> - - - <a href='admin_tmpreaper.html'> - tmpreaper</a><br/> - - - <a href='admin_updfstab.html'> - updfstab</a><br/> - - - <a href='admin_usbmodules.html'> - usbmodules</a><br/> - - - <a href='admin_usermanage.html'> - usermanage</a><br/> - - - <a href='admin_vbetool.html'> - vbetool</a><br/> - - - <a href='admin_vpn.html'> - vpn</a><br/> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: admin</h1><p/> -<h2>Module: su</h2><p/> - -<a href=#interfaces>Interfaces</a> -<a href=#templates>Templates</a> - -<h3>Description:</h3> - -<p><p>Run shells with substitute user and group</p></p> - - - -<a name="interfaces"></a> -<h3>Interfaces: </h3> - -<a name="link_su_exec"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>su_exec</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute su in the caller domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - -<a name="templates"></a> -<h3>Templates: </h3> - -<a name="link_su_per_userdomain_template"></a> -<div id="template"> - - -<div id="codeblock"> - -<b>su_per_userdomain_template</b>( - - - - - userdomain_prefix - - - - , - - - - user_domain - - - - , - - - - user_role - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -The per user domain template for the su module. -</p> - - -<h5>Description</h5> -<p> -</p><p> -This template creates a derived domain which is allowed -to change the linux user id, to run shells as a different -user. -</p><p> -</p><p> -This template is invoked automatically for each user, and -generally does not need to be invoked directly -by policy writers. -</p><p> -</p> - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -userdomain_prefix -</td><td> -<p> -The prefix of the user domain (e.g., user -is the prefix for user_t). -</p> -</td><td> -No -</td></tr> - -<tr><td> -user_domain -</td><td> -<p> -The type of the user domain. -</p> -</td><td> -No -</td></tr> - -<tr><td> -user_role -</td><td> -<p> -The role associated with the user domain. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_su_restricted_domain_template"></a> -<div id="template"> - - -<div id="codeblock"> - -<b>su_restricted_domain_template</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - -</div> -</body> -</html> diff --git a/www/api-docs/admin_sudo.html b/www/api-docs/admin_sudo.html deleted file mode 100644 index 83cc6a0..0000000 --- a/www/api-docs/admin_sudo.html +++ /dev/null @@ -1,256 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - - <a href='admin_acct.html'> - acct</a><br/> - - - <a href='admin_alsa.html'> - alsa</a><br/> - - - <a href='admin_amanda.html'> - amanda</a><br/> - - - <a href='admin_anaconda.html'> - anaconda</a><br/> - - - <a href='admin_bootloader.html'> - bootloader</a><br/> - - - <a href='admin_certwatch.html'> - certwatch</a><br/> - - - <a href='admin_consoletype.html'> - consoletype</a><br/> - - - <a href='admin_ddcprobe.html'> - ddcprobe</a><br/> - - - <a href='admin_dmesg.html'> - dmesg</a><br/> - - - <a href='admin_dmidecode.html'> - dmidecode</a><br/> - - - <a href='admin_firstboot.html'> - firstboot</a><br/> - - - <a href='admin_kudzu.html'> - kudzu</a><br/> - - - <a href='admin_logrotate.html'> - logrotate</a><br/> - - - <a href='admin_logwatch.html'> - logwatch</a><br/> - - - <a href='admin_mrtg.html'> - mrtg</a><br/> - - - <a href='admin_netutils.html'> - netutils</a><br/> - - - <a href='admin_portage.html'> - portage</a><br/> - - - <a href='admin_prelink.html'> - prelink</a><br/> - - - <a href='admin_quota.html'> - quota</a><br/> - - - <a href='admin_readahead.html'> - readahead</a><br/> - - - <a href='admin_rpm.html'> - rpm</a><br/> - - - <a href='admin_su.html'> - su</a><br/> - - - <a href='admin_sudo.html'> - sudo</a><br/> - - - <a href='admin_tmpreaper.html'> - tmpreaper</a><br/> - - - <a href='admin_updfstab.html'> - updfstab</a><br/> - - - <a href='admin_usbmodules.html'> - usbmodules</a><br/> - - - <a href='admin_usermanage.html'> - usermanage</a><br/> - - - <a href='admin_vbetool.html'> - vbetool</a><br/> - - - <a href='admin_vpn.html'> - vpn</a><br/> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: admin</h1><p/> -<h2>Module: sudo</h2><p/> - -<h3>Description:</h3> - -<p><p>Execute a command with a substitute user</p></p> - - - - -<a name="templates"></a> -<h3>Templates: </h3> - -<a name="link_sudo_per_userdomain_template"></a> -<div id="template"> - - -<div id="codeblock"> - -<b>sudo_per_userdomain_template</b>( - - - - - userdomain_prefix - - - - , - - - - user_domain - - - - , - - - - user_role - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -The per user domain template for the sudo module. -</p> - - -<h5>Description</h5> -<p> -</p><p> -This template creates a derived domain which is allowed -to change the linux user id, to run commands as a different -user. -</p><p> -</p><p> -This template is invoked automatically for each user, and -generally does not need to be invoked directly -by policy writers. -</p><p> -</p> - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -userdomain_prefix -</td><td> -<p> -The prefix of the user domain (e.g., user -is the prefix for user_t). -</p> -</td><td> -No -</td></tr> - -<tr><td> -user_domain -</td><td> -<p> -The type of the user domain. -</p> -</td><td> -No -</td></tr> - -<tr><td> -user_role -</td><td> -<p> -The role associated with the user domain. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - -</div> -</body> -</html> diff --git a/www/api-docs/admin_tmpreaper.html b/www/api-docs/admin_tmpreaper.html deleted file mode 100644 index 7e1e14a..0000000 --- a/www/api-docs/admin_tmpreaper.html +++ /dev/null @@ -1,205 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - - <a href='admin_acct.html'> - acct</a><br/> - - - <a href='admin_alsa.html'> - alsa</a><br/> - - - <a href='admin_amanda.html'> - amanda</a><br/> - - - <a href='admin_anaconda.html'> - anaconda</a><br/> - - - <a href='admin_bootloader.html'> - bootloader</a><br/> - - - <a href='admin_certwatch.html'> - certwatch</a><br/> - - - <a href='admin_consoletype.html'> - consoletype</a><br/> - - - <a href='admin_ddcprobe.html'> - ddcprobe</a><br/> - - - <a href='admin_dmesg.html'> - dmesg</a><br/> - - - <a href='admin_dmidecode.html'> - dmidecode</a><br/> - - - <a href='admin_firstboot.html'> - firstboot</a><br/> - - - <a href='admin_kudzu.html'> - kudzu</a><br/> - - - <a href='admin_logrotate.html'> - logrotate</a><br/> - - - <a href='admin_logwatch.html'> - logwatch</a><br/> - - - <a href='admin_mrtg.html'> - mrtg</a><br/> - - - <a href='admin_netutils.html'> - netutils</a><br/> - - - <a href='admin_portage.html'> - portage</a><br/> - - - <a href='admin_prelink.html'> - prelink</a><br/> - - - <a href='admin_quota.html'> - quota</a><br/> - - - <a href='admin_readahead.html'> - readahead</a><br/> - - - <a href='admin_rpm.html'> - rpm</a><br/> - - - <a href='admin_su.html'> - su</a><br/> - - - <a href='admin_sudo.html'> - sudo</a><br/> - - - <a href='admin_tmpreaper.html'> - tmpreaper</a><br/> - - - <a href='admin_updfstab.html'> - updfstab</a><br/> - - - <a href='admin_usbmodules.html'> - usbmodules</a><br/> - - - <a href='admin_usermanage.html'> - usermanage</a><br/> - - - <a href='admin_vbetool.html'> - vbetool</a><br/> - - - <a href='admin_vpn.html'> - vpn</a><br/> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: admin</h1><p/> -<h2>Module: tmpreaper</h2><p/> - -<h3>Description:</h3> - -<p><p>Manage temporary directory sizes and file ages</p></p> - - - -<a name="interfaces"></a> -<h3>Interfaces: </h3> - -<a name="link_tmpreaper_exec"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>tmpreaper_exec</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute tmpreaper in the caller domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - - -</div> -</body> -</html> diff --git a/www/api-docs/admin_updfstab.html b/www/api-docs/admin_updfstab.html deleted file mode 100644 index f145cae..0000000 --- a/www/api-docs/admin_updfstab.html +++ /dev/null @@ -1,205 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - - <a href='admin_acct.html'> - acct</a><br/> - - - <a href='admin_alsa.html'> - alsa</a><br/> - - - <a href='admin_amanda.html'> - amanda</a><br/> - - - <a href='admin_anaconda.html'> - anaconda</a><br/> - - - <a href='admin_bootloader.html'> - bootloader</a><br/> - - - <a href='admin_certwatch.html'> - certwatch</a><br/> - - - <a href='admin_consoletype.html'> - consoletype</a><br/> - - - <a href='admin_ddcprobe.html'> - ddcprobe</a><br/> - - - <a href='admin_dmesg.html'> - dmesg</a><br/> - - - <a href='admin_dmidecode.html'> - dmidecode</a><br/> - - - <a href='admin_firstboot.html'> - firstboot</a><br/> - - - <a href='admin_kudzu.html'> - kudzu</a><br/> - - - <a href='admin_logrotate.html'> - logrotate</a><br/> - - - <a href='admin_logwatch.html'> - logwatch</a><br/> - - - <a href='admin_mrtg.html'> - mrtg</a><br/> - - - <a href='admin_netutils.html'> - netutils</a><br/> - - - <a href='admin_portage.html'> - portage</a><br/> - - - <a href='admin_prelink.html'> - prelink</a><br/> - - - <a href='admin_quota.html'> - quota</a><br/> - - - <a href='admin_readahead.html'> - readahead</a><br/> - - - <a href='admin_rpm.html'> - rpm</a><br/> - - - <a href='admin_su.html'> - su</a><br/> - - - <a href='admin_sudo.html'> - sudo</a><br/> - - - <a href='admin_tmpreaper.html'> - tmpreaper</a><br/> - - - <a href='admin_updfstab.html'> - updfstab</a><br/> - - - <a href='admin_usbmodules.html'> - usbmodules</a><br/> - - - <a href='admin_usermanage.html'> - usermanage</a><br/> - - - <a href='admin_vbetool.html'> - vbetool</a><br/> - - - <a href='admin_vpn.html'> - vpn</a><br/> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: admin</h1><p/> -<h2>Module: updfstab</h2><p/> - -<h3>Description:</h3> - -<p><p>Red Hat utility to change /etc/fstab.</p></p> - - - -<a name="interfaces"></a> -<h3>Interfaces: </h3> - -<a name="link_updfstab_domtrans"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>updfstab_domtrans</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute updfstab in the updfstab domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - - -</div> -</body> -</html> diff --git a/www/api-docs/admin_usbmodules.html b/www/api-docs/admin_usbmodules.html deleted file mode 100644 index aa50e58..0000000 --- a/www/api-docs/admin_usbmodules.html +++ /dev/null @@ -1,285 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - - <a href='admin_acct.html'> - acct</a><br/> - - - <a href='admin_alsa.html'> - alsa</a><br/> - - - <a href='admin_amanda.html'> - amanda</a><br/> - - - <a href='admin_anaconda.html'> - anaconda</a><br/> - - - <a href='admin_bootloader.html'> - bootloader</a><br/> - - - <a href='admin_certwatch.html'> - certwatch</a><br/> - - - <a href='admin_consoletype.html'> - consoletype</a><br/> - - - <a href='admin_ddcprobe.html'> - ddcprobe</a><br/> - - - <a href='admin_dmesg.html'> - dmesg</a><br/> - - - <a href='admin_dmidecode.html'> - dmidecode</a><br/> - - - <a href='admin_firstboot.html'> - firstboot</a><br/> - - - <a href='admin_kudzu.html'> - kudzu</a><br/> - - - <a href='admin_logrotate.html'> - logrotate</a><br/> - - - <a href='admin_logwatch.html'> - logwatch</a><br/> - - - <a href='admin_mrtg.html'> - mrtg</a><br/> - - - <a href='admin_netutils.html'> - netutils</a><br/> - - - <a href='admin_portage.html'> - portage</a><br/> - - - <a href='admin_prelink.html'> - prelink</a><br/> - - - <a href='admin_quota.html'> - quota</a><br/> - - - <a href='admin_readahead.html'> - readahead</a><br/> - - - <a href='admin_rpm.html'> - rpm</a><br/> - - - <a href='admin_su.html'> - su</a><br/> - - - <a href='admin_sudo.html'> - sudo</a><br/> - - - <a href='admin_tmpreaper.html'> - tmpreaper</a><br/> - - - <a href='admin_updfstab.html'> - updfstab</a><br/> - - - <a href='admin_usbmodules.html'> - usbmodules</a><br/> - - - <a href='admin_usermanage.html'> - usermanage</a><br/> - - - <a href='admin_vbetool.html'> - vbetool</a><br/> - - - <a href='admin_vpn.html'> - vpn</a><br/> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: admin</h1><p/> -<h2>Module: usbmodules</h2><p/> - -<h3>Description:</h3> - -<p><p>List kernel modules of USB devices</p></p> - - - -<a name="interfaces"></a> -<h3>Interfaces: </h3> - -<a name="link_usbmodules_domtrans"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>usbmodules_domtrans</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute usbmodules in the usbmodules domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_usbmodules_run"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>usbmodules_run</b>( - - - - - domain - - - - , - - - - role - - - - , - - - - terminal - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute usbmodules in the usbmodules domain, and -allow the specified role the usbmodules domain, -and use the caller's terminal. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -<tr><td> -role -</td><td> -<p> -The role to be allowed the usbmodules domain. -</p> -</td><td> -No -</td></tr> - -<tr><td> -terminal -</td><td> -<p> -The type of the terminal allow the usbmodules domain to use. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - - -</div> -</body> -</html> diff --git a/www/api-docs/admin_usermanage.html b/www/api-docs/admin_usermanage.html deleted file mode 100644 index 3a51f04..0000000 --- a/www/api-docs/admin_usermanage.html +++ /dev/null @@ -1,812 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - - <a href='admin_acct.html'> - acct</a><br/> - - - <a href='admin_alsa.html'> - alsa</a><br/> - - - <a href='admin_amanda.html'> - amanda</a><br/> - - - <a href='admin_anaconda.html'> - anaconda</a><br/> - - - <a href='admin_bootloader.html'> - bootloader</a><br/> - - - <a href='admin_certwatch.html'> - certwatch</a><br/> - - - <a href='admin_consoletype.html'> - consoletype</a><br/> - - - <a href='admin_ddcprobe.html'> - ddcprobe</a><br/> - - - <a href='admin_dmesg.html'> - dmesg</a><br/> - - - <a href='admin_dmidecode.html'> - dmidecode</a><br/> - - - <a href='admin_firstboot.html'> - firstboot</a><br/> - - - <a href='admin_kudzu.html'> - kudzu</a><br/> - - - <a href='admin_logrotate.html'> - logrotate</a><br/> - - - <a href='admin_logwatch.html'> - logwatch</a><br/> - - - <a href='admin_mrtg.html'> - mrtg</a><br/> - - - <a href='admin_netutils.html'> - netutils</a><br/> - - - <a href='admin_portage.html'> - portage</a><br/> - - - <a href='admin_prelink.html'> - prelink</a><br/> - - - <a href='admin_quota.html'> - quota</a><br/> - - - <a href='admin_readahead.html'> - readahead</a><br/> - - - <a href='admin_rpm.html'> - rpm</a><br/> - - - <a href='admin_su.html'> - su</a><br/> - - - <a href='admin_sudo.html'> - sudo</a><br/> - - - <a href='admin_tmpreaper.html'> - tmpreaper</a><br/> - - - <a href='admin_updfstab.html'> - updfstab</a><br/> - - - <a href='admin_usbmodules.html'> - usbmodules</a><br/> - - - <a href='admin_usermanage.html'> - usermanage</a><br/> - - - <a href='admin_vbetool.html'> - vbetool</a><br/> - - - <a href='admin_vpn.html'> - vpn</a><br/> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: admin</h1><p/> -<h2>Module: usermanage</h2><p/> - -<h3>Description:</h3> - -<p><p>Policy for managing user accounts.</p></p> - - - -<a name="interfaces"></a> -<h3>Interfaces: </h3> - -<a name="link_usermanage_domtrans_admin_passwd"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>usermanage_domtrans_admin_passwd</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute password admin functions in -the admin passwd domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_usermanage_domtrans_chfn"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>usermanage_domtrans_chfn</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute chfn in the chfn domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_usermanage_domtrans_groupadd"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>usermanage_domtrans_groupadd</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute groupadd in the groupadd domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_usermanage_domtrans_passwd"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>usermanage_domtrans_passwd</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute passwd in the passwd domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_usermanage_domtrans_useradd"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>usermanage_domtrans_useradd</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute useradd in the useradd domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_usermanage_read_crack_db"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>usermanage_read_crack_db</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read the crack database. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_usermanage_run_admin_passwd"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>usermanage_run_admin_passwd</b>( - - - - - domain - - - - , - - - - role - - - - , - - - - terminal - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute passwd admin functions in the admin -passwd domain, and allow the specified role -the admin passwd domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -<tr><td> -role -</td><td> -<p> -The role to be allowed the admin passwd domain. -</p> -</td><td> -No -</td></tr> - -<tr><td> -terminal -</td><td> -<p> -The type of the terminal allow the admin passwd domain to use. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_usermanage_run_chfn"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>usermanage_run_chfn</b>( - - - - - domain - - - - , - - - - role - - - - , - - - - terminal - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute chfn in the chfn domain, and -allow the specified role the chfn domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -<tr><td> -role -</td><td> -<p> -The role to be allowed the chfn domain. -</p> -</td><td> -No -</td></tr> - -<tr><td> -terminal -</td><td> -<p> -The type of the terminal allow the chfn domain to use. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_usermanage_run_groupadd"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>usermanage_run_groupadd</b>( - - - - - domain - - - - , - - - - role - - - - , - - - - terminal - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute groupadd in the groupadd domain, and -allow the specified role the groupadd domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -<tr><td> -role -</td><td> -<p> -The role to be allowed the groupadd domain. -</p> -</td><td> -No -</td></tr> - -<tr><td> -terminal -</td><td> -<p> -The type of the terminal allow the groupadd domain to use. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_usermanage_run_passwd"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>usermanage_run_passwd</b>( - - - - - domain - - - - , - - - - role - - - - , - - - - terminal - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute passwd in the passwd domain, and -allow the specified role the passwd domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -<tr><td> -role -</td><td> -<p> -The role to be allowed the passwd domain. -</p> -</td><td> -No -</td></tr> - -<tr><td> -terminal -</td><td> -<p> -The type of the terminal allow the passwd domain to use. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_usermanage_run_useradd"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>usermanage_run_useradd</b>( - - - - - domain - - - - , - - - - role - - - - , - - - - terminal - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute useradd in the useradd domain, and -allow the specified role the useradd domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -<tr><td> -role -</td><td> -<p> -The role to be allowed the useradd domain. -</p> -</td><td> -No -</td></tr> - -<tr><td> -terminal -</td><td> -<p> -The type of the terminal allow the useradd domain to use. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - - -</div> -</body> -</html> diff --git a/www/api-docs/admin_vbetool.html b/www/api-docs/admin_vbetool.html deleted file mode 100644 index 9b2d2a0..0000000 --- a/www/api-docs/admin_vbetool.html +++ /dev/null @@ -1,205 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - - <a href='admin_acct.html'> - acct</a><br/> - - - <a href='admin_alsa.html'> - alsa</a><br/> - - - <a href='admin_amanda.html'> - amanda</a><br/> - - - <a href='admin_anaconda.html'> - anaconda</a><br/> - - - <a href='admin_bootloader.html'> - bootloader</a><br/> - - - <a href='admin_certwatch.html'> - certwatch</a><br/> - - - <a href='admin_consoletype.html'> - consoletype</a><br/> - - - <a href='admin_ddcprobe.html'> - ddcprobe</a><br/> - - - <a href='admin_dmesg.html'> - dmesg</a><br/> - - - <a href='admin_dmidecode.html'> - dmidecode</a><br/> - - - <a href='admin_firstboot.html'> - firstboot</a><br/> - - - <a href='admin_kudzu.html'> - kudzu</a><br/> - - - <a href='admin_logrotate.html'> - logrotate</a><br/> - - - <a href='admin_logwatch.html'> - logwatch</a><br/> - - - <a href='admin_mrtg.html'> - mrtg</a><br/> - - - <a href='admin_netutils.html'> - netutils</a><br/> - - - <a href='admin_portage.html'> - portage</a><br/> - - - <a href='admin_prelink.html'> - prelink</a><br/> - - - <a href='admin_quota.html'> - quota</a><br/> - - - <a href='admin_readahead.html'> - readahead</a><br/> - - - <a href='admin_rpm.html'> - rpm</a><br/> - - - <a href='admin_su.html'> - su</a><br/> - - - <a href='admin_sudo.html'> - sudo</a><br/> - - - <a href='admin_tmpreaper.html'> - tmpreaper</a><br/> - - - <a href='admin_updfstab.html'> - updfstab</a><br/> - - - <a href='admin_usbmodules.html'> - usbmodules</a><br/> - - - <a href='admin_usermanage.html'> - usermanage</a><br/> - - - <a href='admin_vbetool.html'> - vbetool</a><br/> - - - <a href='admin_vpn.html'> - vpn</a><br/> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: admin</h1><p/> -<h2>Module: vbetool</h2><p/> - -<h3>Description:</h3> - -<p><p>run real-mode video BIOS code to alter hardware state</p></p> - - - -<a name="interfaces"></a> -<h3>Interfaces: </h3> - -<a name="link_vbetool_domtrans"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>vbetool_domtrans</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute vbetool application in the vbetool domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -N/A -</p> -</td><td> -Yes -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - - -</div> -</body> -</html> diff --git a/www/api-docs/admin_vpn.html b/www/api-docs/admin_vpn.html deleted file mode 100644 index 2f36b57..0000000 --- a/www/api-docs/admin_vpn.html +++ /dev/null @@ -1,326 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - - <a href='admin_acct.html'> - acct</a><br/> - - - <a href='admin_alsa.html'> - alsa</a><br/> - - - <a href='admin_amanda.html'> - amanda</a><br/> - - - <a href='admin_anaconda.html'> - anaconda</a><br/> - - - <a href='admin_bootloader.html'> - bootloader</a><br/> - - - <a href='admin_certwatch.html'> - certwatch</a><br/> - - - <a href='admin_consoletype.html'> - consoletype</a><br/> - - - <a href='admin_ddcprobe.html'> - ddcprobe</a><br/> - - - <a href='admin_dmesg.html'> - dmesg</a><br/> - - - <a href='admin_dmidecode.html'> - dmidecode</a><br/> - - - <a href='admin_firstboot.html'> - firstboot</a><br/> - - - <a href='admin_kudzu.html'> - kudzu</a><br/> - - - <a href='admin_logrotate.html'> - logrotate</a><br/> - - - <a href='admin_logwatch.html'> - logwatch</a><br/> - - - <a href='admin_mrtg.html'> - mrtg</a><br/> - - - <a href='admin_netutils.html'> - netutils</a><br/> - - - <a href='admin_portage.html'> - portage</a><br/> - - - <a href='admin_prelink.html'> - prelink</a><br/> - - - <a href='admin_quota.html'> - quota</a><br/> - - - <a href='admin_readahead.html'> - readahead</a><br/> - - - <a href='admin_rpm.html'> - rpm</a><br/> - - - <a href='admin_su.html'> - su</a><br/> - - - <a href='admin_sudo.html'> - sudo</a><br/> - - - <a href='admin_tmpreaper.html'> - tmpreaper</a><br/> - - - <a href='admin_updfstab.html'> - updfstab</a><br/> - - - <a href='admin_usbmodules.html'> - usbmodules</a><br/> - - - <a href='admin_usermanage.html'> - usermanage</a><br/> - - - <a href='admin_vbetool.html'> - vbetool</a><br/> - - - <a href='admin_vpn.html'> - vpn</a><br/> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: admin</h1><p/> -<h2>Module: vpn</h2><p/> - -<h3>Description:</h3> - -<p><p>Virtual Private Networking client</p></p> - - - -<a name="interfaces"></a> -<h3>Interfaces: </h3> - -<a name="link_vpn_domtrans"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>vpn_domtrans</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute VPN clients in the vpnc domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_vpn_run"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>vpn_run</b>( - - - - - domain - - - - , - - - - role - - - - , - - - - terminal - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute VPN clients in the vpnc domain, and -allow the specified role the vpnc domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -<tr><td> -role -</td><td> -<p> -The role to be allowed the vpnc domain. -</p> -</td><td> -No -</td></tr> - -<tr><td> -terminal -</td><td> -<p> -The type of the terminal allow the vpnc domain to use. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_vpn_signal"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>vpn_signal</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send generic signals to VPN clients. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - - -</div> -</body> -</html> diff --git a/www/api-docs/apps.html b/www/api-docs/apps.html deleted file mode 100644 index c32f33b..0000000 --- a/www/api-docs/apps.html +++ /dev/null @@ -1,204 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - - <a href='apps_cdrecord.html'> - cdrecord</a><br/> - - - <a href='apps_gpg.html'> - gpg</a><br/> - - - <a href='apps_irc.html'> - irc</a><br/> - - - <a href='apps_java.html'> - java</a><br/> - - - <a href='apps_loadkeys.html'> - loadkeys</a><br/> - - - <a href='apps_lockdev.html'> - lockdev</a><br/> - - - <a href='apps_mono.html'> - mono</a><br/> - - - <a href='apps_screen.html'> - screen</a><br/> - - - <a href='apps_slocate.html'> - slocate</a><br/> - - - <a href='apps_tvtime.html'> - tvtime</a><br/> - - - <a href='apps_uml.html'> - uml</a><br/> - - - <a href='apps_userhelper.html'> - userhelper</a><br/> - - - <a href='apps_usernetctl.html'> - usernetctl</a><br/> - - - <a href='apps_webalizer.html'> - webalizer</a><br/> - - - <a href='apps_wine.html'> - wine</a><br/> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> - -<h1>Layer: apps</h1><p/> - -<p><p>Policy modules for applications</p></p><br/> - - -<table border="1" cellspacing="0" cellpadding="3" width="75%"> -<tr><td class="title">Module:</td><td class="title">Description:</td></tr> - - - </td></tr> - - - <tr><td> - <a href='apps_cdrecord.html'> - cdrecord</a></td> - <td><p>Policy for cdrecord</p></td> - - <tr><td> - <a href='apps_gpg.html'> - gpg</a></td> - <td><p>Policy for GNU Privacy Guard and related programs.</p></td> - - <tr><td> - <a href='apps_irc.html'> - irc</a></td> - <td><p>IRC client policy</p></td> - - <tr><td> - <a href='apps_java.html'> - java</a></td> - <td><p>Java virtual machine</p></td> - - <tr><td> - <a href='apps_loadkeys.html'> - loadkeys</a></td> - <td><p>Load keyboard mappings.</p></td> - - <tr><td> - <a href='apps_lockdev.html'> - lockdev</a></td> - <td><p>device locking policy for lockdev</p></td> - - <tr><td> - <a href='apps_mono.html'> - mono</a></td> - <td><p>Run .NET server and client applications on Linux.</p></td> - - <tr><td> - <a href='apps_screen.html'> - screen</a></td> - <td><p>GNU terminal multiplexer</p></td> - - <tr><td> - <a href='apps_slocate.html'> - slocate</a></td> - <td><p>Update database for mlocate</p></td> - - <tr><td> - <a href='apps_tvtime.html'> - tvtime</a></td> - <td><p> tvtime - a high quality television application </p></td> - - <tr><td> - <a href='apps_uml.html'> - uml</a></td> - <td><p>Policy for UML</p></td> - - <tr><td> - <a href='apps_userhelper.html'> - userhelper</a></td> - <td><p>SELinux utility to run a shell with a new role</p></td> - - <tr><td> - <a href='apps_usernetctl.html'> - usernetctl</a></td> - <td><p>User network interface configuration helper</p></td> - - <tr><td> - <a href='apps_webalizer.html'> - webalizer</a></td> - <td><p>Web server log analysis</p></td> - - <tr><td> - <a href='apps_wine.html'> - wine</a></td> - <td><p>Wine Is Not an Emulator. Run Windows programs in Linux.</p></td> - - </td></tr> - - - </td></tr> - - - </td></tr> - - - </td></tr> - -</table> -<p/><br/><br/> - -</div> -</body> -</html> diff --git a/www/api-docs/apps_cdrecord.html b/www/api-docs/apps_cdrecord.html deleted file mode 100644 index 47dc647..0000000 --- a/www/api-docs/apps_cdrecord.html +++ /dev/null @@ -1,213 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - - <a href='apps_cdrecord.html'> - cdrecord</a><br/> - - - <a href='apps_gpg.html'> - gpg</a><br/> - - - <a href='apps_irc.html'> - irc</a><br/> - - - <a href='apps_java.html'> - java</a><br/> - - - <a href='apps_loadkeys.html'> - loadkeys</a><br/> - - - <a href='apps_lockdev.html'> - lockdev</a><br/> - - - <a href='apps_mono.html'> - mono</a><br/> - - - <a href='apps_screen.html'> - screen</a><br/> - - - <a href='apps_slocate.html'> - slocate</a><br/> - - - <a href='apps_tvtime.html'> - tvtime</a><br/> - - - <a href='apps_uml.html'> - uml</a><br/> - - - <a href='apps_userhelper.html'> - userhelper</a><br/> - - - <a href='apps_usernetctl.html'> - usernetctl</a><br/> - - - <a href='apps_webalizer.html'> - webalizer</a><br/> - - - <a href='apps_wine.html'> - wine</a><br/> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: apps</h1><p/> -<h2>Module: cdrecord</h2><p/> - -<h3>Description:</h3> - -<p><p>Policy for cdrecord</p></p> - - - - -<a name="templates"></a> -<h3>Templates: </h3> - -<a name="link_cdrecord_per_userdomain_template"></a> -<div id="template"> - - -<div id="codeblock"> - -<b>cdrecord_per_userdomain_template</b>( - - - - - userdomain_prefix - - - - , - - - - user_domain - - - - , - - - - user_role - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -The per user domain template for the cdrecord module. -</p> - - -<h5>Description</h5> -<p> -</p><p> -This template creates derived domains which are used -for cdrecord. -</p><p> -</p><p> -This template is invoked automatically for each user, and -generally does not need to be invoked directly -by policy writers. -</p><p> -</p> - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -userdomain_prefix -</td><td> -<p> -The prefix of the user domain (e.g., user -is the prefix for user_t). -</p> -</td><td> -No -</td></tr> - -<tr><td> -user_domain -</td><td> -<p> -The type of the user domain. -</p> -</td><td> -No -</td></tr> - -<tr><td> -user_role -</td><td> -<p> -The role associated with the user domain. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - -</div> -</body> -</html> diff --git a/www/api-docs/apps_gpg.html b/www/api-docs/apps_gpg.html deleted file mode 100644 index 41451b3..0000000 --- a/www/api-docs/apps_gpg.html +++ /dev/null @@ -1,215 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - - <a href='apps_cdrecord.html'> - cdrecord</a><br/> - - - <a href='apps_gpg.html'> - gpg</a><br/> - - - <a href='apps_irc.html'> - irc</a><br/> - - - <a href='apps_java.html'> - java</a><br/> - - - <a href='apps_loadkeys.html'> - loadkeys</a><br/> - - - <a href='apps_lockdev.html'> - lockdev</a><br/> - - - <a href='apps_mono.html'> - mono</a><br/> - - - <a href='apps_screen.html'> - screen</a><br/> - - - <a href='apps_slocate.html'> - slocate</a><br/> - - - <a href='apps_tvtime.html'> - tvtime</a><br/> - - - <a href='apps_uml.html'> - uml</a><br/> - - - <a href='apps_userhelper.html'> - userhelper</a><br/> - - - <a href='apps_usernetctl.html'> - usernetctl</a><br/> - - - <a href='apps_webalizer.html'> - webalizer</a><br/> - - - <a href='apps_wine.html'> - wine</a><br/> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: apps</h1><p/> -<h2>Module: gpg</h2><p/> - -<h3>Description:</h3> - -<p><p>Policy for GNU Privacy Guard and related programs.</p></p> - - - - -<a name="templates"></a> -<h3>Templates: </h3> - -<a name="link_gpg_per_userdomain_template"></a> -<div id="template"> - - -<div id="codeblock"> - -<b>gpg_per_userdomain_template</b>( - - - - - userdomain_prefix - - - - , - - - - userdomain - - - - , - - - - role - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -The per user domain template for the gpg module. -</p> - - -<h5>Description</h5> -<p> -</p><p> -This template creates the types and rules for GPG, -GPG-agent, and GPG helper programs. This protects -the user keys and secrets, and runs the programs -in domains specific to the user type. -</p><p> -</p><p> -This is invoked automatically for each user and -generally does not need to be invoked directly -by policy writers. -</p><p> -</p> - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -userdomain_prefix -</td><td> -<p> -The prefix of the user domain (e.g., user -is the prefix for user_t). -</p> -</td><td> -No -</td></tr> - -<tr><td> -userdomain -</td><td> -<p> -The user domain. -</p> -</td><td> -No -</td></tr> - -<tr><td> -role -</td><td> -<p> -The role associated with the user. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - -</div> -</body> -</html> diff --git a/www/api-docs/apps_irc.html b/www/api-docs/apps_irc.html deleted file mode 100644 index ef61848..0000000 --- a/www/api-docs/apps_irc.html +++ /dev/null @@ -1,213 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - - <a href='apps_cdrecord.html'> - cdrecord</a><br/> - - - <a href='apps_gpg.html'> - gpg</a><br/> - - - <a href='apps_irc.html'> - irc</a><br/> - - - <a href='apps_java.html'> - java</a><br/> - - - <a href='apps_loadkeys.html'> - loadkeys</a><br/> - - - <a href='apps_lockdev.html'> - lockdev</a><br/> - - - <a href='apps_mono.html'> - mono</a><br/> - - - <a href='apps_screen.html'> - screen</a><br/> - - - <a href='apps_slocate.html'> - slocate</a><br/> - - - <a href='apps_tvtime.html'> - tvtime</a><br/> - - - <a href='apps_uml.html'> - uml</a><br/> - - - <a href='apps_userhelper.html'> - userhelper</a><br/> - - - <a href='apps_usernetctl.html'> - usernetctl</a><br/> - - - <a href='apps_webalizer.html'> - webalizer</a><br/> - - - <a href='apps_wine.html'> - wine</a><br/> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: apps</h1><p/> -<h2>Module: irc</h2><p/> - -<h3>Description:</h3> - -<p><p>IRC client policy</p></p> - - - - -<a name="templates"></a> -<h3>Templates: </h3> - -<a name="link_irc_per_userdomain_template"></a> -<div id="template"> - - -<div id="codeblock"> - -<b>irc_per_userdomain_template</b>( - - - - - userdomain_prefix - - - - , - - - - user_domain - - - - , - - - - user_role - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -The per user domain template for the irc module. -</p> - - -<h5>Description</h5> -<p> -</p><p> -This template creates a derived domains which are used -for an irc client sessions. -</p><p> -</p><p> -This template is invoked automatically for each user, and -generally does not need to be invoked directly -by policy writers. -</p><p> -</p> - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -userdomain_prefix -</td><td> -<p> -The prefix of the user domain (e.g., user -is the prefix for user_t). -</p> -</td><td> -No -</td></tr> - -<tr><td> -user_domain -</td><td> -<p> -The type of the user domain. -</p> -</td><td> -No -</td></tr> - -<tr><td> -user_role -</td><td> -<p> -The role associated with the user domain. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - -</div> -</body> -</html> diff --git a/www/api-docs/apps_java.html b/www/api-docs/apps_java.html deleted file mode 100644 index 812977d..0000000 --- a/www/api-docs/apps_java.html +++ /dev/null @@ -1,264 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - - <a href='apps_cdrecord.html'> - cdrecord</a><br/> - - - <a href='apps_gpg.html'> - gpg</a><br/> - - - <a href='apps_irc.html'> - irc</a><br/> - - - <a href='apps_java.html'> - java</a><br/> - - - <a href='apps_loadkeys.html'> - loadkeys</a><br/> - - - <a href='apps_lockdev.html'> - lockdev</a><br/> - - - <a href='apps_mono.html'> - mono</a><br/> - - - <a href='apps_screen.html'> - screen</a><br/> - - - <a href='apps_slocate.html'> - slocate</a><br/> - - - <a href='apps_tvtime.html'> - tvtime</a><br/> - - - <a href='apps_uml.html'> - uml</a><br/> - - - <a href='apps_userhelper.html'> - userhelper</a><br/> - - - <a href='apps_usernetctl.html'> - usernetctl</a><br/> - - - <a href='apps_webalizer.html'> - webalizer</a><br/> - - - <a href='apps_wine.html'> - wine</a><br/> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: apps</h1><p/> -<h2>Module: java</h2><p/> - -<a href=#interfaces>Interfaces</a> -<a href=#templates>Templates</a> - -<h3>Description:</h3> - -<p><p>Java virtual machine</p></p> - - - -<a name="interfaces"></a> -<h3>Interfaces: </h3> - -<a name="link_java_domtrans"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>java_domtrans</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute the java program in the java domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - -<a name="templates"></a> -<h3>Templates: </h3> - -<a name="link_java_per_userdomain_template"></a> -<div id="template"> - - -<div id="codeblock"> - -<b>java_per_userdomain_template</b>( - - - - - userdomain_prefix - - - - , - - - - user_domain - - - - , - - - - user_role - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -The per user domain template for the java module. -</p> - - -<h5>Description</h5> -<p> -</p><p> -This template creates a derived domains which are used -for java plugins that are executed by a browser. -</p><p> -</p><p> -This template is invoked automatically for each user, and -generally does not need to be invoked directly -by policy writers. -</p><p> -</p> - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -userdomain_prefix -</td><td> -<p> -The prefix of the user domain (e.g., user -is the prefix for user_t). -</p> -</td><td> -No -</td></tr> - -<tr><td> -user_domain -</td><td> -<p> -The type of the user domain. -</p> -</td><td> -No -</td></tr> - -<tr><td> -user_role -</td><td> -<p> -The role associated with the user domain. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - -</div> -</body> -</html> diff --git a/www/api-docs/apps_loadkeys.html b/www/api-docs/apps_loadkeys.html deleted file mode 100644 index bceba0a..0000000 --- a/www/api-docs/apps_loadkeys.html +++ /dev/null @@ -1,283 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - - <a href='apps_cdrecord.html'> - cdrecord</a><br/> - - - <a href='apps_gpg.html'> - gpg</a><br/> - - - <a href='apps_irc.html'> - irc</a><br/> - - - <a href='apps_java.html'> - java</a><br/> - - - <a href='apps_loadkeys.html'> - loadkeys</a><br/> - - - <a href='apps_lockdev.html'> - lockdev</a><br/> - - - <a href='apps_mono.html'> - mono</a><br/> - - - <a href='apps_screen.html'> - screen</a><br/> - - - <a href='apps_slocate.html'> - slocate</a><br/> - - - <a href='apps_tvtime.html'> - tvtime</a><br/> - - - <a href='apps_uml.html'> - uml</a><br/> - - - <a href='apps_userhelper.html'> - userhelper</a><br/> - - - <a href='apps_usernetctl.html'> - usernetctl</a><br/> - - - <a href='apps_webalizer.html'> - webalizer</a><br/> - - - <a href='apps_wine.html'> - wine</a><br/> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: apps</h1><p/> -<h2>Module: loadkeys</h2><p/> - -<h3>Description:</h3> - -<p><p>Load keyboard mappings.</p></p> - - - -<a name="interfaces"></a> -<h3>Interfaces: </h3> - -<a name="link_loadkeys_domtrans"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>loadkeys_domtrans</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute the loadkeys program in the loadkeys domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_loadkeys_exec"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>loadkeys_exec</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute the loadkeys program in the caller domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_loadkeys_run"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>loadkeys_run</b>( - - - - - domain - - - - , - - - - role - - - - , - - - - terminal - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute the loadkeys program in the loadkeys domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -<tr><td> -role -</td><td> -<p> -The role to allow the loadkeys domain. -</p> -</td><td> -No -</td></tr> - -<tr><td> -terminal -</td><td> -<p> -The type of the terminal allow the loadkeys domain to use. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - - -</div> -</body> -</html> diff --git a/www/api-docs/apps_lockdev.html b/www/api-docs/apps_lockdev.html deleted file mode 100644 index f478a02..0000000 --- a/www/api-docs/apps_lockdev.html +++ /dev/null @@ -1,214 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - - <a href='apps_cdrecord.html'> - cdrecord</a><br/> - - - <a href='apps_gpg.html'> - gpg</a><br/> - - - <a href='apps_irc.html'> - irc</a><br/> - - - <a href='apps_java.html'> - java</a><br/> - - - <a href='apps_loadkeys.html'> - loadkeys</a><br/> - - - <a href='apps_lockdev.html'> - lockdev</a><br/> - - - <a href='apps_mono.html'> - mono</a><br/> - - - <a href='apps_screen.html'> - screen</a><br/> - - - <a href='apps_slocate.html'> - slocate</a><br/> - - - <a href='apps_tvtime.html'> - tvtime</a><br/> - - - <a href='apps_uml.html'> - uml</a><br/> - - - <a href='apps_userhelper.html'> - userhelper</a><br/> - - - <a href='apps_usernetctl.html'> - usernetctl</a><br/> - - - <a href='apps_webalizer.html'> - webalizer</a><br/> - - - <a href='apps_wine.html'> - wine</a><br/> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: apps</h1><p/> -<h2>Module: lockdev</h2><p/> - -<h3>Description:</h3> - -<p><p>device locking policy for lockdev</p></p> - - - - -<a name="templates"></a> -<h3>Templates: </h3> - -<a name="link_lockdev_per_userdomain_template"></a> -<div id="template"> - - -<div id="codeblock"> - -<b>lockdev_per_userdomain_template</b>( - - - - - userdomain_prefix - - - - , - - - - user_domain - - - - , - - - - user_role - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -The per user domain template for the lockdev module. -</p> - - -<h5>Description</h5> -<p> -</p><p> -This template creates derived domains which are used -for lockdev. A derived type is also created to protect -the user's device locks. -</p><p> -</p><p> -This template is invoked automatically for each user, and -generally does not need to be invoked directly -by policy writers. -</p><p> -</p> - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -userdomain_prefix -</td><td> -<p> -The prefix of the user domain (e.g., user -is the prefix for user_t). -</p> -</td><td> -No -</td></tr> - -<tr><td> -user_domain -</td><td> -<p> -The type of the user domain. -</p> -</td><td> -No -</td></tr> - -<tr><td> -user_role -</td><td> -<p> -The role associated with the user domain. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - -</div> -</body> -</html> diff --git a/www/api-docs/apps_mono.html b/www/api-docs/apps_mono.html deleted file mode 100644 index 76c3f14..0000000 --- a/www/api-docs/apps_mono.html +++ /dev/null @@ -1,163 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - - <a href='apps_cdrecord.html'> - cdrecord</a><br/> - - - <a href='apps_gpg.html'> - gpg</a><br/> - - - <a href='apps_irc.html'> - irc</a><br/> - - - <a href='apps_java.html'> - java</a><br/> - - - <a href='apps_loadkeys.html'> - loadkeys</a><br/> - - - <a href='apps_lockdev.html'> - lockdev</a><br/> - - - <a href='apps_mono.html'> - mono</a><br/> - - - <a href='apps_screen.html'> - screen</a><br/> - - - <a href='apps_slocate.html'> - slocate</a><br/> - - - <a href='apps_tvtime.html'> - tvtime</a><br/> - - - <a href='apps_uml.html'> - uml</a><br/> - - - <a href='apps_userhelper.html'> - userhelper</a><br/> - - - <a href='apps_usernetctl.html'> - usernetctl</a><br/> - - - <a href='apps_webalizer.html'> - webalizer</a><br/> - - - <a href='apps_wine.html'> - wine</a><br/> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: apps</h1><p/> -<h2>Module: mono</h2><p/> - -<h3>Description:</h3> - -<p><p>Run .NET server and client applications on Linux.</p></p> - - - -<a name="interfaces"></a> -<h3>Interfaces: </h3> - -<a name="link_mono_domtrans"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>mono_domtrans</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute the mono program in the mono domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - - -</div> -</body> -</html> diff --git a/www/api-docs/apps_screen.html b/www/api-docs/apps_screen.html deleted file mode 100644 index 45011af..0000000 --- a/www/api-docs/apps_screen.html +++ /dev/null @@ -1,213 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - - <a href='apps_cdrecord.html'> - cdrecord</a><br/> - - - <a href='apps_gpg.html'> - gpg</a><br/> - - - <a href='apps_irc.html'> - irc</a><br/> - - - <a href='apps_java.html'> - java</a><br/> - - - <a href='apps_loadkeys.html'> - loadkeys</a><br/> - - - <a href='apps_lockdev.html'> - lockdev</a><br/> - - - <a href='apps_mono.html'> - mono</a><br/> - - - <a href='apps_screen.html'> - screen</a><br/> - - - <a href='apps_slocate.html'> - slocate</a><br/> - - - <a href='apps_tvtime.html'> - tvtime</a><br/> - - - <a href='apps_uml.html'> - uml</a><br/> - - - <a href='apps_userhelper.html'> - userhelper</a><br/> - - - <a href='apps_usernetctl.html'> - usernetctl</a><br/> - - - <a href='apps_webalizer.html'> - webalizer</a><br/> - - - <a href='apps_wine.html'> - wine</a><br/> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: apps</h1><p/> -<h2>Module: screen</h2><p/> - -<h3>Description:</h3> - -<p><p>GNU terminal multiplexer</p></p> - - - - -<a name="templates"></a> -<h3>Templates: </h3> - -<a name="link_screen_per_userdomain_template"></a> -<div id="template"> - - -<div id="codeblock"> - -<b>screen_per_userdomain_template</b>( - - - - - userdomain_prefix - - - - , - - - - user_domain - - - - , - - - - user_role - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -The per user domain template for the screen module. -</p> - - -<h5>Description</h5> -<p> -</p><p> -This template creates a derived domains which are used -for screen sessions. -</p><p> -</p><p> -This template is invoked automatically for each user, and -generally does not need to be invoked directly -by policy writers. -</p><p> -</p> - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -userdomain_prefix -</td><td> -<p> -The prefix of the user domain (e.g., user -is the prefix for user_t). -</p> -</td><td> -No -</td></tr> - -<tr><td> -user_domain -</td><td> -<p> -The type of the user domain. -</p> -</td><td> -No -</td></tr> - -<tr><td> -user_role -</td><td> -<p> -The role associated with the user domain. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - -</div> -</body> -</html> diff --git a/www/api-docs/apps_slocate.html b/www/api-docs/apps_slocate.html deleted file mode 100644 index af3a5c5..0000000 --- a/www/api-docs/apps_slocate.html +++ /dev/null @@ -1,163 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - - <a href='apps_cdrecord.html'> - cdrecord</a><br/> - - - <a href='apps_gpg.html'> - gpg</a><br/> - - - <a href='apps_irc.html'> - irc</a><br/> - - - <a href='apps_java.html'> - java</a><br/> - - - <a href='apps_loadkeys.html'> - loadkeys</a><br/> - - - <a href='apps_lockdev.html'> - lockdev</a><br/> - - - <a href='apps_mono.html'> - mono</a><br/> - - - <a href='apps_screen.html'> - screen</a><br/> - - - <a href='apps_slocate.html'> - slocate</a><br/> - - - <a href='apps_tvtime.html'> - tvtime</a><br/> - - - <a href='apps_uml.html'> - uml</a><br/> - - - <a href='apps_userhelper.html'> - userhelper</a><br/> - - - <a href='apps_usernetctl.html'> - usernetctl</a><br/> - - - <a href='apps_webalizer.html'> - webalizer</a><br/> - - - <a href='apps_wine.html'> - wine</a><br/> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: apps</h1><p/> -<h2>Module: slocate</h2><p/> - -<h3>Description:</h3> - -<p><p>Update database for mlocate</p></p> - - - -<a name="interfaces"></a> -<h3>Interfaces: </h3> - -<a name="link_slocate_create_append_log"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>slocate_create_append_log</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Create the locate log with append mode. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - - -</div> -</body> -</html> diff --git a/www/api-docs/apps_tvtime.html b/www/api-docs/apps_tvtime.html deleted file mode 100644 index 73d6f70..0000000 --- a/www/api-docs/apps_tvtime.html +++ /dev/null @@ -1,213 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - - <a href='apps_cdrecord.html'> - cdrecord</a><br/> - - - <a href='apps_gpg.html'> - gpg</a><br/> - - - <a href='apps_irc.html'> - irc</a><br/> - - - <a href='apps_java.html'> - java</a><br/> - - - <a href='apps_loadkeys.html'> - loadkeys</a><br/> - - - <a href='apps_lockdev.html'> - lockdev</a><br/> - - - <a href='apps_mono.html'> - mono</a><br/> - - - <a href='apps_screen.html'> - screen</a><br/> - - - <a href='apps_slocate.html'> - slocate</a><br/> - - - <a href='apps_tvtime.html'> - tvtime</a><br/> - - - <a href='apps_uml.html'> - uml</a><br/> - - - <a href='apps_userhelper.html'> - userhelper</a><br/> - - - <a href='apps_usernetctl.html'> - usernetctl</a><br/> - - - <a href='apps_webalizer.html'> - webalizer</a><br/> - - - <a href='apps_wine.html'> - wine</a><br/> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: apps</h1><p/> -<h2>Module: tvtime</h2><p/> - -<h3>Description:</h3> - -<p><p> tvtime - a high quality television application </p></p> - - - - -<a name="templates"></a> -<h3>Templates: </h3> - -<a name="link_tvtime_per_userdomain_template"></a> -<div id="template"> - - -<div id="codeblock"> - -<b>tvtime_per_userdomain_template</b>( - - - - - userdomain_prefix - - - - , - - - - user_domain - - - - , - - - - user_role - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -The per user domain template for the tvtime module. -</p> - - -<h5>Description</h5> -<p> -</p><p> -This template creates a derived domains which are used -for tvtime. -</p><p> -</p><p> -This template is invoked automatically for each user, and -generally does not need to be invoked directly -by policy writers. -</p><p> -</p> - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -userdomain_prefix -</td><td> -<p> -The prefix of the user domain (e.g., user -is the prefix for user_t). -</p> -</td><td> -No -</td></tr> - -<tr><td> -user_domain -</td><td> -<p> -The type of the user domain. -</p> -</td><td> -No -</td></tr> - -<tr><td> -user_role -</td><td> -<p> -The role associated with the user domain. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - -</div> -</body> -</html> diff --git a/www/api-docs/apps_uml.html b/www/api-docs/apps_uml.html deleted file mode 100644 index 580f4f5..0000000 --- a/www/api-docs/apps_uml.html +++ /dev/null @@ -1,306 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - - <a href='apps_cdrecord.html'> - cdrecord</a><br/> - - - <a href='apps_gpg.html'> - gpg</a><br/> - - - <a href='apps_irc.html'> - irc</a><br/> - - - <a href='apps_java.html'> - java</a><br/> - - - <a href='apps_loadkeys.html'> - loadkeys</a><br/> - - - <a href='apps_lockdev.html'> - lockdev</a><br/> - - - <a href='apps_mono.html'> - mono</a><br/> - - - <a href='apps_screen.html'> - screen</a><br/> - - - <a href='apps_slocate.html'> - slocate</a><br/> - - - <a href='apps_tvtime.html'> - tvtime</a><br/> - - - <a href='apps_uml.html'> - uml</a><br/> - - - <a href='apps_userhelper.html'> - userhelper</a><br/> - - - <a href='apps_usernetctl.html'> - usernetctl</a><br/> - - - <a href='apps_webalizer.html'> - webalizer</a><br/> - - - <a href='apps_wine.html'> - wine</a><br/> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: apps</h1><p/> -<h2>Module: uml</h2><p/> - -<a href=#interfaces>Interfaces</a> -<a href=#templates>Templates</a> - -<h3>Description:</h3> - -<p><p>Policy for UML</p></p> - - - -<a name="interfaces"></a> -<h3>Interfaces: </h3> - -<a name="link_uml_manage_util_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>uml_manage_util_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Manage uml utility files. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_uml_setattr_util_sockets"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>uml_setattr_util_sockets</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Set attributes on uml utility socket files. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - -<a name="templates"></a> -<h3>Templates: </h3> - -<a name="link_uml_per_userdomain_template"></a> -<div id="template"> - - -<div id="codeblock"> - -<b>uml_per_userdomain_template</b>( - - - - - userdomain_prefix - - - - , - - - - user_domain - - - - , - - - - user_role - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -The per user domain template for the uml module. -</p> - - -<h5>Description</h5> -<p> -</p><p> -This template creates a derived domains which are used -for uml program. -</p><p> -</p><p> -This template is invoked automatically for each user, and -generally does not need to be invoked directly -by policy writers. -</p><p> -</p> - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -userdomain_prefix -</td><td> -<p> -The prefix of the user domain (e.g., user -is the prefix for user_t). -</p> -</td><td> -No -</td></tr> - -<tr><td> -user_domain -</td><td> -<p> -The type of the user domain. -</p> -</td><td> -No -</td></tr> - -<tr><td> -user_role -</td><td> -<p> -The role associated with the user domain. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - -</div> -</body> -</html> diff --git a/www/api-docs/apps_userhelper.html b/www/api-docs/apps_userhelper.html deleted file mode 100644 index b7ba201..0000000 --- a/www/api-docs/apps_userhelper.html +++ /dev/null @@ -1,307 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - - <a href='apps_cdrecord.html'> - cdrecord</a><br/> - - - <a href='apps_gpg.html'> - gpg</a><br/> - - - <a href='apps_irc.html'> - irc</a><br/> - - - <a href='apps_java.html'> - java</a><br/> - - - <a href='apps_loadkeys.html'> - loadkeys</a><br/> - - - <a href='apps_lockdev.html'> - lockdev</a><br/> - - - <a href='apps_mono.html'> - mono</a><br/> - - - <a href='apps_screen.html'> - screen</a><br/> - - - <a href='apps_slocate.html'> - slocate</a><br/> - - - <a href='apps_tvtime.html'> - tvtime</a><br/> - - - <a href='apps_uml.html'> - uml</a><br/> - - - <a href='apps_userhelper.html'> - userhelper</a><br/> - - - <a href='apps_usernetctl.html'> - usernetctl</a><br/> - - - <a href='apps_webalizer.html'> - webalizer</a><br/> - - - <a href='apps_wine.html'> - wine</a><br/> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: apps</h1><p/> -<h2>Module: userhelper</h2><p/> - -<a href=#interfaces>Interfaces</a> -<a href=#templates>Templates</a> - -<h3>Description:</h3> - -<p><p>SELinux utility to run a shell with a new role</p></p> - - - -<a name="interfaces"></a> -<h3>Interfaces: </h3> - -<a name="link_userhelper_dontaudit_search_config"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>userhelper_dontaudit_search_config</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to search -the userhelper configuration directory. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_userhelper_search_config"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>userhelper_search_config</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Search the userhelper configuration directory. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - -<a name="templates"></a> -<h3>Templates: </h3> - -<a name="link_userhelper_per_userdomain_template"></a> -<div id="template"> - - -<div id="codeblock"> - -<b>userhelper_per_userdomain_template</b>( - - - - - userdomain_prefix - - - - , - - - - user_domain - - - - , - - - - user_role - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -The per user domain template for the userhelper module. -</p> - - -<h5>Description</h5> -<p> -</p><p> -This template creates a derived domains which are used -for userhelper. -</p><p> -</p><p> -This template is invoked automatically for each user, and -generally does not need to be invoked directly -by policy writers. -</p><p> -</p> - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -userdomain_prefix -</td><td> -<p> -The prefix of the user domain (e.g., user -is the prefix for user_t). -</p> -</td><td> -No -</td></tr> - -<tr><td> -user_domain -</td><td> -<p> -The type of the user domain. -</p> -</td><td> -No -</td></tr> - -<tr><td> -user_role -</td><td> -<p> -The role associated with the user domain. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - -</div> -</body> -</html> diff --git a/www/api-docs/apps_usernetctl.html b/www/api-docs/apps_usernetctl.html deleted file mode 100644 index 9f5fd8a..0000000 --- a/www/api-docs/apps_usernetctl.html +++ /dev/null @@ -1,242 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - - <a href='apps_cdrecord.html'> - cdrecord</a><br/> - - - <a href='apps_gpg.html'> - gpg</a><br/> - - - <a href='apps_irc.html'> - irc</a><br/> - - - <a href='apps_java.html'> - java</a><br/> - - - <a href='apps_loadkeys.html'> - loadkeys</a><br/> - - - <a href='apps_lockdev.html'> - lockdev</a><br/> - - - <a href='apps_mono.html'> - mono</a><br/> - - - <a href='apps_screen.html'> - screen</a><br/> - - - <a href='apps_slocate.html'> - slocate</a><br/> - - - <a href='apps_tvtime.html'> - tvtime</a><br/> - - - <a href='apps_uml.html'> - uml</a><br/> - - - <a href='apps_userhelper.html'> - userhelper</a><br/> - - - <a href='apps_usernetctl.html'> - usernetctl</a><br/> - - - <a href='apps_webalizer.html'> - webalizer</a><br/> - - - <a href='apps_wine.html'> - wine</a><br/> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: apps</h1><p/> -<h2>Module: usernetctl</h2><p/> - -<h3>Description:</h3> - -<p><p>User network interface configuration helper</p></p> - - - -<a name="interfaces"></a> -<h3>Interfaces: </h3> - -<a name="link_usernetctl_domtrans"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>usernetctl_domtrans</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute usernetctl in the usernetctl domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_usernetctl_run"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>usernetctl_run</b>( - - - - - domain - - - - , - - - - role - - - - , - - - - terminal - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute usernetctl in the usernetctl domain, and -allow the specified role the usernetctl domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -<tr><td> -role -</td><td> -<p> -The role to be allowed the usernetctl domain. -</p> -</td><td> -No -</td></tr> - -<tr><td> -terminal -</td><td> -<p> -The type of the terminal allow the usernetctl domain to use. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - - -</div> -</body> -</html> diff --git a/www/api-docs/apps_webalizer.html b/www/api-docs/apps_webalizer.html deleted file mode 100644 index b0ccde3..0000000 --- a/www/api-docs/apps_webalizer.html +++ /dev/null @@ -1,242 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - - <a href='apps_cdrecord.html'> - cdrecord</a><br/> - - - <a href='apps_gpg.html'> - gpg</a><br/> - - - <a href='apps_irc.html'> - irc</a><br/> - - - <a href='apps_java.html'> - java</a><br/> - - - <a href='apps_loadkeys.html'> - loadkeys</a><br/> - - - <a href='apps_lockdev.html'> - lockdev</a><br/> - - - <a href='apps_mono.html'> - mono</a><br/> - - - <a href='apps_screen.html'> - screen</a><br/> - - - <a href='apps_slocate.html'> - slocate</a><br/> - - - <a href='apps_tvtime.html'> - tvtime</a><br/> - - - <a href='apps_uml.html'> - uml</a><br/> - - - <a href='apps_userhelper.html'> - userhelper</a><br/> - - - <a href='apps_usernetctl.html'> - usernetctl</a><br/> - - - <a href='apps_webalizer.html'> - webalizer</a><br/> - - - <a href='apps_wine.html'> - wine</a><br/> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: apps</h1><p/> -<h2>Module: webalizer</h2><p/> - -<h3>Description:</h3> - -<p><p>Web server log analysis</p></p> - - - -<a name="interfaces"></a> -<h3>Interfaces: </h3> - -<a name="link_webalizer_domtrans"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>webalizer_domtrans</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute webalizer in the webalizer domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_webalizer_run"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>webalizer_run</b>( - - - - - domain - - - - , - - - - role - - - - , - - - - terminal - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute webalizer in the webalizer domain, and -allow the specified role the webalizer domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -<tr><td> -role -</td><td> -<p> -The role to be allowed the webalizer domain. -</p> -</td><td> -No -</td></tr> - -<tr><td> -terminal -</td><td> -<p> -The type of the terminal allow the webalizer domain to use. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - - -</div> -</body> -</html> diff --git a/www/api-docs/apps_wine.html b/www/api-docs/apps_wine.html deleted file mode 100644 index 0157947..0000000 --- a/www/api-docs/apps_wine.html +++ /dev/null @@ -1,163 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - - <a href='apps_cdrecord.html'> - cdrecord</a><br/> - - - <a href='apps_gpg.html'> - gpg</a><br/> - - - <a href='apps_irc.html'> - irc</a><br/> - - - <a href='apps_java.html'> - java</a><br/> - - - <a href='apps_loadkeys.html'> - loadkeys</a><br/> - - - <a href='apps_lockdev.html'> - lockdev</a><br/> - - - <a href='apps_mono.html'> - mono</a><br/> - - - <a href='apps_screen.html'> - screen</a><br/> - - - <a href='apps_slocate.html'> - slocate</a><br/> - - - <a href='apps_tvtime.html'> - tvtime</a><br/> - - - <a href='apps_uml.html'> - uml</a><br/> - - - <a href='apps_userhelper.html'> - userhelper</a><br/> - - - <a href='apps_usernetctl.html'> - usernetctl</a><br/> - - - <a href='apps_webalizer.html'> - webalizer</a><br/> - - - <a href='apps_wine.html'> - wine</a><br/> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: apps</h1><p/> -<h2>Module: wine</h2><p/> - -<h3>Description:</h3> - -<p><p>Wine Is Not an Emulator. Run Windows programs in Linux.</p></p> - - - -<a name="interfaces"></a> -<h3>Interfaces: </h3> - -<a name="link_wine_domtrans"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>wine_domtrans</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute the wine program in the wine domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - - -</div> -</body> -</html> diff --git a/www/api-docs/global_booleans.html b/www/api-docs/global_booleans.html deleted file mode 100644 index b0e670a..0000000 --- a/www/api-docs/global_booleans.html +++ /dev/null @@ -1,590 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - - <a href='admin_acct.html'> - acct</a><br/> - - - <a href='admin_alsa.html'> - alsa</a><br/> - - - <a href='admin_amanda.html'> - amanda</a><br/> - - - <a href='admin_anaconda.html'> - anaconda</a><br/> - - - <a href='admin_bootloader.html'> - bootloader</a><br/> - - - <a href='admin_certwatch.html'> - certwatch</a><br/> - - - <a href='admin_consoletype.html'> - consoletype</a><br/> - - - <a href='admin_ddcprobe.html'> - ddcprobe</a><br/> - - - <a href='admin_dmesg.html'> - dmesg</a><br/> - - - <a href='admin_dmidecode.html'> - dmidecode</a><br/> - - - <a href='admin_firstboot.html'> - firstboot</a><br/> - - - <a href='admin_kudzu.html'> - kudzu</a><br/> - - - <a href='admin_logrotate.html'> - logrotate</a><br/> - - - <a href='admin_logwatch.html'> - logwatch</a><br/> - - - <a href='admin_mrtg.html'> - mrtg</a><br/> - - - <a href='admin_netutils.html'> - netutils</a><br/> - - - <a href='admin_portage.html'> - portage</a><br/> - - - <a href='admin_prelink.html'> - prelink</a><br/> - - - <a href='admin_quota.html'> - quota</a><br/> - - - <a href='admin_readahead.html'> - readahead</a><br/> - - - <a href='admin_rpm.html'> - rpm</a><br/> - - - <a href='admin_su.html'> - su</a><br/> - - - <a href='admin_sudo.html'> - sudo</a><br/> - - - <a href='admin_tmpreaper.html'> - tmpreaper</a><br/> - - - <a href='admin_updfstab.html'> - updfstab</a><br/> - - - <a href='admin_usbmodules.html'> - usbmodules</a><br/> - - - <a href='admin_usermanage.html'> - usermanage</a><br/> - - - <a href='admin_vbetool.html'> - vbetool</a><br/> - - - <a href='admin_vpn.html'> - vpn</a><br/> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - - <a href='apps_cdrecord.html'> - cdrecord</a><br/> - - - <a href='apps_gpg.html'> - gpg</a><br/> - - - <a href='apps_irc.html'> - irc</a><br/> - - - <a href='apps_java.html'> - java</a><br/> - - - <a href='apps_loadkeys.html'> - loadkeys</a><br/> - - - <a href='apps_lockdev.html'> - lockdev</a><br/> - - - <a href='apps_mono.html'> - mono</a><br/> - - - <a href='apps_screen.html'> - screen</a><br/> - - - <a href='apps_slocate.html'> - slocate</a><br/> - - - <a href='apps_tvtime.html'> - tvtime</a><br/> - - - <a href='apps_uml.html'> - uml</a><br/> - - - <a href='apps_userhelper.html'> - userhelper</a><br/> - - - <a href='apps_usernetctl.html'> - usernetctl</a><br/> - - - <a href='apps_webalizer.html'> - webalizer</a><br/> - - - <a href='apps_wine.html'> - wine</a><br/> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - - <a href='kernel_corecommands.html'> - corecommands</a><br/> - - - <a href='kernel_corenetwork.html'> - corenetwork</a><br/> - - - <a href='kernel_devices.html'> - devices</a><br/> - - - <a href='kernel_domain.html'> - domain</a><br/> - - - <a href='kernel_files.html'> - files</a><br/> - - - <a href='kernel_filesystem.html'> - filesystem</a><br/> - - - <a href='kernel_kernel.html'> - kernel</a><br/> - - - <a href='kernel_mcs.html'> - mcs</a><br/> - - - <a href='kernel_mls.html'> - mls</a><br/> - - - <a href='kernel_selinux.html'> - selinux</a><br/> - - - <a href='kernel_storage.html'> - storage</a><br/> - - - <a href='kernel_terminal.html'> - terminal</a><br/> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - - <a href='services_apache.html'> - apache</a><br/> - - - <a href='services_apm.html'> - apm</a><br/> - - - <a href='services_arpwatch.html'> - arpwatch</a><br/> - - - <a href='services_automount.html'> - automount</a><br/> - - - <a href='services_avahi.html'> - avahi</a><br/> - - - <a href='services_bind.html'> - bind</a><br/> - - - <a href='services_bluetooth.html'> - bluetooth</a><br/> - - - <a href='services_canna.html'> - canna</a><br/> - - - <a href='services_comsat.html'> - comsat</a><br/> - - - <a href='services_cpucontrol.html'> - cpucontrol</a><br/> - - - <a href='services_cron.html'> - cron</a><br/> - - - <a href='services_cups.html'> - cups</a><br/> - - - <a href='services_cvs.html'> - cvs</a><br/> - - - <a href='services_cyrus.html'> - cyrus</a><br/> - - - <a href='services_dbskk.html'> - dbskk</a><br/> - - - <a href='services_dbus.html'> - dbus</a><br/> - - - <a href='services_dhcp.html'> - dhcp</a><br/> - - - <a href='services_dictd.html'> - dictd</a><br/> - - - <a href='services_distcc.html'> - distcc</a><br/> - - - <a href='services_djbdns.html'> - djbdns</a><br/> - - - <a href='services_dovecot.html'> - dovecot</a><br/> - - - <a href='services_fetchmail.html'> - fetchmail</a><br/> - - - <a href='services_finger.html'> - finger</a><br/> - - - <a href='services_ftp.html'> - ftp</a><br/> - - - <a href='services_gpm.html'> - gpm</a><br/> - - - <a href='services_hal.html'> - hal</a><br/> - - - <a href='services_howl.html'> - howl</a><br/> - - - <a href='services_i18n_input.html'> - i18n_input</a><br/> - - - <a href='services_inetd.html'> - inetd</a><br/> - - - <a href='services_inn.html'> - inn</a><br/> - - - <a href='services_irqbalance.html'> - irqbalance</a><br/> - - - <a href='services_kerberos.html'> - kerberos</a><br/> - - - <a href='services_ktalk.html'> - ktalk</a><br/> - - - <a href='services_ldap.html'> - ldap</a><br/> - - - <a href='services_lpd.html'> - lpd</a><br/> - - - <a href='services_mailman.html'> - mailman</a><br/> - - - <a href='services_mta.html'> - mta</a><br/> - - - <a href='services_mysql.html'> - mysql</a><br/> - - - <a href='services_networkmanager.html'> - networkmanager</a><br/> - - - <a href='services_nis.html'> - nis</a><br/> - - - <a href='services_nscd.html'> - nscd</a><br/> - - - <a href='services_ntp.html'> - ntp</a><br/> - - - <a href='services_openct.html'> - openct</a><br/> - - - <a href='services_pegasus.html'> - pegasus</a><br/> - - - <a href='services_portmap.html'> - portmap</a><br/> - - - <a href='services_postfix.html'> - postfix</a><br/> - - - <a href='services_postgresql.html'> - postgresql</a><br/> - - - <a href='services_ppp.html'> - ppp</a><br/> - - - <a href='services_privoxy.html'> - privoxy</a><br/> - - - <a href='services_procmail.html'> - procmail</a><br/> - - - <a href='services_publicfile.html'> - publicfile</a><br/> - - - <a href='services_radius.html'> - radius</a><br/> - - - <a href='services_radvd.html'> - radvd</a><br/> - - - <a href='services_rdisc.html'> - rdisc</a><br/> - - - <a href='services_remotelogin.html'> - remotelogin</a><br/> - - - <a href='services_rlogin.html'> - rlogin</a><br/> - - - <a href='services_roundup.html'> - roundup</a><br/> - - - <a href='services_rpc.html'> - rpc</a><br/> - - - <a href='services_rshd.html'> - rshd</a><br/> - - - <a href='services_rsync.html'> - rsync</a><br/> - - - <a href='services_samba.html'> - samba</a><br/> - - - <a href='services_sasl.html'> - sasl</a><br/> - - - <a href='services_sendmail.html'> - sendmail</a><br/> - - - <a href='services_slrnpull.html'> - slrnpull</a><br/> - - - <a href='services_smartmon.html'> - smartmon</a><br/> - - - <a href='services_snmp.html'> - snmp</a><br/> - - - <a href='services_spamassassin.html'> - spamassassin</a><br/> - - - <a href='services_squid.html'> - squid</a><br/> - - - <a href='services_ssh.html'> - ssh</a><br/> - - - <a href='services_stunnel.html'> - stunnel</a><br/> - - - <a href='services_sysstat.html'> - sysstat</a><br/> - - - <a href='services_tcpd.html'> - tcpd</a><br/> - - - <a href='services_telnet.html'> - telnet</a><br/> - - - <a href='services_tftp.html'> - tftp</a><br/> - - - <a href='services_timidity.html'> - timidity</a><br/> - - - <a href='services_ucspitcp.html'> - ucspitcp</a><br/> - - - <a href='services_uucp.html'> - uucp</a><br/> - - - <a href='services_xfs.html'> - xfs</a><br/> - - - <a href='services_xserver.html'> - xserver</a><br/> - - - <a href='services_zebra.html'> - zebra</a><br/> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - - <a href='system_authlogin.html'> - authlogin</a><br/> - - - <a href='system_clock.html'> - clock</a><br/> - - - <a href='system_daemontools.html'> - daemontools</a><br/> - - - <a href='system_fstools.html'> - fstools</a><br/> - - - <a href='system_getty.html'> - getty</a><br/> - - - <a href='system_hostname.html'> - hostname</a><br/> - - - <a href='system_hotplug.html'> - hotplug</a><br/> - - - <a href='system_init.html'> - init</a><br/> - - - <a href='system_ipsec.html'> - ipsec</a><br/> - - - <a href='system_iptables.html'> - iptables</a><br/> - - - <a href='system_libraries.html'> - libraries</a><br/> - - - <a href='system_locallogin.html'> - locallogin</a><br/> - - - <a href='system_logging.html'> - logging</a><br/> - - - <a href='system_lvm.html'> - lvm</a><br/> - - - <a href='system_miscfiles.html'> - miscfiles</a><br/> - - - <a href='system_modutils.html'> - modutils</a><br/> - - - <a href='system_mount.html'> - mount</a><br/> - - - <a href='system_pcmcia.html'> - pcmcia</a><br/> - - - <a href='system_raid.html'> - raid</a><br/> - - - <a href='system_selinuxutil.html'> - selinuxutil</a><br/> - - - <a href='system_sysnetwork.html'> - sysnetwork</a><br/> - - - <a href='system_udev.html'> - udev</a><br/> - - - <a href='system_unconfined.html'> - unconfined</a><br/> - - - <a href='system_userdomain.html'> - userdomain</a><br/> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<h3>Global booleans:</h3> - - -<div id="interface"> -<div id="codeblock">secure_mode</div> -<div id="description"> -<h5>Default value</h5> -<p>false</p> - -<h5>Description</h5> -<p> -</p><p> -Enabling secure mode disallows programs, such as -newrole, from transitioning to administrative -user domains. -</p><p> -</p> - -</div></div> - -<div id="interface"> -<div id="codeblock">secure_mode_insmod</div> -<div id="description"> -<h5>Default value</h5> -<p>false</p> - -<h5>Description</h5> -<p> -</p><p> -Disable transitions to insmod. -</p><p> -</p> - -</div></div> - -<div id="interface"> -<div id="codeblock">secure_mode_policyload</div> -<div id="description"> -<h5>Default value</h5> -<p>false</p> - -<h5>Description</h5> -<p> -</p><p> -boolean to determine whether the system permits loading policy, setting -enforcing mode, and changing boolean values. Set this to true and you -have to reboot to set it back -</p><p> -</p> - -</div></div> - - -</div> -</body> -</html> diff --git a/www/api-docs/global_tunables.html b/www/api-docs/global_tunables.html deleted file mode 100644 index 1bde781..0000000 --- a/www/api-docs/global_tunables.html +++ /dev/null @@ -1,1496 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - - <a href='admin_acct.html'> - acct</a><br/> - - - <a href='admin_alsa.html'> - alsa</a><br/> - - - <a href='admin_amanda.html'> - amanda</a><br/> - - - <a href='admin_anaconda.html'> - anaconda</a><br/> - - - <a href='admin_bootloader.html'> - bootloader</a><br/> - - - <a href='admin_certwatch.html'> - certwatch</a><br/> - - - <a href='admin_consoletype.html'> - consoletype</a><br/> - - - <a href='admin_ddcprobe.html'> - ddcprobe</a><br/> - - - <a href='admin_dmesg.html'> - dmesg</a><br/> - - - <a href='admin_dmidecode.html'> - dmidecode</a><br/> - - - <a href='admin_firstboot.html'> - firstboot</a><br/> - - - <a href='admin_kudzu.html'> - kudzu</a><br/> - - - <a href='admin_logrotate.html'> - logrotate</a><br/> - - - <a href='admin_logwatch.html'> - logwatch</a><br/> - - - <a href='admin_mrtg.html'> - mrtg</a><br/> - - - <a href='admin_netutils.html'> - netutils</a><br/> - - - <a href='admin_portage.html'> - portage</a><br/> - - - <a href='admin_prelink.html'> - prelink</a><br/> - - - <a href='admin_quota.html'> - quota</a><br/> - - - <a href='admin_readahead.html'> - readahead</a><br/> - - - <a href='admin_rpm.html'> - rpm</a><br/> - - - <a href='admin_su.html'> - su</a><br/> - - - <a href='admin_sudo.html'> - sudo</a><br/> - - - <a href='admin_tmpreaper.html'> - tmpreaper</a><br/> - - - <a href='admin_updfstab.html'> - updfstab</a><br/> - - - <a href='admin_usbmodules.html'> - usbmodules</a><br/> - - - <a href='admin_usermanage.html'> - usermanage</a><br/> - - - <a href='admin_vbetool.html'> - vbetool</a><br/> - - - <a href='admin_vpn.html'> - vpn</a><br/> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - - <a href='apps_cdrecord.html'> - cdrecord</a><br/> - - - <a href='apps_gpg.html'> - gpg</a><br/> - - - <a href='apps_irc.html'> - irc</a><br/> - - - <a href='apps_java.html'> - java</a><br/> - - - <a href='apps_loadkeys.html'> - loadkeys</a><br/> - - - <a href='apps_lockdev.html'> - lockdev</a><br/> - - - <a href='apps_mono.html'> - mono</a><br/> - - - <a href='apps_screen.html'> - screen</a><br/> - - - <a href='apps_slocate.html'> - slocate</a><br/> - - - <a href='apps_tvtime.html'> - tvtime</a><br/> - - - <a href='apps_uml.html'> - uml</a><br/> - - - <a href='apps_userhelper.html'> - userhelper</a><br/> - - - <a href='apps_usernetctl.html'> - usernetctl</a><br/> - - - <a href='apps_webalizer.html'> - webalizer</a><br/> - - - <a href='apps_wine.html'> - wine</a><br/> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - - <a href='kernel_corecommands.html'> - corecommands</a><br/> - - - <a href='kernel_corenetwork.html'> - corenetwork</a><br/> - - - <a href='kernel_devices.html'> - devices</a><br/> - - - <a href='kernel_domain.html'> - domain</a><br/> - - - <a href='kernel_files.html'> - files</a><br/> - - - <a href='kernel_filesystem.html'> - filesystem</a><br/> - - - <a href='kernel_kernel.html'> - kernel</a><br/> - - - <a href='kernel_mcs.html'> - mcs</a><br/> - - - <a href='kernel_mls.html'> - mls</a><br/> - - - <a href='kernel_selinux.html'> - selinux</a><br/> - - - <a href='kernel_storage.html'> - storage</a><br/> - - - <a href='kernel_terminal.html'> - terminal</a><br/> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - - <a href='services_apache.html'> - apache</a><br/> - - - <a href='services_apm.html'> - apm</a><br/> - - - <a href='services_arpwatch.html'> - arpwatch</a><br/> - - - <a href='services_automount.html'> - automount</a><br/> - - - <a href='services_avahi.html'> - avahi</a><br/> - - - <a href='services_bind.html'> - bind</a><br/> - - - <a href='services_bluetooth.html'> - bluetooth</a><br/> - - - <a href='services_canna.html'> - canna</a><br/> - - - <a href='services_comsat.html'> - comsat</a><br/> - - - <a href='services_cpucontrol.html'> - cpucontrol</a><br/> - - - <a href='services_cron.html'> - cron</a><br/> - - - <a href='services_cups.html'> - cups</a><br/> - - - <a href='services_cvs.html'> - cvs</a><br/> - - - <a href='services_cyrus.html'> - cyrus</a><br/> - - - <a href='services_dbskk.html'> - dbskk</a><br/> - - - <a href='services_dbus.html'> - dbus</a><br/> - - - <a href='services_dhcp.html'> - dhcp</a><br/> - - - <a href='services_dictd.html'> - dictd</a><br/> - - - <a href='services_distcc.html'> - distcc</a><br/> - - - <a href='services_djbdns.html'> - djbdns</a><br/> - - - <a href='services_dovecot.html'> - dovecot</a><br/> - - - <a href='services_fetchmail.html'> - fetchmail</a><br/> - - - <a href='services_finger.html'> - finger</a><br/> - - - <a href='services_ftp.html'> - ftp</a><br/> - - - <a href='services_gpm.html'> - gpm</a><br/> - - - <a href='services_hal.html'> - hal</a><br/> - - - <a href='services_howl.html'> - howl</a><br/> - - - <a href='services_i18n_input.html'> - i18n_input</a><br/> - - - <a href='services_inetd.html'> - inetd</a><br/> - - - <a href='services_inn.html'> - inn</a><br/> - - - <a href='services_irqbalance.html'> - irqbalance</a><br/> - - - <a href='services_kerberos.html'> - kerberos</a><br/> - - - <a href='services_ktalk.html'> - ktalk</a><br/> - - - <a href='services_ldap.html'> - ldap</a><br/> - - - <a href='services_lpd.html'> - lpd</a><br/> - - - <a href='services_mailman.html'> - mailman</a><br/> - - - <a href='services_mta.html'> - mta</a><br/> - - - <a href='services_mysql.html'> - mysql</a><br/> - - - <a href='services_networkmanager.html'> - networkmanager</a><br/> - - - <a href='services_nis.html'> - nis</a><br/> - - - <a href='services_nscd.html'> - nscd</a><br/> - - - <a href='services_ntp.html'> - ntp</a><br/> - - - <a href='services_openct.html'> - openct</a><br/> - - - <a href='services_pegasus.html'> - pegasus</a><br/> - - - <a href='services_portmap.html'> - portmap</a><br/> - - - <a href='services_postfix.html'> - postfix</a><br/> - - - <a href='services_postgresql.html'> - postgresql</a><br/> - - - <a href='services_ppp.html'> - ppp</a><br/> - - - <a href='services_privoxy.html'> - privoxy</a><br/> - - - <a href='services_procmail.html'> - procmail</a><br/> - - - <a href='services_publicfile.html'> - publicfile</a><br/> - - - <a href='services_radius.html'> - radius</a><br/> - - - <a href='services_radvd.html'> - radvd</a><br/> - - - <a href='services_rdisc.html'> - rdisc</a><br/> - - - <a href='services_remotelogin.html'> - remotelogin</a><br/> - - - <a href='services_rlogin.html'> - rlogin</a><br/> - - - <a href='services_roundup.html'> - roundup</a><br/> - - - <a href='services_rpc.html'> - rpc</a><br/> - - - <a href='services_rshd.html'> - rshd</a><br/> - - - <a href='services_rsync.html'> - rsync</a><br/> - - - <a href='services_samba.html'> - samba</a><br/> - - - <a href='services_sasl.html'> - sasl</a><br/> - - - <a href='services_sendmail.html'> - sendmail</a><br/> - - - <a href='services_slrnpull.html'> - slrnpull</a><br/> - - - <a href='services_smartmon.html'> - smartmon</a><br/> - - - <a href='services_snmp.html'> - snmp</a><br/> - - - <a href='services_spamassassin.html'> - spamassassin</a><br/> - - - <a href='services_squid.html'> - squid</a><br/> - - - <a href='services_ssh.html'> - ssh</a><br/> - - - <a href='services_stunnel.html'> - stunnel</a><br/> - - - <a href='services_sysstat.html'> - sysstat</a><br/> - - - <a href='services_tcpd.html'> - tcpd</a><br/> - - - <a href='services_telnet.html'> - telnet</a><br/> - - - <a href='services_tftp.html'> - tftp</a><br/> - - - <a href='services_timidity.html'> - timidity</a><br/> - - - <a href='services_ucspitcp.html'> - ucspitcp</a><br/> - - - <a href='services_uucp.html'> - uucp</a><br/> - - - <a href='services_xfs.html'> - xfs</a><br/> - - - <a href='services_xserver.html'> - xserver</a><br/> - - - <a href='services_zebra.html'> - zebra</a><br/> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - - <a href='system_authlogin.html'> - authlogin</a><br/> - - - <a href='system_clock.html'> - clock</a><br/> - - - <a href='system_daemontools.html'> - daemontools</a><br/> - - - <a href='system_fstools.html'> - fstools</a><br/> - - - <a href='system_getty.html'> - getty</a><br/> - - - <a href='system_hostname.html'> - hostname</a><br/> - - - <a href='system_hotplug.html'> - hotplug</a><br/> - - - <a href='system_init.html'> - init</a><br/> - - - <a href='system_ipsec.html'> - ipsec</a><br/> - - - <a href='system_iptables.html'> - iptables</a><br/> - - - <a href='system_libraries.html'> - libraries</a><br/> - - - <a href='system_locallogin.html'> - locallogin</a><br/> - - - <a href='system_logging.html'> - logging</a><br/> - - - <a href='system_lvm.html'> - lvm</a><br/> - - - <a href='system_miscfiles.html'> - miscfiles</a><br/> - - - <a href='system_modutils.html'> - modutils</a><br/> - - - <a href='system_mount.html'> - mount</a><br/> - - - <a href='system_pcmcia.html'> - pcmcia</a><br/> - - - <a href='system_raid.html'> - raid</a><br/> - - - <a href='system_selinuxutil.html'> - selinuxutil</a><br/> - - - <a href='system_sysnetwork.html'> - sysnetwork</a><br/> - - - <a href='system_udev.html'> - udev</a><br/> - - - <a href='system_unconfined.html'> - unconfined</a><br/> - - - <a href='system_userdomain.html'> - userdomain</a><br/> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<h3>Global tunables:</h3> - - -<div id="interface"> -<div id="codeblock">allow_cvs_read_shadow</div> -<div id="description"> -<h5>Default value</h5> -<p>false</p> - -<h5>Description</h5> -<p> -</p><p> -Allow cvs daemon to read shadow -</p><p> -</p> - -</div></div> - -<div id="interface"> -<div id="codeblock">allow_execheap</div> -<div id="description"> -<h5>Default value</h5> -<p>false</p> - -<h5>Description</h5> -<p> -</p><p> -Allow making the heap executable. -</p><p> -</p> - -</div></div> - -<div id="interface"> -<div id="codeblock">allow_execmem</div> -<div id="description"> -<h5>Default value</h5> -<p>false</p> - -<h5>Description</h5> -<p> -</p><p> -Allow making anonymous memory executable, e.g. -for runtime-code generation or executable stack. -</p><p> -</p> - -</div></div> - -<div id="interface"> -<div id="codeblock">allow_execmod</div> -<div id="description"> -<h5>Default value</h5> -<p>false</p> - -<h5>Description</h5> -<p> -</p><p> -Allow making a modified private file -mapping executable (text relocation). -</p><p> -</p> - -</div></div> - -<div id="interface"> -<div id="codeblock">allow_execstack</div> -<div id="description"> -<h5>Default value</h5> -<p>false</p> - -<h5>Description</h5> -<p> -</p><p> -Allow making the stack executable via mprotect. -Also requires allow_execmem. -</p><p> -</p> - -</div></div> - -<div id="interface"> -<div id="codeblock">allow_ftpd_anon_write</div> -<div id="description"> -<h5>Default value</h5> -<p>false</p> - -<h5>Description</h5> -<p> -</p><p> -Allow ftp servers to modify public files -used for public file transfer services. -</p><p> -</p> - -</div></div> - -<div id="interface"> -<div id="codeblock">allow_gpg_execstack</div> -<div id="description"> -<h5>Default value</h5> -<p>false</p> - -<h5>Description</h5> -<p> -</p><p> -Allow gpg executable stack -</p><p> -</p> - -</div></div> - -<div id="interface"> -<div id="codeblock">allow_gssd_read_tmp</div> -<div id="description"> -<h5>Default value</h5> -<p>true</p> - -<h5>Description</h5> -<p> -</p><p> -Allow gssd to read temp directory. -</p><p> -</p> - -</div></div> - -<div id="interface"> -<div id="codeblock">allow_httpd_anon_write</div> -<div id="description"> -<h5>Default value</h5> -<p>false</p> - -<h5>Description</h5> -<p> -</p><p> -Allow Apache to modify public files -used for public file transfer services. -</p><p> -</p> - -</div></div> - -<div id="interface"> -<div id="codeblock">allow_java_execstack</div> -<div id="description"> -<h5>Default value</h5> -<p>false</p> - -<h5>Description</h5> -<p> -</p><p> -Allow java executable stack -</p><p> -</p> - -</div></div> - -<div id="interface"> -<div id="codeblock">allow_kerberos</div> -<div id="description"> -<h5>Default value</h5> -<p>false</p> - -<h5>Description</h5> -<p> -</p><p> -Allow system to run with kerberos -</p><p> -</p> - -</div></div> - -<div id="interface"> -<div id="codeblock">allow_ptrace</div> -<div id="description"> -<h5>Default value</h5> -<p>false</p> - -<h5>Description</h5> -<p> -</p><p> -Allow sysadm to ptrace all processes -</p><p> -</p> - -</div></div> - -<div id="interface"> -<div id="codeblock">allow_rsync_anon_write</div> -<div id="description"> -<h5>Default value</h5> -<p>false</p> - -<h5>Description</h5> -<p> -</p><p> -Allow rsync to modify public files -used for public file transfer services. -</p><p> -</p> - -</div></div> - -<div id="interface"> -<div id="codeblock">allow_saslauthd_read_shadow</div> -<div id="description"> -<h5>Default value</h5> -<p>false</p> - -<h5>Description</h5> -<p> -</p><p> -Allow sasl to read shadow -</p><p> -</p> - -</div></div> - -<div id="interface"> -<div id="codeblock">allow_smbd_anon_write</div> -<div id="description"> -<h5>Default value</h5> -<p>false</p> - -<h5>Description</h5> -<p> -</p><p> -Allow samba to modify public files -used for public file transfer services. -</p><p> -</p> - -</div></div> - -<div id="interface"> -<div id="codeblock">allow_ssh_keysign</div> -<div id="description"> -<h5>Default value</h5> -<p>false</p> - -<h5>Description</h5> -<p> -</p><p> -allow host key based authentication -</p><p> -</p> - -</div></div> - -<div id="interface"> -<div id="codeblock">allow_user_mysql_connect</div> -<div id="description"> -<h5>Default value</h5> -<p>false</p> - -<h5>Description</h5> -<p> -</p><p> -Allow users to connect to mysql -</p><p> -</p> - -</div></div> - -<div id="interface"> -<div id="codeblock">allow_write_xshm</div> -<div id="description"> -<h5>Default value</h5> -<p>false</p> - -<h5>Description</h5> -<p> -</p><p> -Allows clients to write to the X server shared -memory segments. -</p><p> -</p> - -</div></div> - -<div id="interface"> -<div id="codeblock">allow_ypbind</div> -<div id="description"> -<h5>Default value</h5> -<p>false</p> - -<h5>Description</h5> -<p> -</p><p> -Allow system to run with NIS -</p><p> -</p> - -</div></div> - -<div id="interface"> -<div id="codeblock">cdrecord_read_content</div> -<div id="description"> -<h5>Default value</h5> -<p>false</p> - -<h5>Description</h5> -<p> -</p><p> -Allow cdrecord to read various content. -nfs, samba, removable devices, user temp -and untrusted content files -</p><p> -</p> - -</div></div> - -<div id="interface"> -<div id="codeblock">cron_can_relabel</div> -<div id="description"> -<h5>Default value</h5> -<p>false</p> - -<h5>Description</h5> -<p> -</p><p> -Allow system cron jobs to relabel filesystem -for restoring file contexts. -</p><p> -</p> - -</div></div> - -<div id="interface"> -<div id="codeblock">fcron_crond</div> -<div id="description"> -<h5>Default value</h5> -<p>false</p> - -<h5>Description</h5> -<p> -</p><p> -Enable extra rules in the cron domain -to support fcron. -</p><p> -</p> - -</div></div> - -<div id="interface"> -<div id="codeblock">ftp_home_dir</div> -<div id="description"> -<h5>Default value</h5> -<p>false</p> - -<h5>Description</h5> -<p> -</p><p> -Allow ftp to read and write files in the user home directories -</p><p> -</p> - -</div></div> - -<div id="interface"> -<div id="codeblock">ftpd_is_daemon</div> -<div id="description"> -<h5>Default value</h5> -<p>false</p> - -<h5>Description</h5> -<p> -</p><p> -Allow ftpd to run directly without inetd -</p><p> -</p> - -</div></div> - -<div id="interface"> -<div id="codeblock">httpd_builtin_scripting</div> -<div id="description"> -<h5>Default value</h5> -<p>false</p> - -<h5>Description</h5> -<p> -</p><p> -Allow httpd to use built in scripting (usually php) -</p><p> -</p> - -</div></div> - -<div id="interface"> -<div id="codeblock">httpd_can_network_connect</div> -<div id="description"> -<h5>Default value</h5> -<p>false</p> - -<h5>Description</h5> -<p> -</p><p> -Allow http daemon to tcp connect -</p><p> -</p> - -</div></div> - -<div id="interface"> -<div id="codeblock">httpd_can_network_connect_db</div> -<div id="description"> -<h5>Default value</h5> -<p>false</p> - -<h5>Description</h5> -<p> -</p><p> -Allow httpd to connect to mysql/posgresql -</p><p> -</p> - -</div></div> - -<div id="interface"> -<div id="codeblock">httpd_can_network_relay</div> -<div id="description"> -<h5>Default value</h5> -<p>false</p> - -<h5>Description</h5> -<p> -</p><p> -Allow httpd to act as a relay -</p><p> -</p> - -</div></div> - -<div id="interface"> -<div id="codeblock">httpd_enable_cgi</div> -<div id="description"> -<h5>Default value</h5> -<p>false</p> - -<h5>Description</h5> -<p> -</p><p> -Allow httpd cgi support -</p><p> -</p> - -</div></div> - -<div id="interface"> -<div id="codeblock">httpd_enable_ftp_server</div> -<div id="description"> -<h5>Default value</h5> -<p>false</p> - -<h5>Description</h5> -<p> -</p><p> -Allow httpd to act as a FTP server by -listening on the ftp port. -</p><p> -</p> - -</div></div> - -<div id="interface"> -<div id="codeblock">httpd_enable_homedirs</div> -<div id="description"> -<h5>Default value</h5> -<p>false</p> - -<h5>Description</h5> -<p> -</p><p> -Allow httpd to read home directories -</p><p> -</p> - -</div></div> - -<div id="interface"> -<div id="codeblock">httpd_ssi_exec</div> -<div id="description"> -<h5>Default value</h5> -<p>false</p> - -<h5>Description</h5> -<p> -</p><p> -Run SSI execs in system CGI script domain. -</p><p> -</p> - -</div></div> - -<div id="interface"> -<div id="codeblock">httpd_tty_comm</div> -<div id="description"> -<h5>Default value</h5> -<p>false</p> - -<h5>Description</h5> -<p> -</p><p> -Allow http daemon to communicate with the TTY -</p><p> -</p> - -</div></div> - -<div id="interface"> -<div id="codeblock">httpd_unified</div> -<div id="description"> -<h5>Default value</h5> -<p>false</p> - -<h5>Description</h5> -<p> -</p><p> -Run CGI in the main httpd domain -</p><p> -</p> - -</div></div> - -<div id="interface"> -<div id="codeblock">named_write_master_zones</div> -<div id="description"> -<h5>Default value</h5> -<p>false</p> - -<h5>Description</h5> -<p> -</p><p> -Allow BIND to write the master zone files. -Generally this is used for dynamic DNS. -</p><p> -</p> - -</div></div> - -<div id="interface"> -<div id="codeblock">nfs_export_all_ro</div> -<div id="description"> -<h5>Default value</h5> -<p>false</p> - -<h5>Description</h5> -<p> -</p><p> -Allow nfs to be exported read only -</p><p> -</p> - -</div></div> - -<div id="interface"> -<div id="codeblock">nfs_export_all_rw</div> -<div id="description"> -<h5>Default value</h5> -<p>false</p> - -<h5>Description</h5> -<p> -</p><p> -Allow nfs to be exported read/write. -</p><p> -</p> - -</div></div> - -<div id="interface"> -<div id="codeblock">pppd_can_insmod</div> -<div id="description"> -<h5>Default value</h5> -<p>false</p> - -<h5>Description</h5> -<p> -</p><p> -Allow pppd to load kernel modules for certain modems -</p><p> -</p> - -</div></div> - -<div id="interface"> -<div id="codeblock">pppd_for_user</div> -<div id="description"> -<h5>Default value</h5> -<p>false</p> - -<h5>Description</h5> -<p> -</p><p> -Allow pppd to be run for a regular user -</p><p> -</p> - -</div></div> - -<div id="interface"> -<div id="codeblock">read_default_t</div> -<div id="description"> -<h5>Default value</h5> -<p>false</p> - -<h5>Description</h5> -<p> -</p><p> -Allow reading of default_t files. -</p><p> -</p> - -</div></div> - -<div id="interface"> -<div id="codeblock">read_untrusted_content</div> -<div id="description"> -<h5>Default value</h5> -<p>false</p> - -<h5>Description</h5> -<p> -</p><p> -Allow applications to read untrusted content -If this is disallowed, Internet content has -to be manually relabeled for read access to be granted -</p><p> -</p> - -</div></div> - -<div id="interface"> -<div id="codeblock">run_ssh_inetd</div> -<div id="description"> -<h5>Default value</h5> -<p>false</p> - -<h5>Description</h5> -<p> -</p><p> -Allow ssh to run from inetd instead of as a daemon. -</p><p> -</p> - -</div></div> - -<div id="interface"> -<div id="codeblock">samba_enable_home_dirs</div> -<div id="description"> -<h5>Default value</h5> -<p>false</p> - -<h5>Description</h5> -<p> -</p><p> -Allow samba to export user home directories. -</p><p> -</p> - -</div></div> - -<div id="interface"> -<div id="codeblock">spamassasin_can_network</div> -<div id="description"> -<h5>Default value</h5> -<p>false</p> - -<h5>Description</h5> -<p> -</p><p> -Allow spamassassin to do DNS lookups -</p><p> -</p> - -</div></div> - -<div id="interface"> -<div id="codeblock">spamassassin_can_network</div> -<div id="description"> -<h5>Default value</h5> -<p>false</p> - -<h5>Description</h5> -<p> -</p><p> -Allow user spamassassin clients to use the network. -</p><p> -</p> - -</div></div> - -<div id="interface"> -<div id="codeblock">spamd_enable_home_dirs</div> -<div id="description"> -<h5>Default value</h5> -<p>true</p> - -<h5>Description</h5> -<p> -</p><p> -Allow spammd to read/write user home directories. -</p><p> -</p> - -</div></div> - -<div id="interface"> -<div id="codeblock">squid_connect_any</div> -<div id="description"> -<h5>Default value</h5> -<p>false</p> - -<h5>Description</h5> -<p> -</p><p> -Allow squid to connect to all ports, not just -HTTP, FTP, and Gopher ports. -</p><p> -</p> - -</div></div> - -<div id="interface"> -<div id="codeblock">ssh_sysadm_login</div> -<div id="description"> -<h5>Default value</h5> -<p>false</p> - -<h5>Description</h5> -<p> -</p><p> -Allow ssh logins as sysadm_r:sysadm_t -</p><p> -</p> - -</div></div> - -<div id="interface"> -<div id="codeblock">staff_read_sysadm_file</div> -<div id="description"> -<h5>Default value</h5> -<p>false</p> - -<h5>Description</h5> -<p> -</p><p> -Allow staff_r users to search the sysadm home -dir and read files (such as ~/.bashrc) -</p><p> -</p> - -</div></div> - -<div id="interface"> -<div id="codeblock">stunnel_is_daemon</div> -<div id="description"> -<h5>Default value</h5> -<p>false</p> - -<h5>Description</h5> -<p> -</p><p> -Configure stunnel to be a standalone daemon or -inetd service. -</p><p> -</p> - -</div></div> - -<div id="interface"> -<div id="codeblock">use_nfs_home_dirs</div> -<div id="description"> -<h5>Default value</h5> -<p>false</p> - -<h5>Description</h5> -<p> -</p><p> -Support NFS home directories -</p><p> -</p> - -</div></div> - -<div id="interface"> -<div id="codeblock">use_samba_home_dirs</div> -<div id="description"> -<h5>Default value</h5> -<p>false</p> - -<h5>Description</h5> -<p> -</p><p> -Support SAMBA home directories -</p><p> -</p> - -</div></div> - -<div id="interface"> -<div id="codeblock">user_direct_mouse</div> -<div id="description"> -<h5>Default value</h5> -<p>false</p> - -<h5>Description</h5> -<p> -</p><p> -Allow regular users direct mouse access -</p><p> -</p> - -</div></div> - -<div id="interface"> -<div id="codeblock">user_dmesg</div> -<div id="description"> -<h5>Default value</h5> -<p>false</p> - -<h5>Description</h5> -<p> -</p><p> -Allow users to read system messages. -</p><p> -</p> - -</div></div> - -<div id="interface"> -<div id="codeblock">user_net_control</div> -<div id="description"> -<h5>Default value</h5> -<p>false</p> - -<h5>Description</h5> -<p> -</p><p> -Allow users to control network interfaces -(also needs USERCTL=true) -</p><p> -</p> - -</div></div> - -<div id="interface"> -<div id="codeblock">user_ping</div> -<div id="description"> -<h5>Default value</h5> -<p>false</p> - -<h5>Description</h5> -<p> -</p><p> -Control users use of ping and traceroute -</p><p> -</p> - -</div></div> - -<div id="interface"> -<div id="codeblock">user_rw_noexattrfile</div> -<div id="description"> -<h5>Default value</h5> -<p>false</p> - -<h5>Description</h5> -<p> -</p><p> -Allow user to r/w files on filesystems -that do not have extended attributes (FAT, CDROM, FLOPPY) -</p><p> -</p> - -</div></div> - -<div id="interface"> -<div id="codeblock">user_rw_usb</div> -<div id="description"> -<h5>Default value</h5> -<p>false</p> - -<h5>Description</h5> -<p> -</p><p> -Allow users to rw usb devices -</p><p> -</p> - -</div></div> - -<div id="interface"> -<div id="codeblock">user_tcp_server</div> -<div id="description"> -<h5>Default value</h5> -<p>false</p> - -<h5>Description</h5> -<p> -</p><p> -Allow users to run TCP servers (bind to ports and accept connection from -the same domain and outside users) disabling this forces FTP passive mode -and may change other protocols. -</p><p> -</p> - -</div></div> - -<div id="interface"> -<div id="codeblock">user_ttyfile_stat</div> -<div id="description"> -<h5>Default value</h5> -<p>false</p> - -<h5>Description</h5> -<p> -</p><p> -Allow w to display everyone -</p><p> -</p> - -</div></div> - -<div id="interface"> -<div id="codeblock">write_untrusted_content</div> -<div id="description"> -<h5>Default value</h5> -<p>false</p> - -<h5>Description</h5> -<p> -</p><p> -Allow applications to write untrusted content -If this is disallowed, no Internet content -will be stored. -</p><p> -</p> - -</div></div> - -<div id="interface"> -<div id="codeblock">xdm_sysadm_login</div> -<div id="description"> -<h5>Default value</h5> -<p>false</p> - -<h5>Description</h5> -<p> -</p><p> -Allow xdm logins as sysadm -</p><p> -</p> - -</div></div> - - -</div> -</body> -</html> diff --git a/www/api-docs/index.html b/www/api-docs/index.html deleted file mode 100644 index 8732390..0000000 --- a/www/api-docs/index.html +++ /dev/null @@ -1,1505 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - - <a href='admin_acct.html'> - acct</a><br/> - - - <a href='admin_alsa.html'> - alsa</a><br/> - - - <a href='admin_amanda.html'> - amanda</a><br/> - - - <a href='admin_anaconda.html'> - anaconda</a><br/> - - - <a href='admin_bootloader.html'> - bootloader</a><br/> - - - <a href='admin_certwatch.html'> - certwatch</a><br/> - - - <a href='admin_consoletype.html'> - consoletype</a><br/> - - - <a href='admin_ddcprobe.html'> - ddcprobe</a><br/> - - - <a href='admin_dmesg.html'> - dmesg</a><br/> - - - <a href='admin_dmidecode.html'> - dmidecode</a><br/> - - - <a href='admin_firstboot.html'> - firstboot</a><br/> - - - <a href='admin_kudzu.html'> - kudzu</a><br/> - - - <a href='admin_logrotate.html'> - logrotate</a><br/> - - - <a href='admin_logwatch.html'> - logwatch</a><br/> - - - <a href='admin_mrtg.html'> - mrtg</a><br/> - - - <a href='admin_netutils.html'> - netutils</a><br/> - - - <a href='admin_portage.html'> - portage</a><br/> - - - <a href='admin_prelink.html'> - prelink</a><br/> - - - <a href='admin_quota.html'> - quota</a><br/> - - - <a href='admin_readahead.html'> - readahead</a><br/> - - - <a href='admin_rpm.html'> - rpm</a><br/> - - - <a href='admin_su.html'> - su</a><br/> - - - <a href='admin_sudo.html'> - sudo</a><br/> - - - <a href='admin_tmpreaper.html'> - tmpreaper</a><br/> - - - <a href='admin_updfstab.html'> - updfstab</a><br/> - - - <a href='admin_usbmodules.html'> - usbmodules</a><br/> - - - <a href='admin_usermanage.html'> - usermanage</a><br/> - - - <a href='admin_vbetool.html'> - vbetool</a><br/> - - - <a href='admin_vpn.html'> - vpn</a><br/> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - - <a href='apps_cdrecord.html'> - cdrecord</a><br/> - - - <a href='apps_gpg.html'> - gpg</a><br/> - - - <a href='apps_irc.html'> - irc</a><br/> - - - <a href='apps_java.html'> - java</a><br/> - - - <a href='apps_loadkeys.html'> - loadkeys</a><br/> - - - <a href='apps_lockdev.html'> - lockdev</a><br/> - - - <a href='apps_mono.html'> - mono</a><br/> - - - <a href='apps_screen.html'> - screen</a><br/> - - - <a href='apps_slocate.html'> - slocate</a><br/> - - - <a href='apps_tvtime.html'> - tvtime</a><br/> - - - <a href='apps_uml.html'> - uml</a><br/> - - - <a href='apps_userhelper.html'> - userhelper</a><br/> - - - <a href='apps_usernetctl.html'> - usernetctl</a><br/> - - - <a href='apps_webalizer.html'> - webalizer</a><br/> - - - <a href='apps_wine.html'> - wine</a><br/> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - - <a href='kernel_corecommands.html'> - corecommands</a><br/> - - - <a href='kernel_corenetwork.html'> - corenetwork</a><br/> - - - <a href='kernel_devices.html'> - devices</a><br/> - - - <a href='kernel_domain.html'> - domain</a><br/> - - - <a href='kernel_files.html'> - files</a><br/> - - - <a href='kernel_filesystem.html'> - filesystem</a><br/> - - - <a href='kernel_kernel.html'> - kernel</a><br/> - - - <a href='kernel_mcs.html'> - mcs</a><br/> - - - <a href='kernel_mls.html'> - mls</a><br/> - - - <a href='kernel_selinux.html'> - selinux</a><br/> - - - <a href='kernel_storage.html'> - storage</a><br/> - - - <a href='kernel_terminal.html'> - terminal</a><br/> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - - <a href='services_apache.html'> - apache</a><br/> - - - <a href='services_apm.html'> - apm</a><br/> - - - <a href='services_arpwatch.html'> - arpwatch</a><br/> - - - <a href='services_automount.html'> - automount</a><br/> - - - <a href='services_avahi.html'> - avahi</a><br/> - - - <a href='services_bind.html'> - bind</a><br/> - - - <a href='services_bluetooth.html'> - bluetooth</a><br/> - - - <a href='services_canna.html'> - canna</a><br/> - - - <a href='services_comsat.html'> - comsat</a><br/> - - - <a href='services_cpucontrol.html'> - cpucontrol</a><br/> - - - <a href='services_cron.html'> - cron</a><br/> - - - <a href='services_cups.html'> - cups</a><br/> - - - <a href='services_cvs.html'> - cvs</a><br/> - - - <a href='services_cyrus.html'> - cyrus</a><br/> - - - <a href='services_dbskk.html'> - dbskk</a><br/> - - - <a href='services_dbus.html'> - dbus</a><br/> - - - <a href='services_dhcp.html'> - dhcp</a><br/> - - - <a href='services_dictd.html'> - dictd</a><br/> - - - <a href='services_distcc.html'> - distcc</a><br/> - - - <a href='services_djbdns.html'> - djbdns</a><br/> - - - <a href='services_dovecot.html'> - dovecot</a><br/> - - - <a href='services_fetchmail.html'> - fetchmail</a><br/> - - - <a href='services_finger.html'> - finger</a><br/> - - - <a href='services_ftp.html'> - ftp</a><br/> - - - <a href='services_gpm.html'> - gpm</a><br/> - - - <a href='services_hal.html'> - hal</a><br/> - - - <a href='services_howl.html'> - howl</a><br/> - - - <a href='services_i18n_input.html'> - i18n_input</a><br/> - - - <a href='services_inetd.html'> - inetd</a><br/> - - - <a href='services_inn.html'> - inn</a><br/> - - - <a href='services_irqbalance.html'> - irqbalance</a><br/> - - - <a href='services_kerberos.html'> - kerberos</a><br/> - - - <a href='services_ktalk.html'> - ktalk</a><br/> - - - <a href='services_ldap.html'> - ldap</a><br/> - - - <a href='services_lpd.html'> - lpd</a><br/> - - - <a href='services_mailman.html'> - mailman</a><br/> - - - <a href='services_mta.html'> - mta</a><br/> - - - <a href='services_mysql.html'> - mysql</a><br/> - - - <a href='services_networkmanager.html'> - networkmanager</a><br/> - - - <a href='services_nis.html'> - nis</a><br/> - - - <a href='services_nscd.html'> - nscd</a><br/> - - - <a href='services_ntp.html'> - ntp</a><br/> - - - <a href='services_openct.html'> - openct</a><br/> - - - <a href='services_pegasus.html'> - pegasus</a><br/> - - - <a href='services_portmap.html'> - portmap</a><br/> - - - <a href='services_postfix.html'> - postfix</a><br/> - - - <a href='services_postgresql.html'> - postgresql</a><br/> - - - <a href='services_ppp.html'> - ppp</a><br/> - - - <a href='services_privoxy.html'> - privoxy</a><br/> - - - <a href='services_procmail.html'> - procmail</a><br/> - - - <a href='services_publicfile.html'> - publicfile</a><br/> - - - <a href='services_radius.html'> - radius</a><br/> - - - <a href='services_radvd.html'> - radvd</a><br/> - - - <a href='services_rdisc.html'> - rdisc</a><br/> - - - <a href='services_remotelogin.html'> - remotelogin</a><br/> - - - <a href='services_rlogin.html'> - rlogin</a><br/> - - - <a href='services_roundup.html'> - roundup</a><br/> - - - <a href='services_rpc.html'> - rpc</a><br/> - - - <a href='services_rshd.html'> - rshd</a><br/> - - - <a href='services_rsync.html'> - rsync</a><br/> - - - <a href='services_samba.html'> - samba</a><br/> - - - <a href='services_sasl.html'> - sasl</a><br/> - - - <a href='services_sendmail.html'> - sendmail</a><br/> - - - <a href='services_slrnpull.html'> - slrnpull</a><br/> - - - <a href='services_smartmon.html'> - smartmon</a><br/> - - - <a href='services_snmp.html'> - snmp</a><br/> - - - <a href='services_spamassassin.html'> - spamassassin</a><br/> - - - <a href='services_squid.html'> - squid</a><br/> - - - <a href='services_ssh.html'> - ssh</a><br/> - - - <a href='services_stunnel.html'> - stunnel</a><br/> - - - <a href='services_sysstat.html'> - sysstat</a><br/> - - - <a href='services_tcpd.html'> - tcpd</a><br/> - - - <a href='services_telnet.html'> - telnet</a><br/> - - - <a href='services_tftp.html'> - tftp</a><br/> - - - <a href='services_timidity.html'> - timidity</a><br/> - - - <a href='services_ucspitcp.html'> - ucspitcp</a><br/> - - - <a href='services_uucp.html'> - uucp</a><br/> - - - <a href='services_xfs.html'> - xfs</a><br/> - - - <a href='services_xserver.html'> - xserver</a><br/> - - - <a href='services_zebra.html'> - zebra</a><br/> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - - <a href='system_authlogin.html'> - authlogin</a><br/> - - - <a href='system_clock.html'> - clock</a><br/> - - - <a href='system_daemontools.html'> - daemontools</a><br/> - - - <a href='system_fstools.html'> - fstools</a><br/> - - - <a href='system_getty.html'> - getty</a><br/> - - - <a href='system_hostname.html'> - hostname</a><br/> - - - <a href='system_hotplug.html'> - hotplug</a><br/> - - - <a href='system_init.html'> - init</a><br/> - - - <a href='system_ipsec.html'> - ipsec</a><br/> - - - <a href='system_iptables.html'> - iptables</a><br/> - - - <a href='system_libraries.html'> - libraries</a><br/> - - - <a href='system_locallogin.html'> - locallogin</a><br/> - - - <a href='system_logging.html'> - logging</a><br/> - - - <a href='system_lvm.html'> - lvm</a><br/> - - - <a href='system_miscfiles.html'> - miscfiles</a><br/> - - - <a href='system_modutils.html'> - modutils</a><br/> - - - <a href='system_mount.html'> - mount</a><br/> - - - <a href='system_pcmcia.html'> - pcmcia</a><br/> - - - <a href='system_raid.html'> - raid</a><br/> - - - <a href='system_selinuxutil.html'> - selinuxutil</a><br/> - - - <a href='system_sysnetwork.html'> - sysnetwork</a><br/> - - - <a href='system_udev.html'> - udev</a><br/> - - - <a href='system_unconfined.html'> - unconfined</a><br/> - - - <a href='system_userdomain.html'> - userdomain</a><br/> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> - -<h1>Layer: admin</h1><p/> - -<p><p> - Policy modules for administrative functions, such as package management. -</p></p><br/> - - -<table border="1" cellspacing="0" cellpadding="3" width="75%"> -<tr><td class="title">Module:</td><td class="title">Description:</td></tr> - - - <tr><td> - <a href='admin_acct.html'> - acct</a></td> - <td><p>Berkeley process accounting</p></td> - - <tr><td> - <a href='admin_alsa.html'> - alsa</a></td> - <td><p>Ainit ALSA configuration tool</p></td> - - <tr><td> - <a href='admin_amanda.html'> - amanda</a></td> - <td><p>Automated backup program.</p></td> - - <tr><td> - <a href='admin_anaconda.html'> - anaconda</a></td> - <td><p>Policy for the Anaconda installer.</p></td> - - <tr><td> - <a href='admin_bootloader.html'> - bootloader</a></td> - <td><p>Policy for the kernel modules, kernel image, and bootloader.</p></td> - - <tr><td> - <a href='admin_certwatch.html'> - certwatch</a></td> - <td><p>Digital Certificate Tracking</p></td> - - <tr><td> - <a href='admin_consoletype.html'> - consoletype</a></td> - <td><p> -Determine of the console connected to the controlling terminal. -</p></td> - - <tr><td> - <a href='admin_ddcprobe.html'> - ddcprobe</a></td> - <td><p>ddcprobe retrieves monitor and graphics card information</p></td> - - <tr><td> - <a href='admin_dmesg.html'> - dmesg</a></td> - <td><p>Policy for dmesg.</p></td> - - <tr><td> - <a href='admin_dmidecode.html'> - dmidecode</a></td> - <td><p>Decode DMI data for x86/ia64 bioses.</p></td> - - <tr><td> - <a href='admin_firstboot.html'> - firstboot</a></td> - <td><p> -Final system configuration run during the first boot -after installation of Red Hat/Fedora systems. -</p></td> - - <tr><td> - <a href='admin_kudzu.html'> - kudzu</a></td> - <td><p>Hardware detection and configuration tools</p></td> - - <tr><td> - <a href='admin_logrotate.html'> - logrotate</a></td> - <td><p>Rotate and archive system logs</p></td> - - <tr><td> - <a href='admin_logwatch.html'> - logwatch</a></td> - <td><p>System log analyzer and reporter</p></td> - - <tr><td> - <a href='admin_mrtg.html'> - mrtg</a></td> - <td><p>Network traffic graphing</p></td> - - <tr><td> - <a href='admin_netutils.html'> - netutils</a></td> - <td><p>Network analysis utilities</p></td> - - <tr><td> - <a href='admin_portage.html'> - portage</a></td> - <td><p> -Portage Package Management System. The primary package management and -distribution system for Gentoo. -</p></td> - - <tr><td> - <a href='admin_prelink.html'> - prelink</a></td> - <td><p>Prelink ELF shared library mappings.</p></td> - - <tr><td> - <a href='admin_quota.html'> - quota</a></td> - <td><p>File system quota management</p></td> - - <tr><td> - <a href='admin_readahead.html'> - readahead</a></td> - <td><p>Readahead, read files into page cache for improved performance</p></td> - - <tr><td> - <a href='admin_rpm.html'> - rpm</a></td> - <td><p>Policy for the RPM package manager.</p></td> - - <tr><td> - <a href='admin_su.html'> - su</a></td> - <td><p>Run shells with substitute user and group</p></td> - - <tr><td> - <a href='admin_sudo.html'> - sudo</a></td> - <td><p>Execute a command with a substitute user</p></td> - - <tr><td> - <a href='admin_tmpreaper.html'> - tmpreaper</a></td> - <td><p>Manage temporary directory sizes and file ages</p></td> - - <tr><td> - <a href='admin_updfstab.html'> - updfstab</a></td> - <td><p>Red Hat utility to change /etc/fstab.</p></td> - - <tr><td> - <a href='admin_usbmodules.html'> - usbmodules</a></td> - <td><p>List kernel modules of USB devices</p></td> - - <tr><td> - <a href='admin_usermanage.html'> - usermanage</a></td> - <td><p>Policy for managing user accounts.</p></td> - - <tr><td> - <a href='admin_vbetool.html'> - vbetool</a></td> - <td><p>run real-mode video BIOS code to alter hardware state</p></td> - - <tr><td> - <a href='admin_vpn.html'> - vpn</a></td> - <td><p>Virtual Private Networking client</p></td> - - </td></tr> - - - </td></tr> - - - </td></tr> - - - </td></tr> - - - </td></tr> - -</table> -<p/><br/><br/> - -<h1>Layer: kernel</h1><p/> - -<p><p> -Policy for kernel threads, proc filesystem, -and unlabeled processes and objects. -</p></p><br/> - - -<table border="1" cellspacing="0" cellpadding="3" width="75%"> -<tr><td class="title">Module:</td><td class="title">Description:</td></tr> - - - </td></tr> - - - </td></tr> - - - <tr><td> - <a href='kernel_corecommands.html'> - corecommands</a></td> - <td><p> -Core policy for shells, and generic programs -in /bin, /sbin, /usr/bin, and /usr/sbin. -</p></td> - - <tr><td> - <a href='kernel_corenetwork.html'> - corenetwork</a></td> - <td><p>Policy controlling access to network objects</p></td> - - <tr><td> - <a href='kernel_devices.html'> - devices</a></td> - <td><p> -Device nodes and interfaces for many basic system devices. -</p></td> - - <tr><td> - <a href='kernel_domain.html'> - domain</a></td> - <td><p>Core policy for domains.</p></td> - - <tr><td> - <a href='kernel_files.html'> - files</a></td> - <td><p> -Basic filesystem types and interfaces. -</p></td> - - <tr><td> - <a href='kernel_filesystem.html'> - filesystem</a></td> - <td><p>Policy for filesystems.</p></td> - - <tr><td> - <a href='kernel_kernel.html'> - kernel</a></td> - <td><p> -Policy for kernel threads, proc filesystem, -and unlabeled processes and objects. -</p></td> - - <tr><td> - <a href='kernel_mcs.html'> - mcs</a></td> - <td><p>Multicategory security policy</p></td> - - <tr><td> - <a href='kernel_mls.html'> - mls</a></td> - <td><p>Multilevel security policy</p></td> - - <tr><td> - <a href='kernel_selinux.html'> - selinux</a></td> - <td><p> -Policy for kernel security interface, in particular, selinuxfs. -</p></td> - - <tr><td> - <a href='kernel_storage.html'> - storage</a></td> - <td><p>Policy controlling access to storage devices</p></td> - - <tr><td> - <a href='kernel_terminal.html'> - terminal</a></td> - <td><p>Policy for terminals.</p></td> - - </td></tr> - - - </td></tr> - - - </td></tr> - -</table> -<p/><br/><br/> - -<h1>Layer: apps</h1><p/> - -<p><p>Policy modules for applications</p></p><br/> - - -<table border="1" cellspacing="0" cellpadding="3" width="75%"> -<tr><td class="title">Module:</td><td class="title">Description:</td></tr> - - - </td></tr> - - - <tr><td> - <a href='apps_cdrecord.html'> - cdrecord</a></td> - <td><p>Policy for cdrecord</p></td> - - <tr><td> - <a href='apps_gpg.html'> - gpg</a></td> - <td><p>Policy for GNU Privacy Guard and related programs.</p></td> - - <tr><td> - <a href='apps_irc.html'> - irc</a></td> - <td><p>IRC client policy</p></td> - - <tr><td> - <a href='apps_java.html'> - java</a></td> - <td><p>Java virtual machine</p></td> - - <tr><td> - <a href='apps_loadkeys.html'> - loadkeys</a></td> - <td><p>Load keyboard mappings.</p></td> - - <tr><td> - <a href='apps_lockdev.html'> - lockdev</a></td> - <td><p>device locking policy for lockdev</p></td> - - <tr><td> - <a href='apps_mono.html'> - mono</a></td> - <td><p>Run .NET server and client applications on Linux.</p></td> - - <tr><td> - <a href='apps_screen.html'> - screen</a></td> - <td><p>GNU terminal multiplexer</p></td> - - <tr><td> - <a href='apps_slocate.html'> - slocate</a></td> - <td><p>Update database for mlocate</p></td> - - <tr><td> - <a href='apps_tvtime.html'> - tvtime</a></td> - <td><p> tvtime - a high quality television application </p></td> - - <tr><td> - <a href='apps_uml.html'> - uml</a></td> - <td><p>Policy for UML</p></td> - - <tr><td> - <a href='apps_userhelper.html'> - userhelper</a></td> - <td><p>SELinux utility to run a shell with a new role</p></td> - - <tr><td> - <a href='apps_usernetctl.html'> - usernetctl</a></td> - <td><p>User network interface configuration helper</p></td> - - <tr><td> - <a href='apps_webalizer.html'> - webalizer</a></td> - <td><p>Web server log analysis</p></td> - - <tr><td> - <a href='apps_wine.html'> - wine</a></td> - <td><p>Wine Is Not an Emulator. Run Windows programs in Linux.</p></td> - - </td></tr> - - - </td></tr> - - - </td></tr> - - - </td></tr> - -</table> -<p/><br/><br/> - -<h1>Layer: system</h1><p/> - -<p><p> - Policy modules for system functions from init to multi-user login. -</p></p><br/> - - -<table border="1" cellspacing="0" cellpadding="3" width="75%"> -<tr><td class="title">Module:</td><td class="title">Description:</td></tr> - - - </td></tr> - - - </td></tr> - - - </td></tr> - - - </td></tr> - - - <tr><td> - <a href='system_authlogin.html'> - authlogin</a></td> - <td><p>Common policy for authentication and user login.</p></td> - - <tr><td> - <a href='system_clock.html'> - clock</a></td> - <td><p>Policy for reading and setting the hardware clock.</p></td> - - <tr><td> - <a href='system_daemontools.html'> - daemontools</a></td> - <td><p>Collection of tools for managing UNIX services</p></td> - - <tr><td> - <a href='system_fstools.html'> - fstools</a></td> - <td><p>Tools for filesystem management, such as mkfs and fsck.</p></td> - - <tr><td> - <a href='system_getty.html'> - getty</a></td> - <td><p>Policy for getty.</p></td> - - <tr><td> - <a href='system_hostname.html'> - hostname</a></td> - <td><p>Policy for changing the system host name.</p></td> - - <tr><td> - <a href='system_hotplug.html'> - hotplug</a></td> - <td><p> -Policy for hotplug system, for supporting the -connection and disconnection of devices at runtime. -</p></td> - - <tr><td> - <a href='system_init.html'> - init</a></td> - <td><p>System initialization programs (init and init scripts).</p></td> - - <tr><td> - <a href='system_ipsec.html'> - ipsec</a></td> - <td><p>TCP/IP encryption</p></td> - - <tr><td> - <a href='system_iptables.html'> - iptables</a></td> - <td><p>Policy for iptables.</p></td> - - <tr><td> - <a href='system_libraries.html'> - libraries</a></td> - <td><p>Policy for system libraries.</p></td> - - <tr><td> - <a href='system_locallogin.html'> - locallogin</a></td> - <td><p>Policy for local logins.</p></td> - - <tr><td> - <a href='system_logging.html'> - logging</a></td> - <td><p>Policy for the kernel message logger and system logging daemon.</p></td> - - <tr><td> - <a href='system_lvm.html'> - lvm</a></td> - <td><p>Policy for logical volume management programs.</p></td> - - <tr><td> - <a href='system_miscfiles.html'> - miscfiles</a></td> - <td><p>Miscelaneous files.</p></td> - - <tr><td> - <a href='system_modutils.html'> - modutils</a></td> - <td><p>Policy for kernel module utilities</p></td> - - <tr><td> - <a href='system_mount.html'> - mount</a></td> - <td><p>Policy for mount.</p></td> - - <tr><td> - <a href='system_pcmcia.html'> - pcmcia</a></td> - <td><p>PCMCIA card management services</p></td> - - <tr><td> - <a href='system_raid.html'> - raid</a></td> - <td><p>RAID array management tools</p></td> - - <tr><td> - <a href='system_selinuxutil.html'> - selinuxutil</a></td> - <td><p>Policy for SELinux policy and userland applications.</p></td> - - <tr><td> - <a href='system_sysnetwork.html'> - sysnetwork</a></td> - <td><p>Policy for network configuration: ifconfig and dhcp client.</p></td> - - <tr><td> - <a href='system_udev.html'> - udev</a></td> - <td><p>Policy for udev.</p></td> - - <tr><td> - <a href='system_unconfined.html'> - unconfined</a></td> - <td><p>The unconfined domain.</p></td> - - <tr><td> - <a href='system_userdomain.html'> - userdomain</a></td> - <td><p>Policy for user domains</p></td> - - </td></tr> - -</table> -<p/><br/><br/> - -<h1>Layer: services</h1><p/> - -<p><p> - Policy modules for system services, like cron, and network services, - like sshd. -</p></p><br/> - - -<table border="1" cellspacing="0" cellpadding="3" width="75%"> -<tr><td class="title">Module:</td><td class="title">Description:</td></tr> - - - </td></tr> - - - </td></tr> - - - </td></tr> - - - <tr><td> - <a href='services_apache.html'> - apache</a></td> - <td><p>Apache web server</p></td> - - <tr><td> - <a href='services_apm.html'> - apm</a></td> - <td><p>Advanced power management daemon</p></td> - - <tr><td> - <a href='services_arpwatch.html'> - arpwatch</a></td> - <td><p>Ethernet activity monitor.</p></td> - - <tr><td> - <a href='services_automount.html'> - automount</a></td> - <td><p>Filesystem automounter service.</p></td> - - <tr><td> - <a href='services_avahi.html'> - avahi</a></td> - <td><p>mDNS/DNS-SD daemon implementing Apple ZeroConf architecture</p></td> - - <tr><td> - <a href='services_bind.html'> - bind</a></td> - <td><p>Berkeley internet name domain DNS server.</p></td> - - <tr><td> - <a href='services_bluetooth.html'> - bluetooth</a></td> - <td><p>Bluetooth tools and system services.</p></td> - - <tr><td> - <a href='services_canna.html'> - canna</a></td> - <td><p>Canna - kana-kanji conversion server</p></td> - - <tr><td> - <a href='services_comsat.html'> - comsat</a></td> - <td><p>Comsat, a biff server.</p></td> - - <tr><td> - <a href='services_cpucontrol.html'> - cpucontrol</a></td> - <td><p>Services for loading CPU microcode and CPU frequency scaling.</p></td> - - <tr><td> - <a href='services_cron.html'> - cron</a></td> - <td><p>Periodic execution of scheduled commands.</p></td> - - <tr><td> - <a href='services_cups.html'> - cups</a></td> - <td><p>Common UNIX printing system</p></td> - - <tr><td> - <a href='services_cvs.html'> - cvs</a></td> - <td><p>Concurrent versions system</p></td> - - <tr><td> - <a href='services_cyrus.html'> - cyrus</a></td> - <td><p>Cyrus is an IMAP service intended to be run on sealed servers</p></td> - - <tr><td> - <a href='services_dbskk.html'> - dbskk</a></td> - <td><p>Dictionary server for the SKK Japanese input method system.</p></td> - - <tr><td> - <a href='services_dbus.html'> - dbus</a></td> - <td><p>Desktop messaging bus</p></td> - - <tr><td> - <a href='services_dhcp.html'> - dhcp</a></td> - <td><p>Dynamic host configuration protocol (DHCP) server</p></td> - - <tr><td> - <a href='services_dictd.html'> - dictd</a></td> - <td><p>Dictionary daemon</p></td> - - <tr><td> - <a href='services_distcc.html'> - distcc</a></td> - <td><p>Distributed compiler daemon</p></td> - - <tr><td> - <a href='services_djbdns.html'> - djbdns</a></td> - <td><p>small and secure DNS daemon</p></td> - - <tr><td> - <a href='services_dovecot.html'> - dovecot</a></td> - <td><p>Dovecot POP and IMAP mail server</p></td> - - <tr><td> - <a href='services_fetchmail.html'> - fetchmail</a></td> - <td><p>Remote-mail retrieval and forwarding utility</p></td> - - <tr><td> - <a href='services_finger.html'> - finger</a></td> - <td><p>Finger user information service.</p></td> - - <tr><td> - <a href='services_ftp.html'> - ftp</a></td> - <td><p>File transfer protocol service</p></td> - - <tr><td> - <a href='services_gpm.html'> - gpm</a></td> - <td><p>General Purpose Mouse driver</p></td> - - <tr><td> - <a href='services_hal.html'> - hal</a></td> - <td><p>Hardware abstraction layer</p></td> - - <tr><td> - <a href='services_howl.html'> - howl</a></td> - <td><p>Port of Apple Rendezvous multicast DNS</p></td> - - <tr><td> - <a href='services_i18n_input.html'> - i18n_input</a></td> - <td><p>IIIMF htt server</p></td> - - <tr><td> - <a href='services_inetd.html'> - inetd</a></td> - <td><p>Internet services daemon.</p></td> - - <tr><td> - <a href='services_inn.html'> - inn</a></td> - <td><p>Internet News NNTP server</p></td> - - <tr><td> - <a href='services_irqbalance.html'> - irqbalance</a></td> - <td><p>IRQ balancing daemon</p></td> - - <tr><td> - <a href='services_kerberos.html'> - kerberos</a></td> - <td><p>MIT Kerberos admin and KDC</p></td> - - <tr><td> - <a href='services_ktalk.html'> - ktalk</a></td> - <td><p>KDE Talk daemon</p></td> - - <tr><td> - <a href='services_ldap.html'> - ldap</a></td> - <td><p>OpenLDAP directory server</p></td> - - <tr><td> - <a href='services_lpd.html'> - lpd</a></td> - <td><p>Line printer daemon</p></td> - - <tr><td> - <a href='services_mailman.html'> - mailman</a></td> - <td><p>Mailman is for managing electronic mail discussion and e-newsletter lists</p></td> - - <tr><td> - <a href='services_mta.html'> - mta</a></td> - <td><p>Policy common to all email tranfer agents.</p></td> - - <tr><td> - <a href='services_mysql.html'> - mysql</a></td> - <td><p>Policy for MySQL</p></td> - - <tr><td> - <a href='services_networkmanager.html'> - networkmanager</a></td> - <td><p>Manager for dynamically switching between networks.</p></td> - - <tr><td> - <a href='services_nis.html'> - nis</a></td> - <td><p>Policy for NIS (YP) servers and clients</p></td> - - <tr><td> - <a href='services_nscd.html'> - nscd</a></td> - <td><p>Name service cache daemon</p></td> - - <tr><td> - <a href='services_ntp.html'> - ntp</a></td> - <td><p>Network time protocol daemon</p></td> - - <tr><td> - <a href='services_openct.html'> - openct</a></td> - <td><p>Service for handling smart card readers.</p></td> - - <tr><td> - <a href='services_pegasus.html'> - pegasus</a></td> - <td><p>The Open Group Pegasus CIM/WBEM Server.</p></td> - - <tr><td> - <a href='services_portmap.html'> - portmap</a></td> - <td><p>RPC port mapping service.</p></td> - - <tr><td> - <a href='services_postfix.html'> - postfix</a></td> - <td><p>Postfix email server</p></td> - - <tr><td> - <a href='services_postgresql.html'> - postgresql</a></td> - <td><p>PostgreSQL relational database</p></td> - - <tr><td> - <a href='services_ppp.html'> - ppp</a></td> - <td><p>Point to Point Protocol daemon creates links in ppp networks</p></td> - - <tr><td> - <a href='services_privoxy.html'> - privoxy</a></td> - <td><p>Privacy enhancing web proxy.</p></td> - - <tr><td> - <a href='services_procmail.html'> - procmail</a></td> - <td><p>Procmail mail delivery agent</p></td> - - <tr><td> - <a href='services_publicfile.html'> - publicfile</a></td> - <td><p>publicfile supplies files to the public through HTTP and FTP</p></td> - - <tr><td> - <a href='services_radius.html'> - radius</a></td> - <td><p>RADIUS authentication and accounting server.</p></td> - - <tr><td> - <a href='services_radvd.html'> - radvd</a></td> - <td><p>IPv6 router advertisement daemon</p></td> - - <tr><td> - <a href='services_rdisc.html'> - rdisc</a></td> - <td><p>Network router discovery daemon</p></td> - - <tr><td> - <a href='services_remotelogin.html'> - remotelogin</a></td> - <td><p>Policy for rshd, rlogind, and telnetd.</p></td> - - <tr><td> - <a href='services_rlogin.html'> - rlogin</a></td> - <td><p>Remote login daemon</p></td> - - <tr><td> - <a href='services_roundup.html'> - roundup</a></td> - <td><p>Roundup Issue Tracking System policy</p></td> - - <tr><td> - <a href='services_rpc.html'> - rpc</a></td> - <td><p>Remote Procedure Call Daemon for managment of network based process communication</p></td> - - <tr><td> - <a href='services_rshd.html'> - rshd</a></td> - <td><p>Remote shell service.</p></td> - - <tr><td> - <a href='services_rsync.html'> - rsync</a></td> - <td><p>Fast incremental file transfer for synchronization</p></td> - - <tr><td> - <a href='services_samba.html'> - samba</a></td> - <td><p> -SMB and CIFS client/server programs for UNIX and -name Service Switch daemon for resolving names -from Windows NT servers. -</p></td> - - <tr><td> - <a href='services_sasl.html'> - sasl</a></td> - <td><p>SASL authentication server</p></td> - - <tr><td> - <a href='services_sendmail.html'> - sendmail</a></td> - <td><p>Policy for sendmail.</p></td> - - <tr><td> - <a href='services_slrnpull.html'> - slrnpull</a></td> - <td><p>Service for downloading news feeds the slrn newsreader.</p></td> - - <tr><td> - <a href='services_smartmon.html'> - smartmon</a></td> - <td><p>Smart disk monitoring daemon policy</p></td> - - <tr><td> - <a href='services_snmp.html'> - snmp</a></td> - <td><p>Simple network management protocol services</p></td> - - <tr><td> - <a href='services_spamassassin.html'> - spamassassin</a></td> - <td><p>Filter used for removing unsolicited email.</p></td> - - <tr><td> - <a href='services_squid.html'> - squid</a></td> - <td><p>Squid caching http proxy server</p></td> - - <tr><td> - <a href='services_ssh.html'> - ssh</a></td> - <td><p>Secure shell client and server policy.</p></td> - - <tr><td> - <a href='services_stunnel.html'> - stunnel</a></td> - <td><p>SSL Tunneling Proxy</p></td> - - <tr><td> - <a href='services_sysstat.html'> - sysstat</a></td> - <td><p>Policy for sysstat. Reports on various system states</p></td> - - <tr><td> - <a href='services_tcpd.html'> - tcpd</a></td> - <td><p>Policy for TCP daemon.</p></td> - - <tr><td> - <a href='services_telnet.html'> - telnet</a></td> - <td><p>Telnet daemon</p></td> - - <tr><td> - <a href='services_tftp.html'> - tftp</a></td> - <td><p>Trivial file transfer protocol daemon</p></td> - - <tr><td> - <a href='services_timidity.html'> - timidity</a></td> - <td><p>MIDI to WAV converter and player configured as a service</p></td> - - <tr><td> - <a href='services_ucspitcp.html'> - ucspitcp</a></td> - <td><p>ucspitcp policy</p></td> - - <tr><td> - <a href='services_uucp.html'> - uucp</a></td> - <td><p>Unix to Unix Copy</p></td> - - <tr><td> - <a href='services_xfs.html'> - xfs</a></td> - <td><p>X Windows Font Server </p></td> - - <tr><td> - <a href='services_xserver.html'> - xserver</a></td> - <td><p>X Windows Server</p></td> - - <tr><td> - <a href='services_zebra.html'> - zebra</a></td> - <td><p>Zebra border gateway protocol network routing service</p></td> - - </td></tr> - - - </td></tr> - -</table> -<p/><br/><br/> - -</div> -</body> -</html> diff --git a/www/api-docs/interfaces.html b/www/api-docs/interfaces.html deleted file mode 100644 index 46df10f..0000000 --- a/www/api-docs/interfaces.html +++ /dev/null @@ -1,64399 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - - <a href='admin_acct.html'> - acct</a><br/> - - - <a href='admin_alsa.html'> - alsa</a><br/> - - - <a href='admin_amanda.html'> - amanda</a><br/> - - - <a href='admin_anaconda.html'> - anaconda</a><br/> - - - <a href='admin_bootloader.html'> - bootloader</a><br/> - - - <a href='admin_certwatch.html'> - certwatch</a><br/> - - - <a href='admin_consoletype.html'> - consoletype</a><br/> - - - <a href='admin_ddcprobe.html'> - ddcprobe</a><br/> - - - <a href='admin_dmesg.html'> - dmesg</a><br/> - - - <a href='admin_dmidecode.html'> - dmidecode</a><br/> - - - <a href='admin_firstboot.html'> - firstboot</a><br/> - - - <a href='admin_kudzu.html'> - kudzu</a><br/> - - - <a href='admin_logrotate.html'> - logrotate</a><br/> - - - <a href='admin_logwatch.html'> - logwatch</a><br/> - - - <a href='admin_mrtg.html'> - mrtg</a><br/> - - - <a href='admin_netutils.html'> - netutils</a><br/> - - - <a href='admin_portage.html'> - portage</a><br/> - - - <a href='admin_prelink.html'> - prelink</a><br/> - - - <a href='admin_quota.html'> - quota</a><br/> - - - <a href='admin_readahead.html'> - readahead</a><br/> - - - <a href='admin_rpm.html'> - rpm</a><br/> - - - <a href='admin_su.html'> - su</a><br/> - - - <a href='admin_sudo.html'> - sudo</a><br/> - - - <a href='admin_tmpreaper.html'> - tmpreaper</a><br/> - - - <a href='admin_updfstab.html'> - updfstab</a><br/> - - - <a href='admin_usbmodules.html'> - usbmodules</a><br/> - - - <a href='admin_usermanage.html'> - usermanage</a><br/> - - - <a href='admin_vbetool.html'> - vbetool</a><br/> - - - <a href='admin_vpn.html'> - vpn</a><br/> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - - <a href='apps_cdrecord.html'> - cdrecord</a><br/> - - - <a href='apps_gpg.html'> - gpg</a><br/> - - - <a href='apps_irc.html'> - irc</a><br/> - - - <a href='apps_java.html'> - java</a><br/> - - - <a href='apps_loadkeys.html'> - loadkeys</a><br/> - - - <a href='apps_lockdev.html'> - lockdev</a><br/> - - - <a href='apps_mono.html'> - mono</a><br/> - - - <a href='apps_screen.html'> - screen</a><br/> - - - <a href='apps_slocate.html'> - slocate</a><br/> - - - <a href='apps_tvtime.html'> - tvtime</a><br/> - - - <a href='apps_uml.html'> - uml</a><br/> - - - <a href='apps_userhelper.html'> - userhelper</a><br/> - - - <a href='apps_usernetctl.html'> - usernetctl</a><br/> - - - <a href='apps_webalizer.html'> - webalizer</a><br/> - - - <a href='apps_wine.html'> - wine</a><br/> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - - <a href='kernel_corecommands.html'> - corecommands</a><br/> - - - <a href='kernel_corenetwork.html'> - corenetwork</a><br/> - - - <a href='kernel_devices.html'> - devices</a><br/> - - - <a href='kernel_domain.html'> - domain</a><br/> - - - <a href='kernel_files.html'> - files</a><br/> - - - <a href='kernel_filesystem.html'> - filesystem</a><br/> - - - <a href='kernel_kernel.html'> - kernel</a><br/> - - - <a href='kernel_mcs.html'> - mcs</a><br/> - - - <a href='kernel_mls.html'> - mls</a><br/> - - - <a href='kernel_selinux.html'> - selinux</a><br/> - - - <a href='kernel_storage.html'> - storage</a><br/> - - - <a href='kernel_terminal.html'> - terminal</a><br/> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - - <a href='services_apache.html'> - apache</a><br/> - - - <a href='services_apm.html'> - apm</a><br/> - - - <a href='services_arpwatch.html'> - arpwatch</a><br/> - - - <a href='services_automount.html'> - automount</a><br/> - - - <a href='services_avahi.html'> - avahi</a><br/> - - - <a href='services_bind.html'> - bind</a><br/> - - - <a href='services_bluetooth.html'> - bluetooth</a><br/> - - - <a href='services_canna.html'> - canna</a><br/> - - - <a href='services_comsat.html'> - comsat</a><br/> - - - <a href='services_cpucontrol.html'> - cpucontrol</a><br/> - - - <a href='services_cron.html'> - cron</a><br/> - - - <a href='services_cups.html'> - cups</a><br/> - - - <a href='services_cvs.html'> - cvs</a><br/> - - - <a href='services_cyrus.html'> - cyrus</a><br/> - - - <a href='services_dbskk.html'> - dbskk</a><br/> - - - <a href='services_dbus.html'> - dbus</a><br/> - - - <a href='services_dhcp.html'> - dhcp</a><br/> - - - <a href='services_dictd.html'> - dictd</a><br/> - - - <a href='services_distcc.html'> - distcc</a><br/> - - - <a href='services_djbdns.html'> - djbdns</a><br/> - - - <a href='services_dovecot.html'> - dovecot</a><br/> - - - <a href='services_fetchmail.html'> - fetchmail</a><br/> - - - <a href='services_finger.html'> - finger</a><br/> - - - <a href='services_ftp.html'> - ftp</a><br/> - - - <a href='services_gpm.html'> - gpm</a><br/> - - - <a href='services_hal.html'> - hal</a><br/> - - - <a href='services_howl.html'> - howl</a><br/> - - - <a href='services_i18n_input.html'> - i18n_input</a><br/> - - - <a href='services_inetd.html'> - inetd</a><br/> - - - <a href='services_inn.html'> - inn</a><br/> - - - <a href='services_irqbalance.html'> - irqbalance</a><br/> - - - <a href='services_kerberos.html'> - kerberos</a><br/> - - - <a href='services_ktalk.html'> - ktalk</a><br/> - - - <a href='services_ldap.html'> - ldap</a><br/> - - - <a href='services_lpd.html'> - lpd</a><br/> - - - <a href='services_mailman.html'> - mailman</a><br/> - - - <a href='services_mta.html'> - mta</a><br/> - - - <a href='services_mysql.html'> - mysql</a><br/> - - - <a href='services_networkmanager.html'> - networkmanager</a><br/> - - - <a href='services_nis.html'> - nis</a><br/> - - - <a href='services_nscd.html'> - nscd</a><br/> - - - <a href='services_ntp.html'> - ntp</a><br/> - - - <a href='services_openct.html'> - openct</a><br/> - - - <a href='services_pegasus.html'> - pegasus</a><br/> - - - <a href='services_portmap.html'> - portmap</a><br/> - - - <a href='services_postfix.html'> - postfix</a><br/> - - - <a href='services_postgresql.html'> - postgresql</a><br/> - - - <a href='services_ppp.html'> - ppp</a><br/> - - - <a href='services_privoxy.html'> - privoxy</a><br/> - - - <a href='services_procmail.html'> - procmail</a><br/> - - - <a href='services_publicfile.html'> - publicfile</a><br/> - - - <a href='services_radius.html'> - radius</a><br/> - - - <a href='services_radvd.html'> - radvd</a><br/> - - - <a href='services_rdisc.html'> - rdisc</a><br/> - - - <a href='services_remotelogin.html'> - remotelogin</a><br/> - - - <a href='services_rlogin.html'> - rlogin</a><br/> - - - <a href='services_roundup.html'> - roundup</a><br/> - - - <a href='services_rpc.html'> - rpc</a><br/> - - - <a href='services_rshd.html'> - rshd</a><br/> - - - <a href='services_rsync.html'> - rsync</a><br/> - - - <a href='services_samba.html'> - samba</a><br/> - - - <a href='services_sasl.html'> - sasl</a><br/> - - - <a href='services_sendmail.html'> - sendmail</a><br/> - - - <a href='services_slrnpull.html'> - slrnpull</a><br/> - - - <a href='services_smartmon.html'> - smartmon</a><br/> - - - <a href='services_snmp.html'> - snmp</a><br/> - - - <a href='services_spamassassin.html'> - spamassassin</a><br/> - - - <a href='services_squid.html'> - squid</a><br/> - - - <a href='services_ssh.html'> - ssh</a><br/> - - - <a href='services_stunnel.html'> - stunnel</a><br/> - - - <a href='services_sysstat.html'> - sysstat</a><br/> - - - <a href='services_tcpd.html'> - tcpd</a><br/> - - - <a href='services_telnet.html'> - telnet</a><br/> - - - <a href='services_tftp.html'> - tftp</a><br/> - - - <a href='services_timidity.html'> - timidity</a><br/> - - - <a href='services_ucspitcp.html'> - ucspitcp</a><br/> - - - <a href='services_uucp.html'> - uucp</a><br/> - - - <a href='services_xfs.html'> - xfs</a><br/> - - - <a href='services_xserver.html'> - xserver</a><br/> - - - <a href='services_zebra.html'> - zebra</a><br/> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - - <a href='system_authlogin.html'> - authlogin</a><br/> - - - <a href='system_clock.html'> - clock</a><br/> - - - <a href='system_daemontools.html'> - daemontools</a><br/> - - - <a href='system_fstools.html'> - fstools</a><br/> - - - <a href='system_getty.html'> - getty</a><br/> - - - <a href='system_hostname.html'> - hostname</a><br/> - - - <a href='system_hotplug.html'> - hotplug</a><br/> - - - <a href='system_init.html'> - init</a><br/> - - - <a href='system_ipsec.html'> - ipsec</a><br/> - - - <a href='system_iptables.html'> - iptables</a><br/> - - - <a href='system_libraries.html'> - libraries</a><br/> - - - <a href='system_locallogin.html'> - locallogin</a><br/> - - - <a href='system_logging.html'> - logging</a><br/> - - - <a href='system_lvm.html'> - lvm</a><br/> - - - <a href='system_miscfiles.html'> - miscfiles</a><br/> - - - <a href='system_modutils.html'> - modutils</a><br/> - - - <a href='system_mount.html'> - mount</a><br/> - - - <a href='system_pcmcia.html'> - pcmcia</a><br/> - - - <a href='system_raid.html'> - raid</a><br/> - - - <a href='system_selinuxutil.html'> - selinuxutil</a><br/> - - - <a href='system_sysnetwork.html'> - sysnetwork</a><br/> - - - <a href='system_udev.html'> - udev</a><br/> - - - <a href='system_unconfined.html'> - unconfined</a><br/> - - - <a href='system_userdomain.html'> - userdomain</a><br/> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<h3>Master interface index:</h3> - - -<div id="interfacesmall"> -Module: <a href='admin_acct.html#link_acct_domtrans'> -acct</a><p/> -Layer: <a href='admin.html'> -admin</a><p/> -<div id="codeblock"> - -<b>acct_domtrans</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Transition to the accounting management domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='admin_acct.html#link_acct_exec'> -acct</a><p/> -Layer: <a href='admin.html'> -admin</a><p/> -<div id="codeblock"> - -<b>acct_exec</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute accounting management tools in the caller domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='admin_acct.html#link_acct_exec_data'> -acct</a><p/> -Layer: <a href='admin.html'> -admin</a><p/> -<div id="codeblock"> - -<b>acct_exec_data</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute accounting management data in the caller domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='admin_acct.html#link_acct_manage_data'> -acct</a><p/> -Layer: <a href='admin.html'> -admin</a><p/> -<div id="codeblock"> - -<b>acct_manage_data</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Create, read, write, and delete process accounting data. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='admin_alsa.html#link_alsa_domtrans'> -alsa</a><p/> -Layer: <a href='admin.html'> -admin</a><p/> -<div id="codeblock"> - -<b>alsa_domtrans</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Domain transition to alsa -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='admin_alsa.html#link_alsa_rw_semaphores'> -alsa</a><p/> -Layer: <a href='admin.html'> -admin</a><p/> -<div id="codeblock"> - -<b>alsa_rw_semaphores</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Allow read and write access to alsa semaphores. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='admin_alsa.html#link_alsa_rw_shared_mem'> -alsa</a><p/> -Layer: <a href='admin.html'> -admin</a><p/> -<div id="codeblock"> - -<b>alsa_rw_shared_mem</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Allow read and write access to alsa shared memory. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='admin_amanda.html#link_amanda_append_log_files'> -amanda</a><p/> -Layer: <a href='admin.html'> -admin</a><p/> -<div id="codeblock"> - -<b>amanda_append_log_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Allow read/writing amanda logs -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='admin_amanda.html#link_amanda_domtrans_recover'> -amanda</a><p/> -Layer: <a href='admin.html'> -admin</a><p/> -<div id="codeblock"> - -<b>amanda_domtrans_recover</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute amrecover in the amanda_recover domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='admin_amanda.html#link_amanda_dontaudit_read_dumpdates'> -amanda</a><p/> -Layer: <a href='admin.html'> -admin</a><p/> -<div id="codeblock"> - -<b>amanda_dontaudit_read_dumpdates</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to read /etc/dumpdates. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='admin_amanda.html#link_amanda_run_recover'> -amanda</a><p/> -Layer: <a href='admin.html'> -admin</a><p/> -<div id="codeblock"> - -<b>amanda_run_recover</b>( - - - - - domain - - - - , - - - - role - - - - , - - - - terminal - - - )<br> -</div> - -<div id="description"> -<p> -Execute amrecover in the amanda_recover domain, and -allow the specified role the amanda_recover domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='admin_amanda.html#link_amanda_rw_dumpdates_files'> -amanda</a><p/> -Layer: <a href='admin.html'> -admin</a><p/> -<div id="codeblock"> - -<b>amanda_rw_dumpdates_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Allow read/writing /etc/dumpdates. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='admin_amanda.html#link_amanda_search_lib'> -amanda</a><p/> -Layer: <a href='admin.html'> -admin</a><p/> -<div id="codeblock"> - -<b>amanda_search_lib</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Search amanda library directories. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_apache.html#link_apache_append_squirrelmail_data'> -apache</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>apache_append_squirrelmail_data</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Allow the specified domain to append -apache squirrelmail data. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_apache.html#link_apache_domtrans'> -apache</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>apache_domtrans</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Transition to apache. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_apache.html#link_apache_domtrans_all_scripts'> -apache</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>apache_domtrans_all_scripts</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute all user scripts in the user -script domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_apache.html#link_apache_domtrans_helper'> -apache</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>apache_domtrans_helper</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute the Apache helper program with -a domain transition. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_apache.html#link_apache_domtrans_sys_script'> -apache</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>apache_domtrans_sys_script</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute all web scripts in the system -script domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_apache.html#link_apache_dontaudit_append_log'> -apache</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>apache_dontaudit_append_log</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to append to the -Apache logs. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_apache.html#link_apache_dontaudit_rw_stream_sockets'> -apache</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>apache_dontaudit_rw_stream_sockets</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to read and write Apache -unix domain stream sockets. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_apache.html#link_apache_dontaudit_rw_sys_script_stream_sockets'> -apache</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>apache_dontaudit_rw_sys_script_stream_sockets</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to read and write Apache -system script unix domain stream sockets. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_apache.html#link_apache_dontaudit_rw_tcp_sockets'> -apache</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>apache_dontaudit_rw_tcp_sockets</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to read and write Apache -TCP sockets. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_apache.html#link_apache_dontaudit_search_modules'> -apache</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>apache_dontaudit_search_modules</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to search Apache -module directories. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_apache.html#link_apache_exec_modules'> -apache</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>apache_exec_modules</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Allow the specified domain to execute -apache modules. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_apache.html#link_apache_list_modules'> -apache</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>apache_list_modules</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Allow the specified domain to list -the contents of the apache modules -directory. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_apache.html#link_apache_manage_sys_content'> -apache</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>apache_manage_sys_content</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Allow the specified domain to manage -apache system content files. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_apache.html#link_apache_read_config'> -apache</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>apache_read_config</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Allow the specified domain to read -apache configuration files. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_apache.html#link_apache_read_log'> -apache</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>apache_read_log</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Allow the specified domain to read -apache log files. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_apache.html#link_apache_read_squirrelmail_data'> -apache</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>apache_read_squirrelmail_data</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Allow the specified domain to read -apache squirrelmail data. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_apache.html#link_apache_read_sys_content'> -apache</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>apache_read_sys_content</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read apache system content -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_apache.html#link_apache_run_all_scripts'> -apache</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>apache_run_all_scripts</b>( - - - - - domain - - - - , - - - - role - - - )<br> -</div> - -<div id="description"> -<p> -Execute all user scripts in the user -script domain. Add user script domains -to the specified role. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_apache.html#link_apache_run_helper'> -apache</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>apache_run_helper</b>( - - - - - domain - - - - , - - - - role - - - - , - - - - terminal - - - )<br> -</div> - -<div id="description"> -<p> -Execute the Apache helper program with -a domain transition, and allow the -specified role the dmidecode domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_apache.html#link_apache_search_sys_script_state'> -apache</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>apache_search_sys_script_state</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Search system script state directory. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_apache.html#link_apache_sigchld'> -apache</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>apache_sigchld</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send a SIGCHLD signal to apache. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_apache.html#link_apache_signull'> -apache</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>apache_signull</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send a null signal to apache. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_apache.html#link_apache_use_fds'> -apache</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>apache_use_fds</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Inherit and use file descriptors from Apache. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_apm.html#link_apm_append_log'> -apm</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>apm_append_log</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Append to apm's log file. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_apm.html#link_apm_domtrans_client'> -apm</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>apm_domtrans_client</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute APM in the apm domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_apm.html#link_apm_rw_stream_sockets'> -apm</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>apm_rw_stream_sockets</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read and write to an apm unix stream socket. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_apm.html#link_apm_stream_connect'> -apm</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>apm_stream_connect</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Connect to apmd over an unix stream socket. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_apm.html#link_apm_use_fds'> -apm</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>apm_use_fds</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Use file descriptors for apmd. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_apm.html#link_apm_write_pipes'> -apm</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>apm_write_pipes</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Write to apmd unnamed pipes. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_arpwatch.html#link_arpwatch_dontaudit_rw_packet_sockets'> -arpwatch</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>arpwatch_dontaudit_rw_packet_sockets</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to read and write -arpwatch packet sockets. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_arpwatch.html#link_arpwatch_manage_data_files'> -arpwatch</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>arpwatch_manage_data_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Create arpwatch data files. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_arpwatch.html#link_arpwatch_manage_tmp_files'> -arpwatch</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>arpwatch_manage_tmp_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read and write arpwatch temporary files. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_arpwatch.html#link_arpwatch_rw_tmp_files'> -arpwatch</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>arpwatch_rw_tmp_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read and write arpwatch temporary files. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_arpwatch.html#link_arpwatch_search_data'> -arpwatch</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>arpwatch_search_data</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Search arpwatch's data file directories. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_authlogin.html#link_auth_append_faillog'> -authlogin</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>auth_append_faillog</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Append to the login failure log. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_authlogin.html#link_auth_append_lastlog'> -authlogin</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>auth_append_lastlog</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Append only to the last logins log. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_authlogin.html#link_auth_append_login_records'> -authlogin</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>auth_append_login_records</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Append to login records (wtmp). -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_authlogin.html#link_auth_can_read_shadow_passwords'> -authlogin</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>auth_can_read_shadow_passwords</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_authlogin.html#link_auth_delete_pam_console_data'> -authlogin</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>auth_delete_pam_console_data</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Delete pam_console data. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_authlogin.html#link_auth_delete_pam_pid'> -authlogin</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>auth_delete_pam_pid</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Delete pam PID files. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_authlogin.html#link_auth_domtrans_chk_passwd'> -authlogin</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>auth_domtrans_chk_passwd</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Run unix_chkpwd to check a password. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_authlogin.html#link_auth_domtrans_login_program'> -authlogin</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>auth_domtrans_login_program</b>( - - - - - domain - - - - , - - - - target_domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute a login_program in the target domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_authlogin.html#link_auth_domtrans_pam'> -authlogin</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>auth_domtrans_pam</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute pam programs in the pam domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_authlogin.html#link_auth_domtrans_pam_console'> -authlogin</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>auth_domtrans_pam_console</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_authlogin.html#link_auth_domtrans_utempter'> -authlogin</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>auth_domtrans_utempter</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute utempter programs in the utempter domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_authlogin.html#link_auth_dontaudit_exec_utempter'> -authlogin</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>auth_dontaudit_exec_utempter</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attemps to execute utempter executable. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_authlogin.html#link_auth_dontaudit_getattr_shadow'> -authlogin</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>auth_dontaudit_getattr_shadow</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to get the attributes -of the shadow passwords file. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_authlogin.html#link_auth_dontaudit_read_pam_pid'> -authlogin</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>auth_dontaudit_read_pam_pid</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attemps to read PAM pid files. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_authlogin.html#link_auth_dontaudit_read_shadow'> -authlogin</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>auth_dontaudit_read_shadow</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to read the shadow -password file (/etc/shadow). -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_authlogin.html#link_auth_dontaudit_write_login_records'> -authlogin</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>auth_dontaudit_write_login_records</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_authlogin.html#link_auth_exec_pam'> -authlogin</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>auth_exec_pam</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute the pam program. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_authlogin.html#link_auth_getattr_shadow'> -authlogin</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>auth_getattr_shadow</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Get the attributes of the shadow passwords file. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_authlogin.html#link_auth_list_pam_console_data'> -authlogin</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>auth_list_pam_console_data</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_authlogin.html#link_auth_log_filetrans_login_records'> -authlogin</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>auth_log_filetrans_login_records</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_authlogin.html#link_auth_login_entry_type'> -authlogin</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>auth_login_entry_type</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Use the login program as an entry point program. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_authlogin.html#link_auth_manage_all_files_except_shadow'> -authlogin</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>auth_manage_all_files_except_shadow</b>( - - - - - domain - - - - , - - - - exception_types - - - )<br> -</div> - -<div id="description"> -<p> -Manage all files on the filesystem, except -the shadow passwords and listed exceptions. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_authlogin.html#link_auth_manage_login_records'> -authlogin</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>auth_manage_login_records</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_authlogin.html#link_auth_manage_pam_console_data'> -authlogin</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>auth_manage_pam_console_data</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_authlogin.html#link_auth_manage_pam_pid'> -authlogin</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>auth_manage_pam_pid</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Manage pam PID files. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_authlogin.html#link_auth_manage_shadow'> -authlogin</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>auth_manage_shadow</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_authlogin.html#link_auth_manage_var_auth'> -authlogin</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>auth_manage_var_auth</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Manage var auth files. Used by various other applications -and pam applets etc. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_authlogin.html#link_auth_read_all_dirs_except_shadow'> -authlogin</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>auth_read_all_dirs_except_shadow</b>( - - - - - domain - - - - , - - - - exception_types - - - )<br> -</div> - -<div id="description"> -<p> -Read all directories on the filesystem, except -the shadow passwords and listed exceptions. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_authlogin.html#link_auth_read_all_files_except_shadow'> -authlogin</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>auth_read_all_files_except_shadow</b>( - - - - - domain - - - - , - - - - exception_types - - - )<br> -</div> - -<div id="description"> -<p> -Read all files on the filesystem, except -the shadow passwords and listed exceptions. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_authlogin.html#link_auth_read_all_symlinks_except_shadow'> -authlogin</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>auth_read_all_symlinks_except_shadow</b>( - - - - - domain - - - - , - - - - exception_types - - - )<br> -</div> - -<div id="description"> -<p> -Read all symbolic links on the filesystem, except -the shadow passwords and listed exceptions. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_authlogin.html#link_auth_read_lastlog'> -authlogin</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>auth_read_lastlog</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read the last logins log. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_authlogin.html#link_auth_read_login_records'> -authlogin</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>auth_read_login_records</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_authlogin.html#link_auth_read_pam_console_data'> -authlogin</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>auth_read_pam_console_data</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_authlogin.html#link_auth_read_pam_pid'> -authlogin</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>auth_read_pam_pid</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_authlogin.html#link_auth_read_shadow'> -authlogin</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>auth_read_shadow</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read the shadow passwords file (/etc/shadow) -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_authlogin.html#link_auth_relabel_all_files_except_shadow'> -authlogin</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>auth_relabel_all_files_except_shadow</b>( - - - - - domain - - - - , - - - - exception_types - - - )<br> -</div> - -<div id="description"> -<p> -Relabel all files on the filesystem, except -the shadow passwords and listed exceptions. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_authlogin.html#link_auth_relabel_shadow'> -authlogin</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>auth_relabel_shadow</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Relabel from and to the shadow -password file type. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_authlogin.html#link_auth_relabelto_shadow'> -authlogin</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>auth_relabelto_shadow</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Relabel to the shadow -password file type. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_authlogin.html#link_auth_run_pam'> -authlogin</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>auth_run_pam</b>( - - - - - domain - - - - , - - - - role - - - - , - - - - terminal - - - )<br> -</div> - -<div id="description"> -<p> -Execute pam programs in the PAM domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_authlogin.html#link_auth_run_utempter'> -authlogin</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>auth_run_utempter</b>( - - - - - domain - - - - , - - - - role - - - - , - - - - terminal - - - )<br> -</div> - -<div id="description"> -<p> -Execute utempter programs in the utempter domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_authlogin.html#link_auth_rw_faillog'> -authlogin</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>auth_rw_faillog</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_authlogin.html#link_auth_rw_lastlog'> -authlogin</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>auth_rw_lastlog</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read and write to the last logins log. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_authlogin.html#link_auth_rw_login_records'> -authlogin</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>auth_rw_login_records</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_authlogin.html#link_auth_rw_shadow'> -authlogin</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>auth_rw_shadow</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read and write the shadow password file (/etc/shadow). -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_authlogin.html#link_auth_search_pam_console_data'> -authlogin</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>auth_search_pam_console_data</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Search the contents of the -pam_console data directory. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_authlogin.html#link_auth_setattr_login_records'> -authlogin</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>auth_setattr_login_records</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_authlogin.html#link_auth_tunable_read_shadow'> -authlogin</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>auth_tunable_read_shadow</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_authlogin.html#link_auth_unconfined'> -authlogin</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>auth_unconfined</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Unconfined access to the authlogin module. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_authlogin.html#link_auth_use_nsswitch'> -authlogin</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>auth_use_nsswitch</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Use nsswitch to look up uid-username mappings. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_authlogin.html#link_auth_write_login_records'> -authlogin</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>auth_write_login_records</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Write to login records (wtmp). -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_automount.html#link_automount_domtrans'> -automount</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>automount_domtrans</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute automount in the automount domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_automount.html#link_automount_dontaudit_getattr_tmp_dirs'> -automount</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>automount_dontaudit_getattr_tmp_dirs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to get the attributes -of automount temporary directories. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_automount.html#link_automount_exec_config'> -automount</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>automount_exec_config</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute automount in the caller domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_avahi.html#link_avahi_dbus_chat'> -avahi</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>avahi_dbus_chat</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive messages from -avahi over dbus. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_bind.html#link_bind_domtrans'> -bind</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>bind_domtrans</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute bind in the named domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_bind.html#link_bind_domtrans_ndc'> -bind</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>bind_domtrans_ndc</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute ndc in the ndc domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_bind.html#link_bind_manage_cache'> -bind</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>bind_manage_cache</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Create, read, write, and delete -BIND cache files. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_bind.html#link_bind_manage_config_dirs'> -bind</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>bind_manage_config_dirs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Create, read, write, and delete -BIND configuration directories. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_bind.html#link_bind_read_config'> -bind</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>bind_read_config</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read BIND named configuration files. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_bind.html#link_bind_read_dnssec_keys'> -bind</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>bind_read_dnssec_keys</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read DNSSEC keys. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_bind.html#link_bind_read_zone'> -bind</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>bind_read_zone</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read BIND zone files. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_bind.html#link_bind_run_ndc'> -bind</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>bind_run_ndc</b>( - - - - - domain - - - - , - - - - role - - - - , - - - - terminal - - - )<br> -</div> - -<div id="description"> -<p> -Execute ndc in the ndc domain, and -allow the specified role the ndc domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_bind.html#link_bind_search_cache'> -bind</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>bind_search_cache</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Search the BIND cache directory. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_bind.html#link_bind_setattr_pid_dirs'> -bind</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>bind_setattr_pid_dirs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to set the attributes -of the BIND pid directory. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_bind.html#link_bind_signal'> -bind</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>bind_signal</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send generic signals to BIND. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_bind.html#link_bind_write_config'> -bind</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>bind_write_config</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Write BIND named configuration files. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_bluetooth.html#link_bluetooth_dbus_chat'> -bluetooth</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>bluetooth_dbus_chat</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive messages from -bluetooth over dbus. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_bluetooth.html#link_bluetooth_domtrans_helper'> -bluetooth</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>bluetooth_domtrans_helper</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute bluetooth_helper in the bluetooth_helper domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_bluetooth.html#link_bluetooth_dontaudit_read_helper_files'> -bluetooth</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>bluetooth_dontaudit_read_helper_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read bluetooth helper files. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_bluetooth.html#link_bluetooth_read_config'> -bluetooth</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>bluetooth_read_config</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read bluetooth daemon configuration. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_bluetooth.html#link_bluetooth_run_helper'> -bluetooth</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>bluetooth_run_helper</b>( - - - - - domain - - - - , - - - - role - - - - , - - - - terminal - - - )<br> -</div> - -<div id="description"> -<p> -Execute bluetooth_helper in the bluetooth_helper domain, and -allow the specified role the bluetooth_helper domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='admin_bootloader.html#link_bootloader_create_runtime_file'> -bootloader</a><p/> -Layer: <a href='admin.html'> -admin</a><p/> -<div id="codeblock"> - -<b>bootloader_create_runtime_file</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read and write the bootloader -temporary data in /tmp. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='admin_bootloader.html#link_bootloader_domtrans'> -bootloader</a><p/> -Layer: <a href='admin.html'> -admin</a><p/> -<div id="codeblock"> - -<b>bootloader_domtrans</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute bootloader in the bootloader domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='admin_bootloader.html#link_bootloader_read_config'> -bootloader</a><p/> -Layer: <a href='admin.html'> -admin</a><p/> -<div id="codeblock"> - -<b>bootloader_read_config</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read the bootloader configuration file. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='admin_bootloader.html#link_bootloader_run'> -bootloader</a><p/> -Layer: <a href='admin.html'> -admin</a><p/> -<div id="codeblock"> - -<b>bootloader_run</b>( - - - - - domain - - - - , - - - - role - - - - , - - - - terminal - - - )<br> -</div> - -<div id="description"> -<p> -Execute bootloader interactively and do -a domain transition to the bootloader domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='admin_bootloader.html#link_bootloader_rw_config'> -bootloader</a><p/> -Layer: <a href='admin.html'> -admin</a><p/> -<div id="codeblock"> - -<b>bootloader_rw_config</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read and write the bootloader -configuration file. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='admin_bootloader.html#link_bootloader_rw_tmp_files'> -bootloader</a><p/> -Layer: <a href='admin.html'> -admin</a><p/> -<div id="codeblock"> - -<b>bootloader_rw_tmp_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read and write the bootloader -temporary data in /tmp. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_canna.html#link_canna_stream_connect'> -canna</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>canna_stream_connect</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Connect to Canna using a unix domain stream socket. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='admin_certwatch.html#link_certwatach_run'> -certwatch</a><p/> -Layer: <a href='admin.html'> -admin</a><p/> -<div id="codeblock"> - -<b>certwatach_run</b>( - - - - - domain - - - - , - - - - role - - - - , - - - - terminal - - - )<br> -</div> - -<div id="description"> -<p> -Execute certwatch in the certwatch domain, and -allow the specified role the certwatch domain, -and use the caller's terminal. Has a sigchld -backchannel. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='admin_certwatch.html#link_certwatch_domtrans'> -certwatch</a><p/> -Layer: <a href='admin.html'> -admin</a><p/> -<div id="codeblock"> - -<b>certwatch_domtrans</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Domain transition to certwatch. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_clock.html#link_clock_domtrans'> -clock</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>clock_domtrans</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute hwclock in the clock domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_clock.html#link_clock_exec'> -clock</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>clock_exec</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute hwclock in the caller domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_clock.html#link_clock_run'> -clock</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>clock_run</b>( - - - - - domain - - - - , - - - - role - - - - , - - - - terminal - - - )<br> -</div> - -<div id="description"> -<p> -Execute hwclock in the clock domain, and -allow the specified role the hwclock domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_clock.html#link_clock_rw_adjtime'> -clock</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>clock_rw_adjtime</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Allow executing domain to modify clock drift -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='admin_consoletype.html#link_consoletype_domtrans'> -consoletype</a><p/> -Layer: <a href='admin.html'> -admin</a><p/> -<div id="codeblock"> - -<b>consoletype_domtrans</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute consoletype in the consoletype domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='admin_consoletype.html#link_consoletype_exec'> -consoletype</a><p/> -Layer: <a href='admin.html'> -admin</a><p/> -<div id="codeblock"> - -<b>consoletype_exec</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute consoletype in the caller domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='admin_consoletype.html#link_consoletype_run'> -consoletype</a><p/> -Layer: <a href='admin.html'> -admin</a><p/> -<div id="codeblock"> - -<b>consoletype_run</b>( - - - - - domain - - - - , - - - - role - - - - , - - - - terminal - - - )<br> -</div> - -<div id="description"> -<p> -Execute consoletype in the consoletype domain, and -allow the specified role the consoletype domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corecommands.html#link_corecmd_bin_alias'> -corecommands</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corecmd_bin_alias</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Create a aliased type to generic bin files. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corecommands.html#link_corecmd_bin_domtrans'> -corecommands</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corecmd_bin_domtrans</b>( - - - - - domain - - - - , - - - - target_domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute a file in a bin directory -in the specified domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corecommands.html#link_corecmd_bin_spec_domtrans'> -corecommands</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corecmd_bin_spec_domtrans</b>( - - - - - domain - - - - , - - - - target_domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute a file in a bin directory -in the specified domain but do not -do it automatically. This is an explicit -transition, requiring the caller to use setexeccon(). -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corecommands.html#link_corecmd_check_exec_shell'> -corecommands</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corecmd_check_exec_shell</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Check if a shell is executable (DAC-wise). -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corecommands.html#link_corecmd_dontaudit_getattr_sbin_files'> -corecommands</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corecmd_dontaudit_getattr_sbin_files</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corecommands.html#link_corecmd_dontaudit_search_sbin'> -corecommands</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corecmd_dontaudit_search_sbin</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to search -sbin directories. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corecommands.html#link_corecmd_exec_bin'> -corecommands</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corecmd_exec_bin</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corecommands.html#link_corecmd_exec_chroot'> -corecommands</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corecmd_exec_chroot</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corecommands.html#link_corecmd_exec_ls'> -corecommands</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corecmd_exec_ls</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corecommands.html#link_corecmd_exec_sbin'> -corecommands</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corecmd_exec_sbin</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corecommands.html#link_corecmd_exec_shell'> -corecommands</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corecmd_exec_shell</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corecommands.html#link_corecmd_getattr_bin_files'> -corecommands</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corecmd_getattr_bin_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Get the attributes of files in bin directories. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corecommands.html#link_corecmd_getattr_sbin_files'> -corecommands</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corecmd_getattr_sbin_files</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corecommands.html#link_corecmd_list_bin'> -corecommands</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corecmd_list_bin</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corecommands.html#link_corecmd_list_sbin'> -corecommands</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corecmd_list_sbin</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corecommands.html#link_corecmd_manage_bin_files'> -corecommands</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corecmd_manage_bin_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Create, read, write, and delete bin files. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corecommands.html#link_corecmd_manage_sbin_files'> -corecommands</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corecmd_manage_sbin_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Create, read, write, and delete sbin files. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corecommands.html#link_corecmd_mmap_bin_files'> -corecommands</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corecmd_mmap_bin_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Mmap a bin file as executable. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corecommands.html#link_corecmd_mmap_sbin_files'> -corecommands</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corecmd_mmap_sbin_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Mmap a sbin file as executable. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corecommands.html#link_corecmd_read_bin_files'> -corecommands</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corecmd_read_bin_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read files in bin directories. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corecommands.html#link_corecmd_read_bin_pipes'> -corecommands</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corecmd_read_bin_pipes</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read pipes in bin directories. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corecommands.html#link_corecmd_read_bin_sockets'> -corecommands</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corecmd_read_bin_sockets</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read named sockets in bin directories. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corecommands.html#link_corecmd_read_bin_symlinks'> -corecommands</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corecmd_read_bin_symlinks</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read symbolic links in bin directories. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corecommands.html#link_corecmd_read_sbin_files'> -corecommands</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corecmd_read_sbin_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read files in sbin directories. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corecommands.html#link_corecmd_read_sbin_pipes'> -corecommands</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corecmd_read_sbin_pipes</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read named pipes in sbin directories. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corecommands.html#link_corecmd_read_sbin_sockets'> -corecommands</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corecmd_read_sbin_sockets</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read named sockets in sbin directories. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corecommands.html#link_corecmd_read_sbin_symlinks'> -corecommands</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corecmd_read_sbin_symlinks</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read symbolic links in sbin directories. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corecommands.html#link_corecmd_relabel_bin_files'> -corecommands</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corecmd_relabel_bin_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Relabel to and from the bin type. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corecommands.html#link_corecmd_relabel_sbin_files'> -corecommands</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corecmd_relabel_sbin_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Relabel to and from the sbin type. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corecommands.html#link_corecmd_sbin_domtrans'> -corecommands</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corecmd_sbin_domtrans</b>( - - - - - domain - - - - , - - - - target_domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute a file in a sbin directory -in the specified domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corecommands.html#link_corecmd_sbin_spec_domtrans'> -corecommands</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corecmd_sbin_spec_domtrans</b>( - - - - - domain - - - - , - - - - target_domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute a file in a sbin directory -in the specified domain but do not -do it automatically. This is an explicit -transition, requiring the caller to use setexeccon(). -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corecommands.html#link_corecmd_search_bin'> -corecommands</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corecmd_search_bin</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corecommands.html#link_corecmd_search_sbin'> -corecommands</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corecmd_search_sbin</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corecommands.html#link_corecmd_shell_domtrans'> -corecommands</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corecmd_shell_domtrans</b>( - - - - - domain - - - - , - - - - target_domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute a shell in the specified domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corecommands.html#link_corecmd_shell_entry_type'> -corecommands</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corecmd_shell_entry_type</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Make the shell an entrypoint for the specified domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corecommands.html#link_corecmd_shell_spec_domtrans'> -corecommands</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corecmd_shell_spec_domtrans</b>( - - - - - domain - - - - , - - - - target_domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute a shell in the target domain. This -is an explicit transition, requiring the -caller to use setexeccon(). -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_dontaudit_tcp_bind_all_ports'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_dontaudit_tcp_bind_all_ports</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attepts to bind TCP sockets to any ports. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_dontaudit_tcp_bind_all_reserved_ports'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_dontaudit_tcp_bind_all_reserved_ports</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to bind TCP sockets to all reserved ports. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_dontaudit_tcp_connect_all_reserved_ports'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_dontaudit_tcp_connect_all_reserved_ports</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to connect TCP sockets -all reserved ports. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_dontaudit_udp_bind_all_reserved_ports'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_dontaudit_udp_bind_all_reserved_ports</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to bind UDP sockets to all reserved ports. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_non_ipsec_sendrecv'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_non_ipsec_sendrecv</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive messages on a -non-encrypted (no IPSEC) network -session. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_raw_bind_all_nodes'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_raw_bind_all_nodes</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind raw sockets to all nodes. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_raw_receive_all_if'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_raw_receive_all_if</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Receive raw IP packets on all interfaces. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_raw_receive_all_nodes'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_raw_receive_all_nodes</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Receive raw IP packets on all nodes. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_raw_receive_compat_ipv4_node'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_raw_receive_compat_ipv4_node</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Receive raw IP packets on the compat_ipv4 node. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_raw_receive_generic_if'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_raw_receive_generic_if</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Receive raw IP packets on generic interfaces. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_raw_receive_generic_node'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_raw_receive_generic_node</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Receive raw IP packets on generic nodes. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_raw_receive_inaddr_any_node'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_raw_receive_inaddr_any_node</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Receive raw IP packets on the inaddr_any node. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_raw_receive_link_local_node'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_raw_receive_link_local_node</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Receive raw IP packets on the link_local node. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_raw_receive_lo_if'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_raw_receive_lo_if</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Receive raw IP packets on the lo interface. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_raw_receive_lo_node'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_raw_receive_lo_node</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Receive raw IP packets on the lo node. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_raw_receive_mapped_ipv4_node'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_raw_receive_mapped_ipv4_node</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Receive raw IP packets on the mapped_ipv4 node. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_raw_receive_multicast_node'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_raw_receive_multicast_node</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Receive raw IP packets on the multicast node. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_raw_receive_site_local_node'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_raw_receive_site_local_node</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Receive raw IP packets on the site_local node. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_raw_receive_unspec_node'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_raw_receive_unspec_node</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Receive raw IP packets on the unspec node. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_raw_send_all_if'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_raw_send_all_if</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send raw IP packets on all interfaces. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_raw_send_all_nodes'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_raw_send_all_nodes</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send raw IP packets on all nodes. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_raw_send_compat_ipv4_node'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_raw_send_compat_ipv4_node</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send raw IP packets on the compat_ipv4 node. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_raw_send_generic_if'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_raw_send_generic_if</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send raw IP packets on generic interfaces. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_raw_send_generic_node'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_raw_send_generic_node</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send raw IP packets on generic nodes. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_raw_send_inaddr_any_node'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_raw_send_inaddr_any_node</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send raw IP packets on the inaddr_any node. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_raw_send_link_local_node'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_raw_send_link_local_node</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send raw IP packets on the link_local node. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_raw_send_lo_if'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_raw_send_lo_if</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send raw IP packets on the lo interface. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_raw_send_lo_node'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_raw_send_lo_node</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send raw IP packets on the lo node. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_raw_send_mapped_ipv4_node'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_raw_send_mapped_ipv4_node</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send raw IP packets on the mapped_ipv4 node. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_raw_send_multicast_node'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_raw_send_multicast_node</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send raw IP packets on the multicast node. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_raw_send_site_local_node'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_raw_send_site_local_node</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send raw IP packets on the site_local node. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_raw_send_unspec_node'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_raw_send_unspec_node</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send raw IP packets on the unspec node. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_raw_sendrecv_all_if'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_raw_sendrecv_all_if</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive raw IP packets on all interfaces. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_raw_sendrecv_all_nodes'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_raw_sendrecv_all_nodes</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive raw IP packets on all nodes. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_raw_sendrecv_compat_ipv4_node'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_raw_sendrecv_compat_ipv4_node</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive raw IP packets on the compat_ipv4 node. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_raw_sendrecv_generic_if'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_raw_sendrecv_generic_if</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive raw IP packets on generic interfaces. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_raw_sendrecv_generic_node'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_raw_sendrecv_generic_node</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive raw IP packets on generic nodes. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_raw_sendrecv_inaddr_any_node'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_raw_sendrecv_inaddr_any_node</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive raw IP packets on the inaddr_any node. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_raw_sendrecv_link_local_node'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_raw_sendrecv_link_local_node</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive raw IP packets on the link_local node. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_raw_sendrecv_lo_if'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_raw_sendrecv_lo_if</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive raw IP packets on the lo interface. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_raw_sendrecv_lo_node'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_raw_sendrecv_lo_node</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive raw IP packets on the lo node. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_raw_sendrecv_mapped_ipv4_node'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_raw_sendrecv_mapped_ipv4_node</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive raw IP packets on the mapped_ipv4 node. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_raw_sendrecv_multicast_node'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_raw_sendrecv_multicast_node</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive raw IP packets on the multicast node. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_raw_sendrecv_site_local_node'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_raw_sendrecv_site_local_node</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive raw IP packets on the site_local node. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_raw_sendrecv_unspec_node'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_raw_sendrecv_unspec_node</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive raw IP packets on the unspec node. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_rw_ppp_dev'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_rw_ppp_dev</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read and write the point-to-point device. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_rw_tun_tap_dev'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_rw_tun_tap_dev</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read and write the TUN/TAP virtual network device. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_bind_afs_bos_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_bind_afs_bos_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind TCP sockets to the afs_bos port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_bind_afs_fs_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_bind_afs_fs_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind TCP sockets to the afs_fs port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_bind_afs_ka_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_bind_afs_ka_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind TCP sockets to the afs_ka port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_bind_afs_pt_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_bind_afs_pt_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind TCP sockets to the afs_pt port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_bind_afs_vl_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_bind_afs_vl_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind TCP sockets to the afs_vl port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_bind_all_nodes'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_bind_all_nodes</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind TCP sockets to all nodes. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_bind_all_ports'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_bind_all_ports</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind TCP sockets to all ports. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_bind_all_reserved_ports'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_bind_all_reserved_ports</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind TCP sockets to all reserved ports. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_bind_amanda_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_bind_amanda_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind TCP sockets to the amanda port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_bind_amavisd_recv_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_bind_amavisd_recv_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind TCP sockets to the amavisd_recv port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_bind_amavisd_send_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_bind_amavisd_send_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind TCP sockets to the amavisd_send port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_bind_asterisk_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_bind_asterisk_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind TCP sockets to the asterisk port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_bind_auth_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_bind_auth_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind TCP sockets to the auth port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_bind_bgp_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_bind_bgp_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind TCP sockets to the bgp port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_bind_clamd_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_bind_clamd_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind TCP sockets to the clamd port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_bind_clockspeed_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_bind_clockspeed_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind TCP sockets to the clockspeed port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_bind_compat_ipv4_node'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_bind_compat_ipv4_node</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind TCP sockets to node compat_ipv4. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_bind_comsat_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_bind_comsat_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind TCP sockets to the comsat port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_bind_cvs_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_bind_cvs_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind TCP sockets to the cvs port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_bind_dbskkd_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_bind_dbskkd_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind TCP sockets to the dbskkd port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_bind_dcc_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_bind_dcc_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind TCP sockets to the dcc port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_bind_dhcpc_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_bind_dhcpc_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind TCP sockets to the dhcpc port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_bind_dhcpd_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_bind_dhcpd_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind TCP sockets to the dhcpd port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_bind_dict_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_bind_dict_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind TCP sockets to the dict port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_bind_distccd_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_bind_distccd_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind TCP sockets to the distccd port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_bind_dns_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_bind_dns_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind TCP sockets to the dns port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_bind_fingerd_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_bind_fingerd_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind TCP sockets to the fingerd port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_bind_ftp_data_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_bind_ftp_data_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind TCP sockets to the ftp_data port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_bind_ftp_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_bind_ftp_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind TCP sockets to the ftp port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_bind_gatekeeper_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_bind_gatekeeper_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind TCP sockets to the gatekeeper port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_bind_generic_node'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_bind_generic_node</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind TCP sockets to generic nodes. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_bind_generic_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_bind_generic_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind TCP sockets to generic ports. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_bind_giftd_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_bind_giftd_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind TCP sockets to the giftd port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_bind_gopher_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_bind_gopher_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind TCP sockets to the gopher port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_bind_howl_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_bind_howl_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind TCP sockets to the howl port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_bind_hplip_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_bind_hplip_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind TCP sockets to the hplip port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_bind_http_cache_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_bind_http_cache_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind TCP sockets to the http_cache port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_bind_http_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_bind_http_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind TCP sockets to the http port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_bind_i18n_input_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_bind_i18n_input_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind TCP sockets to the i18n_input port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_bind_imaze_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_bind_imaze_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind TCP sockets to the imaze port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_bind_inaddr_any_node'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_bind_inaddr_any_node</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind TCP sockets to node inaddr_any. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_bind_inetd_child_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_bind_inetd_child_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind TCP sockets to the inetd_child port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_bind_innd_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_bind_innd_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind TCP sockets to the innd port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_bind_ipp_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_bind_ipp_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind TCP sockets to the ipp port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_bind_ircd_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_bind_ircd_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind TCP sockets to the ircd port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_bind_isakmp_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_bind_isakmp_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind TCP sockets to the isakmp port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_bind_jabber_client_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_bind_jabber_client_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind TCP sockets to the jabber_client port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_bind_jabber_interserver_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_bind_jabber_interserver_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind TCP sockets to the jabber_interserver port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_bind_kerberos_admin_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_bind_kerberos_admin_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind TCP sockets to the kerberos_admin port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_bind_kerberos_master_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_bind_kerberos_master_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind TCP sockets to the kerberos_master port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_bind_kerberos_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_bind_kerberos_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind TCP sockets to the kerberos port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_bind_ktalkd_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_bind_ktalkd_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind TCP sockets to the ktalkd port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_bind_ldap_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_bind_ldap_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind TCP sockets to the ldap port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_bind_link_local_node'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_bind_link_local_node</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind TCP sockets to node link_local. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_bind_lo_node'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_bind_lo_node</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind TCP sockets to node lo. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_bind_mail_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_bind_mail_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind TCP sockets to the mail port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_bind_mapped_ipv4_node'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_bind_mapped_ipv4_node</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind TCP sockets to node mapped_ipv4. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_bind_monopd_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_bind_monopd_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind TCP sockets to the monopd port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_bind_multicast_node'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_bind_multicast_node</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind TCP sockets to node multicast. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_bind_mysqld_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_bind_mysqld_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind TCP sockets to the mysqld port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_bind_nessus_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_bind_nessus_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind TCP sockets to the nessus port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_bind_nmbd_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_bind_nmbd_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind TCP sockets to the nmbd port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_bind_ntp_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_bind_ntp_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind TCP sockets to the ntp port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_bind_openvpn_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_bind_openvpn_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind TCP sockets to the openvpn port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_bind_pegasus_http_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_bind_pegasus_http_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind TCP sockets to the pegasus_http port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_bind_pegasus_https_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_bind_pegasus_https_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind TCP sockets to the pegasus_https port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_bind_pop_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_bind_pop_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind TCP sockets to the pop port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_bind_portmap_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_bind_portmap_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind TCP sockets to the portmap port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_bind_postgresql_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_bind_postgresql_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind TCP sockets to the postgresql port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_bind_postgrey_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_bind_postgrey_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind TCP sockets to the postgrey port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_bind_printer_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_bind_printer_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind TCP sockets to the printer port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_bind_ptal_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_bind_ptal_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind TCP sockets to the ptal port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_bind_pxe_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_bind_pxe_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind TCP sockets to the pxe port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_bind_pyzor_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_bind_pyzor_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind TCP sockets to the pyzor port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_bind_radacct_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_bind_radacct_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind TCP sockets to the radacct port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_bind_radius_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_bind_radius_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind TCP sockets to the radius port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_bind_razor_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_bind_razor_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind TCP sockets to the razor port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_bind_reserved_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_bind_reserved_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind TCP sockets to generic reserved ports. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_bind_rlogind_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_bind_rlogind_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind TCP sockets to the rlogind port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_bind_rndc_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_bind_rndc_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind TCP sockets to the rndc port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_bind_router_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_bind_router_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind TCP sockets to the router port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_bind_rsh_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_bind_rsh_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind TCP sockets to the rsh port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_bind_rsync_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_bind_rsync_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind TCP sockets to the rsync port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_bind_site_local_node'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_bind_site_local_node</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind TCP sockets to node site_local. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_bind_smbd_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_bind_smbd_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind TCP sockets to the smbd port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_bind_smtp_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_bind_smtp_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind TCP sockets to the smtp port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_bind_snmp_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_bind_snmp_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind TCP sockets to the snmp port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_bind_soundd_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_bind_soundd_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind TCP sockets to the soundd port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_bind_spamd_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_bind_spamd_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind TCP sockets to the spamd port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_bind_ssh_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_bind_ssh_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind TCP sockets to the ssh port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_bind_swat_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_bind_swat_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind TCP sockets to the swat port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_bind_syslogd_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_bind_syslogd_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind TCP sockets to the syslogd port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_bind_telnetd_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_bind_telnetd_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind TCP sockets to the telnetd port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_bind_tftp_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_bind_tftp_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind TCP sockets to the tftp port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_bind_transproxy_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_bind_transproxy_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind TCP sockets to the transproxy port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_bind_unspec_node'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_bind_unspec_node</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind TCP sockets to node unspec. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_bind_uucpd_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_bind_uucpd_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind TCP sockets to the uucpd port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_bind_vnc_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_bind_vnc_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind TCP sockets to the vnc port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_bind_xserver_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_bind_xserver_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind TCP sockets to the xserver port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_bind_zebra_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_bind_zebra_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind TCP sockets to the zebra port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_bind_zope_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_bind_zope_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind TCP sockets to the zope port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_connect_afs_bos_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_connect_afs_bos_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Make a TCP connection to the afs_bos port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_connect_afs_fs_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_connect_afs_fs_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Make a TCP connection to the afs_fs port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_connect_afs_ka_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_connect_afs_ka_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Make a TCP connection to the afs_ka port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_connect_afs_pt_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_connect_afs_pt_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Make a TCP connection to the afs_pt port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_connect_afs_vl_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_connect_afs_vl_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Make a TCP connection to the afs_vl port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_connect_all_ports'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_connect_all_ports</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Connect TCP sockets to all ports. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_connect_all_reserved_ports'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_connect_all_reserved_ports</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Connect TCP sockets to reserved ports. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_connect_amanda_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_connect_amanda_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Make a TCP connection to the amanda port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_connect_amavisd_recv_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_connect_amavisd_recv_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Make a TCP connection to the amavisd_recv port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_connect_amavisd_send_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_connect_amavisd_send_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Make a TCP connection to the amavisd_send port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_connect_asterisk_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_connect_asterisk_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Make a TCP connection to the asterisk port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_connect_auth_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_connect_auth_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Make a TCP connection to the auth port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_connect_bgp_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_connect_bgp_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Make a TCP connection to the bgp port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_connect_clamd_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_connect_clamd_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Make a TCP connection to the clamd port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_connect_clockspeed_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_connect_clockspeed_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Make a TCP connection to the clockspeed port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_connect_comsat_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_connect_comsat_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Make a TCP connection to the comsat port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_connect_cvs_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_connect_cvs_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Make a TCP connection to the cvs port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_connect_dbskkd_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_connect_dbskkd_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Make a TCP connection to the dbskkd port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_connect_dcc_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_connect_dcc_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Make a TCP connection to the dcc port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_connect_dhcpc_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_connect_dhcpc_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Make a TCP connection to the dhcpc port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_connect_dhcpd_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_connect_dhcpd_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Make a TCP connection to the dhcpd port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_connect_dict_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_connect_dict_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Make a TCP connection to the dict port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_connect_distccd_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_connect_distccd_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Make a TCP connection to the distccd port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_connect_dns_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_connect_dns_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Make a TCP connection to the dns port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_connect_fingerd_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_connect_fingerd_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Make a TCP connection to the fingerd port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_connect_ftp_data_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_connect_ftp_data_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Make a TCP connection to the ftp_data port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_connect_ftp_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_connect_ftp_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Make a TCP connection to the ftp port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_connect_gatekeeper_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_connect_gatekeeper_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Make a TCP connection to the gatekeeper port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_connect_generic_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_connect_generic_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Connect TCP sockets to generic ports. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_connect_giftd_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_connect_giftd_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Make a TCP connection to the giftd port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_connect_gopher_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_connect_gopher_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Make a TCP connection to the gopher port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_connect_howl_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_connect_howl_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Make a TCP connection to the howl port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_connect_hplip_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_connect_hplip_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Make a TCP connection to the hplip port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_connect_http_cache_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_connect_http_cache_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Make a TCP connection to the http_cache port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_connect_http_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_connect_http_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Make a TCP connection to the http port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_connect_i18n_input_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_connect_i18n_input_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Make a TCP connection to the i18n_input port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_connect_imaze_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_connect_imaze_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Make a TCP connection to the imaze port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_connect_inetd_child_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_connect_inetd_child_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Make a TCP connection to the inetd_child port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_connect_innd_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_connect_innd_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Make a TCP connection to the innd port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_connect_ipp_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_connect_ipp_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Make a TCP connection to the ipp port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_connect_ircd_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_connect_ircd_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Make a TCP connection to the ircd port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_connect_isakmp_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_connect_isakmp_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Make a TCP connection to the isakmp port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_connect_jabber_client_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_connect_jabber_client_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Make a TCP connection to the jabber_client port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_connect_jabber_interserver_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_connect_jabber_interserver_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Make a TCP connection to the jabber_interserver port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_connect_kerberos_admin_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_connect_kerberos_admin_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Make a TCP connection to the kerberos_admin port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_connect_kerberos_master_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_connect_kerberos_master_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Make a TCP connection to the kerberos_master port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_connect_kerberos_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_connect_kerberos_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Make a TCP connection to the kerberos port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_connect_ktalkd_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_connect_ktalkd_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Make a TCP connection to the ktalkd port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_connect_ldap_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_connect_ldap_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Make a TCP connection to the ldap port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_connect_mail_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_connect_mail_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Make a TCP connection to the mail port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_connect_monopd_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_connect_monopd_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Make a TCP connection to the monopd port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_connect_mysqld_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_connect_mysqld_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Make a TCP connection to the mysqld port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_connect_nessus_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_connect_nessus_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Make a TCP connection to the nessus port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_connect_nmbd_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_connect_nmbd_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Make a TCP connection to the nmbd port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_connect_ntp_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_connect_ntp_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Make a TCP connection to the ntp port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_connect_openvpn_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_connect_openvpn_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Make a TCP connection to the openvpn port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_connect_pegasus_http_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_connect_pegasus_http_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Make a TCP connection to the pegasus_http port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_connect_pegasus_https_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_connect_pegasus_https_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Make a TCP connection to the pegasus_https port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_connect_pop_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_connect_pop_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Make a TCP connection to the pop port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_connect_portmap_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_connect_portmap_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Make a TCP connection to the portmap port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_connect_postgresql_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_connect_postgresql_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Make a TCP connection to the postgresql port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_connect_postgrey_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_connect_postgrey_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Make a TCP connection to the postgrey port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_connect_printer_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_connect_printer_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Make a TCP connection to the printer port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_connect_ptal_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_connect_ptal_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Make a TCP connection to the ptal port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_connect_pxe_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_connect_pxe_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Make a TCP connection to the pxe port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_connect_pyzor_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_connect_pyzor_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Make a TCP connection to the pyzor port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_connect_radacct_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_connect_radacct_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Make a TCP connection to the radacct port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_connect_radius_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_connect_radius_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Make a TCP connection to the radius port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_connect_razor_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_connect_razor_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Make a TCP connection to the razor port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_connect_reserved_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_connect_reserved_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Connect TCP sockets to generic reserved ports. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_connect_rlogind_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_connect_rlogind_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Make a TCP connection to the rlogind port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_connect_rndc_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_connect_rndc_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Make a TCP connection to the rndc port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_connect_router_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_connect_router_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Make a TCP connection to the router port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_connect_rsh_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_connect_rsh_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Make a TCP connection to the rsh port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_connect_rsync_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_connect_rsync_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Make a TCP connection to the rsync port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_connect_smbd_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_connect_smbd_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Make a TCP connection to the smbd port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_connect_smtp_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_connect_smtp_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Make a TCP connection to the smtp port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_connect_snmp_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_connect_snmp_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Make a TCP connection to the snmp port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_connect_soundd_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_connect_soundd_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Make a TCP connection to the soundd port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_connect_spamd_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_connect_spamd_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Make a TCP connection to the spamd port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_connect_ssh_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_connect_ssh_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Make a TCP connection to the ssh port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_connect_swat_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_connect_swat_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Make a TCP connection to the swat port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_connect_syslogd_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_connect_syslogd_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Make a TCP connection to the syslogd port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_connect_telnetd_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_connect_telnetd_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Make a TCP connection to the telnetd port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_connect_tftp_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_connect_tftp_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Make a TCP connection to the tftp port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_connect_transproxy_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_connect_transproxy_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Make a TCP connection to the transproxy port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_connect_uucpd_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_connect_uucpd_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Make a TCP connection to the uucpd port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_connect_vnc_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_connect_vnc_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Make a TCP connection to the vnc port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_connect_xserver_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_connect_xserver_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Make a TCP connection to the xserver port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_connect_zebra_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_connect_zebra_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Make a TCP connection to the zebra port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_connect_zope_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_connect_zope_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Make a TCP connection to the zope port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_sendrecv_afs_bos_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_afs_bos_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive TCP traffic on the afs_bos port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_sendrecv_afs_fs_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_afs_fs_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive TCP traffic on the afs_fs port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_sendrecv_afs_ka_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_afs_ka_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive TCP traffic on the afs_ka port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_sendrecv_afs_pt_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_afs_pt_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive TCP traffic on the afs_pt port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_sendrecv_afs_vl_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_afs_vl_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive TCP traffic on the afs_vl port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_sendrecv_all_if'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_all_if</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive TCP network traffic on all interfaces. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_sendrecv_all_nodes'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_all_nodes</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive TCP network traffic on all nodes. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_sendrecv_all_ports'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_all_ports</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive TCP network traffic on all ports. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_sendrecv_all_reserved_ports'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_all_reserved_ports</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive TCP network traffic on all reserved ports. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_sendrecv_amanda_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_amanda_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive TCP traffic on the amanda port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_sendrecv_amavisd_recv_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_amavisd_recv_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive TCP traffic on the amavisd_recv port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_sendrecv_amavisd_send_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_amavisd_send_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive TCP traffic on the amavisd_send port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_sendrecv_asterisk_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_asterisk_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive TCP traffic on the asterisk port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_sendrecv_auth_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_auth_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive TCP traffic on the auth port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_sendrecv_bgp_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_bgp_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive TCP traffic on the bgp port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_sendrecv_clamd_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_clamd_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive TCP traffic on the clamd port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_sendrecv_clockspeed_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_clockspeed_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive TCP traffic on the clockspeed port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_sendrecv_compat_ipv4_node'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_compat_ipv4_node</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive TCP traffic on the compat_ipv4 node. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_sendrecv_comsat_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_comsat_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive TCP traffic on the comsat port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_sendrecv_cvs_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_cvs_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive TCP traffic on the cvs port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_sendrecv_dbskkd_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_dbskkd_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive TCP traffic on the dbskkd port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_sendrecv_dcc_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_dcc_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive TCP traffic on the dcc port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_sendrecv_dhcpc_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_dhcpc_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive TCP traffic on the dhcpc port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_sendrecv_dhcpd_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_dhcpd_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive TCP traffic on the dhcpd port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_sendrecv_dict_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_dict_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive TCP traffic on the dict port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_sendrecv_distccd_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_distccd_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive TCP traffic on the distccd port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_sendrecv_dns_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_dns_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive TCP traffic on the dns port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_sendrecv_fingerd_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_fingerd_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive TCP traffic on the fingerd port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_sendrecv_ftp_data_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_ftp_data_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive TCP traffic on the ftp_data port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_sendrecv_ftp_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_ftp_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive TCP traffic on the ftp port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_sendrecv_gatekeeper_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_gatekeeper_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive TCP traffic on the gatekeeper port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_sendrecv_generic_if'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_generic_if</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive TCP network traffic on the generic interfaces. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_sendrecv_generic_node'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_generic_node</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive TCP network traffic on generic nodes. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_sendrecv_generic_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_generic_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive TCP network traffic on generic ports. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_sendrecv_giftd_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_giftd_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive TCP traffic on the giftd port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_sendrecv_gopher_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_gopher_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive TCP traffic on the gopher port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_sendrecv_howl_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_howl_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive TCP traffic on the howl port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_sendrecv_hplip_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_hplip_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive TCP traffic on the hplip port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_sendrecv_http_cache_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_http_cache_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive TCP traffic on the http_cache port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_sendrecv_http_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_http_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive TCP traffic on the http port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_sendrecv_i18n_input_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_i18n_input_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive TCP traffic on the i18n_input port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_sendrecv_imaze_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_imaze_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive TCP traffic on the imaze port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_sendrecv_inaddr_any_node'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_inaddr_any_node</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive TCP traffic on the inaddr_any node. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_sendrecv_inetd_child_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_inetd_child_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive TCP traffic on the inetd_child port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_sendrecv_innd_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_innd_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive TCP traffic on the innd port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_sendrecv_ipp_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_ipp_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive TCP traffic on the ipp port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_sendrecv_ircd_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_ircd_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive TCP traffic on the ircd port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_sendrecv_isakmp_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_isakmp_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive TCP traffic on the isakmp port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_sendrecv_jabber_client_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_jabber_client_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive TCP traffic on the jabber_client port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_sendrecv_jabber_interserver_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_jabber_interserver_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive TCP traffic on the jabber_interserver port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_sendrecv_kerberos_admin_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_kerberos_admin_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive TCP traffic on the kerberos_admin port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_sendrecv_kerberos_master_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_kerberos_master_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive TCP traffic on the kerberos_master port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_sendrecv_kerberos_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_kerberos_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive TCP traffic on the kerberos port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_sendrecv_ktalkd_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_ktalkd_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive TCP traffic on the ktalkd port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_sendrecv_ldap_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_ldap_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive TCP traffic on the ldap port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_sendrecv_link_local_node'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_link_local_node</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive TCP traffic on the link_local node. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_sendrecv_lo_if'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_lo_if</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive TCP network traffic on the lo interface. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_sendrecv_lo_node'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_lo_node</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive TCP traffic on the lo node. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_sendrecv_mail_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_mail_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive TCP traffic on the mail port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_sendrecv_mapped_ipv4_node'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_mapped_ipv4_node</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive TCP traffic on the mapped_ipv4 node. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_sendrecv_monopd_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_monopd_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive TCP traffic on the monopd port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_sendrecv_multicast_node'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_multicast_node</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive TCP traffic on the multicast node. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_sendrecv_mysqld_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_mysqld_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive TCP traffic on the mysqld port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_sendrecv_nessus_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_nessus_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive TCP traffic on the nessus port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_sendrecv_nmbd_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_nmbd_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive TCP traffic on the nmbd port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_sendrecv_ntp_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_ntp_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive TCP traffic on the ntp port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_sendrecv_openvpn_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_openvpn_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive TCP traffic on the openvpn port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_sendrecv_pegasus_http_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_pegasus_http_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive TCP traffic on the pegasus_http port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_sendrecv_pegasus_https_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_pegasus_https_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive TCP traffic on the pegasus_https port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_sendrecv_pop_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_pop_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive TCP traffic on the pop port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_sendrecv_portmap_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_portmap_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive TCP traffic on the portmap port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_sendrecv_postgresql_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_postgresql_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive TCP traffic on the postgresql port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_sendrecv_postgrey_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_postgrey_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive TCP traffic on the postgrey port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_sendrecv_printer_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_printer_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive TCP traffic on the printer port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_sendrecv_ptal_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_ptal_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive TCP traffic on the ptal port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_sendrecv_pxe_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_pxe_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive TCP traffic on the pxe port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_sendrecv_pyzor_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_pyzor_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive TCP traffic on the pyzor port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_sendrecv_radacct_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_radacct_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive TCP traffic on the radacct port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_sendrecv_radius_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_radius_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive TCP traffic on the radius port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_sendrecv_razor_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_razor_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive TCP traffic on the razor port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_sendrecv_reserved_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_reserved_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive TCP network traffic on generic reserved ports. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_sendrecv_rlogind_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_rlogind_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive TCP traffic on the rlogind port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_sendrecv_rndc_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_rndc_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive TCP traffic on the rndc port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_sendrecv_router_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_router_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive TCP traffic on the router port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_sendrecv_rsh_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_rsh_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive TCP traffic on the rsh port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_sendrecv_rsync_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_rsync_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive TCP traffic on the rsync port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_sendrecv_site_local_node'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_site_local_node</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive TCP traffic on the site_local node. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_sendrecv_smbd_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_smbd_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive TCP traffic on the smbd port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_sendrecv_smtp_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_smtp_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive TCP traffic on the smtp port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_sendrecv_snmp_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_snmp_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive TCP traffic on the snmp port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_sendrecv_soundd_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_soundd_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive TCP traffic on the soundd port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_sendrecv_spamd_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_spamd_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive TCP traffic on the spamd port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_sendrecv_ssh_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_ssh_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive TCP traffic on the ssh port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_sendrecv_swat_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_swat_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive TCP traffic on the swat port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_sendrecv_syslogd_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_syslogd_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive TCP traffic on the syslogd port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_sendrecv_telnetd_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_telnetd_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive TCP traffic on the telnetd port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_sendrecv_tftp_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_tftp_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive TCP traffic on the tftp port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_sendrecv_transproxy_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_transproxy_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive TCP traffic on the transproxy port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_sendrecv_unspec_node'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_unspec_node</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive TCP traffic on the unspec node. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_sendrecv_uucpd_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_uucpd_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive TCP traffic on the uucpd port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_sendrecv_vnc_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_vnc_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive TCP traffic on the vnc port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_sendrecv_xserver_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_xserver_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive TCP traffic on the xserver port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_sendrecv_zebra_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_zebra_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive TCP traffic on the zebra port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_tcp_sendrecv_zope_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_zope_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive TCP traffic on the zope port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_bind_afs_bos_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_bind_afs_bos_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind UDP sockets to the afs_bos port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_bind_afs_fs_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_bind_afs_fs_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind UDP sockets to the afs_fs port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_bind_afs_ka_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_bind_afs_ka_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind UDP sockets to the afs_ka port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_bind_afs_pt_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_bind_afs_pt_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind UDP sockets to the afs_pt port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_bind_afs_vl_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_bind_afs_vl_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind UDP sockets to the afs_vl port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_bind_all_nodes'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_bind_all_nodes</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind UDP sockets to all nodes. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_bind_all_ports'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_bind_all_ports</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind UDP sockets to all ports. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_bind_all_reserved_ports'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_bind_all_reserved_ports</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind UDP sockets to all reserved ports. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_bind_amanda_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_bind_amanda_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind UDP sockets to the amanda port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_bind_amavisd_recv_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_bind_amavisd_recv_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind UDP sockets to the amavisd_recv port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_bind_amavisd_send_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_bind_amavisd_send_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind UDP sockets to the amavisd_send port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_bind_asterisk_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_bind_asterisk_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind UDP sockets to the asterisk port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_bind_auth_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_bind_auth_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind UDP sockets to the auth port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_bind_bgp_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_bind_bgp_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind UDP sockets to the bgp port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_bind_clamd_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_bind_clamd_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind UDP sockets to the clamd port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_bind_clockspeed_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_bind_clockspeed_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind UDP sockets to the clockspeed port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_bind_compat_ipv4_node'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_bind_compat_ipv4_node</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind UDP sockets to the compat_ipv4 node. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_bind_comsat_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_bind_comsat_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind UDP sockets to the comsat port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_bind_cvs_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_bind_cvs_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind UDP sockets to the cvs port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_bind_dbskkd_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_bind_dbskkd_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind UDP sockets to the dbskkd port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_bind_dcc_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_bind_dcc_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind UDP sockets to the dcc port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_bind_dhcpc_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_bind_dhcpc_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind UDP sockets to the dhcpc port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_bind_dhcpd_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_bind_dhcpd_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind UDP sockets to the dhcpd port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_bind_dict_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_bind_dict_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind UDP sockets to the dict port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_bind_distccd_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_bind_distccd_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind UDP sockets to the distccd port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_bind_dns_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_bind_dns_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind UDP sockets to the dns port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_bind_fingerd_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_bind_fingerd_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind UDP sockets to the fingerd port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_bind_ftp_data_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_bind_ftp_data_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind UDP sockets to the ftp_data port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_bind_ftp_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_bind_ftp_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind UDP sockets to the ftp port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_bind_gatekeeper_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_bind_gatekeeper_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind UDP sockets to the gatekeeper port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_bind_generic_node'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_bind_generic_node</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind UDP sockets to generic nodes. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_bind_generic_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_bind_generic_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind UDP sockets to generic ports. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_bind_giftd_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_bind_giftd_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind UDP sockets to the giftd port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_bind_gopher_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_bind_gopher_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind UDP sockets to the gopher port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_bind_howl_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_bind_howl_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind UDP sockets to the howl port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_bind_hplip_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_bind_hplip_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind UDP sockets to the hplip port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_bind_http_cache_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_bind_http_cache_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind UDP sockets to the http_cache port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_bind_http_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_bind_http_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind UDP sockets to the http port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_bind_i18n_input_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_bind_i18n_input_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind UDP sockets to the i18n_input port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_bind_imaze_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_bind_imaze_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind UDP sockets to the imaze port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_bind_inaddr_any_node'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_bind_inaddr_any_node</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind UDP sockets to the inaddr_any node. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_bind_inetd_child_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_bind_inetd_child_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind UDP sockets to the inetd_child port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_bind_innd_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_bind_innd_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind UDP sockets to the innd port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_bind_ipp_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_bind_ipp_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind UDP sockets to the ipp port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_bind_ircd_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_bind_ircd_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind UDP sockets to the ircd port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_bind_isakmp_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_bind_isakmp_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind UDP sockets to the isakmp port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_bind_jabber_client_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_bind_jabber_client_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind UDP sockets to the jabber_client port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_bind_jabber_interserver_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_bind_jabber_interserver_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind UDP sockets to the jabber_interserver port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_bind_kerberos_admin_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_bind_kerberos_admin_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind UDP sockets to the kerberos_admin port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_bind_kerberos_master_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_bind_kerberos_master_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind UDP sockets to the kerberos_master port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_bind_kerberos_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_bind_kerberos_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind UDP sockets to the kerberos port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_bind_ktalkd_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_bind_ktalkd_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind UDP sockets to the ktalkd port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_bind_ldap_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_bind_ldap_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind UDP sockets to the ldap port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_bind_link_local_node'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_bind_link_local_node</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind UDP sockets to the link_local node. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_bind_lo_node'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_bind_lo_node</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind UDP sockets to the lo node. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_bind_mail_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_bind_mail_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind UDP sockets to the mail port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_bind_mapped_ipv4_node'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_bind_mapped_ipv4_node</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind UDP sockets to the mapped_ipv4 node. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_bind_monopd_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_bind_monopd_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind UDP sockets to the monopd port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_bind_multicast_node'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_bind_multicast_node</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind UDP sockets to the multicast node. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_bind_mysqld_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_bind_mysqld_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind UDP sockets to the mysqld port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_bind_nessus_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_bind_nessus_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind UDP sockets to the nessus port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_bind_nmbd_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_bind_nmbd_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind UDP sockets to the nmbd port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_bind_ntp_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_bind_ntp_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind UDP sockets to the ntp port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_bind_openvpn_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_bind_openvpn_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind UDP sockets to the openvpn port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_bind_pegasus_http_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_bind_pegasus_http_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind UDP sockets to the pegasus_http port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_bind_pegasus_https_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_bind_pegasus_https_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind UDP sockets to the pegasus_https port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_bind_pop_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_bind_pop_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind UDP sockets to the pop port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_bind_portmap_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_bind_portmap_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind UDP sockets to the portmap port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_bind_postgresql_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_bind_postgresql_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind UDP sockets to the postgresql port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_bind_postgrey_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_bind_postgrey_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind UDP sockets to the postgrey port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_bind_printer_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_bind_printer_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind UDP sockets to the printer port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_bind_ptal_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_bind_ptal_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind UDP sockets to the ptal port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_bind_pxe_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_bind_pxe_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind UDP sockets to the pxe port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_bind_pyzor_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_bind_pyzor_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind UDP sockets to the pyzor port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_bind_radacct_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_bind_radacct_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind UDP sockets to the radacct port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_bind_radius_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_bind_radius_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind UDP sockets to the radius port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_bind_razor_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_bind_razor_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind UDP sockets to the razor port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_bind_reserved_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_bind_reserved_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind UDP sockets to generic reserved ports. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_bind_rlogind_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_bind_rlogind_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind UDP sockets to the rlogind port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_bind_rndc_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_bind_rndc_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind UDP sockets to the rndc port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_bind_router_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_bind_router_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind UDP sockets to the router port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_bind_rsh_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_bind_rsh_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind UDP sockets to the rsh port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_bind_rsync_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_bind_rsync_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind UDP sockets to the rsync port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_bind_site_local_node'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_bind_site_local_node</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind UDP sockets to the site_local node. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_bind_smbd_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_bind_smbd_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind UDP sockets to the smbd port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_bind_smtp_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_bind_smtp_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind UDP sockets to the smtp port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_bind_snmp_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_bind_snmp_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind UDP sockets to the snmp port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_bind_soundd_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_bind_soundd_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind UDP sockets to the soundd port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_bind_spamd_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_bind_spamd_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind UDP sockets to the spamd port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_bind_ssh_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_bind_ssh_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind UDP sockets to the ssh port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_bind_swat_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_bind_swat_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind UDP sockets to the swat port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_bind_syslogd_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_bind_syslogd_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind UDP sockets to the syslogd port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_bind_telnetd_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_bind_telnetd_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind UDP sockets to the telnetd port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_bind_tftp_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_bind_tftp_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind UDP sockets to the tftp port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_bind_transproxy_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_bind_transproxy_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind UDP sockets to the transproxy port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_bind_unspec_node'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_bind_unspec_node</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind UDP sockets to the unspec node. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_bind_uucpd_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_bind_uucpd_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind UDP sockets to the uucpd port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_bind_vnc_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_bind_vnc_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind UDP sockets to the vnc port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_bind_xserver_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_bind_xserver_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind UDP sockets to the xserver port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_bind_zebra_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_bind_zebra_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind UDP sockets to the zebra port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_bind_zope_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_bind_zope_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Bind UDP sockets to the zope port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_receive_afs_bos_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_receive_afs_bos_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Receive UDP traffic on the afs_bos port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_receive_afs_fs_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_receive_afs_fs_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Receive UDP traffic on the afs_fs port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_receive_afs_ka_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_receive_afs_ka_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Receive UDP traffic on the afs_ka port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_receive_afs_pt_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_receive_afs_pt_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Receive UDP traffic on the afs_pt port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_receive_afs_vl_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_receive_afs_vl_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Receive UDP traffic on the afs_vl port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_receive_all_if'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_receive_all_if</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Receive UDP network traffic on all interfaces. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_receive_all_nodes'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_receive_all_nodes</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Receive UDP network traffic on all nodes. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_receive_all_ports'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_receive_all_ports</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Receive UDP network traffic on all ports. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_receive_all_reserved_ports'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_receive_all_reserved_ports</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Receive UDP network traffic on all reserved ports. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_receive_amanda_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_receive_amanda_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Receive UDP traffic on the amanda port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_receive_amavisd_recv_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_receive_amavisd_recv_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Receive UDP traffic on the amavisd_recv port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_receive_amavisd_send_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_receive_amavisd_send_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Receive UDP traffic on the amavisd_send port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_receive_asterisk_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_receive_asterisk_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Receive UDP traffic on the asterisk port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_receive_auth_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_receive_auth_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Receive UDP traffic on the auth port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_receive_bgp_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_receive_bgp_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Receive UDP traffic on the bgp port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_receive_clamd_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_receive_clamd_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Receive UDP traffic on the clamd port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_receive_clockspeed_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_receive_clockspeed_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Receive UDP traffic on the clockspeed port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_receive_compat_ipv4_node'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_receive_compat_ipv4_node</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Receive UDP traffic on the compat_ipv4 node. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_receive_comsat_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_receive_comsat_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Receive UDP traffic on the comsat port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_receive_cvs_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_receive_cvs_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Receive UDP traffic on the cvs port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_receive_dbskkd_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_receive_dbskkd_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Receive UDP traffic on the dbskkd port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_receive_dcc_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_receive_dcc_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Receive UDP traffic on the dcc port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_receive_dhcpc_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_receive_dhcpc_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Receive UDP traffic on the dhcpc port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_receive_dhcpd_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_receive_dhcpd_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Receive UDP traffic on the dhcpd port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_receive_dict_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_receive_dict_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Receive UDP traffic on the dict port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_receive_distccd_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_receive_distccd_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Receive UDP traffic on the distccd port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_receive_dns_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_receive_dns_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Receive UDP traffic on the dns port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_receive_fingerd_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_receive_fingerd_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Receive UDP traffic on the fingerd port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_receive_ftp_data_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_receive_ftp_data_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Receive UDP traffic on the ftp_data port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_receive_ftp_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_receive_ftp_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Receive UDP traffic on the ftp port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_receive_gatekeeper_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_receive_gatekeeper_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Receive UDP traffic on the gatekeeper port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_receive_generic_if'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_receive_generic_if</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Receive UDP network traffic on generic interfaces. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_receive_generic_node'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_receive_generic_node</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Receive UDP network traffic on generic nodes. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_receive_generic_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_receive_generic_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Receive UDP network traffic on generic ports. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_receive_giftd_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_receive_giftd_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Receive UDP traffic on the giftd port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_receive_gopher_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_receive_gopher_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Receive UDP traffic on the gopher port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_receive_howl_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_receive_howl_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Receive UDP traffic on the howl port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_receive_hplip_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_receive_hplip_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Receive UDP traffic on the hplip port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_receive_http_cache_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_receive_http_cache_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Receive UDP traffic on the http_cache port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_receive_http_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_receive_http_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Receive UDP traffic on the http port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_receive_i18n_input_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_receive_i18n_input_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Receive UDP traffic on the i18n_input port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_receive_imaze_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_receive_imaze_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Receive UDP traffic on the imaze port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_receive_inaddr_any_node'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_receive_inaddr_any_node</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Receive UDP traffic on the inaddr_any node. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_receive_inetd_child_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_receive_inetd_child_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Receive UDP traffic on the inetd_child port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_receive_innd_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_receive_innd_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Receive UDP traffic on the innd port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_receive_ipp_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_receive_ipp_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Receive UDP traffic on the ipp port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_receive_ircd_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_receive_ircd_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Receive UDP traffic on the ircd port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_receive_isakmp_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_receive_isakmp_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Receive UDP traffic on the isakmp port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_receive_jabber_client_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_receive_jabber_client_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Receive UDP traffic on the jabber_client port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_receive_jabber_interserver_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_receive_jabber_interserver_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Receive UDP traffic on the jabber_interserver port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_receive_kerberos_admin_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_receive_kerberos_admin_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Receive UDP traffic on the kerberos_admin port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_receive_kerberos_master_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_receive_kerberos_master_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Receive UDP traffic on the kerberos_master port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_receive_kerberos_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_receive_kerberos_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Receive UDP traffic on the kerberos port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_receive_ktalkd_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_receive_ktalkd_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Receive UDP traffic on the ktalkd port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_receive_ldap_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_receive_ldap_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Receive UDP traffic on the ldap port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_receive_link_local_node'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_receive_link_local_node</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Receive UDP traffic on the link_local node. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_receive_lo_if'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_receive_lo_if</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Receive UDP network traffic on the lo interface. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_receive_lo_node'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_receive_lo_node</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Receive UDP traffic on the lo node. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_receive_mail_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_receive_mail_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Receive UDP traffic on the mail port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_receive_mapped_ipv4_node'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_receive_mapped_ipv4_node</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Receive UDP traffic on the mapped_ipv4 node. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_receive_monopd_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_receive_monopd_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Receive UDP traffic on the monopd port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_receive_multicast_node'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_receive_multicast_node</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Receive UDP traffic on the multicast node. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_receive_mysqld_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_receive_mysqld_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Receive UDP traffic on the mysqld port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_receive_nessus_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_receive_nessus_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Receive UDP traffic on the nessus port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_receive_nmbd_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_receive_nmbd_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Receive UDP traffic on the nmbd port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_receive_ntp_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_receive_ntp_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Receive UDP traffic on the ntp port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_receive_openvpn_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_receive_openvpn_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Receive UDP traffic on the openvpn port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_receive_pegasus_http_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_receive_pegasus_http_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Receive UDP traffic on the pegasus_http port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_receive_pegasus_https_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_receive_pegasus_https_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Receive UDP traffic on the pegasus_https port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_receive_pop_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_receive_pop_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Receive UDP traffic on the pop port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_receive_portmap_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_receive_portmap_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Receive UDP traffic on the portmap port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_receive_postgresql_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_receive_postgresql_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Receive UDP traffic on the postgresql port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_receive_postgrey_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_receive_postgrey_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Receive UDP traffic on the postgrey port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_receive_printer_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_receive_printer_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Receive UDP traffic on the printer port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_receive_ptal_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_receive_ptal_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Receive UDP traffic on the ptal port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_receive_pxe_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_receive_pxe_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Receive UDP traffic on the pxe port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_receive_pyzor_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_receive_pyzor_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Receive UDP traffic on the pyzor port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_receive_radacct_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_receive_radacct_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Receive UDP traffic on the radacct port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_receive_radius_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_receive_radius_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Receive UDP traffic on the radius port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_receive_razor_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_receive_razor_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Receive UDP traffic on the razor port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_receive_reserved_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_receive_reserved_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Receive UDP network traffic on generic reserved ports. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_receive_rlogind_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_receive_rlogind_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Receive UDP traffic on the rlogind port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_receive_rndc_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_receive_rndc_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Receive UDP traffic on the rndc port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_receive_router_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_receive_router_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Receive UDP traffic on the router port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_receive_rsh_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_receive_rsh_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Receive UDP traffic on the rsh port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_receive_rsync_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_receive_rsync_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Receive UDP traffic on the rsync port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_receive_site_local_node'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_receive_site_local_node</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Receive UDP traffic on the site_local node. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_receive_smbd_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_receive_smbd_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Receive UDP traffic on the smbd port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_receive_smtp_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_receive_smtp_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Receive UDP traffic on the smtp port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_receive_snmp_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_receive_snmp_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Receive UDP traffic on the snmp port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_receive_soundd_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_receive_soundd_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Receive UDP traffic on the soundd port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_receive_spamd_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_receive_spamd_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Receive UDP traffic on the spamd port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_receive_ssh_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_receive_ssh_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Receive UDP traffic on the ssh port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_receive_swat_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_receive_swat_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Receive UDP traffic on the swat port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_receive_syslogd_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_receive_syslogd_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Receive UDP traffic on the syslogd port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_receive_telnetd_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_receive_telnetd_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Receive UDP traffic on the telnetd port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_receive_tftp_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_receive_tftp_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Receive UDP traffic on the tftp port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_receive_transproxy_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_receive_transproxy_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Receive UDP traffic on the transproxy port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_receive_unspec_node'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_receive_unspec_node</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Receive UDP traffic on the unspec node. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_receive_uucpd_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_receive_uucpd_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Receive UDP traffic on the uucpd port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_receive_vnc_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_receive_vnc_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Receive UDP traffic on the vnc port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_receive_xserver_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_receive_xserver_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Receive UDP traffic on the xserver port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_receive_zebra_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_receive_zebra_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Receive UDP traffic on the zebra port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_receive_zope_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_receive_zope_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Receive UDP traffic on the zope port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_send_afs_bos_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_send_afs_bos_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send UDP traffic on the afs_bos port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_send_afs_fs_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_send_afs_fs_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send UDP traffic on the afs_fs port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_send_afs_ka_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_send_afs_ka_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send UDP traffic on the afs_ka port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_send_afs_pt_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_send_afs_pt_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send UDP traffic on the afs_pt port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_send_afs_vl_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_send_afs_vl_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send UDP traffic on the afs_vl port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_send_all_if'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_send_all_if</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send UDP network traffic on all interfaces. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_send_all_nodes'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_send_all_nodes</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send UDP network traffic on all nodes. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_send_all_ports'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_send_all_ports</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send UDP network traffic on all ports. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_send_all_reserved_ports'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_send_all_reserved_ports</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send UDP network traffic on all reserved ports. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_send_amanda_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_send_amanda_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send UDP traffic on the amanda port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_send_amavisd_recv_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_send_amavisd_recv_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send UDP traffic on the amavisd_recv port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_send_amavisd_send_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_send_amavisd_send_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send UDP traffic on the amavisd_send port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_send_asterisk_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_send_asterisk_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send UDP traffic on the asterisk port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_send_auth_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_send_auth_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send UDP traffic on the auth port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_send_bgp_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_send_bgp_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send UDP traffic on the bgp port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_send_clamd_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_send_clamd_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send UDP traffic on the clamd port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_send_clockspeed_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_send_clockspeed_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send UDP traffic on the clockspeed port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_send_compat_ipv4_node'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_send_compat_ipv4_node</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send UDP traffic on the compat_ipv4 node. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_send_comsat_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_send_comsat_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send UDP traffic on the comsat port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_send_cvs_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_send_cvs_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send UDP traffic on the cvs port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_send_dbskkd_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_send_dbskkd_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send UDP traffic on the dbskkd port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_send_dcc_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_send_dcc_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send UDP traffic on the dcc port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_send_dhcpc_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_send_dhcpc_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send UDP traffic on the dhcpc port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_send_dhcpd_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_send_dhcpd_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send UDP traffic on the dhcpd port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_send_dict_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_send_dict_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send UDP traffic on the dict port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_send_distccd_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_send_distccd_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send UDP traffic on the distccd port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_send_dns_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_send_dns_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send UDP traffic on the dns port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_send_fingerd_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_send_fingerd_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send UDP traffic on the fingerd port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_send_ftp_data_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_send_ftp_data_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send UDP traffic on the ftp_data port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_send_ftp_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_send_ftp_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send UDP traffic on the ftp port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_send_gatekeeper_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_send_gatekeeper_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send UDP traffic on the gatekeeper port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_send_generic_if'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_send_generic_if</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send UDP network traffic on generic interfaces. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_send_generic_node'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_send_generic_node</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send UDP network traffic on generic nodes. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_send_generic_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_send_generic_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send UDP network traffic on generic ports. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_send_giftd_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_send_giftd_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send UDP traffic on the giftd port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_send_gopher_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_send_gopher_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send UDP traffic on the gopher port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_send_howl_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_send_howl_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send UDP traffic on the howl port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_send_hplip_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_send_hplip_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send UDP traffic on the hplip port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_send_http_cache_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_send_http_cache_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send UDP traffic on the http_cache port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_send_http_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_send_http_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send UDP traffic on the http port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_send_i18n_input_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_send_i18n_input_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send UDP traffic on the i18n_input port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_send_imaze_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_send_imaze_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send UDP traffic on the imaze port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_send_inaddr_any_node'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_send_inaddr_any_node</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send UDP traffic on the inaddr_any node. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_send_inetd_child_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_send_inetd_child_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send UDP traffic on the inetd_child port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_send_innd_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_send_innd_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send UDP traffic on the innd port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_send_ipp_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_send_ipp_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send UDP traffic on the ipp port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_send_ircd_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_send_ircd_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send UDP traffic on the ircd port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_send_isakmp_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_send_isakmp_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send UDP traffic on the isakmp port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_send_jabber_client_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_send_jabber_client_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send UDP traffic on the jabber_client port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_send_jabber_interserver_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_send_jabber_interserver_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send UDP traffic on the jabber_interserver port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_send_kerberos_admin_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_send_kerberos_admin_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send UDP traffic on the kerberos_admin port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_send_kerberos_master_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_send_kerberos_master_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send UDP traffic on the kerberos_master port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_send_kerberos_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_send_kerberos_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send UDP traffic on the kerberos port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_send_ktalkd_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_send_ktalkd_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send UDP traffic on the ktalkd port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_send_ldap_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_send_ldap_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send UDP traffic on the ldap port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_send_link_local_node'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_send_link_local_node</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send UDP traffic on the link_local node. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_send_lo_if'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_send_lo_if</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send UDP network traffic on the lo interface. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_send_lo_node'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_send_lo_node</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send UDP traffic on the lo node. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_send_mail_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_send_mail_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send UDP traffic on the mail port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_send_mapped_ipv4_node'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_send_mapped_ipv4_node</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send UDP traffic on the mapped_ipv4 node. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_send_monopd_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_send_monopd_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send UDP traffic on the monopd port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_send_multicast_node'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_send_multicast_node</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send UDP traffic on the multicast node. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_send_mysqld_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_send_mysqld_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send UDP traffic on the mysqld port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_send_nessus_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_send_nessus_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send UDP traffic on the nessus port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_send_nmbd_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_send_nmbd_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send UDP traffic on the nmbd port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_send_ntp_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_send_ntp_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send UDP traffic on the ntp port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_send_openvpn_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_send_openvpn_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send UDP traffic on the openvpn port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_send_pegasus_http_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_send_pegasus_http_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send UDP traffic on the pegasus_http port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_send_pegasus_https_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_send_pegasus_https_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send UDP traffic on the pegasus_https port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_send_pop_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_send_pop_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send UDP traffic on the pop port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_send_portmap_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_send_portmap_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send UDP traffic on the portmap port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_send_postgresql_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_send_postgresql_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send UDP traffic on the postgresql port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_send_postgrey_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_send_postgrey_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send UDP traffic on the postgrey port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_send_printer_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_send_printer_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send UDP traffic on the printer port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_send_ptal_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_send_ptal_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send UDP traffic on the ptal port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_send_pxe_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_send_pxe_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send UDP traffic on the pxe port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_send_pyzor_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_send_pyzor_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send UDP traffic on the pyzor port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_send_radacct_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_send_radacct_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send UDP traffic on the radacct port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_send_radius_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_send_radius_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send UDP traffic on the radius port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_send_razor_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_send_razor_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send UDP traffic on the razor port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_send_reserved_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_send_reserved_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send UDP network traffic on generic reserved ports. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_send_rlogind_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_send_rlogind_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send UDP traffic on the rlogind port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_send_rndc_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_send_rndc_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send UDP traffic on the rndc port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_send_router_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_send_router_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send UDP traffic on the router port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_send_rsh_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_send_rsh_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send UDP traffic on the rsh port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_send_rsync_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_send_rsync_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send UDP traffic on the rsync port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_send_site_local_node'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_send_site_local_node</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send UDP traffic on the site_local node. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_send_smbd_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_send_smbd_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send UDP traffic on the smbd port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_send_smtp_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_send_smtp_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send UDP traffic on the smtp port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_send_snmp_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_send_snmp_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send UDP traffic on the snmp port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_send_soundd_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_send_soundd_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send UDP traffic on the soundd port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_send_spamd_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_send_spamd_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send UDP traffic on the spamd port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_send_ssh_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_send_ssh_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send UDP traffic on the ssh port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_send_swat_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_send_swat_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send UDP traffic on the swat port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_send_syslogd_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_send_syslogd_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send UDP traffic on the syslogd port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_send_telnetd_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_send_telnetd_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send UDP traffic on the telnetd port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_send_tftp_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_send_tftp_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send UDP traffic on the tftp port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_send_transproxy_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_send_transproxy_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send UDP traffic on the transproxy port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_send_unspec_node'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_send_unspec_node</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send UDP traffic on the unspec node. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_send_uucpd_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_send_uucpd_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send UDP traffic on the uucpd port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_send_vnc_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_send_vnc_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send UDP traffic on the vnc port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_send_xserver_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_send_xserver_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send UDP traffic on the xserver port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_send_zebra_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_send_zebra_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send UDP traffic on the zebra port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_send_zope_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_send_zope_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send UDP traffic on the zope port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_sendrecv_afs_bos_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_sendrecv_afs_bos_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive UDP traffic on the afs_bos port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_sendrecv_afs_fs_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_sendrecv_afs_fs_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive UDP traffic on the afs_fs port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_sendrecv_afs_ka_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_sendrecv_afs_ka_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive UDP traffic on the afs_ka port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_sendrecv_afs_pt_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_sendrecv_afs_pt_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive UDP traffic on the afs_pt port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_sendrecv_afs_vl_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_sendrecv_afs_vl_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive UDP traffic on the afs_vl port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_sendrecv_all_if'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_sendrecv_all_if</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive UDP network traffic on all interfaces. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_sendrecv_all_nodes'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_sendrecv_all_nodes</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive UDP network traffic on all nodes. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_sendrecv_all_ports'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_sendrecv_all_ports</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive UDP network traffic on all ports. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_sendrecv_all_reserved_ports'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_sendrecv_all_reserved_ports</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive UDP network traffic on all reserved ports. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_sendrecv_amanda_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_sendrecv_amanda_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive UDP traffic on the amanda port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_sendrecv_amavisd_recv_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_sendrecv_amavisd_recv_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive UDP traffic on the amavisd_recv port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_sendrecv_amavisd_send_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_sendrecv_amavisd_send_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive UDP traffic on the amavisd_send port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_sendrecv_asterisk_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_sendrecv_asterisk_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive UDP traffic on the asterisk port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_sendrecv_auth_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_sendrecv_auth_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive UDP traffic on the auth port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_sendrecv_bgp_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_sendrecv_bgp_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive UDP traffic on the bgp port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_sendrecv_clamd_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_sendrecv_clamd_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive UDP traffic on the clamd port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_sendrecv_clockspeed_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_sendrecv_clockspeed_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive UDP traffic on the clockspeed port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_sendrecv_compat_ipv4_node'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_sendrecv_compat_ipv4_node</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive UDP traffic on the compat_ipv4 node. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_sendrecv_comsat_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_sendrecv_comsat_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive UDP traffic on the comsat port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_sendrecv_cvs_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_sendrecv_cvs_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive UDP traffic on the cvs port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_sendrecv_dbskkd_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_sendrecv_dbskkd_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive UDP traffic on the dbskkd port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_sendrecv_dcc_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_sendrecv_dcc_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive UDP traffic on the dcc port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_sendrecv_dhcpc_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_sendrecv_dhcpc_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive UDP traffic on the dhcpc port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_sendrecv_dhcpd_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_sendrecv_dhcpd_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive UDP traffic on the dhcpd port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_sendrecv_dict_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_sendrecv_dict_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive UDP traffic on the dict port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_sendrecv_distccd_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_sendrecv_distccd_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive UDP traffic on the distccd port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_sendrecv_dns_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_sendrecv_dns_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive UDP traffic on the dns port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_sendrecv_fingerd_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_sendrecv_fingerd_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive UDP traffic on the fingerd port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_sendrecv_ftp_data_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_sendrecv_ftp_data_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive UDP traffic on the ftp_data port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_sendrecv_ftp_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_sendrecv_ftp_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive UDP traffic on the ftp port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_sendrecv_gatekeeper_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_sendrecv_gatekeeper_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive UDP traffic on the gatekeeper port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_sendrecv_generic_if'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_sendrecv_generic_if</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and Receive UDP network traffic on generic interfaces. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_sendrecv_generic_node'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_sendrecv_generic_node</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive UDP network traffic on generic nodes. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_sendrecv_generic_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_sendrecv_generic_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive UDP network traffic on generic ports. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_sendrecv_giftd_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_sendrecv_giftd_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive UDP traffic on the giftd port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_sendrecv_gopher_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_sendrecv_gopher_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive UDP traffic on the gopher port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_sendrecv_howl_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_sendrecv_howl_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive UDP traffic on the howl port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_sendrecv_hplip_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_sendrecv_hplip_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive UDP traffic on the hplip port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_sendrecv_http_cache_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_sendrecv_http_cache_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive UDP traffic on the http_cache port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_sendrecv_http_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_sendrecv_http_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive UDP traffic on the http port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_sendrecv_i18n_input_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_sendrecv_i18n_input_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive UDP traffic on the i18n_input port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_sendrecv_imaze_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_sendrecv_imaze_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive UDP traffic on the imaze port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_sendrecv_inaddr_any_node'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_sendrecv_inaddr_any_node</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive UDP traffic on the inaddr_any node. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_sendrecv_inetd_child_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_sendrecv_inetd_child_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive UDP traffic on the inetd_child port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_sendrecv_innd_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_sendrecv_innd_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive UDP traffic on the innd port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_sendrecv_ipp_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_sendrecv_ipp_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive UDP traffic on the ipp port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_sendrecv_ircd_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_sendrecv_ircd_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive UDP traffic on the ircd port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_sendrecv_isakmp_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_sendrecv_isakmp_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive UDP traffic on the isakmp port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_sendrecv_jabber_client_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_sendrecv_jabber_client_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive UDP traffic on the jabber_client port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_sendrecv_jabber_interserver_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_sendrecv_jabber_interserver_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive UDP traffic on the jabber_interserver port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_sendrecv_kerberos_admin_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_sendrecv_kerberos_admin_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive UDP traffic on the kerberos_admin port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_sendrecv_kerberos_master_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_sendrecv_kerberos_master_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive UDP traffic on the kerberos_master port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_sendrecv_kerberos_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_sendrecv_kerberos_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive UDP traffic on the kerberos port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_sendrecv_ktalkd_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_sendrecv_ktalkd_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive UDP traffic on the ktalkd port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_sendrecv_ldap_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_sendrecv_ldap_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive UDP traffic on the ldap port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_sendrecv_link_local_node'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_sendrecv_link_local_node</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive UDP traffic on the link_local node. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_sendrecv_lo_if'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_sendrecv_lo_if</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive UDP network traffic on the lo interface. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_sendrecv_lo_node'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_sendrecv_lo_node</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive UDP traffic on the lo node. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_sendrecv_mail_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_sendrecv_mail_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive UDP traffic on the mail port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_sendrecv_mapped_ipv4_node'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_sendrecv_mapped_ipv4_node</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive UDP traffic on the mapped_ipv4 node. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_sendrecv_monopd_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_sendrecv_monopd_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive UDP traffic on the monopd port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_sendrecv_multicast_node'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_sendrecv_multicast_node</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive UDP traffic on the multicast node. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_sendrecv_mysqld_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_sendrecv_mysqld_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive UDP traffic on the mysqld port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_sendrecv_nessus_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_sendrecv_nessus_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive UDP traffic on the nessus port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_sendrecv_nmbd_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_sendrecv_nmbd_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive UDP traffic on the nmbd port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_sendrecv_ntp_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_sendrecv_ntp_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive UDP traffic on the ntp port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_sendrecv_openvpn_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_sendrecv_openvpn_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive UDP traffic on the openvpn port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_sendrecv_pegasus_http_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_sendrecv_pegasus_http_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive UDP traffic on the pegasus_http port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_sendrecv_pegasus_https_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_sendrecv_pegasus_https_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive UDP traffic on the pegasus_https port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_sendrecv_pop_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_sendrecv_pop_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive UDP traffic on the pop port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_sendrecv_portmap_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_sendrecv_portmap_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive UDP traffic on the portmap port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_sendrecv_postgresql_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_sendrecv_postgresql_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive UDP traffic on the postgresql port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_sendrecv_postgrey_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_sendrecv_postgrey_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive UDP traffic on the postgrey port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_sendrecv_printer_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_sendrecv_printer_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive UDP traffic on the printer port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_sendrecv_ptal_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_sendrecv_ptal_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive UDP traffic on the ptal port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_sendrecv_pxe_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_sendrecv_pxe_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive UDP traffic on the pxe port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_sendrecv_pyzor_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_sendrecv_pyzor_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive UDP traffic on the pyzor port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_sendrecv_radacct_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_sendrecv_radacct_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive UDP traffic on the radacct port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_sendrecv_radius_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_sendrecv_radius_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive UDP traffic on the radius port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_sendrecv_razor_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_sendrecv_razor_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive UDP traffic on the razor port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_sendrecv_reserved_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_sendrecv_reserved_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive UDP network traffic on generic reserved ports. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_sendrecv_rlogind_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_sendrecv_rlogind_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive UDP traffic on the rlogind port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_sendrecv_rndc_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_sendrecv_rndc_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive UDP traffic on the rndc port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_sendrecv_router_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_sendrecv_router_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive UDP traffic on the router port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_sendrecv_rsh_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_sendrecv_rsh_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive UDP traffic on the rsh port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_sendrecv_rsync_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_sendrecv_rsync_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive UDP traffic on the rsync port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_sendrecv_site_local_node'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_sendrecv_site_local_node</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive UDP traffic on the site_local node. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_sendrecv_smbd_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_sendrecv_smbd_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive UDP traffic on the smbd port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_sendrecv_smtp_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_sendrecv_smtp_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive UDP traffic on the smtp port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_sendrecv_snmp_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_sendrecv_snmp_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive UDP traffic on the snmp port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_sendrecv_soundd_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_sendrecv_soundd_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive UDP traffic on the soundd port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_sendrecv_spamd_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_sendrecv_spamd_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive UDP traffic on the spamd port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_sendrecv_ssh_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_sendrecv_ssh_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive UDP traffic on the ssh port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_sendrecv_swat_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_sendrecv_swat_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive UDP traffic on the swat port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_sendrecv_syslogd_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_sendrecv_syslogd_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive UDP traffic on the syslogd port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_sendrecv_telnetd_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_sendrecv_telnetd_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive UDP traffic on the telnetd port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_sendrecv_tftp_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_sendrecv_tftp_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive UDP traffic on the tftp port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_sendrecv_transproxy_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_sendrecv_transproxy_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive UDP traffic on the transproxy port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_sendrecv_unspec_node'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_sendrecv_unspec_node</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive UDP traffic on the unspec node. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_sendrecv_uucpd_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_sendrecv_uucpd_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive UDP traffic on the uucpd port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_sendrecv_vnc_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_sendrecv_vnc_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive UDP traffic on the vnc port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_sendrecv_xserver_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_sendrecv_xserver_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive UDP traffic on the xserver port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_sendrecv_zebra_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_sendrecv_zebra_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive UDP traffic on the zebra port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_udp_sendrecv_zope_port'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_udp_sendrecv_zope_port</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive UDP traffic on the zope port. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_corenetwork.html#link_corenet_unconfined'> -corenetwork</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>corenet_unconfined</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Unconfined access to network objects. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_cpucontrol.html#link_cpucontrol_stub'> -cpucontrol</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>cpucontrol_stub</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -CPUcontrol stub interface. No access allowed. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_cron.html#link_cron_anacron_domtrans_system_job'> -cron</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>cron_anacron_domtrans_system_job</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute APM in the apm domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_cron.html#link_cron_dontaudit_append_system_job_tmp_files'> -cron</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>cron_dontaudit_append_system_job_tmp_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to append temporary -files from the system cron jobs. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_cron.html#link_cron_dontaudit_write_pipes'> -cron</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>cron_dontaudit_write_pipes</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to write cron daemon unnamed pipes. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_cron.html#link_cron_read_pipes'> -cron</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>cron_read_pipes</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read a cron daemon unnamed pipe. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_cron.html#link_cron_read_system_job_tmp_files'> -cron</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>cron_read_system_job_tmp_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read temporary files from the system cron jobs. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_cron.html#link_cron_rw_pipes'> -cron</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>cron_rw_pipes</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read and write a cron daemon unnamed pipe. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_cron.html#link_cron_rw_system_job_pipes'> -cron</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>cron_rw_system_job_pipes</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read and write a system cron job unnamed pipe. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_cron.html#link_cron_rw_tcp_sockets'> -cron</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>cron_rw_tcp_sockets</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read, and write cron daemon TCP sockets. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_cron.html#link_cron_search_spool'> -cron</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>cron_search_spool</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Search the directory containing user cron tables. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_cron.html#link_cron_sigchld'> -cron</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>cron_sigchld</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send a SIGCHLD signal to the cron daemon. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_cron.html#link_cron_system_entry'> -cron</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>cron_system_entry</b>( - - - - - domain - - - - , - - - - entrypoint - - - )<br> -</div> - -<div id="description"> -<p> -Make the specified program domain accessable -from the system cron jobs. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_cron.html#link_cron_use_fds'> -cron</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>cron_use_fds</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Inherit and use a file descriptor -from the cron daemon. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_cron.html#link_cron_use_system_job_fds'> -cron</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>cron_use_system_job_fds</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Inherit and use a file descriptor -from system cron jobs. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_cron.html#link_cron_write_system_job_pipes'> -cron</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>cron_write_system_job_pipes</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Write a system cron job unnamed pipe. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_cups.html#link_cups_dbus_chat'> -cups</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>cups_dbus_chat</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive messages from -cups over dbus. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_cups.html#link_cups_dbus_chat_config'> -cups</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>cups_dbus_chat_config</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive messages from -cupsd_config over dbus. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_cups.html#link_cups_domtrans'> -cups</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>cups_domtrans</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute cups in the cups domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_cups.html#link_cups_domtrans_config'> -cups</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>cups_domtrans_config</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute cups_config in the cups_config domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_cups.html#link_cups_read_config'> -cups</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>cups_read_config</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read cups configuration files. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_cups.html#link_cups_read_log'> -cups</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>cups_read_log</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read cups log files. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_cups.html#link_cups_read_rw_config'> -cups</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>cups_read_rw_config</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read cups-writable configuration files. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_cups.html#link_cups_signal_config'> -cups</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>cups_signal_config</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send generic signals to the cups -configuration daemon. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_cups.html#link_cups_stream_connect_ptal'> -cups</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>cups_stream_connect_ptal</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Connect to ptal over an unix domain stream socket. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_cups.html#link_cups_tcp_connect'> -cups</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>cups_tcp_connect</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Connect to cups over TCP. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_cups.html#link_cups_write_log'> -cups</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>cups_write_log</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Write cups log files. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_cvs.html#link_cvs_read_data'> -cvs</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>cvs_read_data</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read the CVS data and metadata. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_cyrus.html#link_cyrus_manage_data'> -cyrus</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>cyrus_manage_data</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Allow caller to create, read, write, -and delete cyrus data files. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_daemontools.html#link_daemontools_domtrans_multilog'> -daemontools</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>daemontools_domtrans_multilog</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute in the svc_multilog_t domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_daemontools.html#link_daemontools_domtrans_run'> -daemontools</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>daemontools_domtrans_run</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute in the svc_run_t domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_daemontools.html#link_daemontools_domtrans_start'> -daemontools</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>daemontools_domtrans_start</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute in the svc_start_t domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_daemontools.html#link_daemontools_ipc_domain'> -daemontools</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>daemontools_ipc_domain</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -An ipc channel between the supervised domain and svc_start_t -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_daemontools.html#link_daemontools_manage_svc'> -daemontools</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>daemontools_manage_svc</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Allow a domain to create svc_svc_t files. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_daemontools.html#link_daemontools_read_svc'> -daemontools</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>daemontools_read_svc</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Allow a domain to read svc_svc_t files. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_daemontools.html#link_daemontools_service_domain'> -daemontools</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>daemontools_service_domain</b>( - - - - - domain - - - - , - - - - entrypoint - - - )<br> -</div> - -<div id="description"> -<p> -Define a specified domain as a supervised service. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_dbus.html#link_dbus_connect_system_bus'> -dbus</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>dbus_connect_system_bus</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Connect to the the system DBUS -for service (acquire_svc). -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_dbus.html#link_dbus_read_config'> -dbus</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>dbus_read_config</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read dbus configuration. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_dbus.html#link_dbus_send_system_bus'> -dbus</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>dbus_send_system_bus</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send a message on the system DBUS. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_dbus.html#link_dbus_stub'> -dbus</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>dbus_stub</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -DBUS stub interface. No access allowed. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_dbus.html#link_dbus_system_bus_unconfined'> -dbus</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>dbus_system_bus_unconfined</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Allow unconfined access to the system DBUS. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='admin_ddcprobe.html#link_ddcprobe_domtrans'> -ddcprobe</a><p/> -Layer: <a href='admin.html'> -admin</a><p/> -<div id="codeblock"> - -<b>ddcprobe_domtrans</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute ddcprobe in the ddcprobe domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='admin_ddcprobe.html#link_ddcprobe_run'> -ddcprobe</a><p/> -Layer: <a href='admin.html'> -admin</a><p/> -<div id="codeblock"> - -<b>ddcprobe_run</b>( - - - - - domain - - - - , - - - - role - - - - , - - - - terminal - - - )<br> -</div> - -<div id="description"> -<p> -Execute ddcprobe in the ddcprobe domain, and -allow the specified role the ddcprobe domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_append_printer'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_append_printer</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Append the printer device. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_associate_usbfs'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_associate_usbfs</b>( - - - - - file_type - - - )<br> -</div> - -<div id="description"> -<p> -Associate a file to a usbfs filesystem. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_create_cardmgr_dev'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_create_cardmgr_dev</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Create, read, write, and delete -the PCMCIA card manager device -with the correct type. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_create_generic_chr_files'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_create_generic_chr_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Allow read, write, and create for generic character device files. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_create_generic_dirs'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_create_generic_dirs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Create a directory in the device directory. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_delete_generic_files'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_delete_generic_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Delete generic files in /dev. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_delete_generic_symlinks'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_delete_generic_symlinks</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Delete symbolic links in device directories. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_delete_lvm_control_dev'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_delete_lvm_control_dev</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Delete the lvm control device. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_dontaudit_getattr_all_blk_files'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_dontaudit_getattr_all_blk_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Dontaudit getattr on all block file device nodes. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_dontaudit_getattr_all_chr_files'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_dontaudit_getattr_all_chr_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Dontaudit getattr on all character file device nodes. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_dontaudit_getattr_apm_bios_dev'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_dontaudit_getattr_apm_bios_dev</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to get the attributes of -the apm bios device node. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_dontaudit_getattr_generic_blk_files'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_dontaudit_getattr_generic_blk_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Dontaudit getattr on generic block devices. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_dontaudit_getattr_generic_chr_files'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_dontaudit_getattr_generic_chr_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Dontaudit getattr for generic character device files. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_dontaudit_getattr_generic_pipes'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_dontaudit_getattr_generic_pipes</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Dontaudit getattr on generic pipes. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_dontaudit_getattr_memory_dev'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_dontaudit_getattr_memory_dev</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -dontaudit getattr raw memory devices (e.g. /dev/mem). -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_dontaudit_getattr_misc_dev'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_dontaudit_getattr_misc_dev</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to get the attributes -of miscellaneous devices. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_dontaudit_getattr_scanner_dev'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_dontaudit_getattr_scanner_dev</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to get the attributes of -the scanner device. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_dontaudit_getattr_usbfs_dirs'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_dontaudit_getattr_usbfs_dirs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to get the attributes -of a directory in the usb filesystem. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_dontaudit_getattr_video_dev'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_dontaudit_getattr_video_dev</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to get the attributes -of video4linux device nodes. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_dontaudit_list_all_dev_nodes'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_dontaudit_list_all_dev_nodes</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Dontaudit attempts to list all device nodes. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_dontaudit_read_all_blk_files'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_dontaudit_read_all_blk_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Dontaudit read on all block file device nodes. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_dontaudit_read_all_chr_files'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_dontaudit_read_all_chr_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Dontaudit read on all character file device nodes. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_dontaudit_read_framebuffer'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_dontaudit_read_framebuffer</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to read the framebuffer. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_dontaudit_read_rand'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_dontaudit_read_rand</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to read from random -number generator devices (e.g., /dev/random) -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_dontaudit_rw_cardmgr'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_dontaudit_rw_cardmgr</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to read and -write the PCMCIA card manager device. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_dontaudit_rw_dri'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_dontaudit_rw_dri</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Dontaudit read and write on the dri devices. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_dontaudit_rw_generic_dev_nodes'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_dontaudit_rw_generic_dev_nodes</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Dontaudit getattr for generic device files. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_dontaudit_rw_misc'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_dontaudit_rw_misc</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to read and write miscellaneous devices. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_dontaudit_search_sysfs'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_dontaudit_search_sysfs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to search sysfs. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_dontaudit_setattr_apm_bios_dev'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_dontaudit_setattr_apm_bios_dev</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to set the attributes of -the apm bios device node. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_dontaudit_setattr_framebuffer_dev'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_dontaudit_setattr_framebuffer_dev</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Dot not audit attempts to set the attributes -of the framebuffer device node. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_dontaudit_setattr_generic_blk_files'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_dontaudit_setattr_generic_blk_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Dontaudit setattr on generic block devices. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_dontaudit_setattr_generic_chr_files'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_dontaudit_setattr_generic_chr_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Dontaudit setattr for generic character device files. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_dontaudit_setattr_generic_symlinks'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_dontaudit_setattr_generic_symlinks</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to set the attributes -of symbolic links in device directories (/dev). -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_dontaudit_setattr_misc_dev'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_dontaudit_setattr_misc_dev</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to set the attributes -of miscellaneous devices. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_dontaudit_setattr_scanner_dev'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_dontaudit_setattr_scanner_dev</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to set the attributes of -the scanner device. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_dontaudit_setattr_video_dev'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_dontaudit_setattr_video_dev</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to set the attributes -of video4linux device nodes. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_filetrans'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_filetrans</b>( - - - - - domain - - - - , - - - - file - - - - , - - - - objectclass(es) - - - )<br> -</div> - -<div id="description"> -<p> -Create, read, and write device nodes. The node -will be transitioned to the type provided. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_getattr_agp_dev'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_getattr_agp_dev</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Getattr the agp devices. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_getattr_all_blk_files'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_getattr_all_blk_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Getattr on all block file device nodes. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_getattr_all_chr_files'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_getattr_all_chr_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Getattr on all character file device nodes. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_getattr_apm_bios_dev'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_getattr_apm_bios_dev</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Get the attributes of the apm bios device node. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_getattr_cpu_dev'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_getattr_cpu_dev</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Get the attributes of the CPU -microcode and id interfaces. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_getattr_dri_dev'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_getattr_dri_dev</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -getattr the dri devices. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_getattr_framebuffer_dev'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_getattr_framebuffer_dev</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Get the attributes of the framebuffer device node. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_getattr_generic_blk_files'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_getattr_generic_blk_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Allow getattr on generic block devices. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_getattr_generic_chr_files'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_getattr_generic_chr_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Allow getattr for generic character device files. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_getattr_misc_dev'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_getattr_misc_dev</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Get the attributes of miscellaneous devices. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_getattr_mouse_dev'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_getattr_mouse_dev</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Get the attributes of the mouse devices. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_getattr_mtrr_dev'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_getattr_mtrr_dev</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Get the attributes of the mtrr device. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_getattr_power_mgmt_dev'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_getattr_power_mgmt_dev</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Get the attributes of the the power management device. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_getattr_scanner_dev'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_getattr_scanner_dev</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Get the attributes of the scanner device. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_getattr_sound_dev'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_getattr_sound_dev</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Get the attributes of the sound devices. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_getattr_sysfs_dirs'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_getattr_sysfs_dirs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Get the attributes of sysfs directories. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_getattr_usbfs_dirs'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_getattr_usbfs_dirs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Get the attributes of a directory in the usb filesystem. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_getattr_video_dev'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_getattr_video_dev</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Get the attributes of video4linux devices. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_getattr_xserver_misc_dev'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_getattr_xserver_misc_dev</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Get the attributes of X server miscellaneous devices. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_list_all_dev_nodes'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_list_all_dev_nodes</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -List all of the device nodes in a device directory. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_list_sysfs'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_list_sysfs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -List the contents of the sysfs directories. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_list_usbfs'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_list_usbfs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Allow caller to get a list of usb hardware. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_manage_all_blk_files'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_manage_all_blk_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read, write, create, and delete all block device files. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_manage_all_chr_files'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_manage_all_chr_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read, write, create, and delete all character device files. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_manage_all_dev_nodes'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_manage_all_dev_nodes</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Create, delete, read, and write device nodes in device directories. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_manage_cardmgr_dev'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_manage_cardmgr_dev</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Create, read, write, and delete -the PCMCIA card manager device. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_manage_dri_dev'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_manage_dri_dev</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Create, read, write, and delete the dri devices. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_manage_generic_blk_files'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_manage_generic_blk_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Create, delete, read, and write block device files. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_manage_generic_chr_files'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_manage_generic_chr_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Create, delete, read, and write character device files. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_manage_generic_files'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_manage_generic_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Create a file in the device directory. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_manage_generic_symlinks'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_manage_generic_symlinks</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Create, delete, read, and write symbolic links in device directories. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_mount_usbfs'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_mount_usbfs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Mount a usbfs filesystem. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_node'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_node</b>( - - - - - object_type - - - )<br> -</div> - -<div id="description"> -<p> -Make the passed in type a type appropriate for -use on device nodes (usually files in /dev). -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_read_cpuid'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_read_cpuid</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read the CPU identity. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_read_framebuffer'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_read_framebuffer</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read the framebuffer. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_read_input'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_read_input</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read input event devices (/dev/input). -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_read_lvm_control'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_read_lvm_control</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read the lvm comtrol device. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_read_misc'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_read_misc</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read miscellaneous devices. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_read_mouse'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_read_mouse</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read the mouse devices. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_read_mtrr'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_read_mtrr</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read the mtrr device. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_read_rand'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_read_rand</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read from random number generator -devices (e.g., /dev/random) -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_read_raw_memory'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_read_raw_memory</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read raw memory devices (e.g. /dev/mem). -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_read_realtime_clock'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_read_realtime_clock</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read the realtime clock (/dev/rtc). -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_read_sound'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_read_sound</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read the sound devices. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_read_sound_mixer'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_read_sound_mixer</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read the sound mixer devices. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_read_sysfs'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_read_sysfs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Allow caller to read hardware state information. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_read_urand'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_read_urand</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read from pseudo random devices (e.g., /dev/urandom) -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_read_usbfs'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_read_usbfs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read USB hardware information using -the usbfs filesystem interface. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_relabel_all_dev_nodes'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_relabel_all_dev_nodes</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Allow full relabeling (to and from) of all device nodes. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_relabel_generic_dev_dirs'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_relabel_generic_dev_dirs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Allow full relabeling (to and from) of directories in /dev. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_relabel_generic_symlinks'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_relabel_generic_symlinks</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Relabel symbolic links in device directories. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_rw_agp'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_rw_agp</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read and write the agp devices. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_rw_apm_bios'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_rw_apm_bios</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read and write the apm bios. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_rw_cardmgr'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_rw_cardmgr</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read and write the PCMCIA card manager device. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_rw_cpu_microcode'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_rw_cpu_microcode</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read and write the the CPU microcode device. This -is required to load CPU microcode. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_rw_crypto'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_rw_crypto</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read and write the the hardware SSL accelerator. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_rw_dri'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_rw_dri</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read and write the dri devices. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_rw_framebuffer'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_rw_framebuffer</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read and write the framebuffer. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_rw_generic_files'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_rw_generic_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read and write generic files in /dev. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_rw_generic_usb_dev'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_rw_generic_usb_dev</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read and write generic the USB devices. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_rw_input_dev'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_rw_input_dev</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read input event devices (/dev/input). -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_rw_lvm_control'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_rw_lvm_control</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read and write the lvm control device. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_rw_mouse'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_rw_mouse</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read and write to mouse devices. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_rw_mtrr'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_rw_mtrr</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read and write the mtrr device. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_rw_null'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_rw_null</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read and write to the null device (/dev/null). -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_rw_power_management'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_rw_power_management</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read and write the the power management device. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_rw_printer'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_rw_printer</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read and write the printer device. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_rw_realtime_clock'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_rw_realtime_clock</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read and set the realtime clock (/dev/rtc). -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_rw_scanner'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_rw_scanner</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read and write the scanner device. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_rw_sysfs'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_rw_sysfs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Allow caller to modify hardware state information. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_rw_usbfs'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_rw_usbfs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Allow caller to modify usb hardware configuration files. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_rw_xserver_misc'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_rw_xserver_misc</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read and write X server miscellaneous devices. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_rw_zero'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_rw_zero</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read and write to the zero device (/dev/zero). -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_rwx_zero'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_rwx_zero</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read, write, and execute the zero device (/dev/zero). -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_rx_raw_memory'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_rx_raw_memory</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read and execute raw memory devices (e.g. /dev/mem). -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_search_sysfs'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_search_sysfs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Search the sysfs directories. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_search_usbfs'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_search_usbfs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Search the directory containing USB hardware information. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_setattr_all_blk_files'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_setattr_all_blk_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Setattr on all block file device nodes. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_setattr_all_chr_files'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_setattr_all_chr_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Setattr on all character file device nodes. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_setattr_apm_bios_dev'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_setattr_apm_bios_dev</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Set the attributes of the apm bios device node. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_setattr_dri_dev'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_setattr_dri_dev</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Setattr the dri devices. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_setattr_framebuffer_dev'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_setattr_framebuffer_dev</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Set the attributes of the framebuffer device node. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_setattr_generic_dirs'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_setattr_generic_dirs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Set the attributes of /dev directories. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_setattr_misc_dev'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_setattr_misc_dev</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Set the attributes of miscellaneous devices. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_setattr_mouse_dev'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_setattr_mouse_dev</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Set the attributes of the mouse devices. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_setattr_power_mgmt_dev'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_setattr_power_mgmt_dev</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Set the attributes of the the power management device. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_setattr_printer_dev'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_setattr_printer_dev</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Set the attributes of the printer device nodes. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_setattr_scanner_dev'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_setattr_scanner_dev</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Set the attributes of the scanner device. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_setattr_sound_dev'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_setattr_sound_dev</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Set the attributes of the sound devices. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_setattr_video_dev'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_setattr_video_dev</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Set the attributes of video4linux device nodes. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_setattr_xserver_misc_dev'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_setattr_xserver_misc_dev</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Set the attributes of X server miscellaneous devices. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_unconfined'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_unconfined</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Unconfined access to devices. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_write_framebuffer'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_write_framebuffer</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Write the framebuffer. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_write_misc'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_write_misc</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Write miscellaneous devices. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_write_mtrr'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_write_mtrr</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Write the mtrr device. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_write_rand'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_write_rand</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Write to the random device (e.g., /dev/random). This adds -entropy used to generate the random data read from the -random device. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_write_raw_memory'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_write_raw_memory</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Write raw memory devices (e.g. /dev/mem). -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_write_realtime_clock'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_write_realtime_clock</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Set the realtime clock (/dev/rtc). -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_write_sound'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_write_sound</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Write the sound devices. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_write_sound_mixer'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_write_sound_mixer</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Write the sound mixer devices. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_write_urand'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_write_urand</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Write to the pseudo random device (e.g., /dev/urandom). This -sets the random number generator seed. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_devices.html#link_dev_wx_raw_memory'> -devices</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>dev_wx_raw_memory</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Write and execute raw memory devices (e.g. /dev/mem). -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_dhcp.html#link_dhcpd_setattr_state_files'> -dhcp</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>dhcpd_setattr_state_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Set the attributes of the DCHP -server state files. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_dictd.html#link_dictd_tcp_connect'> -dictd</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>dictd_tcp_connect</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Use dictionary services by connecting -over TCP. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='admin_dmesg.html#link_dmesg_domtrans'> -dmesg</a><p/> -Layer: <a href='admin.html'> -admin</a><p/> -<div id="codeblock"> - -<b>dmesg_domtrans</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute dmesg in the dmesg domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='admin_dmesg.html#link_dmesg_exec'> -dmesg</a><p/> -Layer: <a href='admin.html'> -admin</a><p/> -<div id="codeblock"> - -<b>dmesg_exec</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute dmesg in the caller domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='admin_dmidecode.html#link_dmidecode_domtrans'> -dmidecode</a><p/> -Layer: <a href='admin.html'> -admin</a><p/> -<div id="codeblock"> - -<b>dmidecode_domtrans</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute dmidecode in the dmidecode domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='admin_dmidecode.html#link_dmidecode_run'> -dmidecode</a><p/> -Layer: <a href='admin.html'> -admin</a><p/> -<div id="codeblock"> - -<b>dmidecode_run</b>( - - - - - domain - - - - , - - - - role - - - - , - - - - terminal - - - )<br> -</div> - -<div id="description"> -<p> -Execute dmidecode in the dmidecode domain, and -allow the specified role the dmidecode domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_domain.html#link_domain_base_type'> -domain</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>domain_base_type</b>( - - - - - type - - - )<br> -</div> - -<div id="description"> -<p> -Make the specified type usable as a basic domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_domain.html#link_domain_cron_exemption_source'> -domain</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>domain_cron_exemption_source</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Make the specified domain the source of -the cron domain exception of the -SELinux role and identity change -constraints. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_domain.html#link_domain_cron_exemption_target'> -domain</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>domain_cron_exemption_target</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Make the specified domain the target of -the cron domain exception of the -SELinux role and identity change -constraints. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_domain.html#link_domain_dontaudit_getattr_all_dgram_sockets'> -domain</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>domain_dontaudit_getattr_all_dgram_sockets</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to get the attributes -of all domains unix datagram sockets. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_domain.html#link_domain_dontaudit_getattr_all_domains'> -domain</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>domain_dontaudit_getattr_all_domains</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Get the attributes of all domains of all domains. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_domain.html#link_domain_dontaudit_getattr_all_key_sockets'> -domain</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>domain_dontaudit_getattr_all_key_sockets</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to get attribues of -all domains IPSEC key management sockets. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_domain.html#link_domain_dontaudit_getattr_all_packet_sockets'> -domain</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>domain_dontaudit_getattr_all_packet_sockets</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to get attribues of -all domains packet sockets. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_domain.html#link_domain_dontaudit_getattr_all_pipes'> -domain</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>domain_dontaudit_getattr_all_pipes</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to get the attributes -of all domains unnamed pipes. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_domain.html#link_domain_dontaudit_getattr_all_raw_sockets'> -domain</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>domain_dontaudit_getattr_all_raw_sockets</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to get attribues of -all domains raw sockets. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_domain.html#link_domain_dontaudit_getattr_all_sockets'> -domain</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>domain_dontaudit_getattr_all_sockets</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to get the attributes -of all domains sockets, for all socket types. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_domain.html#link_domain_dontaudit_getattr_all_stream_sockets'> -domain</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>domain_dontaudit_getattr_all_stream_sockets</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to get the attributes -of all domains unix datagram sockets. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_domain.html#link_domain_dontaudit_getattr_all_tcp_sockets'> -domain</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>domain_dontaudit_getattr_all_tcp_sockets</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to get the attributes -of all domains TCP sockets. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_domain.html#link_domain_dontaudit_getattr_all_udp_sockets'> -domain</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>domain_dontaudit_getattr_all_udp_sockets</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to get the attributes -of all domains UDP sockets. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_domain.html#link_domain_dontaudit_getsession_all_domains'> -domain</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>domain_dontaudit_getsession_all_domains</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to get the -session ID of all domains. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_domain.html#link_domain_dontaudit_list_all_domains_state'> -domain</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>domain_dontaudit_list_all_domains_state</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to read the process state -directories of all domains. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_domain.html#link_domain_dontaudit_ptrace_all_domains'> -domain</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>domain_dontaudit_ptrace_all_domains</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to ptrace all domains. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_domain.html#link_domain_dontaudit_ptrace_confined_domains'> -domain</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>domain_dontaudit_ptrace_confined_domains</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to ptrace confined domains. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_domain.html#link_domain_dontaudit_read_all_domains_state'> -domain</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>domain_dontaudit_read_all_domains_state</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to read the process -state (/proc/pid) of all domains. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_domain.html#link_domain_dontaudit_rw_all_key_sockets'> -domain</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>domain_dontaudit_rw_all_key_sockets</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to read or write -all domains key sockets. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_domain.html#link_domain_dontaudit_rw_all_udp_sockets'> -domain</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>domain_dontaudit_rw_all_udp_sockets</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to read or write -all domains UDP sockets. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_domain.html#link_domain_dontaudit_search_all_domains_state'> -domain</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>domain_dontaudit_search_all_domains_state</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to search the process -state directory (/proc/pid) of all domains. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_domain.html#link_domain_dontaudit_use_interactive_fds'> -domain</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>domain_dontaudit_use_interactive_fds</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_domain.html#link_domain_dyntrans_type'> -domain</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>domain_dyntrans_type</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_domain.html#link_domain_entry_file'> -domain</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>domain_entry_file</b>( - - - - - domain - - - - , - - - - type - - - )<br> -</div> - -<div id="description"> -<p> -Make the specified type usable as -an entry point for the domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_domain.html#link_domain_entry_file_spec_domtrans'> -domain</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>domain_entry_file_spec_domtrans</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute an entry_type in the specified domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_domain.html#link_domain_exec_all_entry_files'> -domain</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>domain_exec_all_entry_files</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_domain.html#link_domain_getattr_all_domains'> -domain</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>domain_getattr_all_domains</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Get the attributes of all domains of all domains. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_domain.html#link_domain_getattr_all_entry_files'> -domain</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>domain_getattr_all_entry_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Get the attributes of entry point -files for all domains. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_domain.html#link_domain_getattr_all_sockets'> -domain</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>domain_getattr_all_sockets</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Get the attributes of all domains -sockets, for all socket types. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_domain.html#link_domain_getattr_confined_domains'> -domain</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>domain_getattr_confined_domains</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Get the attributes of all confined domains. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_domain.html#link_domain_getsession_all_domains'> -domain</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>domain_getsession_all_domains</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Get the session ID of all domains. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_domain.html#link_domain_interactive_fd'> -domain</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>domain_interactive_fd</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_domain.html#link_domain_kill_all_domains'> -domain</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>domain_kill_all_domains</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send a kill signal to all domains. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_domain.html#link_domain_manage_all_entry_files'> -domain</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>domain_manage_all_entry_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Create, read, write, and delete all -entrypoint files. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_domain.html#link_domain_mmap_all_entry_files'> -domain</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>domain_mmap_all_entry_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Mmap all entry point files as executable. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_domain.html#link_domain_obj_id_change_exemption'> -domain</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>domain_obj_id_change_exemption</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Makes caller an exception to the constraint preventing -changing the user identity in object contexts. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_domain.html#link_domain_ptrace_all_domains'> -domain</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>domain_ptrace_all_domains</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Ptrace all domains. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_domain.html#link_domain_read_all_domains_state'> -domain</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>domain_read_all_domains_state</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read the process state (/proc/pid) of all domains. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_domain.html#link_domain_read_all_entry_files'> -domain</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>domain_read_all_entry_files</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_domain.html#link_domain_read_confined_domains_state'> -domain</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>domain_read_confined_domains_state</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read the process state (/proc/pid) of all confined domains. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_domain.html#link_domain_relabel_all_entry_files'> -domain</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>domain_relabel_all_entry_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Relabel to and from all entry point -file types. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_domain.html#link_domain_role_change_exemption'> -domain</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>domain_role_change_exemption</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Makes caller an exception to the constraint preventing -changing of role. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_domain.html#link_domain_search_all_domains_state'> -domain</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>domain_search_all_domains_state</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Search the process state directory (/proc/pid) of all domains. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_domain.html#link_domain_setpriority_all_domains'> -domain</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>domain_setpriority_all_domains</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_domain.html#link_domain_sigchld_all_domains'> -domain</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>domain_sigchld_all_domains</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send a child terminated signal to all domains. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_domain.html#link_domain_sigchld_interactive_fds'> -domain</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>domain_sigchld_interactive_fds</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send a SIGCHLD signal to domains whose file -discriptors are widely inheritable. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_domain.html#link_domain_signal_all_domains'> -domain</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>domain_signal_all_domains</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send general signals to all domains. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_domain.html#link_domain_signull_all_domains'> -domain</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>domain_signull_all_domains</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send a null signal to all domains. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_domain.html#link_domain_sigstop_all_domains'> -domain</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>domain_sigstop_all_domains</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send a stop signal to all domains. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_domain.html#link_domain_subj_id_change_exemption'> -domain</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>domain_subj_id_change_exemption</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Makes caller an exception to the constraint preventing -changing of user identity. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_domain.html#link_domain_system_change_exemption'> -domain</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>domain_system_change_exemption</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Makes caller and execption to the constraint -preventing changing to the system user -identity and system role. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_domain.html#link_domain_type'> -domain</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>domain_type</b>( - - - - - type - - - )<br> -</div> - -<div id="description"> -<p> -Make the specified type usable as a domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_domain.html#link_domain_unconfined'> -domain</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>domain_unconfined</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Unconfined access to domains. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_domain.html#link_domain_use_interactive_fds'> -domain</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>domain_use_interactive_fds</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_domain.html#link_domain_user_exemption_target'> -domain</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>domain_user_exemption_target</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Make the specified domain the target of -the user domain exception of the -SELinux role and identity change -constraints. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_dovecot.html#link_dovecot_manage_spool'> -dovecot</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>dovecot_manage_spool</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Create, read, write, and delete the dovecot spool files. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_associate_tmp'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_associate_tmp</b>( - - - - - file_type - - - )<br> -</div> - -<div id="description"> -<p> -Allow the specified type to associate -to a filesystem with the type of the -temporary directory (/tmp). -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_boot_filetrans'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_boot_filetrans</b>( - - - - - domain - - - - , - - - - private_type - - - - , - - - - object_class - - - )<br> -</div> - -<div id="description"> -<p> -Create a private type object in boot -with an automatic type transition -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_config_file'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_config_file</b>( - - - - - file_type - - - )<br> -</div> - -<div id="description"> -<p> -Make the specified type a -configuration file. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_create_boot_dirs'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_create_boot_dirs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Create directories in /boot -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_create_boot_flag'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_create_boot_flag</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_create_kernel_img'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_create_kernel_img</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Install a kernel into the /boot directory. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_create_kernel_symbol_table'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_create_kernel_symbol_table</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Install a system.map into the /boot directory. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_delete_all_locks'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_delete_all_locks</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_delete_all_pid_dirs'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_delete_all_pid_dirs</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_delete_all_pids'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_delete_all_pids</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_delete_etc_files'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_delete_etc_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Delete system configuration files in /etc. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_delete_kernel'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_delete_kernel</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Delete a kernel from /boot. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_delete_kernel_modules'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_delete_kernel_modules</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Delete kernel module files. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_delete_kernel_symbol_table'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_delete_kernel_symbol_table</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Delete a system.map in the /boot directory. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_delete_root_dir_entry'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_delete_root_dir_entry</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_dontaudit_getattr_all_dirs'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_dontaudit_getattr_all_dirs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to get the attributes -of all directories. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_dontaudit_getattr_all_files'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_dontaudit_getattr_all_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to get the attributes -of all files. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_dontaudit_getattr_all_pipes'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_dontaudit_getattr_all_pipes</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to get the attributes -of all named pipes. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_dontaudit_getattr_all_sockets'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_dontaudit_getattr_all_sockets</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to get the attributes -of all named sockets. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_dontaudit_getattr_all_symlinks'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_dontaudit_getattr_all_symlinks</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to get the attributes -of all symbolic links. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_dontaudit_getattr_boot_dirs'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_dontaudit_getattr_boot_dirs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to get attributes -of the /boot directory. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_dontaudit_getattr_default_dirs'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_dontaudit_getattr_default_dirs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to get the attributes of -directories with the default file type. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_dontaudit_getattr_default_files'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_dontaudit_getattr_default_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to get the attributes of -files with the default file type. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_dontaudit_getattr_home_dir'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_dontaudit_getattr_home_dir</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to get the -attributes of the home directories root -(/home). -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_dontaudit_getattr_non_security_blk_files'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_dontaudit_getattr_non_security_blk_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to get the attributes -of non security block devices. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_dontaudit_getattr_non_security_chr_files'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_dontaudit_getattr_non_security_chr_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to get the attributes -of non security character devices. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_dontaudit_getattr_non_security_files'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_dontaudit_getattr_non_security_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to get the attributes -of non security files. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_dontaudit_getattr_non_security_pipes'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_dontaudit_getattr_non_security_pipes</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to get the attributes -of non security named pipes. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_dontaudit_getattr_non_security_sockets'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_dontaudit_getattr_non_security_sockets</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to get the attributes -of non security named sockets. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_dontaudit_getattr_non_security_symlinks'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_dontaudit_getattr_non_security_symlinks</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to get the attributes -of non security symbolic links. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_dontaudit_getattr_pid_dirs'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_dontaudit_getattr_pid_dirs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to get the attributes -of the /var/run directory. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_dontaudit_getattr_tmp_dirs'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_dontaudit_getattr_tmp_dirs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to get the -attributes of the tmp directory (/tmp). -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_dontaudit_ioctl_all_pids'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_dontaudit_ioctl_all_pids</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to ioctl daemon runtime data files. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_dontaudit_list_default'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_dontaudit_list_default</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to list contents of -directories with the default file type. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_dontaudit_list_home'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_dontaudit_list_home</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to list -home directories root (/home). -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_dontaudit_list_non_security'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_dontaudit_list_non_security</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to list all -non-security directories. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_dontaudit_list_tmp'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_dontaudit_list_tmp</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit listing of the tmp directory (/tmp). -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_dontaudit_read_default_files'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_dontaudit_read_default_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to read files -with the default file type. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_dontaudit_read_etc_runtime_files'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_dontaudit_read_etc_runtime_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to read files -in /etc that are dynamically -created on boot, such as mtab. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_dontaudit_read_root_files'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_dontaudit_read_root_files</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_dontaudit_rw_root_chr_files'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_dontaudit_rw_root_chr_files</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_dontaudit_rw_root_files'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_dontaudit_rw_root_files</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_dontaudit_search_all_dirs'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_dontaudit_search_all_dirs</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_dontaudit_search_boot'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_dontaudit_search_boot</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to search the /boot directory. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_dontaudit_search_home'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_dontaudit_search_home</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to search -home directories root (/home). -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_dontaudit_search_isid_type_dirs'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_dontaudit_search_isid_type_dirs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to search directories on new filesystems -that have not yet been labeled. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_dontaudit_search_locks'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_dontaudit_search_locks</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to search the -locks directory (/var/lock). -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_dontaudit_search_pids'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_dontaudit_search_pids</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to search -the /var/run directory. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_dontaudit_search_spool'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_dontaudit_search_spool</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to search generic -spool directories. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_dontaudit_search_src'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_dontaudit_search_src</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_dontaudit_search_var'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_dontaudit_search_var</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to search -the contents of /var. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_dontaudit_write_all_pids'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_dontaudit_write_all_pids</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to write to daemon runtime data files. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_dontaudit_write_var_dirs'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_dontaudit_write_var_dirs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to write to /var. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_etc_filetrans'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_etc_filetrans</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_exec_etc_files'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_exec_etc_files</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_exec_usr_files'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_exec_usr_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute generic programs in /usr in the caller domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_exec_usr_src_files'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_exec_usr_src_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute programs in /usr/src in the caller domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_getattr_all_dirs'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_getattr_all_dirs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Get the attributes of all directories. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_getattr_all_files'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_getattr_all_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Get the attributes of all files. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_getattr_all_pipes'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_getattr_all_pipes</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Get the attributes of all named pipes. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_getattr_all_sockets'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_getattr_all_sockets</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Get the attributes of all named sockets. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_getattr_all_symlinks'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_getattr_all_symlinks</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Get the attributes of all symbolic links. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_getattr_boot_dirs'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_getattr_boot_dirs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Get attributes of the /boot directory. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_getattr_default_dirs'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_getattr_default_dirs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Getattr of directories with the default file type. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_getattr_generic_locks'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_getattr_generic_locks</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_getattr_home_dir'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_getattr_home_dir</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Get the attributes of the home directories root -(/home). -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_getattr_isid_type_dirs'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_getattr_isid_type_dirs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Getattr of directories on new filesystems -that have not yet been labeled. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_getattr_kernel_modules'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_getattr_kernel_modules</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Get the attributes of kernel module files. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_getattr_tmp_dirs'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_getattr_tmp_dirs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Get the attributes of the tmp directory (/tmp). -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_getattr_usr_files'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_getattr_usr_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Get the attributes of files in /usr. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_getattr_var_lib_dirs'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_getattr_var_lib_dirs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Get the attributes of the /var/lib directory. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_home_filetrans'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_home_filetrans</b>( - - - - - domain - - - - , - - - - home_type - - - - , - - - - object - - - )<br> -</div> - -<div id="description"> -<p> -Create objects in /home. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_kernel_modules_filetrans'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_kernel_modules_filetrans</b>( - - - - - domain - - - - , - - - - private_type - - - - , - - - - object_class - - - )<br> -</div> - -<div id="description"> -<p> -Create objects in the kernel module directories -with a private type via an automatic type transition. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_list_all'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_list_all</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_list_default'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_list_default</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -List contents of directories with the default file type. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_list_etc'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_list_etc</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_list_home'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_list_home</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Get listing of home directories. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_list_isid_type_dirs'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_list_isid_type_dirs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -List the contents of directories on new filesystems -that have not yet been labeled. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_list_kernel_modules'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_list_kernel_modules</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -List the contents of the kernel module directories. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_list_mnt'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_list_mnt</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_list_non_security'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_list_non_security</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -List all non-security directories. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_list_pids'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_list_pids</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_list_root'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_list_root</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_list_spool'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_list_spool</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_list_tmp'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_list_tmp</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read the tmp directory (/tmp). -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_list_usr'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_list_usr</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -List the contents of generic -directories in /usr. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_list_var'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_list_var</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -List the contents of /var. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_list_var_lib'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_list_var_lib</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -List the contents of the /var/lib directory. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_list_world_readable'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_list_world_readable</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -List world-readable directories. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_lock_file'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_lock_file</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_lock_filetrans'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_lock_filetrans</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_manage_all_files'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_manage_all_files</b>( - - - - - domain - - - - , - - - - exception_types - - - )<br> -</div> - -<div id="description"> -<p> -Manage all files on the filesystem, except -the listed exceptions. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_manage_boot_files'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_manage_boot_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Create, read, write, and delete files -in the /boot directory. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_manage_boot_symlinks'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_manage_boot_symlinks</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Create, read, write, and delete symbolic links -in the /boot directory. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_manage_etc_files'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_manage_etc_files</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_manage_etc_runtime_files'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_manage_etc_runtime_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Create, read, write, and delete files in -/etc that are dynamically created on boot, -such as mtab. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_manage_generic_locks'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_manage_generic_locks</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_manage_generic_spool'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_manage_generic_spool</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_manage_generic_spool_dirs'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_manage_generic_spool_dirs</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_manage_isid_type_blk_files'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_manage_isid_type_blk_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Create, read, write, and delete block device nodes -on new filesystems that have not yet been labeled. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_manage_isid_type_chr_files'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_manage_isid_type_chr_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Create, read, write, and delete character device nodes -on new filesystems that have not yet been labeled. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_manage_isid_type_dirs'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_manage_isid_type_dirs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Create, read, write, and delete directories -on new filesystems that have not yet been labeled. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_manage_isid_type_files'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_manage_isid_type_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Create, read, write, and delete files -on new filesystems that have not yet been labeled. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_manage_isid_type_symlinks'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_manage_isid_type_symlinks</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Create, read, write, and delete symbolic links -on new filesystems that have not yet been labeled. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_manage_kernel_modules'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_manage_kernel_modules</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Create, read, write, and delete -kernel module files. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_manage_lost_found'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_manage_lost_found</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Create, read, write, and delete objects in -lost+found directories. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_manage_mnt_dirs'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_manage_mnt_dirs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Create, read, write, and delete directories in /mnt. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_manage_mnt_files'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_manage_mnt_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Create, read, write, and delete files in /mnt. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_manage_mnt_symlinks'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_manage_mnt_symlinks</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Create, read, write, and delete symbolic links in /mnt. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_manage_mounttab'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_manage_mounttab</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Allow domain to manage mount tables -necessary for rpcd, nfsd, etc. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_manage_urandom_seed'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_manage_urandom_seed</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_manage_var_dirs'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_manage_var_dirs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Create, read, write, and delete directories -in the /var directory. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_manage_var_files'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_manage_var_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Create, read, write, and delete files in the /var directory. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_manage_var_symlinks'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_manage_var_symlinks</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Create, read, write, and delete symbolic -links in the /var directory. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_mount_all_file_type_fs'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_mount_all_file_type_fs</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_mounton_all_mountpoints'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_mounton_all_mountpoints</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_mounton_all_poly_members'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_mounton_all_poly_members</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Mount filesystems on all polyinstantiation -member directories. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_mounton_default'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_mounton_default</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Mount a filesystem on a directory with the default file type. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_mounton_isid_type_dirs'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_mounton_isid_type_dirs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Mount a filesystem on a directory on new filesystems -that has not yet been labeled. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_mounton_mnt'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_mounton_mnt</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Mount a filesystem on /mnt. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_mountpoint'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_mountpoint</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_pid_file'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_pid_file</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_pid_filetrans'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_pid_filetrans</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_poly'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_poly</b>( - - - - - file_type - - - )<br> -</div> - -<div id="description"> -<p> -Make the specified type a -polyinstantiated directory. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_poly_member'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_poly_member</b>( - - - - - file_type - - - )<br> -</div> - -<div id="description"> -<p> -Make the specified type a -polyinstantiation member directory. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_poly_member_tmp'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_poly_member_tmp</b>( - - - - - domain - - - - , - - - - file_type - - - )<br> -</div> - -<div id="description"> -<p> -Make the domain use the specified -type of polyinstantiated directory. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_poly_parent'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_poly_parent</b>( - - - - - file_type - - - )<br> -</div> - -<div id="description"> -<p> -Make the specified type a parent -of a polyinstantiated directory. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_polyinstantiate_all'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_polyinstantiate_all</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Allow access to manage all polyinstantiated -directories on the system. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_purge_tmp'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_purge_tmp</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_read_all_blk_files'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_read_all_blk_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read all block nodes with file types. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_read_all_chr_files'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_read_all_chr_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read all character nodes with file types. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_read_all_dirs_except'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_read_all_dirs_except</b>( - - - - - domain - - - - , - - - - exception_types - - - )<br> -</div> - -<div id="description"> -<p> -Read all directories on the filesystem, except -the listed exceptions. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_read_all_files'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_read_all_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read all files. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_read_all_files_except'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_read_all_files_except</b>( - - - - - domain - - - - , - - - - exception_types - - - )<br> -</div> - -<div id="description"> -<p> -Read all files on the filesystem, except -the listed exceptions. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_read_all_locks'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_read_all_locks</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read all lock files. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_read_all_pids'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_read_all_pids</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_read_all_symlinks'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_read_all_symlinks</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read all symbolic links. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_read_all_symlinks_except'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_read_all_symlinks_except</b>( - - - - - domain - - - - , - - - - exception_types - - - )<br> -</div> - -<div id="description"> -<p> -Read all symbolic links on the filesystem, except -the listed exceptions. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_read_default_files'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_read_default_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read files with the default file type. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_read_default_pipes'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_read_default_pipes</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read named pipes with the default file type. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_read_default_sockets'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_read_default_sockets</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read sockets with the default file type. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_read_default_symlinks'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_read_default_symlinks</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read symbolic links with the default file type. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_read_etc_files'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_read_etc_files</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_read_etc_runtime_files'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_read_etc_runtime_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read files in /etc that are dynamically -created on boot, such as mtab. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_read_generic_spool'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_read_generic_spool</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_read_generic_tmp_files'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_read_generic_tmp_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read files in the tmp directory (/tmp). -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_read_generic_tmp_symlinks'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_read_generic_tmp_symlinks</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read symbolic links in the tmp directory (/tmp). -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_read_isid_type_files'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_read_isid_type_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read files on new filesystems -that have not yet been labeled. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_read_kernel_modules'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_read_kernel_modules</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read kernel module files. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_read_kernel_symbol_table'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_read_kernel_symbol_table</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read system.map in the /boot directory. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_read_non_security_files'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_read_non_security_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read all non-security files. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_read_usr_files'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_read_usr_files</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_read_usr_src_files'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_read_usr_src_files</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_read_usr_symlinks'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_read_usr_symlinks</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read symbolic links in /usr. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_read_var_files'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_read_var_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read files in the /var directory. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_read_var_lib_files'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_read_var_lib_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read generic files in /var/lib. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_read_var_lib_symlinks'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_read_var_lib_symlinks</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read generic symbolic links in /var/lib -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_read_var_symlinks'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_read_var_symlinks</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read symbolic links in the /var directory. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_read_world_readable_files'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_read_world_readable_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read world-readable files. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_read_world_readable_pipes'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_read_world_readable_pipes</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read world-readable named pipes. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_read_world_readable_sockets'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_read_world_readable_sockets</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read world-readable sockets. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_read_world_readable_symlinks'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_read_world_readable_symlinks</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read world-readable symbolic links. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_relabel_all_files'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_relabel_all_files</b>( - - - - - domain - - - - , - - - - exception_types - - - )<br> -</div> - -<div id="description"> -<p> -Relabel all files on the filesystem, except -the listed exceptions. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_relabel_etc_files'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_relabel_etc_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Relabel from and to generic files in /etc. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_relabel_kernel_modules'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_relabel_kernel_modules</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Relabel from and to kernel module files. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_relabelfrom_boot_files'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_relabelfrom_boot_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Relabel from files in the /boot directory. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_relabelto_all_file_type_fs'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_relabelto_all_file_type_fs</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_relabelto_usr_files'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_relabelto_usr_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Relabel a file to the type used in /usr. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_root_filetrans'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_root_filetrans</b>( - - - - - domain - - - - , - - - - private type - - - - , - - - - object - - - )<br> -</div> - -<div id="description"> -<p> -Create an object in the root directory, with a private -type. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_rw_boot_symlinks'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_rw_boot_symlinks</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read and write symbolic links -in the /boot directory. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_rw_etc_files'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_rw_etc_files</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_rw_etc_runtime_files'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_rw_etc_runtime_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read and write files in /etc that are dynamically -created on boot, such as mtab. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_rw_generic_pids'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_rw_generic_pids</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_rw_generic_tmp_sockets'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_rw_generic_tmp_sockets</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read and write generic named sockets in the tmp directory (/tmp). -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_rw_isid_type_blk_files'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_rw_isid_type_blk_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read and write block device nodes on new filesystems -that have not yet been labeled. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_rw_isid_type_dirs'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_rw_isid_type_dirs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read and write directories on new filesystems -that have not yet been labeled. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_rw_lock_dirs'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_rw_lock_dirs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Add and remove entries in the /var/lock -directories. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_search_all'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_search_all</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_search_boot'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_search_boot</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Search the /boot directory. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_search_default'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_search_default</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Search the contents of directories with the default file type. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_search_etc'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_search_etc</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_search_home'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_search_home</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Search home directories root (/home). -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_search_kernel_modules'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_search_kernel_modules</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Search the contents of the kernel module directories. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_search_locks'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_search_locks</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Search the locks directory (/var/lock). -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_search_mnt'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_search_mnt</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_search_pids'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_search_pids</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_search_spool'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_search_spool</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_search_tmp'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_search_tmp</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Search the tmp directory (/tmp). -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_search_usr'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_search_usr</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_search_var'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_search_var</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Search the contents of /var. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_search_var_lib'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_search_var_lib</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Search the /var/lib directory. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_security_file'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_security_file</b>( - - - - - file_type - - - )<br> -</div> - -<div id="description"> -<p> -Make the specified type a file that -should not be dontaudited from -browsing from user domains. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_setattr_all_tmp_dirs'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_setattr_all_tmp_dirs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Set the attributes of all tmp directories. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_setattr_etc_dirs'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_setattr_etc_dirs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Set the attributes of the /etc directories. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_tmp_file'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_tmp_file</b>( - - - - - file_type - - - )<br> -</div> - -<div id="description"> -<p> -Make the specified type a file -used for temporary files. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_tmp_filetrans'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_tmp_filetrans</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_tmpfs_file'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_tmpfs_file</b>( - - - - - type - - - )<br> -</div> - -<div id="description"> -<p> -Transform the type into a file, for use on a -virtual memory filesystem (tmpfs). -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_type'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_type</b>( - - - - - type - - - )<br> -</div> - -<div id="description"> -<p> -Make the specified type usable for files -in a filesystem. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_unconfined'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_unconfined</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Unconfined access to files. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_unmount_all_file_type_fs'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_unmount_all_file_type_fs</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_unmount_rootfs'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_unmount_rootfs</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_usr_filetrans'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_usr_filetrans</b>( - - - - - domain - - - - , - - - - file_type - - - - , - - - - object_class - - - )<br> -</div> - -<div id="description"> -<p> -Create objects in the /usr directory -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_var_filetrans'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_var_filetrans</b>( - - - - - domain - - - - , - - - - file_type - - - - , - - - - object_class - - - )<br> -</div> - -<div id="description"> -<p> -Create objects in the /var directory -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_var_lib_filetrans'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_var_lib_filetrans</b>( - - - - - domain - - - - , - - - - file_type - - - - , - - - - object_class - - - )<br> -</div> - -<div id="description"> -<p> -Create objects in the /var/lib directory -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_write_kernel_modules'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_write_kernel_modules</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Write kernel module files. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_files.html#link_files_write_non_security_dirs'> -files</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>files_write_non_security_dirs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Allow attempts to modify any directory -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_finger.html#link_finger_domtrans'> -finger</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>finger_domtrans</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute fingerd in the fingerd domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_finger.html#link_finger_tcp_connect'> -finger</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>finger_tcp_connect</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Allow the specified domain to connect to fingerd with a tcp socket. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='admin_firstboot.html#link_firstboot_domtrans'> -firstboot</a><p/> -Layer: <a href='admin.html'> -admin</a><p/> -<div id="codeblock"> - -<b>firstboot_domtrans</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute firstboot in the firstboot domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='admin_firstboot.html#link_firstboot_dontaudit_use_fds'> -firstboot</a><p/> -Layer: <a href='admin.html'> -admin</a><p/> -<div id="codeblock"> - -<b>firstboot_dontaudit_use_fds</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to inherit a -file descriptor from firstboot. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='admin_firstboot.html#link_firstboot_run'> -firstboot</a><p/> -Layer: <a href='admin.html'> -admin</a><p/> -<div id="codeblock"> - -<b>firstboot_run</b>( - - - - - domain - - - - , - - - - role - - - - , - - - - terminal - - - )<br> -</div> - -<div id="description"> -<p> -Execute firstboot in the firstboot domain, and -allow the specified role the firstboot domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='admin_firstboot.html#link_firstboot_use_fds'> -firstboot</a><p/> -Layer: <a href='admin.html'> -admin</a><p/> -<div id="codeblock"> - -<b>firstboot_use_fds</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Inherit and use a file descriptor from firstboot. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='admin_firstboot.html#link_firstboot_write_pipes'> -firstboot</a><p/> -Layer: <a href='admin.html'> -admin</a><p/> -<div id="codeblock"> - -<b>firstboot_write_pipes</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Write to a firstboot unnamed pipe. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_associate'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_associate</b>( - - - - - file_type - - - )<br> -</div> - -<div id="description"> -<p> -Associate the specified file type to persistent -filesystems with extended attributes. This -allows a file of this type to be created on -a filesystem such as ext3, JFS, and XFS. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_associate_noxattr'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_associate_noxattr</b>( - - - - - file_type - - - )<br> -</div> - -<div id="description"> -<p> -Associate the specified file type to -filesystems which lack extended attributes -support. This allows a file of this type -to be created on a filesystem such as -FAT32, and NFS. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_associate_tmpfs'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_associate_tmpfs</b>( - - - - - type - - - )<br> -</div> - -<div id="description"> -<p> -Allow the type to associate to tmpfs filesystems. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_cifs_domtrans'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_cifs_domtrans</b>( - - - - - domain - - - - , - - - - target_domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute a file on a CIFS or SMB filesystem -in the specified domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_donaudit_read_removable_files'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_donaudit_read_removable_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to read removable storage files. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_dontaudit_getattr_all_files'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_dontaudit_getattr_all_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to get the attributes -of all files with a filesystem type. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_dontaudit_getattr_all_fs'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_dontaudit_getattr_all_fs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to get the attributes -all filesystems. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_dontaudit_getattr_all_pipes'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_dontaudit_getattr_all_pipes</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to get the attributes -of all named pipes with a filesystem type. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_dontaudit_getattr_all_sockets'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_dontaudit_getattr_all_sockets</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to get the attributes -of all named sockets with a filesystem type. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_dontaudit_getattr_all_symlinks'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_dontaudit_getattr_all_symlinks</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to get the attributes -of all symbolic links with a filesystem type. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_dontaudit_getattr_xattr_fs'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_dontaudit_getattr_xattr_fs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to -get the attributes of a persistent -filesystem which has extended -attributes, such as ext3, JFS, or XFS. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_dontaudit_list_auto_mountpoints'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_dontaudit_list_auto_mountpoints</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to list directories of automatically -mounted filesystems. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_dontaudit_list_cifs'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_dontaudit_list_cifs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to list the contents -of directories on a CIFS or SMB filesystem. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_dontaudit_list_nfs'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_dontaudit_list_nfs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to list the contents -of directories on a NFS filesystem. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_dontaudit_list_removable'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_dontaudit_list_removable</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to list removable storage directories. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_dontaudit_list_tmpfs'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_dontaudit_list_tmpfs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to list the -contents of generic tmpfs directories. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_dontaudit_manage_cifs_dirs'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_dontaudit_manage_cifs_dirs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to create, read, -write, and delete directories -on a CIFS or SMB network filesystem. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_dontaudit_manage_cifs_files'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_dontaudit_manage_cifs_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to create, read, -write, and delete files -on a CIFS or SMB network filesystem. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_dontaudit_manage_nfs_dirs'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_dontaudit_manage_nfs_dirs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to create, read, -write, and delete directories -on a NFS filesystem. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_dontaudit_manage_nfs_files'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_dontaudit_manage_nfs_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to create, -read, write, and delete files -on a NFS filesystem. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_dontaudit_read_cifs_files'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_dontaudit_read_cifs_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to read -files on a CIFS or SMB filesystem. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_dontaudit_read_nfs_files'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_dontaudit_read_nfs_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to read -files on a NFS filesystem. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_dontaudit_read_ramfs_files'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_dontaudit_read_ramfs_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Dontaudit read on a ramfs files. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_dontaudit_read_ramfs_pipes'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_dontaudit_read_ramfs_pipes</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Dontaudit read on a ramfs fifo_files. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_dontaudit_rw_cifs_files'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_dontaudit_rw_cifs_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to read or -write files on a CIFS or SMB filesystem. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_dontaudit_rw_nfs_files'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_dontaudit_rw_nfs_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to read or -write files on a NFS filesystem. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_dontaudit_rw_tmpfs_files'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_dontaudit_rw_tmpfs_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to read or write -generic tmpfs files. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_dontaudit_search_ramfs'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_dontaudit_search_ramfs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Dontaudit Search directories on a ramfs -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_dontaudit_use_tmpfs_chr_dev'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_dontaudit_use_tmpfs_chr_dev</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -dontaudit Read and write character nodes on tmpfs filesystems. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_exec_cifs_files'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_exec_cifs_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute files on a CIFS or SMB -network filesystem, in the caller -domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_exec_nfs_files'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_exec_nfs_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute files on a NFS filesystem. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_exec_noxattr'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_exec_noxattr</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute files on a filesystem that does -not support extended attributes. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_get_all_fs_quotas'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_get_all_fs_quotas</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Get the quotas of all filesystems. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_get_xattr_fs_quotas'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_get_xattr_fs_quotas</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Get the filesystem quotas of a filesystem -with extended attributes. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_getattr_all_dirs'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_getattr_all_dirs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Get the attributes of all directories -with a filesystem type. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_getattr_all_files'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_getattr_all_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Get the attributes of all files with -a filesystem type. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_getattr_all_fs'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_getattr_all_fs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Get the attributes of all persistent -filesystems. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_getattr_all_pipes'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_getattr_all_pipes</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Get the attributes of all named pipes with -a filesystem type. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_getattr_all_sockets'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_getattr_all_sockets</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Get the attributes of all named sockets with -a filesystem type. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_getattr_all_symlinks'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_getattr_all_symlinks</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Get the attributes of all symbolic links with -a filesystem type. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_getattr_autofs'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_getattr_autofs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Get the attributes of an automount -pseudo filesystem. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_getattr_cifs'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_getattr_cifs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Get the attributes of a CIFS or -SMB network filesystem. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_getattr_dos_fs'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_getattr_dos_fs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Get the attributes of a DOS -filesystem, such as FAT32 or NTFS. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_getattr_iso9660_fs'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_getattr_iso9660_fs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Get the attributes of an iso9660 -filesystem, which is usually used on CDs. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_getattr_nfs'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_getattr_nfs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Get the attributes of a NFS filesystem. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_getattr_nfsd_fs'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_getattr_nfsd_fs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Get the attributes of a NFS server -pseudo filesystem. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_getattr_ramfs'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_getattr_ramfs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Get the attributes of a RAM filesystem. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_getattr_romfs'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_getattr_romfs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Get the attributes of a ROM -filesystem. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_getattr_rpc_dirs'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_getattr_rpc_dirs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read directories of RPC file system pipes. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_getattr_rpc_pipefs'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_getattr_rpc_pipefs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Get the attributes of a RPC pipe -filesystem. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_getattr_tmpfs'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_getattr_tmpfs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Get the attributes of a tmpfs -filesystem. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_getattr_tmpfs_dirs'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_getattr_tmpfs_dirs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Get the attributes of tmpfs directories. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_getattr_xattr_fs'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_getattr_xattr_fs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Get the attributes of a persistent -filesystem which has extended -attributes, such as ext3, JFS, or XFS. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_list_all'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_list_all</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -List all directories with a filesystem type. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_list_auto_mountpoints'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_list_auto_mountpoints</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read directories of automatically -mounted filesystems. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_list_cifs'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_list_cifs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -List the contents of directories on a -CIFS or SMB filesystem. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_list_inotifyfs'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_list_inotifyfs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -List inotifyfs filesystem. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_list_nfs'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_list_nfs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -List NFS filesystem. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_list_noxattr_fs'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_list_noxattr_fs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read all noxattrfs directories. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_list_rpc'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_list_rpc</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read directories of RPC file system pipes. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_list_tmpfs'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_list_tmpfs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -List the contents of generic tmpfs directories. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_manage_auto_mountpoints'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_manage_auto_mountpoints</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Create, read, write, and delete -auto moutpoints. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_manage_cifs_dirs'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_manage_cifs_dirs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Create, read, write, and delete directories -on a CIFS or SMB network filesystem. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_manage_cifs_files'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_manage_cifs_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Create, read, write, and delete files -on a CIFS or SMB network filesystem. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_manage_cifs_named_pipes'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_manage_cifs_named_pipes</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Create, read, write, and delete named pipes -on a CIFS or SMB network filesystem. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_manage_cifs_named_sockets'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_manage_cifs_named_sockets</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Create, read, write, and delete named sockets -on a CIFS or SMB network filesystem. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_manage_cifs_symlinks'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_manage_cifs_symlinks</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Create, read, write, and delete symbolic links -on a CIFS or SMB network filesystem. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_manage_nfs_dirs'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_manage_nfs_dirs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Create, read, write, and delete directories -on a NFS filesystem. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_manage_nfs_files'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_manage_nfs_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Create, read, write, and delete files -on a NFS filesystem. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_manage_nfs_named_pipes'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_manage_nfs_named_pipes</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Create, read, write, and delete named pipes -on a NFS filesystem. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_manage_nfs_named_sockets'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_manage_nfs_named_sockets</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Create, read, write, and delete named sockets -on a NFS filesystem. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_manage_nfs_symlinks'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_manage_nfs_symlinks</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Create, read, write, and delete symbolic links -on a CIFS or SMB network filesystem. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_manage_tmpfs_blk_files'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_manage_tmpfs_blk_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read and write, create and delete block nodes -on tmpfs filesystems. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_manage_tmpfs_chr_files'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_manage_tmpfs_chr_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read and write, create and delete character -nodes on tmpfs filesystems. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_manage_tmpfs_dirs'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_manage_tmpfs_dirs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Create, read, write, and delete -tmpfs directories -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_manage_tmpfs_files'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_manage_tmpfs_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read and write, create and delete generic -files on tmpfs filesystems. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_manage_tmpfs_sockets'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_manage_tmpfs_sockets</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read and write, create and delete socket -files on tmpfs filesystems. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_manage_tmpfs_symlinks'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_manage_tmpfs_symlinks</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read and write, create and delete symbolic -links on tmpfs filesystems. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_mount_all_fs'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_mount_all_fs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Mount all filesystems. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_mount_autofs'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_mount_autofs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Mount an automount pseudo filesystem. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_mount_cifs'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_mount_cifs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Mount a CIFS or SMB network filesystem. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_mount_dos_fs'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_mount_dos_fs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Mount a DOS filesystem, such as -FAT32 or NTFS. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_mount_iso9660_fs'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_mount_iso9660_fs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Mount an iso9660 filesystem, which -is usually used on CDs. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_mount_nfs'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_mount_nfs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Mount a NFS filesystem. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_mount_nfsd_fs'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_mount_nfsd_fs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Mount a NFS server pseudo filesystem. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_mount_ramfs'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_mount_ramfs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Mount a RAM filesystem. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_mount_romfs'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_mount_romfs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Mount a ROM filesystem. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_mount_rpc_pipefs'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_mount_rpc_pipefs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Mount a RPC pipe filesystem. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_mount_tmpfs'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_mount_tmpfs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Mount a tmpfs filesystem. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_mount_xattr_fs'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_mount_xattr_fs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Mount a persistent filesystem which -has extended attributes, such as -ext3, JFS, or XFS. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_nfs_domtrans'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_nfs_domtrans</b>( - - - - - domain - - - - , - - - - target_domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute a file on a NFS filesystem -in the specified domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_noxattr_type'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_noxattr_type</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Transform specified type into a filesystem -type which does not have extended attribute -support. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_read_cifs_files'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_read_cifs_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read files on a CIFS or SMB filesystem. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_read_cifs_symlinks'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_read_cifs_symlinks</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read symbolic links on a CIFS or SMB filesystem. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_read_eventpollfs'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_read_eventpollfs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read eventpollfs files -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_read_nfs_files'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_read_nfs_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read files on a NFS filesystem. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_read_nfs_symlinks'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_read_nfs_symlinks</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read symbolic links on a NFS filesystem. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_read_noxattr_fs_files'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_read_noxattr_fs_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read all noxattrfs files. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_read_noxattr_fs_symlinks'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_read_noxattr_fs_symlinks</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read all noxattrfs symbolic links. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_read_removable_files'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_read_removable_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read removable storage files. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_read_removable_symlinks'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_read_removable_symlinks</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read removable storage symbolic links. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_read_rpc_files'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_read_rpc_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read files of RPC file system pipes. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_read_rpc_sockets'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_read_rpc_sockets</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read sockets of RPC file system pipes. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_read_rpc_symlinks'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_read_rpc_symlinks</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read symbolic links of RPC file system pipes. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_read_tmpfs_symlinks'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_read_tmpfs_symlinks</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read tmpfs link files. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_register_binary_executable_type'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_register_binary_executable_type</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Register an interpreter for new binary -file types, using the kernel binfmt_misc -support. A common use for this is to -register a JVM as an interpreter for -Java byte code. Registered binaries -can be directly executed on a command line -without specifying the interpreter. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_relabel_tmpfs_blk_file'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_relabel_tmpfs_blk_file</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Relabel block nodes on tmpfs filesystems. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_relabel_tmpfs_chr_file'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_relabel_tmpfs_chr_file</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Relabel character nodes on tmpfs filesystems. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_relabelfrom_all_fs'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_relabelfrom_all_fs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Relabelfrom all filesystems. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_relabelfrom_dos_fs'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_relabelfrom_dos_fs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Allow changing of the label of a -DOS filesystem using the context= mount option. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_relabelfrom_xattr_fs'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_relabelfrom_xattr_fs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Allow changing of the label of a -filesystem with extended attributes -using the context= mount option. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_remount_all_fs'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_remount_all_fs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Remount all filesystems. This -allows some mount options to be changed. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_remount_autofs'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_remount_autofs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Remount an automount pseudo filesystem -This allows some mount options to be changed. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_remount_cifs'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_remount_cifs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Remount a CIFS or SMB network filesystem. -This allows some mount options to be changed. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_remount_dos_fs'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_remount_dos_fs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Remount a DOS filesystem, such as -FAT32 or NTFS. This allows -some mount options to be changed. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_remount_iso9660_fs'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_remount_iso9660_fs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Remount an iso9660 filesystem, which -is usually used on CDs. This allows -some mount options to be changed. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_remount_nfs'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_remount_nfs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Remount a NFS filesystem. This allows -some mount options to be changed. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_remount_nfsd_fs'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_remount_nfsd_fs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Mount a NFS server pseudo filesystem. -This allows some mount options to be changed. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_remount_ramfs'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_remount_ramfs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Remount a RAM filesystem. This allows -some mount options to be changed. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_remount_romfs'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_remount_romfs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Remount a ROM filesystem. This allows -some mount options to be changed. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_remount_rpc_pipefs'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_remount_rpc_pipefs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Remount a RPC pipe filesystem. This -allows some mount option to be changed. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_remount_tmpfs'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_remount_tmpfs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Remount a tmpfs filesystem. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_remount_xattr_fs'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_remount_xattr_fs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Remount a persistent filesystem which -has extended attributes, such as -ext3, JFS, or XFS. This allows -some mount options to be changed. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_rw_nfsd_fs'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_rw_nfsd_fs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read and write NFS server files. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_rw_ramfs_pipes'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_rw_ramfs_pipes</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read and write a named pipe on a ramfs filesystem. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_rw_tmpfs_blk_files'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_rw_tmpfs_blk_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read and write block nodes on tmpfs filesystems. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_rw_tmpfs_chr_files'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_rw_tmpfs_chr_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read and write character nodes on tmpfs filesystems. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_rw_tmpfs_files'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_rw_tmpfs_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read and write generic tmpfs files. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_search_all'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_search_all</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Search all directories with a filesystem type. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_search_auto_mountpoints'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_search_auto_mountpoints</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Search automount filesystem to use automatically -mounted filesystems. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_search_cifs'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_search_cifs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Search directories on a CIFS or SMB filesystem. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_search_inotifyfs'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_search_inotifyfs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Search inotifyfs filesystem. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_search_nfs'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_search_nfs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Search directories on a NFS filesystem. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_search_nfsd_fs'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_search_nfsd_fs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Search NFS server directories. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_search_ramfs'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_search_ramfs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Search directories on a ramfs -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_search_removable'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_search_removable</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Search removable storage directories. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_search_rpc'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_search_rpc</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Search directories of RPC file system pipes. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_search_tmpfs'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_search_tmpfs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Search tmpfs directories. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_set_all_quotas'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_set_all_quotas</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Set the quotas of all filesystems. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_set_xattr_fs_quotas'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_set_xattr_fs_quotas</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Set the filesystem quotas of a filesystem -with extended attributes. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_setattr_tmpfs_dirs'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_setattr_tmpfs_dirs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Set the attributes of tmpfs directories. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_tmpfs_filetrans'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_tmpfs_filetrans</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_type'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_type</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Transform specified type into a filesystem type. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_unconfined'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_unconfined</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Unconfined access to filesystems -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_unmount_all_fs'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_unmount_all_fs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Unmount all filesystems. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_unmount_autofs'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_unmount_autofs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Unmount an automount pseudo filesystem. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_unmount_cifs'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_unmount_cifs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Unmount a CIFS or SMB network filesystem. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_unmount_dos_fs'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_unmount_dos_fs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Unmount a DOS filesystem, such as -FAT32 or NTFS. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_unmount_iso9660_fs'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_unmount_iso9660_fs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Unmount an iso9660 filesystem, which -is usually used on CDs. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_unmount_nfs'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_unmount_nfs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Unmount a NFS filesystem. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_unmount_nfsd_fs'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_unmount_nfsd_fs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Unmount a NFS server pseudo filesystem. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_unmount_ramfs'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_unmount_ramfs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Unmount a RAM filesystem. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_unmount_romfs'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_unmount_romfs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Unmount a ROM filesystem. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_unmount_rpc_pipefs'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_unmount_rpc_pipefs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Unmount a RPC pipe filesystem. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_unmount_tmpfs'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_unmount_tmpfs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Unmount a tmpfs filesystem. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_unmount_xattr_fs'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_unmount_xattr_fs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Unmount a persistent filesystem which -has extended attributes, such as -ext3, JFS, or XFS. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_write_nfs_files'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_write_nfs_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read files on a NFS filesystem. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_write_ramfs_pipes'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_write_ramfs_pipes</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Write to named pipe on a ramfs filesystem. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_filesystem.html#link_fs_write_ramfs_sockets'> -filesystem</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>fs_write_ramfs_sockets</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Write to named socket on a ramfs filesystem. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_fstools.html#link_fstools_domtrans'> -fstools</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>fstools_domtrans</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute fs tools in the fstools domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_fstools.html#link_fstools_exec'> -fstools</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>fstools_exec</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute fsadm in the caller domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_fstools.html#link_fstools_manage_entry_files'> -fstools</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>fstools_manage_entry_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Create, read, write, and delete a file used by the -filesystem tools programs. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_fstools.html#link_fstools_relabelto_entry_files'> -fstools</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>fstools_relabelto_entry_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Relabel a file to the type used by the -filesystem tools programs. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_fstools.html#link_fstools_run'> -fstools</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>fstools_run</b>( - - - - - domain - - - - , - - - - role - - - - , - - - - terminal - - - )<br> -</div> - -<div id="description"> -<p> -Execute fs tools in the fstools domain, and -allow the specified role the fs tools domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_ftp.html#link_ftp_check_exec'> -ftp</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>ftp_check_exec</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute FTP daemon entry point programs. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_ftp.html#link_ftp_read_config'> -ftp</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>ftp_read_config</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read ftpd etc files -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_ftp.html#link_ftp_read_log'> -ftp</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>ftp_read_log</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read FTP transfer logs -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_ftp.html#link_ftp_tcp_connect'> -ftp</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>ftp_tcp_connect</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Use ftp by connecting over TCP. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_getty.html#link_getty_domtrans'> -getty</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>getty_domtrans</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute gettys in the getty domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_getty.html#link_getty_read_config'> -getty</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>getty_read_config</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Allow process to read getty config file. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_getty.html#link_getty_read_log'> -getty</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>getty_read_log</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Allow process to read getty log file. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_getty.html#link_getty_rw_config'> -getty</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>getty_rw_config</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Allow process to edit getty config file. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_getty.html#link_getty_use_fds'> -getty</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>getty_use_fds</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Inherit and use getty file descriptors. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_gpm.html#link_gpm_dontaudit_getattr_gpmctl'> -gpm</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>gpm_dontaudit_getattr_gpmctl</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to get the -attributes of the GPM control channel -named socket. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_gpm.html#link_gpm_getattr_gpmctl'> -gpm</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>gpm_getattr_gpmctl</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Get the attributes of the GPM -control channel named socket. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_gpm.html#link_gpm_setattr_gpmctl'> -gpm</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>gpm_setattr_gpmctl</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Set the attributes of the GPM -control channel named socket. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_gpm.html#link_gpm_stream_connect'> -gpm</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>gpm_stream_connect</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Connect to GPM over a unix domain -stream socket. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_hal.html#link_hal_dbus_chat'> -hal</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>hal_dbus_chat</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive messages from -hal over dbus. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_hal.html#link_hal_dbus_send'> -hal</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>hal_dbus_send</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send a dbus message to hal. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_hal.html#link_hal_dgram_send'> -hal</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>hal_dgram_send</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send to hal over a unix domain -datagram socket. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_hal.html#link_hal_domtrans'> -hal</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>hal_domtrans</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute hal in the hal domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_hal.html#link_hal_stream_connect'> -hal</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>hal_stream_connect</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send to hal over a unix domain -stream socket. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_hostname.html#link_hostname_domtrans'> -hostname</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>hostname_domtrans</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute hostname in the hostname domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_hostname.html#link_hostname_exec'> -hostname</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>hostname_exec</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute hostname in the caller domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_hostname.html#link_hostname_run'> -hostname</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>hostname_run</b>( - - - - - domain - - - - , - - - - role - - - - , - - - - terminal - - - )<br> -</div> - -<div id="description"> -<p> -Execute hostname in the hostname domain, and -allow the specified role the hostname domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_hotplug.html#link_hotplug_domtrans'> -hotplug</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>hotplug_domtrans</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_hotplug.html#link_hotplug_dontaudit_search_config'> -hotplug</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>hotplug_dontaudit_search_config</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_hotplug.html#link_hotplug_dontaudit_use_fds'> -hotplug</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>hotplug_dontaudit_use_fds</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_hotplug.html#link_hotplug_exec'> -hotplug</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>hotplug_exec</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_hotplug.html#link_hotplug_getattr_config_dirs'> -hotplug</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>hotplug_getattr_config_dirs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Get the attributes of the hotplug configuration directory. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_hotplug.html#link_hotplug_read_config'> -hotplug</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>hotplug_read_config</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read the configuration files for hotplug. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_hotplug.html#link_hotplug_search_config'> -hotplug</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>hotplug_search_config</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Search the hotplug configuration directory. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_hotplug.html#link_hotplug_use_fds'> -hotplug</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>hotplug_use_fds</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_howl.html#link_howl_signal'> -howl</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>howl_signal</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send generic signals to howl. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_i18n_input.html#link_i18n_use'> -i18n_input</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>i18n_use</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Use i18n_input over a TCP connection. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_inetd.html#link_inetd_core_service_domain'> -inetd</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>inetd_core_service_domain</b>( - - - - - domain - - - - , - - - - entrypoint - - - )<br> -</div> - -<div id="description"> -<p> -Define the specified domain as a inetd service. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_inetd.html#link_inetd_domtrans_child'> -inetd</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>inetd_domtrans_child</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Run inetd child process in the inet child domain -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_inetd.html#link_inetd_rw_tcp_sockets'> -inetd</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>inetd_rw_tcp_sockets</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read and write inetd TCP sockets. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_inetd.html#link_inetd_service_domain'> -inetd</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>inetd_service_domain</b>( - - - - - domain - - - - , - - - - entrypoint - - - )<br> -</div> - -<div id="description"> -<p> -Define the specified domain as a TCP and UDP inetd service. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_inetd.html#link_inetd_tcp_connect'> -inetd</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>inetd_tcp_connect</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Connect to the inetd service using a TCP connection. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_inetd.html#link_inetd_tcp_service_domain'> -inetd</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>inetd_tcp_service_domain</b>( - - - - - domain - - - - , - - - - entrypoint - - - )<br> -</div> - -<div id="description"> -<p> -Define the specified domain as a TCP inetd service. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_inetd.html#link_inetd_udp_send'> -inetd</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>inetd_udp_send</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send UDP network traffic to inetd. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_inetd.html#link_inetd_udp_service_domain'> -inetd</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>inetd_udp_service_domain</b>( - - - - - domain - - - - , - - - - entrypoint - - - )<br> -</div> - -<div id="description"> -<p> -Define the specified domain as a UDP inetd service. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_inetd.html#link_inetd_use_fds'> -inetd</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>inetd_use_fds</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Inherit and use file descriptors from inetd. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_init.html#link_init_daemon_domain'> -init</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>init_daemon_domain</b>( - - - - - domain - - - - , - - - - entry_point - - - )<br> -</div> - -<div id="description"> -<p> -Create a domain for long running processes -(daemons) which can be started by init scripts. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_init.html#link_init_dbus_chat_script'> -init</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>init_dbus_chat_script</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive messages from -init scripts over dbus. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_init.html#link_init_domain'> -init</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>init_domain</b>( - - - - - domain - - - - , - - - - entry_point - - - )<br> -</div> - -<div id="description"> -<p> -Create a domain which can be started by init. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_init.html#link_init_domtrans'> -init</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>init_domtrans</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_init.html#link_init_domtrans_script'> -init</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>init_domtrans_script</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_init.html#link_init_dontaudit_getattr_initctl'> -init</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>init_dontaudit_getattr_initctl</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_init.html#link_init_dontaudit_lock_utmp'> -init</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>init_dontaudit_lock_utmp</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to lock -init script pid files. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_init.html#link_init_dontaudit_rw_initctl'> -init</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>init_dontaudit_rw_initctl</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_init.html#link_init_dontaudit_rw_utmp'> -init</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>init_dontaudit_rw_utmp</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_init.html#link_init_dontaudit_stream_connect_script'> -init</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>init_dontaudit_stream_connect_script</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Dont audit the specified domain connecting to -init scripts with a unix domain stream socket. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_init.html#link_init_dontaudit_use_fds'> -init</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>init_dontaudit_use_fds</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_init.html#link_init_dontaudit_use_script_fds'> -init</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>init_dontaudit_use_script_fds</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_init.html#link_init_dontaudit_use_script_ptys'> -init</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>init_dontaudit_use_script_ptys</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to read and -write the init script pty. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_init.html#link_init_dontaudit_write_utmp'> -init</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>init_dontaudit_write_utmp</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_init.html#link_init_exec'> -init</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>init_exec</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute the init program in the caller domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_init.html#link_init_exec_script_files'> -init</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>init_exec_script_files</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_init.html#link_init_getattr_initctl'> -init</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>init_getattr_initctl</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_init.html#link_init_getattr_script_files'> -init</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>init_getattr_script_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Get the attribute of init script entrypoint files. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_init.html#link_init_getattr_utmp'> -init</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>init_getattr_utmp</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Get the attributes of init script process id files. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_init.html#link_init_getpgid'> -init</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>init_getpgid</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_init.html#link_init_getpgid_script'> -init</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>init_getpgid_script</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_init.html#link_init_manage_utmp'> -init</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>init_manage_utmp</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Create, read, write, and delete utmp. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_init.html#link_init_read_script_files'> -init</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>init_read_script_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read init scripts. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_init.html#link_init_read_script_state'> -init</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>init_read_script_state</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read the process state (/proc/pid) of the init scripts. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_init.html#link_init_read_utmp'> -init</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>init_read_utmp</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_init.html#link_init_run_daemon'> -init</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>init_run_daemon</b>( - - - - - domain - - - - , - - - - role - - - - , - - - - terminal - - - )<br> -</div> - -<div id="description"> -<p> -Start and stop daemon programs directly. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_init.html#link_init_rw_initctl'> -init</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>init_rw_initctl</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_init.html#link_init_rw_script_pipes'> -init</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>init_rw_script_pipes</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read and write init script unnamed pipes. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_init.html#link_init_rw_script_tmp_files'> -init</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>init_rw_script_tmp_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read and write init script temporary data. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_init.html#link_init_rw_utmp'> -init</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>init_rw_utmp</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_init.html#link_init_script_file_domtrans'> -init</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>init_script_file_domtrans</b>( - - - - - source_domain - - - - , - - - - target_domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute a init script in a specified domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_init.html#link_init_script_file_entry_type'> -init</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>init_script_file_entry_type</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Make init scripts an entry point for -the specified domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_init.html#link_init_script_tmp_filetrans'> -init</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>init_script_tmp_filetrans</b>( - - - - - domain - - - - , - - - - file_type - - - - , - - - - object_class - - - )<br> -</div> - -<div id="description"> -<p> -Create files in a init script -temporary data directory. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_init.html#link_init_sigchld'> -init</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>init_sigchld</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send init a SIGCHLD signal. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_init.html#link_init_sigchld_script'> -init</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>init_sigchld_script</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send SIGCHLD signals to init scripts. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_init.html#link_init_signal_script'> -init</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>init_signal_script</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send generic signals to init scripts. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_init.html#link_init_signull'> -init</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>init_signull</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send init a null signal. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_init.html#link_init_signull_script'> -init</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>init_signull_script</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send null signals to init scripts. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_init.html#link_init_stream_connect_script'> -init</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>init_stream_connect_script</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Allow the specified domain to connect to -init scripts with a unix socket. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_init.html#link_init_system_domain'> -init</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>init_system_domain</b>( - - - - - domain - - - - , - - - - entry_point - - - )<br> -</div> - -<div id="description"> -<p> -Create a domain for short running processes -which can be started by init scripts. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_init.html#link_init_udp_send'> -init</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>init_udp_send</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send UDP network traffic to init. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_init.html#link_init_udp_send_script'> -init</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>init_udp_send_script</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send UDP network traffic to init scripts. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_init.html#link_init_use_fds'> -init</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>init_use_fds</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_init.html#link_init_use_script_fds'> -init</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>init_use_script_fds</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_init.html#link_init_use_script_ptys'> -init</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>init_use_script_ptys</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read and write the init script pty. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_init.html#link_init_write_initctl'> -init</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>init_write_initctl</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_init.html#link_init_write_script_pipes'> -init</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>init_write_script_pipes</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Write an init script unnamed pipe. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_inn.html#link_inn_dgram_send'> -inn</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>inn_dgram_send</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send to a innd unix dgram socket. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_inn.html#link_inn_exec'> -inn</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>inn_exec</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Allow the specified domain to execute innd -in the caller domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_inn.html#link_inn_exec_config'> -inn</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>inn_exec_config</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Allow the specified domain to execute -inn configuration files in /etc. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_inn.html#link_inn_manage_log'> -inn</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>inn_manage_log</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Create, read, write, and delete the innd log. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_inn.html#link_inn_manage_pid'> -inn</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>inn_manage_pid</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Create, read, write, and delete the innd pid files. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_inn.html#link_inn_read_config'> -inn</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>inn_read_config</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read innd configuration files. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_inn.html#link_inn_read_news_lib'> -inn</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>inn_read_news_lib</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read innd news library files. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_inn.html#link_inn_read_news_spool'> -inn</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>inn_read_news_spool</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read innd news library files. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_ipsec.html#link_ipsec_domtrans'> -ipsec</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>ipsec_domtrans</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute ipsec in the ipsec domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_ipsec.html#link_ipsec_exec_mgmt'> -ipsec</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>ipsec_exec_mgmt</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute the IPSEC management program in the caller domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_ipsec.html#link_ipsec_getattr_key_sockets'> -ipsec</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>ipsec_getattr_key_sockets</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Get the attributes of an IPSEC key socket. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_ipsec.html#link_ipsec_manage_pid'> -ipsec</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>ipsec_manage_pid</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Create, read, write, and delete the IPSEC pid files. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_ipsec.html#link_ipsec_read_config'> -ipsec</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>ipsec_read_config</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read the IPSEC configuration -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_ipsec.html#link_ipsec_stream_connect'> -ipsec</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>ipsec_stream_connect</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Connect to IPSEC using a unix domain stream socket. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_iptables.html#link_iptables_domtrans'> -iptables</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>iptables_domtrans</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute iptables in the iptables domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_iptables.html#link_iptables_exec'> -iptables</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>iptables_exec</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute iptables in the caller domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_iptables.html#link_iptables_run'> -iptables</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>iptables_run</b>( - - - - - domain - - - - , - - - - role - - - - , - - - - terminal - - - )<br> -</div> - -<div id="description"> -<p> -Execute iptables in the iptables domain, and -allow the specified role the iptables domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='apps_java.html#link_java_domtrans'> -java</a><p/> -Layer: <a href='apps.html'> -apps</a><p/> -<div id="codeblock"> - -<b>java_domtrans</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute the java program in the java domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_kerberos.html#link_kerberos_dontaudit_write_config'> -kerberos</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>kerberos_dontaudit_write_config</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to write the kerberos -configuration file (/etc/krb5.conf). -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_kerberos.html#link_kerberos_read_config'> -kerberos</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>kerberos_read_config</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read the kerberos configuration file (/etc/krb5.conf). -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_kerberos.html#link_kerberos_read_keytab'> -kerberos</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>kerberos_read_keytab</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read the kerberos key table. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_kerberos.html#link_kerberos_rw_config'> -kerberos</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>kerberos_rw_config</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read and write the kerberos configuration file (/etc/krb5.conf). -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_kerberos.html#link_kerberos_use'> -kerberos</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>kerberos_use</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Use kerberos services -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_kernel.html#link_kernel_change_ring_buffer_level'> -kernel</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>kernel_change_ring_buffer_level</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Change the level of kernel messages logged to the console. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_kernel.html#link_kernel_clear_ring_buffer'> -kernel</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>kernel_clear_ring_buffer</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Allows the caller to clear the ring buffer. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_kernel.html#link_kernel_dgram_send'> -kernel</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>kernel_dgram_send</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send messages to kernel unix datagram sockets. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_kernel.html#link_kernel_domtrans_to'> -kernel</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>kernel_domtrans_to</b>( - - - - - domain - - - - , - - - - entrypoint - - - )<br> -</div> - -<div id="description"> -<p> -Allows to start userland processes -by transitioning to the specified domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_kernel.html#link_kernel_dontaudit_getattr_core_if'> -kernel</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>kernel_dontaudit_getattr_core_if</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to get the attributes of -core kernel interfaces. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_kernel.html#link_kernel_dontaudit_getattr_message_if'> -kernel</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>kernel_dontaudit_getattr_message_if</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts by caller to get the attributes of kernel -message interfaces. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_kernel.html#link_kernel_dontaudit_getattr_unlabeled_blk_files'> -kernel</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>kernel_dontaudit_getattr_unlabeled_blk_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts by caller to get attributes for -unlabeled block devices. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_kernel.html#link_kernel_dontaudit_getattr_unlabeled_chr_files'> -kernel</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>kernel_dontaudit_getattr_unlabeled_chr_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts by caller to get attributes for -unlabeled character devices. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_kernel.html#link_kernel_dontaudit_getattr_unlabeled_files'> -kernel</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>kernel_dontaudit_getattr_unlabeled_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts by caller to get the -attributes of an unlabeled file. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_kernel.html#link_kernel_dontaudit_getattr_unlabeled_pipes'> -kernel</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>kernel_dontaudit_getattr_unlabeled_pipes</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts by caller to get the -attributes of unlabeled named pipes. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_kernel.html#link_kernel_dontaudit_getattr_unlabeled_sockets'> -kernel</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>kernel_dontaudit_getattr_unlabeled_sockets</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts by caller to get the -attributes of unlabeled named sockets. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_kernel.html#link_kernel_dontaudit_getattr_unlabeled_symlinks'> -kernel</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>kernel_dontaudit_getattr_unlabeled_symlinks</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts by caller to get the -attributes of unlabeled symbolic links. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_kernel.html#link_kernel_dontaudit_list_proc'> -kernel</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>kernel_dontaudit_list_proc</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to list the -contents of directories in /proc. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_kernel.html#link_kernel_dontaudit_list_unlabeled'> -kernel</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>kernel_dontaudit_list_unlabeled</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to list unlabeled directories. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_kernel.html#link_kernel_dontaudit_read_proc_symlinks'> -kernel</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>kernel_dontaudit_read_proc_symlinks</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts by caller to -read system state information in proc. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_kernel.html#link_kernel_dontaudit_read_ring_buffer'> -kernel</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>kernel_dontaudit_read_ring_buffer</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to read the ring buffer. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_kernel.html#link_kernel_dontaudit_read_system_state'> -kernel</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>kernel_dontaudit_read_system_state</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts by caller to -read system state information in proc. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_kernel.html#link_kernel_dontaudit_read_unlabeled_files'> -kernel</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>kernel_dontaudit_read_unlabeled_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts by caller to -read an unlabeled file. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_kernel.html#link_kernel_dontaudit_search_kernel_sysctl'> -kernel</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>kernel_dontaudit_search_kernel_sysctl</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to search generic kernel sysctls. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_kernel.html#link_kernel_dontaudit_search_network_state'> -kernel</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>kernel_dontaudit_search_network_state</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to search the network -state directory. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_kernel.html#link_kernel_dontaudit_search_network_sysctl'> -kernel</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>kernel_dontaudit_search_network_sysctl</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts by caller to search network sysctl directories. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_kernel.html#link_kernel_dontaudit_search_sysctl'> -kernel</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>kernel_dontaudit_search_sysctl</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts by caller to search -the base directory of sysctls. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_kernel.html#link_kernel_dontaudit_use_fds'> -kernel</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>kernel_dontaudit_use_fds</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to use -kernel file descriptors. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_kernel.html#link_kernel_dontaudit_write_kernel_sysctl'> -kernel</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>kernel_dontaudit_write_kernel_sysctl</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to write generic kernel sysctls. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_kernel.html#link_kernel_get_sysvipc_info'> -kernel</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>kernel_get_sysvipc_info</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Get information on all System V IPC objects. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_kernel.html#link_kernel_getattr_core_if'> -kernel</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>kernel_getattr_core_if</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Allows caller to get attribues of core kernel interface. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_kernel.html#link_kernel_getattr_debugfs'> -kernel</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>kernel_getattr_debugfs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Get the attributes of a kernel debugging filesystem. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_kernel.html#link_kernel_getattr_message_if'> -kernel</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>kernel_getattr_message_if</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Allow caller to get the attributes of kernel message -interface (/proc/kmsg). -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_kernel.html#link_kernel_getattr_proc'> -kernel</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>kernel_getattr_proc</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Get the attributes of the proc filesystem. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_kernel.html#link_kernel_getattr_proc_files'> -kernel</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>kernel_getattr_proc_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Get the attributes of files in /proc. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_kernel.html#link_kernel_kill_unlabeled'> -kernel</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>kernel_kill_unlabeled</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send a kill signal to unlabeled processes. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_kernel.html#link_kernel_list_proc'> -kernel</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>kernel_list_proc</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -List the contents of directories in /proc. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_kernel.html#link_kernel_list_unlabeled'> -kernel</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>kernel_list_unlabeled</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -List unlabeled directories. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_kernel.html#link_kernel_load_module'> -kernel</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>kernel_load_module</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Allows caller to load kernel modules -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_kernel.html#link_kernel_mount_debugfs'> -kernel</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>kernel_mount_debugfs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Mount a kernel debugging filesystem. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_kernel.html#link_kernel_read_all_sysctls'> -kernel</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>kernel_read_all_sysctls</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Allow caller to read all sysctls. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_kernel.html#link_kernel_read_debugfs'> -kernel</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>kernel_read_debugfs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read information from the debugging filesystem. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_kernel.html#link_kernel_read_device_sysctls'> -kernel</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>kernel_read_device_sysctls</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Allow caller to read the device sysctls. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_kernel.html#link_kernel_read_fs_sysctls'> -kernel</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>kernel_read_fs_sysctls</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read filesystem sysctls. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_kernel.html#link_kernel_read_hotplug_sysctls'> -kernel</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>kernel_read_hotplug_sysctls</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read the hotplug sysctl. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_kernel.html#link_kernel_read_irq_sysctls'> -kernel</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>kernel_read_irq_sysctls</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read IRQ sysctls. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_kernel.html#link_kernel_read_kernel_sysctls'> -kernel</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>kernel_read_kernel_sysctls</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read generic kernel sysctls. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_kernel.html#link_kernel_read_messages'> -kernel</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>kernel_read_messages</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Allow caller to read kernel messages -using the /proc/kmsg interface. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_kernel.html#link_kernel_read_modprobe_sysctls'> -kernel</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>kernel_read_modprobe_sysctls</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read the modprobe sysctl. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_kernel.html#link_kernel_read_net_sysctls'> -kernel</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>kernel_read_net_sysctls</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Allow caller to read network sysctls. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_kernel.html#link_kernel_read_network_state'> -kernel</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>kernel_read_network_state</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Allow caller to read the network state information. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_kernel.html#link_kernel_read_network_state_symlinks'> -kernel</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>kernel_read_network_state_symlinks</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Allow caller to read the network state symbolic links. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_kernel.html#link_kernel_read_proc_symlinks'> -kernel</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>kernel_read_proc_symlinks</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read symbolic links in /proc. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_kernel.html#link_kernel_read_ring_buffer'> -kernel</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>kernel_read_ring_buffer</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Allows caller to read the ring buffer. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_kernel.html#link_kernel_read_rpc_sysctls'> -kernel</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>kernel_read_rpc_sysctls</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_kernel.html#link_kernel_read_software_raid_state'> -kernel</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>kernel_read_software_raid_state</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Allow caller to read the state information for software raid. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_kernel.html#link_kernel_read_sysctl'> -kernel</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>kernel_read_sysctl</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Allow access to read sysctl directories. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_kernel.html#link_kernel_read_system_state'> -kernel</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>kernel_read_system_state</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Allows caller to read system state information in proc. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_kernel.html#link_kernel_read_unix_sysctls'> -kernel</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>kernel_read_unix_sysctls</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Allow caller to read unix domain -socket sysctls. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_kernel.html#link_kernel_read_vm_sysctls'> -kernel</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>kernel_read_vm_sysctls</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Allow caller to read virtual memory sysctls. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_kernel.html#link_kernel_relabelfrom_unlabeled_dirs'> -kernel</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>kernel_relabelfrom_unlabeled_dirs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Allow caller to relabel unlabeled directories. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_kernel.html#link_kernel_relabelfrom_unlabeled_files'> -kernel</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>kernel_relabelfrom_unlabeled_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Allow caller to relabel unlabeled files. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_kernel.html#link_kernel_relabelfrom_unlabeled_pipes'> -kernel</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>kernel_relabelfrom_unlabeled_pipes</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Allow caller to relabel unlabeled named pipes. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_kernel.html#link_kernel_relabelfrom_unlabeled_sockets'> -kernel</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>kernel_relabelfrom_unlabeled_sockets</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Allow caller to relabel unlabeled named sockets. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_kernel.html#link_kernel_relabelfrom_unlabeled_symlinks'> -kernel</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>kernel_relabelfrom_unlabeled_symlinks</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Allow caller to relabel unlabeled symbolic links. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_kernel.html#link_kernel_remount_debugfs'> -kernel</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>kernel_remount_debugfs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Remount a kernel debugging filesystem. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_kernel.html#link_kernel_rootfs_mountpoint'> -kernel</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>kernel_rootfs_mountpoint</b>( - - - - - directory_type - - - )<br> -</div> - -<div id="description"> -<p> -Allows the kernel to mount filesystems on -the specified directory type. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_kernel.html#link_kernel_rw_all_sysctls'> -kernel</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>kernel_rw_all_sysctls</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read and write all sysctls. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_kernel.html#link_kernel_rw_device_sysctls'> -kernel</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>kernel_rw_device_sysctls</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read and write device sysctls. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_kernel.html#link_kernel_rw_fs_sysctls'> -kernel</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>kernel_rw_fs_sysctls</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read and write fileystem sysctls. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_kernel.html#link_kernel_rw_hotplug_sysctls'> -kernel</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>kernel_rw_hotplug_sysctls</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read and write the hotplug sysctl. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_kernel.html#link_kernel_rw_irq_sysctls'> -kernel</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>kernel_rw_irq_sysctls</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read and write IRQ sysctls. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_kernel.html#link_kernel_rw_kernel_sysctl'> -kernel</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>kernel_rw_kernel_sysctl</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read and write generic kernel sysctls. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_kernel.html#link_kernel_rw_modprobe_sysctls'> -kernel</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>kernel_rw_modprobe_sysctls</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read and write the modprobe sysctl. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_kernel.html#link_kernel_rw_net_sysctls'> -kernel</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>kernel_rw_net_sysctls</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Allow caller to modiry contents of sysctl network files. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_kernel.html#link_kernel_rw_pipes'> -kernel</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>kernel_rw_pipes</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read and write kernel unnamed pipes. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_kernel.html#link_kernel_rw_rpc_sysctls'> -kernel</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>kernel_rw_rpc_sysctls</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_kernel.html#link_kernel_rw_software_raid_state'> -kernel</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>kernel_rw_software_raid_state</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Allow caller to read and set the state information for software raid. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_kernel.html#link_kernel_rw_unix_dgram_sockets'> -kernel</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>kernel_rw_unix_dgram_sockets</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read and write kernel unix datagram sockets. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_kernel.html#link_kernel_rw_unix_sysctls'> -kernel</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>kernel_rw_unix_sysctls</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read and write unix domain -socket sysctls. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_kernel.html#link_kernel_rw_unlabeled_blk_files'> -kernel</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>kernel_rw_unlabeled_blk_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read and write unlabeled block device nodes. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_kernel.html#link_kernel_rw_unlabeled_dirs'> -kernel</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>kernel_rw_unlabeled_dirs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read and write unlabeled directories. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_kernel.html#link_kernel_rw_vm_sysctls'> -kernel</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>kernel_rw_vm_sysctls</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read and write virtual memory sysctls. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_kernel.html#link_kernel_search_debugfs'> -kernel</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>kernel_search_debugfs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Search the contents of a kernel debugging filesystem. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_kernel.html#link_kernel_search_network_state'> -kernel</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>kernel_search_network_state</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Allow searching of network state directory. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_kernel.html#link_kernel_search_network_sysctl'> -kernel</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>kernel_search_network_sysctl</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Search network sysctl directories. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_kernel.html#link_kernel_search_proc'> -kernel</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>kernel_search_proc</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Search directories in /proc. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_kernel.html#link_kernel_search_vm_sysctl'> -kernel</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>kernel_search_vm_sysctl</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Allow caller to search virtual memory sysctls. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_kernel.html#link_kernel_sendrecv_unlabeled_association'> -kernel</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>kernel_sendrecv_unlabeled_association</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive messages from an -unlabeled IPSEC association. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_kernel.html#link_kernel_setpgid'> -kernel</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>kernel_setpgid</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Set the process group of kernel threads. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_kernel.html#link_kernel_share_state'> -kernel</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>kernel_share_state</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Allows the kernel to share state information with -the caller. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_kernel.html#link_kernel_sigchld'> -kernel</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>kernel_sigchld</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send a SIGCHLD signal to kernel threads. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_kernel.html#link_kernel_sigchld_unlabeled'> -kernel</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>kernel_sigchld_unlabeled</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send a child terminated signal to unlabeled processes. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_kernel.html#link_kernel_signal'> -kernel</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>kernel_signal</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send a generic signal to kernel threads. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_kernel.html#link_kernel_signal_unlabeled'> -kernel</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>kernel_signal_unlabeled</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send general signals to unlabeled processes. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_kernel.html#link_kernel_signull_unlabeled'> -kernel</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>kernel_signull_unlabeled</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send a null signal to unlabeled processes. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_kernel.html#link_kernel_sigstop_unlabeled'> -kernel</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>kernel_sigstop_unlabeled</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send a stop signal to unlabeled processes. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_kernel.html#link_kernel_tcp_recvfrom'> -kernel</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>kernel_tcp_recvfrom</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Receive messages from kernel TCP sockets. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_kernel.html#link_kernel_udp_recvfrom'> -kernel</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>kernel_udp_recvfrom</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Receive messages from kernel UDP sockets. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_kernel.html#link_kernel_udp_send'> -kernel</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>kernel_udp_send</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send UDP network traffic to the kernel. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_kernel.html#link_kernel_unconfined'> -kernel</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>kernel_unconfined</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Unconfined access to kernel module resources. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_kernel.html#link_kernel_unmount_debugfs'> -kernel</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>kernel_unmount_debugfs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Unmount a kernel debugging filesystem. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_kernel.html#link_kernel_use_fds'> -kernel</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>kernel_use_fds</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Permits caller to use kernel file descriptors. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_kernel.html#link_kernel_write_proc_files'> -kernel</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>kernel_write_proc_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Write to generic proc entries. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='admin_kudzu.html#link_kudzu_domtrans'> -kudzu</a><p/> -Layer: <a href='admin.html'> -admin</a><p/> -<div id="codeblock"> - -<b>kudzu_domtrans</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute kudzu in the kudzu domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='admin_kudzu.html#link_kudzu_getattr_exec_files'> -kudzu</a><p/> -Layer: <a href='admin.html'> -admin</a><p/> -<div id="codeblock"> - -<b>kudzu_getattr_exec_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Get attributes of kudzu executable. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='admin_kudzu.html#link_kudzu_run'> -kudzu</a><p/> -Layer: <a href='admin.html'> -admin</a><p/> -<div id="codeblock"> - -<b>kudzu_run</b>( - - - - - domain - - - - , - - - - role - - - - , - - - - terminal - - - )<br> -</div> - -<div id="description"> -<p> -Execute kudzu in the kudzu domain, and -allow the specified role the kudzu domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_ldap.html#link_ldap_list_db'> -ldap</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>ldap_list_db</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read the contents of the OpenLDAP -database directories. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_ldap.html#link_ldap_read_config'> -ldap</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>ldap_read_config</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read the OpenLDAP configuration files. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_ldap.html#link_ldap_use'> -ldap</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>ldap_use</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Use LDAP over TCP connection. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_libraries.html#link_libs_delete_lib_symlinks'> -libraries</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>libs_delete_lib_symlinks</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Delete generic symlinks in library directories. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_libraries.html#link_libs_domtrans_ldconfig'> -libraries</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>libs_domtrans_ldconfig</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute ldconfig in the ldconfig domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_libraries.html#link_libs_exec_ld_so'> -libraries</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>libs_exec_ld_so</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute the dynamic link/loader in the caller's domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_libraries.html#link_libs_exec_lib_files'> -libraries</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>libs_exec_lib_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute library scripts in the caller domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_libraries.html#link_libs_legacy_use_ld_so'> -libraries</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>libs_legacy_use_ld_so</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Use the dynamic link/loader for automatic loading -of shared libraries with legacy support. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_libraries.html#link_libs_legacy_use_shared_libs'> -libraries</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>libs_legacy_use_shared_libs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Load and execute functions from shared libraries, -with legacy support. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_libraries.html#link_libs_manage_ld_so'> -libraries</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>libs_manage_ld_so</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Create, read, write, and delete the -dynamic link/loader. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_libraries.html#link_libs_manage_lib_files'> -libraries</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>libs_manage_lib_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Create, read, write, and delete generic -files in library directories. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_libraries.html#link_libs_manage_shared_libs'> -libraries</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>libs_manage_shared_libs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Create, read, write, and delete shared libraries. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_libraries.html#link_libs_read_lib_files'> -libraries</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>libs_read_lib_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read files in the library directories, such -as static libraries. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_libraries.html#link_libs_relabel_ld_so'> -libraries</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>libs_relabel_ld_so</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Relabel to and from the type used for -the dynamic link/loader. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_libraries.html#link_libs_relabel_lib_files'> -libraries</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>libs_relabel_lib_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Relabel to and from the type used -for generic lib files. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_libraries.html#link_libs_relabel_shared_libs'> -libraries</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>libs_relabel_shared_libs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Relabel to and from the type used for -shared libraries. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_libraries.html#link_libs_relabelto_lib_files'> -libraries</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>libs_relabelto_lib_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Relabel files to the type used in library directories. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_libraries.html#link_libs_run_ldconfig'> -libraries</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>libs_run_ldconfig</b>( - - - - - domain - - - - , - - - - role - - - - , - - - - terminal - - - )<br> -</div> - -<div id="description"> -<p> -Execute ldconfig in the ldconfig domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_libraries.html#link_libs_rw_ld_so_cache'> -libraries</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>libs_rw_ld_so_cache</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Modify the dynamic link/loader's cached listing -of shared libraries. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_libraries.html#link_libs_search_lib'> -libraries</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>libs_search_lib</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Search lib directories. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_libraries.html#link_libs_use_ld_so'> -libraries</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>libs_use_ld_so</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Use the dynamic link/loader for automatic loading -of shared libraries. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_libraries.html#link_libs_use_lib_files'> -libraries</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>libs_use_lib_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Load and execute functions from generic -lib files as shared libraries. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_libraries.html#link_libs_use_shared_libs'> -libraries</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>libs_use_shared_libs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Load and execute functions from shared libraries. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='apps_loadkeys.html#link_loadkeys_domtrans'> -loadkeys</a><p/> -Layer: <a href='apps.html'> -apps</a><p/> -<div id="codeblock"> - -<b>loadkeys_domtrans</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute the loadkeys program in the loadkeys domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='apps_loadkeys.html#link_loadkeys_exec'> -loadkeys</a><p/> -Layer: <a href='apps.html'> -apps</a><p/> -<div id="codeblock"> - -<b>loadkeys_exec</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute the loadkeys program in the caller domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='apps_loadkeys.html#link_loadkeys_run'> -loadkeys</a><p/> -Layer: <a href='apps.html'> -apps</a><p/> -<div id="codeblock"> - -<b>loadkeys_run</b>( - - - - - domain - - - - , - - - - role - - - - , - - - - terminal - - - )<br> -</div> - -<div id="description"> -<p> -Execute the loadkeys program in the loadkeys domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_locallogin.html#link_locallogin_domtrans'> -locallogin</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>locallogin_domtrans</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute local logins in the local login domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_locallogin.html#link_locallogin_dontaudit_use_fds'> -locallogin</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>locallogin_dontaudit_use_fds</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to inherit local login file descriptors. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_locallogin.html#link_locallogin_signull'> -locallogin</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>locallogin_signull</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send a null signal to local login processes. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_locallogin.html#link_locallogin_use_fds'> -locallogin</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>locallogin_use_fds</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Allow processes to inherit local login file descriptors. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_logging.html#link_logging_append_all_logs'> -logging</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>logging_append_all_logs</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_logging.html#link_logging_domtrans_auditctl'> -logging</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>logging_domtrans_auditctl</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute auditctl in the auditctl domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_logging.html#link_logging_domtrans_syslog'> -logging</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>logging_domtrans_syslog</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute syslogd in the syslog domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_logging.html#link_logging_dontaudit_getattr_all_logs'> -logging</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>logging_dontaudit_getattr_all_logs</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_logging.html#link_logging_exec_all_logs'> -logging</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>logging_exec_all_logs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute all log files in the caller domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_logging.html#link_logging_list_logs'> -logging</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>logging_list_logs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -List the contents of the generic log directory (/var/log). -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_logging.html#link_logging_log_file'> -logging</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>logging_log_file</b>( - - - - - file_type - - - )<br> -</div> - -<div id="description"> -<p> -Make the specified type a file -used for logs. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_logging.html#link_logging_log_filetrans'> -logging</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>logging_log_filetrans</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_logging.html#link_logging_manage_all_logs'> -logging</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>logging_manage_all_logs</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_logging.html#link_logging_manage_generic_logs'> -logging</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>logging_manage_generic_logs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Create, read, write, and delete -generic log files. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_logging.html#link_logging_read_all_logs'> -logging</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>logging_read_all_logs</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_logging.html#link_logging_read_audit_config'> -logging</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>logging_read_audit_config</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read the auditd configuration files. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_logging.html#link_logging_read_audit_log'> -logging</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>logging_read_audit_log</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read the audit log. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_logging.html#link_logging_read_generic_logs'> -logging</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>logging_read_generic_logs</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_logging.html#link_logging_rw_generic_log_dirs'> -logging</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>logging_rw_generic_log_dirs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read and write the generic log directory (/var/log). -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_logging.html#link_logging_rw_generic_logs'> -logging</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>logging_rw_generic_logs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read and write generic log files. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_logging.html#link_logging_search_logs'> -logging</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>logging_search_logs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Allows the domain to open a file in the -log directory, but does not allow the listing -of the contents of the log directory. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_logging.html#link_logging_send_syslog_msg'> -logging</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>logging_send_syslog_msg</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_logging.html#link_logging_write_generic_logs'> -logging</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>logging_write_generic_logs</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='admin_logrotate.html#link_logrotate_domtrans'> -logrotate</a><p/> -Layer: <a href='admin.html'> -admin</a><p/> -<div id="codeblock"> - -<b>logrotate_domtrans</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute logrotate in the logrotate domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='admin_logrotate.html#link_logrotate_dontaudit_use_fds'> -logrotate</a><p/> -Layer: <a href='admin.html'> -admin</a><p/> -<div id="codeblock"> - -<b>logrotate_dontaudit_use_fds</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to inherit logrotate file descriptors. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='admin_logrotate.html#link_logrotate_exec'> -logrotate</a><p/> -Layer: <a href='admin.html'> -admin</a><p/> -<div id="codeblock"> - -<b>logrotate_exec</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute logrotate in the caller domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='admin_logrotate.html#link_logrotate_read_tmp_files'> -logrotate</a><p/> -Layer: <a href='admin.html'> -admin</a><p/> -<div id="codeblock"> - -<b>logrotate_read_tmp_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read a logrotate temporary files. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='admin_logrotate.html#link_logrotate_run'> -logrotate</a><p/> -Layer: <a href='admin.html'> -admin</a><p/> -<div id="codeblock"> - -<b>logrotate_run</b>( - - - - - domain - - - - , - - - - role - - - - , - - - - terminal - - - )<br> -</div> - -<div id="description"> -<p> -Execute logrotate in the logrotate domain, and -allow the specified role the logrotate domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='admin_logrotate.html#link_logrotate_use_fds'> -logrotate</a><p/> -Layer: <a href='admin.html'> -admin</a><p/> -<div id="codeblock"> - -<b>logrotate_use_fds</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Inherit and use logrotate file descriptors. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='admin_logwatch.html#link_logwatch_read_tmp_files'> -logwatch</a><p/> -Layer: <a href='admin.html'> -admin</a><p/> -<div id="codeblock"> - -<b>logwatch_read_tmp_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read logwatch temporary files. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_lpd.html#link_lpd_domtrans_checkpc'> -lpd</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>lpd_domtrans_checkpc</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute lpd in the lpd domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_lpd.html#link_lpd_list_spool'> -lpd</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>lpd_list_spool</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -List the contents of the printer spool directories. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_lpd.html#link_lpd_manage_spool'> -lpd</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>lpd_manage_spool</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Create, read, write, and delete printer spool files. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_lpd.html#link_lpd_read_config'> -lpd</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>lpd_read_config</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -List the contents of the printer spool directories. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_lpd.html#link_lpd_run_checkpc'> -lpd</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>lpd_run_checkpc</b>( - - - - - domain - - - - , - - - - role - - - - , - - - - terminal - - - )<br> -</div> - -<div id="description"> -<p> -Execute amrecover in the lpd domain, and -allow the specified role the lpd domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_lvm.html#link_lvm_domtrans'> -lvm</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>lvm_domtrans</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute lvm programs in the lvm domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_lvm.html#link_lvm_read_config'> -lvm</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>lvm_read_config</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read LVM configuration files. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_lvm.html#link_lvm_run'> -lvm</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>lvm_run</b>( - - - - - domain - - - - , - - - - role - - - - , - - - - terminal - - - )<br> -</div> - -<div id="description"> -<p> -Execute lvm programs in the lvm domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_mailman.html#link_mailman_domtrans'> -mailman</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>mailman_domtrans</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute mailman in the mailman domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_mailman.html#link_mailman_domtrans_cgi'> -mailman</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>mailman_domtrans_cgi</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute mailman CGI scripts in the -mailman CGI domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_mailman.html#link_mailman_exec'> -mailman</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>mailman_exec</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute mailman in the caller domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_mailman.html#link_mailman_list_data'> -mailman</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>mailman_list_data</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -List the contents of mailman data directories. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_mailman.html#link_mailman_manage_log'> -mailman</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>mailman_manage_log</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Create, read, write, and delete -mailman logs. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_mailman.html#link_mailman_read_archive'> -mailman</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>mailman_read_archive</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Allow domain to read mailman archive files. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_mailman.html#link_mailman_read_data_symlinks'> -mailman</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>mailman_read_data_symlinks</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Allow read acces to mailman data symbolic links. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_mailman.html#link_mailman_search_data'> -mailman</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>mailman_search_data</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Allow domain to search data directories. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_mailman.html#link_mailman_signal_cgi'> -mailman</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>mailman_signal_cgi</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send generic signals to the mailman cgi domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_mcs.html#link_mcs_killall'> -mcs</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>mcs_killall</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -This domain is allowed to sigkill and sigstop -all domains regardless of their MCS level. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_miscfiles.html#link_miscfiles_delete_man_pages'> -miscfiles</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>miscfiles_delete_man_pages</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Delete man pages -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_miscfiles.html#link_miscfiles_dontaudit_search_man_pages'> -miscfiles</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>miscfiles_dontaudit_search_man_pages</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to search man pages. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_miscfiles.html#link_miscfiles_exec_tetex_data'> -miscfiles</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>miscfiles_exec_tetex_data</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute TeX data programs in the caller domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_miscfiles.html#link_miscfiles_legacy_read_localization'> -miscfiles</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>miscfiles_legacy_read_localization</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Allow process to read legacy time localization info -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_miscfiles.html#link_miscfiles_manage_fonts'> -miscfiles</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>miscfiles_manage_fonts</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Create, read, write, and delete fonts. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_miscfiles.html#link_miscfiles_manage_man_pages'> -miscfiles</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>miscfiles_manage_man_pages</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Create, read, write, and delete man pages -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_miscfiles.html#link_miscfiles_manage_public_files'> -miscfiles</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>miscfiles_manage_public_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Create, read, write, and delete public files -and directories used for file transfer services. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_miscfiles.html#link_miscfiles_read_certs'> -miscfiles</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>miscfiles_read_certs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read system SSL certificates. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_miscfiles.html#link_miscfiles_read_fonts'> -miscfiles</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>miscfiles_read_fonts</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read fonts. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_miscfiles.html#link_miscfiles_read_hwdata'> -miscfiles</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>miscfiles_read_hwdata</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read hardware identification data. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_miscfiles.html#link_miscfiles_read_localization'> -miscfiles</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>miscfiles_read_localization</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Allow process to read localization info -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_miscfiles.html#link_miscfiles_read_man_pages'> -miscfiles</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>miscfiles_read_man_pages</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read man pages -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_miscfiles.html#link_miscfiles_read_public_files'> -miscfiles</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>miscfiles_read_public_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read public files used for file -transfer services. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_miscfiles.html#link_miscfiles_read_tetex_data'> -miscfiles</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>miscfiles_read_tetex_data</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read TeX data -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_mls.html#link_mls_file_downgrade'> -mls</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>mls_file_downgrade</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Make specified domain MLS trusted -for lowering the level of files. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_mls.html#link_mls_file_read_up'> -mls</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>mls_file_read_up</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Make specified domain MLS trusted -for reading from files at higher levels. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_mls.html#link_mls_file_upgrade'> -mls</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>mls_file_upgrade</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Make specified domain MLS trusted -for raising the level of files. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_mls.html#link_mls_file_write_down'> -mls</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>mls_file_write_down</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Make specified domain MLS trusted -for writing to files at lower levels. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_mls.html#link_mls_process_read_up'> -mls</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>mls_process_read_up</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Make specified domain MLS trusted -for reading from processes at higher levels. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_mls.html#link_mls_process_set_level'> -mls</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>mls_process_set_level</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Make specified domain MLS trusted -for setting the level of processes -it executes. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_mls.html#link_mls_process_write_down'> -mls</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>mls_process_write_down</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Make specified domain MLS trusted -for writing to processes at lower levels. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_mls.html#link_mls_rangetrans_source'> -mls</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>mls_rangetrans_source</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Allow the specified domain to do a MLS -range transition that changes -the current level. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_mls.html#link_mls_rangetrans_target'> -mls</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>mls_rangetrans_target</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Make specified domain a target domain -for MLS range transitions that change -the current level. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_mls.html#link_mls_trusted_object'> -mls</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>mls_trusted_object</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Make specified object MLS trusted. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_modutils.html#link_modutils_domtrans_depmod'> -modutils</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>modutils_domtrans_depmod</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute depmod in the depmod domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_modutils.html#link_modutils_domtrans_insmod'> -modutils</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>modutils_domtrans_insmod</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute insmod in the insmod domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_modutils.html#link_modutils_domtrans_insmod_uncond'> -modutils</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>modutils_domtrans_insmod_uncond</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Unconditionally execute insmod in the insmod domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_modutils.html#link_modutils_domtrans_update_mods'> -modutils</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>modutils_domtrans_update_mods</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute depmod in the depmod domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_modutils.html#link_modutils_exec_depmod'> -modutils</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>modutils_exec_depmod</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_modutils.html#link_modutils_exec_insmod'> -modutils</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>modutils_exec_insmod</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_modutils.html#link_modutils_exec_update_mods'> -modutils</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>modutils_exec_update_mods</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_modutils.html#link_modutils_read_module_config'> -modutils</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>modutils_read_module_config</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read the configuration options used when -loading modules. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_modutils.html#link_modutils_read_module_deps'> -modutils</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>modutils_read_module_deps</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read the dependencies of kernel modules. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_modutils.html#link_modutils_rename_module_config'> -modutils</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>modutils_rename_module_config</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Rename a file with the configuration options used when -loading modules. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_modutils.html#link_modutils_run_depmod'> -modutils</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>modutils_run_depmod</b>( - - - - - domain - - - - , - - - - role - - - - , - - - - terminal - - - )<br> -</div> - -<div id="description"> -<p> -Execute depmod in the depmod domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_modutils.html#link_modutils_run_insmod'> -modutils</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>modutils_run_insmod</b>( - - - - - domain - - - - , - - - - role - - - - , - - - - terminal - - - )<br> -</div> - -<div id="description"> -<p> -Execute insmod in the insmod domain, and -allow the specified role the insmod domain, -and use the caller's terminal. Has a sigchld -backchannel. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_modutils.html#link_modutils_run_update_mods'> -modutils</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>modutils_run_update_mods</b>( - - - - - domain - - - - , - - - - role - - - - , - - - - terminal - - - )<br> -</div> - -<div id="description"> -<p> -Execute update_modules in the update_modules domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='apps_mono.html#link_mono_domtrans'> -mono</a><p/> -Layer: <a href='apps.html'> -apps</a><p/> -<div id="codeblock"> - -<b>mono_domtrans</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute the mono program in the mono domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_mount.html#link_mount_domtrans'> -mount</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>mount_domtrans</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute mount in the mount domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_mount.html#link_mount_exec'> -mount</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>mount_exec</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute mount in the caller domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_mount.html#link_mount_run'> -mount</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>mount_run</b>( - - - - - domain - - - - , - - - - role - - - - , - - - - terminal - - - )<br> -</div> - -<div id="description"> -<p> -Execute mount in the mount domain, and -allow the specified role the mount domain, -and use the caller's terminal. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_mount.html#link_mount_send_nfs_client_request'> -mount</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>mount_send_nfs_client_request</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Allow the mount domain to send nfs requests for mounting -network drives -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_mount.html#link_mount_use_fds'> -mount</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>mount_use_fds</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Use file descriptors for mount. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='admin_mrtg.html#link_mrtg_append_create_logs'> -mrtg</a><p/> -Layer: <a href='admin.html'> -admin</a><p/> -<div id="codeblock"> - -<b>mrtg_append_create_logs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Create and append mrtg logs. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_mta.html#link_mta_append_spool'> -mta</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>mta_append_spool</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Create, read, and write the mail spool. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_mta.html#link_mta_delete_spool'> -mta</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>mta_delete_spool</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Delete from the mail spool. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_mta.html#link_mta_dontaudit_getattr_spool_files'> -mta</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>mta_dontaudit_getattr_spool_files</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_mta.html#link_mta_dontaudit_read_spool_symlinks'> -mta</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>mta_dontaudit_read_spool_symlinks</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to read a symlink -in the mail spool. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_mta.html#link_mta_dontaudit_rw_delivery_tcp_sockets'> -mta</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>mta_dontaudit_rw_delivery_tcp_sockets</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to read and write TCP -sockets of mail delivery domains. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_mta.html#link_mta_dontaudit_rw_queue'> -mta</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>mta_dontaudit_rw_queue</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to read and -write the mail queue. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_mta.html#link_mta_etc_filetrans_aliases'> -mta</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>mta_etc_filetrans_aliases</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Type transition files created in /etc -to the mail address aliases type. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_mta.html#link_mta_exec'> -mta</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>mta_exec</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_mta.html#link_mta_getattr_spool'> -mta</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>mta_getattr_spool</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_mta.html#link_mta_mailserver'> -mta</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>mta_mailserver</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_mta.html#link_mta_mailserver_delivery'> -mta</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>mta_mailserver_delivery</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Make a type a mailserver type used -for delivering mail to local users. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_mta.html#link_mta_mailserver_sender'> -mta</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>mta_mailserver_sender</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Make a type a mailserver type used -for sending mail. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_mta.html#link_mta_mailserver_user_agent'> -mta</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>mta_mailserver_user_agent</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Make a type a mailserver type used -for sending mail on behalf of local -users to the local mail spool. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_mta.html#link_mta_manage_queue'> -mta</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>mta_manage_queue</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_mta.html#link_mta_manage_spool'> -mta</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>mta_manage_spool</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_mta.html#link_mta_read_aliases'> -mta</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>mta_read_aliases</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read mail address aliases. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_mta.html#link_mta_read_config'> -mta</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>mta_read_config</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read mail server configuration. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_mta.html#link_mta_read_sendmail_bin'> -mta</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>mta_read_sendmail_bin</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read sendmail binary. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_mta.html#link_mta_rw_aliases'> -mta</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>mta_rw_aliases</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_mta.html#link_mta_rw_spool'> -mta</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>mta_rw_spool</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_mta.html#link_mta_rw_user_mail_stream_sockets'> -mta</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>mta_rw_user_mail_stream_sockets</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read and write unix domain stream sockets -of user mail domains. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_mta.html#link_mta_send_mail'> -mta</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>mta_send_mail</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_mta.html#link_mta_sendmail_mailserver'> -mta</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>mta_sendmail_mailserver</b>( - - - - - domain - - - - , - - - - entry_point - - - )<br> -</div> - -<div id="description"> -<p> -Modified mailserver interface for -sendmail daemon use. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_mta.html#link_mta_spool_filetrans'> -mta</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>mta_spool_filetrans</b>( - - - - - domain - - - - , - - - - private type - - - - , - - - - object - - - )<br> -</div> - -<div id="description"> -<p> -Create private objects in the -mail spool directory. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_mta.html#link_mta_stub'> -mta</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>mta_stub</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -MTA stub interface. No access allowed. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_mta.html#link_mta_tcp_connect_all_mailservers'> -mta</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>mta_tcp_connect_all_mailservers</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Connect to all mail servers over TCP. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_mysql.html#link_mysql_manage_db_dirs'> -mysql</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>mysql_manage_db_dirs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Create, read, write, and delete MySQL database directories. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_mysql.html#link_mysql_read_config'> -mysql</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>mysql_read_config</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read MySQL configuration files. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_mysql.html#link_mysql_rw_db_dirs'> -mysql</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>mysql_rw_db_dirs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read and write to the MySQL database directory. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_mysql.html#link_mysql_rw_db_sockets'> -mysql</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>mysql_rw_db_sockets</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read and write to the MySQL database -named socket. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_mysql.html#link_mysql_search_db'> -mysql</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>mysql_search_db</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Search the directories that contain MySQL -database storage. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_mysql.html#link_mysql_signal'> -mysql</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>mysql_signal</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send a generic signal to MySQL. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_mysql.html#link_mysql_stream_connect'> -mysql</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>mysql_stream_connect</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Connect to MySQL using a unix domain stream socket. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_mysql.html#link_mysql_write_log'> -mysql</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>mysql_write_log</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Write to the MySQL log. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='admin_netutils.html#link_netutils_domtrans'> -netutils</a><p/> -Layer: <a href='admin.html'> -admin</a><p/> -<div id="codeblock"> - -<b>netutils_domtrans</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute network utilities in the netutils domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='admin_netutils.html#link_netutils_domtrans_ping'> -netutils</a><p/> -Layer: <a href='admin.html'> -admin</a><p/> -<div id="codeblock"> - -<b>netutils_domtrans_ping</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute ping in the ping domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='admin_netutils.html#link_netutils_domtrans_traceroute'> -netutils</a><p/> -Layer: <a href='admin.html'> -admin</a><p/> -<div id="codeblock"> - -<b>netutils_domtrans_traceroute</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute traceroute in the traceroute domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='admin_netutils.html#link_netutils_exec'> -netutils</a><p/> -Layer: <a href='admin.html'> -admin</a><p/> -<div id="codeblock"> - -<b>netutils_exec</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute network utilities in the caller domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='admin_netutils.html#link_netutils_exec_ping'> -netutils</a><p/> -Layer: <a href='admin.html'> -admin</a><p/> -<div id="codeblock"> - -<b>netutils_exec_ping</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute ping in the caller domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='admin_netutils.html#link_netutils_exec_traceroute'> -netutils</a><p/> -Layer: <a href='admin.html'> -admin</a><p/> -<div id="codeblock"> - -<b>netutils_exec_traceroute</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute traceroute in the caller domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='admin_netutils.html#link_netutils_run'> -netutils</a><p/> -Layer: <a href='admin.html'> -admin</a><p/> -<div id="codeblock"> - -<b>netutils_run</b>( - - - - - domain - - - - , - - - - role - - - - , - - - - terminal - - - )<br> -</div> - -<div id="description"> -<p> -Execute network utilities in the netutils domain, and -allow the specified role the netutils domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='admin_netutils.html#link_netutils_run_ping'> -netutils</a><p/> -Layer: <a href='admin.html'> -admin</a><p/> -<div id="codeblock"> - -<b>netutils_run_ping</b>( - - - - - domain - - - - , - - - - role - - - - , - - - - terminal - - - )<br> -</div> - -<div id="description"> -<p> -Execute ping in the ping domain, and -allow the specified role the ping domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='admin_netutils.html#link_netutils_run_ping_cond'> -netutils</a><p/> -Layer: <a href='admin.html'> -admin</a><p/> -<div id="codeblock"> - -<b>netutils_run_ping_cond</b>( - - - - - domain - - - - , - - - - role - - - - , - - - - terminal - - - )<br> -</div> - -<div id="description"> -<p> -Conditionally execute ping in the ping domain, and -allow the specified role the ping domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='admin_netutils.html#link_netutils_run_traceroute'> -netutils</a><p/> -Layer: <a href='admin.html'> -admin</a><p/> -<div id="codeblock"> - -<b>netutils_run_traceroute</b>( - - - - - domain - - - - , - - - - role - - - - , - - - - terminal - - - )<br> -</div> - -<div id="description"> -<p> -Execute traceroute in the traceroute domain, and -allow the specified role the traceroute domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='admin_netutils.html#link_netutils_run_traceroute_cond'> -netutils</a><p/> -Layer: <a href='admin.html'> -admin</a><p/> -<div id="codeblock"> - -<b>netutils_run_traceroute_cond</b>( - - - - - domain - - - - , - - - - role - - - - , - - - - terminal - - - )<br> -</div> - -<div id="description"> -<p> -Conditionally execute traceroute in the traceroute domain, and -allow the specified role the traceroute domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_networkmanager.html#link_networkmanager_dbus_chat'> -networkmanager</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>networkmanager_dbus_chat</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive messages from -NetworkManager over dbus. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_networkmanager.html#link_networkmanager_rw_packet_sockets'> -networkmanager</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>networkmanager_rw_packet_sockets</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read and write NetworkManager packet sockets. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_networkmanager.html#link_networkmanager_rw_routing_sockets'> -networkmanager</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>networkmanager_rw_routing_sockets</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read and write NetworkManager netlink -routing sockets. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_networkmanager.html#link_networkmanager_rw_udp_sockets'> -networkmanager</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>networkmanager_rw_udp_sockets</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read and write NetworkManager UDP sockets. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_nis.html#link_nis_delete_ypbind_pid'> -nis</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>nis_delete_ypbind_pid</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Delete ypbind pid files. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_nis.html#link_nis_domtrans_ypbind'> -nis</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>nis_domtrans_ypbind</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute ypbind in the ypbind domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_nis.html#link_nis_list_var_yp'> -nis</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>nis_list_var_yp</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -List the contents of the NIS data directory. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_nis.html#link_nis_read_ypbind_pid'> -nis</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>nis_read_ypbind_pid</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read ypbind pid files. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_nis.html#link_nis_read_ypserv_config'> -nis</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>nis_read_ypserv_config</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read ypserv configuration files. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_nis.html#link_nis_signal_ypbind'> -nis</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>nis_signal_ypbind</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send generic signals to ypbind. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_nis.html#link_nis_tcp_connect_ypbind'> -nis</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>nis_tcp_connect_ypbind</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Connect to ypbind over TCP. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_nis.html#link_nis_udp_send_ypbind'> -nis</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>nis_udp_send_ypbind</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send UDP network traffic to NIS clients. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_nis.html#link_nis_use_ypbind'> -nis</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>nis_use_ypbind</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Use the ypbind service to access NIS services. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_nis.html#link_nis_use_ypbind_uncond'> -nis</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>nis_use_ypbind_uncond</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Use the ypbind service to access NIS services -unconditionally. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_nscd.html#link_nscd_domtrans'> -nscd</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>nscd_domtrans</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute NSCD in the nscd domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_nscd.html#link_nscd_read_pid'> -nscd</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>nscd_read_pid</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read NSCD pid file. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_nscd.html#link_nscd_shm_use'> -nscd</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>nscd_shm_use</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Use NSCD services by mapping the database from -an inherited NSCD file descriptor. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_nscd.html#link_nscd_socket_use'> -nscd</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>nscd_socket_use</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Use NSCD services by connecting using -a unix stream socket. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_nscd.html#link_nscd_unconfined'> -nscd</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>nscd_unconfined</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Unconfined access to NSCD services. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_ntp.html#link_ntp_domtrans'> -ntp</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>ntp_domtrans</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute ntp server in the ntpd domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_ntp.html#link_ntp_domtrans_ntpdate'> -ntp</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>ntp_domtrans_ntpdate</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute ntp server in the ntpd domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_ntp.html#link_ntp_stub'> -ntp</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>ntp_stub</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -NTP stub interface. No access allowed. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_pcmcia.html#link_pcmcia_domtrans_cardctl'> -pcmcia</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>pcmcia_domtrans_cardctl</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute cardctl in the cardmgr domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_pcmcia.html#link_pcmcia_domtrans_cardmgr'> -pcmcia</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>pcmcia_domtrans_cardmgr</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute cardmgr in the cardmgr domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_pcmcia.html#link_pcmcia_manage_pid'> -pcmcia</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>pcmcia_manage_pid</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Create, read, write, and delete -cardmgr pid files. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_pcmcia.html#link_pcmcia_manage_pid_chr_files'> -pcmcia</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>pcmcia_manage_pid_chr_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Create, read, write, and delete -cardmgr runtime character nodes. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_pcmcia.html#link_pcmcia_read_pid'> -pcmcia</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>pcmcia_read_pid</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read cardmgr pid files. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_pcmcia.html#link_pcmcia_run_cardctl'> -pcmcia</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>pcmcia_run_cardctl</b>( - - - - - domain - - - - , - - - - role - - - - , - - - - terminal - - - )<br> -</div> - -<div id="description"> -<p> -Execute cardmgr in the cardctl domain, and -allow the specified role the cardmgr domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_pcmcia.html#link_pcmcia_stub'> -pcmcia</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>pcmcia_stub</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -PCMCIA stub interface. No access allowed. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_pcmcia.html#link_pcmcia_use_cardmgr_fds'> -pcmcia</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>pcmcia_use_cardmgr_fds</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Inherit and use file descriptors from cardmgr. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='admin_portage.html#link_portage_domtrans'> -portage</a><p/> -Layer: <a href='admin.html'> -admin</a><p/> -<div id="codeblock"> - -<b>portage_domtrans</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute emerge in the portage domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='admin_portage.html#link_portage_run'> -portage</a><p/> -Layer: <a href='admin.html'> -admin</a><p/> -<div id="codeblock"> - -<b>portage_run</b>( - - - - - domain - - - - , - - - - role - - - - , - - - - terminal - - - )<br> -</div> - -<div id="description"> -<p> -Execute emerge in the portage domain, and -allow the specified role the portage domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_portmap.html#link_portmap_domtrans_helper'> -portmap</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>portmap_domtrans_helper</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute portmap_helper in the helper domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_portmap.html#link_portmap_run_helper'> -portmap</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>portmap_run_helper</b>( - - - - - domain - - - - , - - - - role - - - - , - - - - terminal - - - )<br> -</div> - -<div id="description"> -<p> -Execute portmap helper in the helper domain, and -allow the specified role the helper domain. -Communicate with portmap. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_portmap.html#link_portmap_tcp_connect'> -portmap</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>portmap_tcp_connect</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Connect to portmap over a TCP socket -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_portmap.html#link_portmap_udp_chat'> -portmap</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>portmap_udp_chat</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive UDP network traffic from portmap. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_portmap.html#link_portmap_udp_send'> -portmap</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>portmap_udp_send</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send UDP network traffic to portmap. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_postfix.html#link_postfix_config_filetrans'> -postfix</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>postfix_config_filetrans</b>( - - - - - domain - - - - , - - - - private type - - - - , - - - - object - - - )<br> -</div> - -<div id="description"> -<p> -Create files with the specified type in -the postfix configuration directories. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_postfix.html#link_postfix_domtrans_map'> -postfix</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>postfix_domtrans_map</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute postfix_map in the postfix_map domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_postfix.html#link_postfix_domtrans_master'> -postfix</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>postfix_domtrans_master</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute the master postfix program in the -postfix_master domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_postfix.html#link_postfix_domtrans_user_mail_handler'> -postfix</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>postfix_domtrans_user_mail_handler</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute postfix user mail programs -in their respective domains. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_postfix.html#link_postfix_dontaudit_rw_local_tcp_sockets'> -postfix</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>postfix_dontaudit_rw_local_tcp_sockets</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to read and -write postfix local delivery -TCP sockets. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_postfix.html#link_postfix_dontaudit_use_fds'> -postfix</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>postfix_dontaudit_use_fds</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to use -postfix master process file -file descriptors. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_postfix.html#link_postfix_exec_master'> -postfix</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>postfix_exec_master</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute the master postfix program in the -caller domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_postfix.html#link_postfix_list_spool'> -postfix</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>postfix_list_spool</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -List postfix mail spool directories. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_postfix.html#link_postfix_read_config'> -postfix</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>postfix_read_config</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read postfix configuration files. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_postfix.html#link_postfix_run_map'> -postfix</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>postfix_run_map</b>( - - - - - domain - - - - , - - - - role - - - - , - - - - terminal - - - )<br> -</div> - -<div id="description"> -<p> -Execute postfix_map in the postfix_map domain, and -allow the specified role the postfix_map domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_postfix.html#link_postfix_search_spool'> -postfix</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>postfix_search_spool</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Search postfix mail spool directories. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_postfix.html#link_postfix_stub'> -postfix</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>postfix_stub</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Postfix stub interface. No access allowed. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_postgresql.html#link_postgresql_domtrans'> -postgresql</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>postgresql_domtrans</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute postgresql in the postgresql domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_postgresql.html#link_postgresql_manage_db'> -postgresql</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>postgresql_manage_db</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Allow the specified domain to manage postgresql's database. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_postgresql.html#link_postgresql_read_config'> -postgresql</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>postgresql_read_config</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Allow the specified domain to read postgresql's etc. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_postgresql.html#link_postgresql_search_db'> -postgresql</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>postgresql_search_db</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Allow the specified domain to search postgresql's database directory. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_postgresql.html#link_postgresql_stream_connect'> -postgresql</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>postgresql_stream_connect</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Allow the specified domain to connect to postgresql with a unix socket. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_postgresql.html#link_postgresql_tcp_connect'> -postgresql</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>postgresql_tcp_connect</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Allow the specified domain to connect to postgresql with a tcp socket. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_ppp.html#link_ppp_domtrans'> -ppp</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>ppp_domtrans</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute domain in the ppp domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_ppp.html#link_ppp_dontaudit_use_fds'> -ppp</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>ppp_dontaudit_use_fds</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to inherit -and use PPP file discriptors. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_ppp.html#link_ppp_run'> -ppp</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>ppp_run</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Unconditionally execute ppp daemon on behalf of a user or staff type. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_ppp.html#link_ppp_run_cond'> -ppp</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>ppp_run_cond</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Conditionally execute ppp daemon on behalf of a user or staff type. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_ppp.html#link_ppp_sigchld'> -ppp</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>ppp_sigchld</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send a SIGCHLD signal to PPP. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_ppp.html#link_ppp_signal'> -ppp</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>ppp_signal</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send a generic signal to PPP. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_ppp.html#link_ppp_use_fds'> -ppp</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>ppp_use_fds</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Use PPP file discriptors. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='admin_prelink.html#link_prelink_delete_cache'> -prelink</a><p/> -Layer: <a href='admin.html'> -admin</a><p/> -<div id="codeblock"> - -<b>prelink_delete_cache</b>( - - - - - file_type - - - )<br> -</div> - -<div id="description"> -<p> -Delete the prelink cache. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='admin_prelink.html#link_prelink_domtrans'> -prelink</a><p/> -Layer: <a href='admin.html'> -admin</a><p/> -<div id="codeblock"> - -<b>prelink_domtrans</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute the prelink program in the prelink domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='admin_prelink.html#link_prelink_manage_log'> -prelink</a><p/> -Layer: <a href='admin.html'> -admin</a><p/> -<div id="codeblock"> - -<b>prelink_manage_log</b>( - - - - - file_type - - - )<br> -</div> - -<div id="description"> -<p> -Create, read, write, and delete -prelink log files. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='admin_prelink.html#link_prelink_object_file'> -prelink</a><p/> -Layer: <a href='admin.html'> -admin</a><p/> -<div id="codeblock"> - -<b>prelink_object_file</b>( - - - - - file_type - - - )<br> -</div> - -<div id="description"> -<p> -Make the specified file type prelinkable. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='admin_prelink.html#link_prelink_read_cache'> -prelink</a><p/> -Layer: <a href='admin.html'> -admin</a><p/> -<div id="codeblock"> - -<b>prelink_read_cache</b>( - - - - - file_type - - - )<br> -</div> - -<div id="description"> -<p> -Read the prelink cache. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_procmail.html#link_procmail_domtrans'> -procmail</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>procmail_domtrans</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute procmail with a domain transition. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_procmail.html#link_procmail_exec'> -procmail</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>procmail_exec</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute procmail in the caller domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='admin_quota.html#link_quota_domtrans'> -quota</a><p/> -Layer: <a href='admin.html'> -admin</a><p/> -<div id="codeblock"> - -<b>quota_domtrans</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute quota management tools in the quota domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='admin_quota.html#link_quota_dontaudit_getattr_db'> -quota</a><p/> -Layer: <a href='admin.html'> -admin</a><p/> -<div id="codeblock"> - -<b>quota_dontaudit_getattr_db</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to get the attributes -of filesystem quota data files. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='admin_quota.html#link_quota_manage_flags'> -quota</a><p/> -Layer: <a href='admin.html'> -admin</a><p/> -<div id="codeblock"> - -<b>quota_manage_flags</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='admin_quota.html#link_quota_run'> -quota</a><p/> -Layer: <a href='admin.html'> -admin</a><p/> -<div id="codeblock"> - -<b>quota_run</b>( - - - - - domain - - - - , - - - - role - - - - , - - - - terminal - - - )<br> -</div> - -<div id="description"> -<p> -Execute quota management tools in the quota domain, and -allow the specified role the quota domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_radius.html#link_radius_use'> -radius</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>radius_use</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Use radius over a UDP connection. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_raid.html#link_raid_domtrans_mdadm'> -raid</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>raid_domtrans_mdadm</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute software raid tools in the mdadm domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_raid.html#link_raid_manage_mdadm_pid'> -raid</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>raid_manage_mdadm_pid</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Create, read, write, and delete the mdadm pid files. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_remotelogin.html#link_remotelogin_domtrans'> -remotelogin</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>remotelogin_domtrans</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Domain transition to the remote login domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_rlogin.html#link_rlogin_domtrans'> -rlogin</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>rlogin_domtrans</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute rlogind in the rlogin domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_rpc.html#link_rpc_domtrans_nfsd'> -rpc</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>rpc_domtrans_nfsd</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute domain in nfsd domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_rpc.html#link_rpc_dontaudit_getattr_exports'> -rpc</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>rpc_dontaudit_getattr_exports</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to get the attributes -of the NFS export file. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_rpc.html#link_rpc_manage_nfs_ro_content'> -rpc</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>rpc_manage_nfs_ro_content</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Allow domain to create read and write NFS directories. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_rpc.html#link_rpc_manage_nfs_rw_content'> -rpc</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>rpc_manage_nfs_rw_content</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Allow domain to create read and write NFS directories. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_rpc.html#link_rpc_read_exports'> -rpc</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>rpc_read_exports</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Allow read access to exports. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_rpc.html#link_rpc_search_nfs_state_data'> -rpc</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>rpc_search_nfs_state_data</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Search NFS state data in /var/lib/nfs. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_rpc.html#link_rpc_udp_rw_nfs_sockets'> -rpc</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>rpc_udp_rw_nfs_sockets</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Allow domain to read and write to an NFS UDP socket. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_rpc.html#link_rpc_udp_send'> -rpc</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>rpc_udp_send</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send UDP network traffic to rpc and recieve UDP traffic from rpc. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_rpc.html#link_rpc_udp_send_nfs'> -rpc</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>rpc_udp_send_nfs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send UDP traffic to NFSd. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_rpc.html#link_rpc_write_exports'> -rpc</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>rpc_write_exports</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Allow write access to exports. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='admin_rpm.html#link_rpm_domtrans'> -rpm</a><p/> -Layer: <a href='admin.html'> -admin</a><p/> -<div id="codeblock"> - -<b>rpm_domtrans</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute rpm programs in the rpm domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='admin_rpm.html#link_rpm_domtrans_script'> -rpm</a><p/> -Layer: <a href='admin.html'> -admin</a><p/> -<div id="codeblock"> - -<b>rpm_domtrans_script</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute rpm_script programs in the rpm_script domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='admin_rpm.html#link_rpm_dontaudit_manage_db'> -rpm</a><p/> -Layer: <a href='admin.html'> -admin</a><p/> -<div id="codeblock"> - -<b>rpm_dontaudit_manage_db</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to create, read, -write, and delete the RPM package database. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='admin_rpm.html#link_rpm_manage_db'> -rpm</a><p/> -Layer: <a href='admin.html'> -admin</a><p/> -<div id="codeblock"> - -<b>rpm_manage_db</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Create, read, write, and delete the RPM package database. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='admin_rpm.html#link_rpm_manage_log'> -rpm</a><p/> -Layer: <a href='admin.html'> -admin</a><p/> -<div id="codeblock"> - -<b>rpm_manage_log</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Create, read, write, and delete the RPM log. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='admin_rpm.html#link_rpm_read_db'> -rpm</a><p/> -Layer: <a href='admin.html'> -admin</a><p/> -<div id="codeblock"> - -<b>rpm_read_db</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read the RPM package database. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='admin_rpm.html#link_rpm_read_pipes'> -rpm</a><p/> -Layer: <a href='admin.html'> -admin</a><p/> -<div id="codeblock"> - -<b>rpm_read_pipes</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read from an unnamed RPM pipe. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='admin_rpm.html#link_rpm_run'> -rpm</a><p/> -Layer: <a href='admin.html'> -admin</a><p/> -<div id="codeblock"> - -<b>rpm_run</b>( - - - - - domain - - - - , - - - - role - - - - , - - - - terminal - - - )<br> -</div> - -<div id="description"> -<p> -Execute RPM programs in the RPM domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='admin_rpm.html#link_rpm_rw_pipes'> -rpm</a><p/> -Layer: <a href='admin.html'> -admin</a><p/> -<div id="codeblock"> - -<b>rpm_rw_pipes</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read and write an unnamed RPM pipe. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='admin_rpm.html#link_rpm_use_fds'> -rpm</a><p/> -Layer: <a href='admin.html'> -admin</a><p/> -<div id="codeblock"> - -<b>rpm_use_fds</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Inherit and use file descriptors from RPM. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='admin_rpm.html#link_rpm_use_script_fds'> -rpm</a><p/> -Layer: <a href='admin.html'> -admin</a><p/> -<div id="codeblock"> - -<b>rpm_use_script_fds</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Inherit and use file descriptors from RPM scripts. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_rshd.html#link_rshd_domtrans'> -rshd</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>rshd_domtrans</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Domain transition to rshd. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_samba.html#link_samba_domtrans_net'> -samba</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>samba_domtrans_net</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute samba net in the samba_net domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_samba.html#link_samba_domtrans_smbmount'> -samba</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>samba_domtrans_smbmount</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute smbmount in the smbmount domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_samba.html#link_samba_domtrans_winbind_helper'> -samba</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>samba_domtrans_winbind_helper</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute winbind_helper in the winbind_helper domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_samba.html#link_samba_exec_log'> -samba</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>samba_exec_log</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute samba log in the caller domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_samba.html#link_samba_read_config'> -samba</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>samba_read_config</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Allow the specified domain to read -samba configuration files. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_samba.html#link_samba_read_log'> -samba</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>samba_read_log</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Allow the specified domain to read samba's log files. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_samba.html#link_samba_read_secrets'> -samba</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>samba_read_secrets</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Allow the specified domain to read samba's secrets. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_samba.html#link_samba_read_winbind_pid'> -samba</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>samba_read_winbind_pid</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Allow the specified domain to read the winbind pid files. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_samba.html#link_samba_run_net'> -samba</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>samba_run_net</b>( - - - - - domain - - - - , - - - - role - - - - , - - - - terminal - - - )<br> -</div> - -<div id="description"> -<p> -Execute samba net in the samba_net domain, and -allow the specified role the samba_net domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_samba.html#link_samba_run_winbind_helper'> -samba</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>samba_run_winbind_helper</b>( - - - - - domain - - - - , - - - - role - - - - , - - - - terminal - - - )<br> -</div> - -<div id="description"> -<p> -Execute winbind_helper in the winbind_helper domain, and -allow the specified role the winbind_helper domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_samba.html#link_samba_rw_config'> -samba</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>samba_rw_config</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Allow the specified domain to read -and write samba configuration files. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_samba.html#link_samba_rw_smbmount_tcp_sockets'> -samba</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>samba_rw_smbmount_tcp_sockets</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Allow the specified domain to read and write to smbmount tcp sockets. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_samba.html#link_samba_rw_var_files'> -samba</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>samba_rw_var_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Allow the specified domain to -read and write samba /var files. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_samba.html#link_samba_search_var'> -samba</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>samba_search_var</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Allow the specified domain to search -samba /var directories. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_samba.html#link_samba_stream_connect_winbind'> -samba</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>samba_stream_connect_winbind</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Connect to winbind. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_samba.html#link_samba_write_smbmount_tcp_sockets'> -samba</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>samba_write_smbmount_tcp_sockets</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Allow the specified domain to write to smbmount tcp sockets. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_sasl.html#link_sasl_connect'> -sasl</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>sasl_connect</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Connect to SASL. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_selinux.html#link_selinux_compute_access_vector'> -selinux</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>selinux_compute_access_vector</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Allows caller to compute an access vector. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_selinux.html#link_selinux_compute_create_context'> -selinux</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>selinux_compute_create_context</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Calculate the default type for object creation. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_selinux.html#link_selinux_compute_member'> -selinux</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>selinux_compute_member</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Allows caller to compute polyinstatntiated -directory members. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_selinux.html#link_selinux_compute_relabel_context'> -selinux</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>selinux_compute_relabel_context</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Calculate the context for relabeling objects. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_selinux.html#link_selinux_compute_user_contexts'> -selinux</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>selinux_compute_user_contexts</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Allows caller to compute possible contexts for a user. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_selinux.html#link_selinux_dontaudit_getattr_dir'> -selinux</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>selinux_dontaudit_getattr_dir</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to get the -attributes of the selinuxfs directory. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_selinux.html#link_selinux_dontaudit_read_fs'> -selinux</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>selinux_dontaudit_read_fs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to read -generic selinuxfs entries -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_selinux.html#link_selinux_dontaudit_search_fs'> -selinux</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>selinux_dontaudit_search_fs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to search selinuxfs. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_selinux.html#link_selinux_get_enforce_mode'> -selinux</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>selinux_get_enforce_mode</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Allows the caller to get the mode of policy enforcement -(enforcing or permissive mode). -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_selinux.html#link_selinux_get_fs_mount'> -selinux</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>selinux_get_fs_mount</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Gets the caller the mountpoint of the selinuxfs filesystem. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_selinux.html#link_selinux_load_policy'> -selinux</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>selinux_load_policy</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Allow caller to load the policy into the kernel. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_selinux.html#link_selinux_search_fs'> -selinux</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>selinux_search_fs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Search selinuxfs. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_selinux.html#link_selinux_set_boolean'> -selinux</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>selinux_set_boolean</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Allow caller to set the state of Booleans to -enable or disable conditional portions of the policy. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_selinux.html#link_selinux_set_enforce_mode'> -selinux</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>selinux_set_enforce_mode</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Allow caller to set the mode of policy enforcement -(enforcing or permissive mode). -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_selinux.html#link_selinux_set_parameters'> -selinux</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>selinux_set_parameters</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Allow caller to set SELinux access vector cache parameters. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_selinux.html#link_selinux_unconfined'> -selinux</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>selinux_unconfined</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Unconfined access to the SELinux kernel security server. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_selinux.html#link_selinux_validate_context'> -selinux</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>selinux_validate_context</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Allows caller to validate security contexts. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_sendmail.html#link_sendmail_create_log'> -sendmail</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>sendmail_create_log</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Create sendmail logs with the correct type. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_sendmail.html#link_sendmail_domtrans'> -sendmail</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>sendmail_domtrans</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Domain transition to sendmail. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_sendmail.html#link_sendmail_manage_log'> -sendmail</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>sendmail_manage_log</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Create, read, write, and delete sendmail logs. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_sendmail.html#link_sendmail_rw_tcp_sockets'> -sendmail</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>sendmail_rw_tcp_sockets</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read and write sendmail TCP sockets. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_sendmail.html#link_sendmail_rw_unix_stream_sockets'> -sendmail</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>sendmail_rw_unix_stream_sockets</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read and write sendmail unix_stream_sockets. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_sendmail.html#link_sendmail_stub'> -sendmail</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>sendmail_stub</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Sendmail stub interface. No access allowed. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_selinuxutil.html#link_seutil_create_bin_policy'> -selinuxutil</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>seutil_create_bin_policy</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_selinuxutil.html#link_seutil_domtrans_checkpolicy'> -selinuxutil</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>seutil_domtrans_checkpolicy</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute checkpolicy in the checkpolicy domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_selinuxutil.html#link_seutil_domtrans_loadpolicy'> -selinuxutil</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>seutil_domtrans_loadpolicy</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute load_policy in the load_policy domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_selinuxutil.html#link_seutil_domtrans_newrole'> -selinuxutil</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>seutil_domtrans_newrole</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute newrole in the load_policy domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_selinuxutil.html#link_seutil_domtrans_restorecon'> -selinuxutil</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>seutil_domtrans_restorecon</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute restorecon in the restorecon domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_selinuxutil.html#link_seutil_domtrans_runinit'> -selinuxutil</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>seutil_domtrans_runinit</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute run_init in the run_init domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_selinuxutil.html#link_seutil_domtrans_semanage'> -selinuxutil</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>seutil_domtrans_semanage</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute a domain transition to run semanage. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_selinuxutil.html#link_seutil_domtrans_setfiles'> -selinuxutil</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>seutil_domtrans_setfiles</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute setfiles in the setfiles domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_selinuxutil.html#link_seutil_dontaudit_read_config'> -selinuxutil</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>seutil_dontaudit_read_config</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to read the SELinux -userland configuration (/etc/selinux). -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_selinuxutil.html#link_seutil_dontaudit_search_config'> -selinuxutil</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>seutil_dontaudit_search_config</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to search the SELinux -configuration directory (/etc/selinux). -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_selinuxutil.html#link_seutil_dontaudit_signal_newrole'> -selinuxutil</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>seutil_dontaudit_signal_newrole</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit the caller attempts to send -a signal to newrole. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_selinuxutil.html#link_seutil_exec_checkpolicy'> -selinuxutil</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>seutil_exec_checkpolicy</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_selinuxutil.html#link_seutil_exec_loadpolicy'> -selinuxutil</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>seutil_exec_loadpolicy</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_selinuxutil.html#link_seutil_exec_newrole'> -selinuxutil</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>seutil_exec_newrole</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_selinuxutil.html#link_seutil_exec_restorecon'> -selinuxutil</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>seutil_exec_restorecon</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_selinuxutil.html#link_seutil_exec_setfiles'> -selinuxutil</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>seutil_exec_setfiles</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_selinuxutil.html#link_seutil_get_semanage_read_lock'> -selinuxutil</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>seutil_get_semanage_read_lock</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Get read lock on module store -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_selinuxutil.html#link_seutil_get_semanage_trans_lock'> -selinuxutil</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>seutil_get_semanage_trans_lock</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Get trans lock on module store -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_selinuxutil.html#link_seutil_init_script_domtrans_runinit'> -selinuxutil</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>seutil_init_script_domtrans_runinit</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute init scripts in the run_init domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_selinuxutil.html#link_seutil_init_script_run_runinit'> -selinuxutil</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>seutil_init_script_run_runinit</b>( - - - - - domain - - - - , - - - - role - - - - , - - - - terminal - - - )<br> -</div> - -<div id="description"> -<p> -Execute init scripts in the run_init domain, and -allow the specified role the run_init domain, -and use the caller's terminal. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_selinuxutil.html#link_seutil_manage_bin_policy'> -selinuxutil</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>seutil_manage_bin_policy</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_selinuxutil.html#link_seutil_manage_module_store'> -selinuxutil</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>seutil_manage_module_store</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Full management of the semanage -module store. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_selinuxutil.html#link_seutil_manage_src_policy'> -selinuxutil</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>seutil_manage_src_policy</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_selinuxutil.html#link_seutil_read_bin_policy'> -selinuxutil</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>seutil_read_bin_policy</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_selinuxutil.html#link_seutil_read_config'> -selinuxutil</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>seutil_read_config</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_selinuxutil.html#link_seutil_read_default_contexts'> -selinuxutil</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>seutil_read_default_contexts</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_selinuxutil.html#link_seutil_read_file_contexts'> -selinuxutil</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>seutil_read_file_contexts</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_selinuxutil.html#link_seutil_read_loadpolicy'> -selinuxutil</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>seutil_read_loadpolicy</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_selinuxutil.html#link_seutil_read_src_policy'> -selinuxutil</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>seutil_read_src_policy</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_selinuxutil.html#link_seutil_relabelto_bin_policy'> -selinuxutil</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>seutil_relabelto_bin_policy</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Allow the caller to relabel a file to the binary policy type. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_selinuxutil.html#link_seutil_run_checkpolicy'> -selinuxutil</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>seutil_run_checkpolicy</b>( - - - - - domain - - - - , - - - - role - - - - , - - - - terminal - - - )<br> -</div> - -<div id="description"> -<p> -Execute checkpolicy in the checkpolicy domain, and -allow the specified role the checkpolicy domain, -and use the caller's terminal. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_selinuxutil.html#link_seutil_run_loadpolicy'> -selinuxutil</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>seutil_run_loadpolicy</b>( - - - - - domain - - - - , - - - - role - - - - , - - - - terminal - - - )<br> -</div> - -<div id="description"> -<p> -Execute load_policy in the load_policy domain, and -allow the specified role the load_policy domain, -and use the caller's terminal. -Has a SIGCHLD signal backchannel. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_selinuxutil.html#link_seutil_run_newrole'> -selinuxutil</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>seutil_run_newrole</b>( - - - - - domain - - - - , - - - - role - - - - , - - - - terminal - - - )<br> -</div> - -<div id="description"> -<p> -Execute newrole in the newrole domain, and -allow the specified role the newrole domain, -and use the caller's terminal. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_selinuxutil.html#link_seutil_run_restorecon'> -selinuxutil</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>seutil_run_restorecon</b>( - - - - - domain - - - - , - - - - role - - - - , - - - - terminal - - - )<br> -</div> - -<div id="description"> -<p> -Execute restorecon in the restorecon domain, and -allow the specified role the restorecon domain, -and use the caller's terminal. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_selinuxutil.html#link_seutil_run_runinit'> -selinuxutil</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>seutil_run_runinit</b>( - - - - - domain - - - - , - - - - role - - - - , - - - - terminal - - - )<br> -</div> - -<div id="description"> -<p> -Execute run_init in the run_init domain, and -allow the specified role the run_init domain, -and use the caller's terminal. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_selinuxutil.html#link_seutil_run_semanage'> -selinuxutil</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>seutil_run_semanage</b>( - - - - - domain - - - - , - - - - role - - - - , - - - - terminal - - - )<br> -</div> - -<div id="description"> -<p> -Execute semanage in the semanage domain, and -allow the specified role the semanage domain, -and use the caller's terminal. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_selinuxutil.html#link_seutil_run_setfiles'> -selinuxutil</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>seutil_run_setfiles</b>( - - - - - domain - - - - , - - - - role - - - - , - - - - terminal - - - )<br> -</div> - -<div id="description"> -<p> -Execute setfiles in the setfiles domain, and -allow the specified role the setfiles domain, -and use the caller's terminal. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_selinuxutil.html#link_seutil_rw_file_contexts'> -selinuxutil</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>seutil_rw_file_contexts</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read and write the file_contexts files. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_selinuxutil.html#link_seutil_search_default_contexts'> -selinuxutil</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>seutil_search_default_contexts</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Search the policy directory with default_context files. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_selinuxutil.html#link_seutil_sigchld_newrole'> -selinuxutil</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>seutil_sigchld_newrole</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_selinuxutil.html#link_seutil_use_newrole_fds'> -selinuxutil</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>seutil_use_newrole_fds</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_selinuxutil.html#link_seutil_use_runinit_fds'> -selinuxutil</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>seutil_use_runinit_fds</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='apps_slocate.html#link_slocate_create_append_log'> -slocate</a><p/> -Layer: <a href='apps.html'> -apps</a><p/> -<div id="codeblock"> - -<b>slocate_create_append_log</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Create the locate log with append mode. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_slrnpull.html#link_slrnpull_manage_spool'> -slrnpull</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>slrnpull_manage_spool</b>( - - - - - pty_type - - - )<br> -</div> - -<div id="description"> -<p> -Allow the domain to create, read, -write, and delete slrnpull spools. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_slrnpull.html#link_slrnpull_search_spool'> -slrnpull</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>slrnpull_search_spool</b>( - - - - - pty_type - - - )<br> -</div> - -<div id="description"> -<p> -Allow the domain to search slrnpull spools. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_smartmon.html#link_smartmon_read_tmp_files'> -smartmon</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>smartmon_read_tmp_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Allow caller to read smartmon temporary files. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_snmp.html#link_snmp_read_snmp_var_lib_files'> -snmp</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>snmp_read_snmp_var_lib_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read snmpd libraries. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_snmp.html#link_snmp_tcp_connect'> -snmp</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>snmp_tcp_connect</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Use snmp over a TCP connection. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_snmp.html#link_snmp_udp_chat'> -snmp</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>snmp_udp_chat</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive UDP traffic to SNMP -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_spamassassin.html#link_spamassassin_exec'> -spamassassin</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>spamassassin_exec</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute the standalone spamassassin -program in the caller directory. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_spamassassin.html#link_spamassassin_exec_client'> -spamassassin</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>spamassassin_exec_client</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute the spamassassin client -program in the caller directory. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_squid.html#link_squid_append_log'> -squid</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>squid_append_log</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Append squid logs. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_squid.html#link_squid_domtrans'> -squid</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>squid_domtrans</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute squid in the squid domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_squid.html#link_squid_manage_logs'> -squid</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>squid_manage_logs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Create, read, write, and delete -squid logs. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_squid.html#link_squid_read_config'> -squid</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>squid_read_config</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read squid configuration file. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_squid.html#link_squid_read_log'> -squid</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>squid_read_log</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Append squid logs. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_squid.html#link_squid_use'> -squid</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>squid_use</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Use squid services by connecting over TCP. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_ssh.html#link_ssh_dontaudit_read_server_keys'> -ssh</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>ssh_dontaudit_read_server_keys</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read ssh server keys -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_ssh.html#link_ssh_dontaudit_rw_tcp_sockets'> -ssh</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>ssh_dontaudit_rw_tcp_sockets</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to read and write -ssh server TCP sockets. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_ssh.html#link_ssh_read_pipes'> -ssh</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>ssh_read_pipes</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read a ssh server unnamed pipe. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_ssh.html#link_ssh_sigchld'> -ssh</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>ssh_sigchld</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send a SIGCHLD signal to the ssh server. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_ssh.html#link_ssh_tcp_connect'> -ssh</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>ssh_tcp_connect</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Connect to SSH daemons over TCP sockets. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_storage.html#link_storage_dev_filetrans_fixed_disk'> -storage</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>storage_dev_filetrans_fixed_disk</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Create block devices in /dev with the fixed disk type -via an automatic type transition. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_storage.html#link_storage_dontaudit_getattr_fixed_disk_dev'> -storage</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>storage_dontaudit_getattr_fixed_disk_dev</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts made by the caller to get -the attributes of fixed disk device nodes. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_storage.html#link_storage_dontaudit_getattr_removable_dev'> -storage</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>storage_dontaudit_getattr_removable_dev</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts made by the caller to get -the attributes of removable devices device nodes. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_storage.html#link_storage_dontaudit_raw_read_removable_device'> -storage</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>storage_dontaudit_raw_read_removable_device</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to directly read removable devices. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_storage.html#link_storage_dontaudit_raw_write_removable_device'> -storage</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>storage_dontaudit_raw_write_removable_device</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to directly write removable devices. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_storage.html#link_storage_dontaudit_read_fixed_disk'> -storage</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>storage_dontaudit_read_fixed_disk</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts made by the caller to read -fixed disk device nodes. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_storage.html#link_storage_dontaudit_read_removable_device'> -storage</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>storage_dontaudit_read_removable_device</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts made by the caller to read -removable devices device nodes. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_storage.html#link_storage_dontaudit_rw_scsi_generic'> -storage</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>storage_dontaudit_rw_scsi_generic</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to read or write -SCSI generic device interfaces. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_storage.html#link_storage_dontaudit_setattr_fixed_disk_dev'> -storage</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>storage_dontaudit_setattr_fixed_disk_dev</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts made by the caller to set -the attributes of fixed disk device nodes. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_storage.html#link_storage_dontaudit_setattr_removable_dev'> -storage</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>storage_dontaudit_setattr_removable_dev</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts made by the caller to set -the attributes of removable devices device nodes. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_storage.html#link_storage_dontaudit_write_fixed_disk'> -storage</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>storage_dontaudit_write_fixed_disk</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts made by the caller to write -fixed disk device nodes. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_storage.html#link_storage_getattr_fixed_disk_dev'> -storage</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>storage_getattr_fixed_disk_dev</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Allow the caller to get the attributes of fixed disk -device nodes. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_storage.html#link_storage_getattr_removable_dev'> -storage</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>storage_getattr_removable_dev</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Allow the caller to get the attributes of removable -devices device nodes. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_storage.html#link_storage_getattr_scsi_generic_dev'> -storage</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>storage_getattr_scsi_generic_dev</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Allow the caller to get the attributes of -the generic SCSI interface device nodes. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_storage.html#link_storage_getattr_tape_dev'> -storage</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>storage_getattr_tape_dev</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Allow the caller to get the attributes -of device nodes of tape devices. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_storage.html#link_storage_manage_fixed_disk'> -storage</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>storage_manage_fixed_disk</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Create, read, write, and delete fixed disk device nodes. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_storage.html#link_storage_raw_read_fixed_disk'> -storage</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>storage_raw_read_fixed_disk</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Allow the caller to directly read from a fixed disk. -This is extremly dangerous as it can bypass the -SELinux protections for filesystem objects, and -should only be used by trusted domains. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_storage.html#link_storage_raw_read_removable_device'> -storage</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>storage_raw_read_removable_device</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Allow the caller to directly read from -a removable device. -This is extremly dangerous as it can bypass the -SELinux protections for filesystem objects, and -should only be used by trusted domains. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_storage.html#link_storage_raw_write_fixed_disk'> -storage</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>storage_raw_write_fixed_disk</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Allow the caller to directly write to a fixed disk. -This is extremly dangerous as it can bypass the -SELinux protections for filesystem objects, and -should only be used by trusted domains. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_storage.html#link_storage_raw_write_removable_device'> -storage</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>storage_raw_write_removable_device</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Allow the caller to directly write to -a removable device. -This is extremly dangerous as it can bypass the -SELinux protections for filesystem objects, and -should only be used by trusted domains. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_storage.html#link_storage_read_scsi_generic'> -storage</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>storage_read_scsi_generic</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Allow the caller to directly read, in a -generic fashion, from any SCSI device. -This is extremly dangerous as it can bypass the -SELinux protections for filesystem objects, and -should only be used by trusted domains. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_storage.html#link_storage_read_tape'> -storage</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>storage_read_tape</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Allow the caller to directly read -a tape device. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_storage.html#link_storage_relabel_fixed_disk'> -storage</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>storage_relabel_fixed_disk</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Relabel fixed disk device nodes. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_storage.html#link_storage_setattr_fixed_disk_dev'> -storage</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>storage_setattr_fixed_disk_dev</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Allow the caller to set the attributes of fixed disk -device nodes. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_storage.html#link_storage_setattr_removable_dev'> -storage</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>storage_setattr_removable_dev</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Allow the caller to set the attributes of removable -devices device nodes. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_storage.html#link_storage_setattr_scsi_generic_dev'> -storage</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>storage_setattr_scsi_generic_dev</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Allow the caller to set the attributes of -the generic SCSI interface device nodes. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_storage.html#link_storage_setattr_scsi_generic_dev_dev'> -storage</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>storage_setattr_scsi_generic_dev_dev</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Set attributes of the device nodes -for the SCSI generic inerface. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_storage.html#link_storage_setattr_tape_dev'> -storage</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>storage_setattr_tape_dev</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Allow the caller to set the attributes -of device nodes of tape devices. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_storage.html#link_storage_swapon_fixed_disk'> -storage</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>storage_swapon_fixed_disk</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Enable a fixed disk device as swap space -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_storage.html#link_storage_tmpfs_filetrans_fixed_disk'> -storage</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>storage_tmpfs_filetrans_fixed_disk</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Create block devices in on a tmpfs filesystem with the -fixed disk type via an automatic type transition. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_storage.html#link_storage_unconfined'> -storage</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>storage_unconfined</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Unconfined access to storage devices. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_storage.html#link_storage_write_scsi_generic'> -storage</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>storage_write_scsi_generic</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Allow the caller to directly write, in a -generic fashion, from any SCSI device. -This is extremly dangerous as it can bypass the -SELinux protections for filesystem objects, and -should only be used by trusted domains. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_storage.html#link_storage_write_tape'> -storage</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>storage_write_tape</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Allow the caller to directly read -a tape device. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='admin_su.html#link_su_exec'> -su</a><p/> -Layer: <a href='admin.html'> -admin</a><p/> -<div id="codeblock"> - -<b>su_exec</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute su in the caller domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_sysnetwork.html#link_sysnet_dbus_chat_dhcpc'> -sysnetwork</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>sysnet_dbus_chat_dhcpc</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send and receive messages from -dhcpc over dbus. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_sysnetwork.html#link_sysnet_delete_dhcpc_pid'> -sysnetwork</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>sysnet_delete_dhcpc_pid</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Delete the dhcp client pid file. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_sysnetwork.html#link_sysnet_dhcp_state_filetrans'> -sysnetwork</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>sysnet_dhcp_state_filetrans</b>( - - - - - domain - - - - , - - - - file_type - - - - , - - - - object_class - - - )<br> -</div> - -<div id="description"> -<p> -Create DHCP state data. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_sysnetwork.html#link_sysnet_dns_name_resolve'> -sysnetwork</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>sysnet_dns_name_resolve</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Perform a DNS name resolution. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_sysnetwork.html#link_sysnet_domtrans_dhcpc'> -sysnetwork</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>sysnet_domtrans_dhcpc</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute dhcp client in dhcpc domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_sysnetwork.html#link_sysnet_domtrans_ifconfig'> -sysnetwork</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>sysnet_domtrans_ifconfig</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute ifconfig in the ifconfig domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_sysnetwork.html#link_sysnet_dontaudit_read_config'> -sysnetwork</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>sysnet_dontaudit_read_config</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to read network config files. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_sysnetwork.html#link_sysnet_etc_filetrans_config'> -sysnetwork</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>sysnet_etc_filetrans_config</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Create files in /etc with the type used for -the network config files. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_sysnetwork.html#link_sysnet_exec_ifconfig'> -sysnetwork</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>sysnet_exec_ifconfig</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute ifconfig in the caller domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_sysnetwork.html#link_sysnet_kill_dhcpc'> -sysnetwork</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>sysnet_kill_dhcpc</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send a kill signal to the dhcp client. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_sysnetwork.html#link_sysnet_manage_config'> -sysnetwork</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>sysnet_manage_config</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Create, read, write, and delete network config files. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_sysnetwork.html#link_sysnet_read_config'> -sysnetwork</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>sysnet_read_config</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Allow network init to read network config files. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_sysnetwork.html#link_sysnet_read_dhcp_config'> -sysnetwork</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>sysnet_read_dhcp_config</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read the DHCP configuration files. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_sysnetwork.html#link_sysnet_read_dhcpc_pid'> -sysnetwork</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>sysnet_read_dhcpc_pid</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read the dhcp client pid file. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_sysnetwork.html#link_sysnet_read_dhcpc_state'> -sysnetwork</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>sysnet_read_dhcpc_state</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read dhcp client state files. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_sysnetwork.html#link_sysnet_run_dhcpc'> -sysnetwork</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>sysnet_run_dhcpc</b>( - - - - - domain - - - - , - - - - role - - - - , - - - - terminal - - - )<br> -</div> - -<div id="description"> -<p> -Execute DHCP clients in the dhcpc domain, and -allow the specified role the dhcpc domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_sysnetwork.html#link_sysnet_run_ifconfig'> -sysnetwork</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>sysnet_run_ifconfig</b>( - - - - - domain - - - - , - - - - role - - - - , - - - - terminal - - - )<br> -</div> - -<div id="description"> -<p> -Execute ifconfig in the ifconfig domain, and -allow the specified role the ifconfig domain, -and use the caller's terminal. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_sysnetwork.html#link_sysnet_rw_dhcp_config'> -sysnetwork</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>sysnet_rw_dhcp_config</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read and write dhcp configuration files. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_sysnetwork.html#link_sysnet_search_dhcp_state'> -sysnetwork</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>sysnet_search_dhcp_state</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Search the DHCP state data directory. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_sysnetwork.html#link_sysnet_sigchld_dhcpc'> -sysnetwork</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>sysnet_sigchld_dhcpc</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send a SIGCHLD signal to the dhcp client. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_sysnetwork.html#link_sysnet_signal_dhcpc'> -sysnetwork</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>sysnet_signal_dhcpc</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send a generic signal to the dhcp client. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_sysnetwork.html#link_sysnet_signull_dhcpc'> -sysnetwork</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>sysnet_signull_dhcpc</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send a null signal to the dhcp client. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_sysnetwork.html#link_sysnet_sigstop_dhcpc'> -sysnetwork</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>sysnet_sigstop_dhcpc</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send a SIGSTOP signal to the dhcp client. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_sysnetwork.html#link_sysnet_use_ldap'> -sysnetwork</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>sysnet_use_ldap</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Connect and use a LDAP server. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_sysnetwork.html#link_sysnet_use_portmap'> -sysnetwork</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>sysnet_use_portmap</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Connect and use remote port mappers. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_sysstat.html#link_sysstat_manage_log'> -sysstat</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>sysstat_manage_log</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Manage sysstat logs. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_tcpd.html#link_tcpd_domtrans'> -tcpd</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>tcpd_domtrans</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute tcpd in the tcpd domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_terminal.html#link_term_create_pty'> -terminal</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>term_create_pty</b>( - - - - - domain - - - - , - - - - pty_type - - - )<br> -</div> - -<div id="description"> -<p> -Create a pty in the /dev/pts directory. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_terminal.html#link_term_dontaudit_getattr_all_user_ptys'> -terminal</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>term_dontaudit_getattr_all_user_ptys</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to get the -attributes of any user pty -device nodes. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_terminal.html#link_term_dontaudit_getattr_all_user_ttys'> -terminal</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>term_dontaudit_getattr_all_user_ttys</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to get the -attributes of any user tty -device nodes. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_terminal.html#link_term_dontaudit_getattr_pty_dirs'> -terminal</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>term_dontaudit_getattr_pty_dirs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to get the -attributes of the /dev/pts directory. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_terminal.html#link_term_dontaudit_getattr_unallocated_ttys'> -terminal</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>term_dontaudit_getattr_unallocated_ttys</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to get the attributes -of all unallocated tty device nodes. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_terminal.html#link_term_dontaudit_ioctl_unallocated_ttys'> -terminal</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>term_dontaudit_ioctl_unallocated_ttys</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to ioctl -unallocated tty device nodes. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_terminal.html#link_term_dontaudit_list_ptys'> -terminal</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>term_dontaudit_list_ptys</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to read the -/dev/pts directory. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_terminal.html#link_term_dontaudit_manage_pty_dirs'> -terminal</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>term_dontaudit_manage_pty_dirs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to create, read, -write, or delete the /dev/pts directory. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_terminal.html#link_term_dontaudit_search_ptys'> -terminal</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>term_dontaudit_search_ptys</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to search the -contents of the /dev/pts directory. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_terminal.html#link_term_dontaudit_use_all_user_ptys'> -terminal</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>term_dontaudit_use_all_user_ptys</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to read any -user ptys. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_terminal.html#link_term_dontaudit_use_all_user_ttys'> -terminal</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>term_dontaudit_use_all_user_ttys</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to read or write -any user ttys. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_terminal.html#link_term_dontaudit_use_console'> -terminal</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>term_dontaudit_use_console</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attemtps to read from -or write to the console. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_terminal.html#link_term_dontaudit_use_generic_ptys'> -terminal</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>term_dontaudit_use_generic_ptys</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Dot not audit attempts to read and -write the generic pty type. This is -generally only used in the targeted policy. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_terminal.html#link_term_dontaudit_use_ptmx'> -terminal</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>term_dontaudit_use_ptmx</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to read and -write the pty multiplexor (/dev/ptmx). -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_terminal.html#link_term_dontaudit_use_unallocated_ttys'> -terminal</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>term_dontaudit_use_unallocated_ttys</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to read or -write unallocated ttys. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_terminal.html#link_term_getattr_all_user_ptys'> -terminal</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>term_getattr_all_user_ptys</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Get the attributes of all user -pty device nodes. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_terminal.html#link_term_getattr_all_user_ttys'> -terminal</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>term_getattr_all_user_ttys</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Get the attributes of all user tty -device nodes. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_terminal.html#link_term_getattr_unallocated_ttys'> -terminal</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>term_getattr_unallocated_ttys</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Get the attributes of all unallocated -tty device nodes. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_terminal.html#link_term_ioctl_generic_ptys'> -terminal</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>term_ioctl_generic_ptys</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -ioctl of generic pty types. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_terminal.html#link_term_list_ptys'> -terminal</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>term_list_ptys</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read the /dev/pts directory to -list all ptys. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_terminal.html#link_term_login_pty'> -terminal</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>term_login_pty</b>( - - - - - pty_type - - - )<br> -</div> - -<div id="description"> -<p> -Transform specified type into a pty type -used by login programs, such as sshd. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_terminal.html#link_term_pty'> -terminal</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>term_pty</b>( - - - - - pty_type - - - )<br> -</div> - -<div id="description"> -<p> -Transform specified type into a pty type. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_terminal.html#link_term_read_console'> -terminal</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>term_read_console</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read from the console. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_terminal.html#link_term_relabel_all_user_ptys'> -terminal</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>term_relabel_all_user_ptys</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Relabel from and to all user -user pty device nodes. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_terminal.html#link_term_relabel_all_user_ttys'> -terminal</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>term_relabel_all_user_ttys</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Relabel from and to all user -user tty device nodes. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_terminal.html#link_term_relabel_unallocated_ttys'> -terminal</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>term_relabel_unallocated_ttys</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Relabel from and to the unallocated -tty type. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_terminal.html#link_term_relabelto_all_user_ptys'> -terminal</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>term_relabelto_all_user_ptys</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Relabel to all user ptys. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_terminal.html#link_term_reset_tty_labels'> -terminal</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>term_reset_tty_labels</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Relabel from all user tty types to -the unallocated tty type. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_terminal.html#link_term_search_ptys'> -terminal</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>term_search_ptys</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Search the contents of the /dev/pts directory. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_terminal.html#link_term_setattr_all_user_ptys'> -terminal</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>term_setattr_all_user_ptys</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Set the attributes of all user -pty device nodes. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_terminal.html#link_term_setattr_all_user_ttys'> -terminal</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>term_setattr_all_user_ttys</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Set the attributes of all user tty -device nodes. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_terminal.html#link_term_setattr_console'> -terminal</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>term_setattr_console</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Set the attributes of the console -device node. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_terminal.html#link_term_setattr_unallocated_ttys'> -terminal</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>term_setattr_unallocated_ttys</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Set the attributes of all unallocated -tty device nodes. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_terminal.html#link_term_tty'> -terminal</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>term_tty</b>( - - - - - tty_type - - - )<br> -</div> - -<div id="description"> -<p> -Transform specified type into a tty type. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_terminal.html#link_term_use_all_terms'> -terminal</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>term_use_all_terms</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read and write the console, all -ttys and all ptys. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_terminal.html#link_term_use_all_user_ptys'> -terminal</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>term_use_all_user_ptys</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read and write all user ptys. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_terminal.html#link_term_use_all_user_ttys'> -terminal</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>term_use_all_user_ttys</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read and write all user to all user ttys. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_terminal.html#link_term_use_console'> -terminal</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>term_use_console</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read from and write to the console. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_terminal.html#link_term_use_controlling_term'> -terminal</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>term_use_controlling_term</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read and write the controlling -terminal (/dev/tty). -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_terminal.html#link_term_use_generic_ptys'> -terminal</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>term_use_generic_ptys</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read and write the generic pty -type. This is generally only used in -the targeted policy. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_terminal.html#link_term_use_ptmx'> -terminal</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>term_use_ptmx</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read and write the pty multiplexor (/dev/ptmx). -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_terminal.html#link_term_use_unallocated_ttys'> -terminal</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>term_use_unallocated_ttys</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read and write unallocated ttys. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_terminal.html#link_term_user_pty'> -terminal</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>term_user_pty</b>( - - - - - userdomain - - - - , - - - - object_type - - - )<br> -</div> - -<div id="description"> -<p> -Transform specified type into an user -pty type. This allows it to be relabeled via -type change by login programs such as ssh. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_terminal.html#link_term_write_all_user_ttys'> -terminal</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>term_write_all_user_ttys</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Write to all user ttys. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_terminal.html#link_term_write_console'> -terminal</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>term_write_console</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Write to the console. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='kernel_terminal.html#link_term_write_unallocated_ttys'> -terminal</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>term_write_unallocated_ttys</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Write to unallocated ttys. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='admin_tmpreaper.html#link_tmpreaper_exec'> -tmpreaper</a><p/> -Layer: <a href='admin.html'> -admin</a><p/> -<div id="codeblock"> - -<b>tmpreaper_exec</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute tmpreaper in the caller domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_ucspitcp.html#link_ucspitcp_service_domain'> -ucspitcp</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>ucspitcp_service_domain</b>( - - - - - domain - - - - , - - - - entrypoint - - - )<br> -</div> - -<div id="description"> -<p> -Define a specified domain as a ucspitcp service. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_udev.html#link_udev_domtrans'> -udev</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>udev_domtrans</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute udev in the udev domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_udev.html#link_udev_dontaudit_rw_dgram_sockets'> -udev</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>udev_dontaudit_rw_dgram_sockets</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to read or write -to a udev unix datagram socket. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_udev.html#link_udev_dontaudit_use_fds'> -udev</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>udev_dontaudit_use_fds</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to inherit a -udev file descriptor. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_udev.html#link_udev_helper_domtrans'> -udev</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>udev_helper_domtrans</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute a udev helper in the udev domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_udev.html#link_udev_read_db'> -udev</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>udev_read_db</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Allow process to read list of devices. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_udev.html#link_udev_read_state'> -udev</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>udev_read_state</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Allow process to read udev process state. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_udev.html#link_udev_rw_db'> -udev</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>udev_rw_db</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Allow process to modify list of devices. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='apps_uml.html#link_uml_manage_util_files'> -uml</a><p/> -Layer: <a href='apps.html'> -apps</a><p/> -<div id="codeblock"> - -<b>uml_manage_util_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Manage uml utility files. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='apps_uml.html#link_uml_setattr_util_sockets'> -uml</a><p/> -Layer: <a href='apps.html'> -apps</a><p/> -<div id="codeblock"> - -<b>uml_setattr_util_sockets</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Set attributes on uml utility socket files. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_unconfined.html#link_unconfined_alias_domain'> -unconfined</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>unconfined_alias_domain</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Add an alias type to the unconfined domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_unconfined.html#link_unconfined_dbus_send'> -unconfined</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>unconfined_dbus_send</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send messages to the unconfined domain over dbus. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_unconfined.html#link_unconfined_domain'> -unconfined</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>unconfined_domain</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Make the specified domain unconfined and -audit executable memory and executable heap -usage. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_unconfined.html#link_unconfined_domain_noaudit'> -unconfined</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>unconfined_domain_noaudit</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Make the specified domain unconfined. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_unconfined.html#link_unconfined_domtrans'> -unconfined</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>unconfined_domtrans</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Transition to the unconfined domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_unconfined.html#link_unconfined_dontaudit_read_pipes'> -unconfined</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>unconfined_dontaudit_read_pipes</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to read unconfined domain unnamed pipes. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_unconfined.html#link_unconfined_dontaudit_rw_tcp_sockets'> -unconfined</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>unconfined_dontaudit_rw_tcp_sockets</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to read or write -unconfined domain tcp sockets. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_unconfined.html#link_unconfined_read_pipes'> -unconfined</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>unconfined_read_pipes</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read unconfined domain unnamed pipes. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_unconfined.html#link_unconfined_run'> -unconfined</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>unconfined_run</b>( - - - - - domain - - - - , - - - - role - - - - , - - - - terminal - - - )<br> -</div> - -<div id="description"> -<p> -Execute specified programs in the unconfined domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_unconfined.html#link_unconfined_rw_pipes'> -unconfined</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>unconfined_rw_pipes</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read and write unconfined domain unnamed pipes. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_unconfined.html#link_unconfined_shell_domtrans'> -unconfined</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>unconfined_shell_domtrans</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Transition to the unconfined domain by executing a shell. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_unconfined.html#link_unconfined_sigchld'> -unconfined</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>unconfined_sigchld</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send a SIGCHLD signal to the unconfined domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_unconfined.html#link_unconfined_signal'> -unconfined</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>unconfined_signal</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send generic signals to the unconfined domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_unconfined.html#link_unconfined_use_fds'> -unconfined</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>unconfined_use_fds</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Inherit file descriptors from the unconfined domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='admin_updfstab.html#link_updfstab_domtrans'> -updfstab</a><p/> -Layer: <a href='admin.html'> -admin</a><p/> -<div id="codeblock"> - -<b>updfstab_domtrans</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute updfstab in the updfstab domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='admin_usbmodules.html#link_usbmodules_domtrans'> -usbmodules</a><p/> -Layer: <a href='admin.html'> -admin</a><p/> -<div id="codeblock"> - -<b>usbmodules_domtrans</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute usbmodules in the usbmodules domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='admin_usbmodules.html#link_usbmodules_run'> -usbmodules</a><p/> -Layer: <a href='admin.html'> -admin</a><p/> -<div id="codeblock"> - -<b>usbmodules_run</b>( - - - - - domain - - - - , - - - - role - - - - , - - - - terminal - - - )<br> -</div> - -<div id="description"> -<p> -Execute usbmodules in the usbmodules domain, and -allow the specified role the usbmodules domain, -and use the caller's terminal. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_userdomain.html#link_userdom_bin_spec_domtrans_sysadm'> -userdomain</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>userdom_bin_spec_domtrans_sysadm</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute a generic bin program in the sysadm domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_userdomain.html#link_userdom_bin_spec_domtrans_unpriv_users'> -userdomain</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>userdom_bin_spec_domtrans_unpriv_users</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute bin_t in the unprivileged user domains. This -is an explicit transition, requiring the -caller to use setexeccon(). -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_userdomain.html#link_userdom_dbus_send_all_users'> -userdomain</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>userdom_dbus_send_all_users</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send a dbus message to all user domains. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_userdomain.html#link_userdom_dontaudit_append_staff_home_content_files'> -userdomain</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>userdom_dontaudit_append_staff_home_content_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to append to the staff -users home directory. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_userdomain.html#link_userdom_dontaudit_getattr_sysadm_home_dirs'> -userdomain</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>userdom_dontaudit_getattr_sysadm_home_dirs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to get the -attributes of the sysadm users -home directory. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_userdomain.html#link_userdom_dontaudit_getattr_sysadm_ttys'> -userdomain</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>userdom_dontaudit_getattr_sysadm_ttys</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attepts to get the attributes -of sysadm ttys. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_userdomain.html#link_userdom_dontaudit_list_sysadm_home_dirs'> -userdomain</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>userdom_dontaudit_list_sysadm_home_dirs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to list the sysadm -users home directory. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_userdomain.html#link_userdom_dontaudit_read_sysadm_home_content_files'> -userdomain</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>userdom_dontaudit_read_sysadm_home_content_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to search the sysadm -users home directory. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_userdomain.html#link_userdom_dontaudit_relabelfrom_unpriv_users_ptys'> -userdomain</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>userdom_dontaudit_relabelfrom_unpriv_users_ptys</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to relabel files from -unprivileged user pty types. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_userdomain.html#link_userdom_dontaudit_search_all_users_home_content'> -userdomain</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>userdom_dontaudit_search_all_users_home_content</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to search all users home directories. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_userdomain.html#link_userdom_dontaudit_search_generic_user_home_dirs'> -userdomain</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>userdom_dontaudit_search_generic_user_home_dirs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Don't audit search on the user home subdirectory. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_userdomain.html#link_userdom_dontaudit_search_staff_home_dirs'> -userdomain</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>userdom_dontaudit_search_staff_home_dirs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to search the staff -users home directory. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_userdomain.html#link_userdom_dontaudit_search_sysadm_home_dirs'> -userdomain</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>userdom_dontaudit_search_sysadm_home_dirs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to search the sysadm -users home directory. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_userdomain.html#link_userdom_dontaudit_use_all_users_fds'> -userdomain</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>userdom_dontaudit_use_all_users_fds</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to inherit the file -descriptors from any user domains. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_userdomain.html#link_userdom_dontaudit_use_sysadm_ptys'> -userdomain</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>userdom_dontaudit_use_sysadm_ptys</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Dont audit attempts to read and write sysadm ptys. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_userdomain.html#link_userdom_dontaudit_use_sysadm_terms'> -userdomain</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>userdom_dontaudit_use_sysadm_terms</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to use sysadm ttys and ptys. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_userdomain.html#link_userdom_dontaudit_use_sysadm_ttys'> -userdomain</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>userdom_dontaudit_use_sysadm_ttys</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to use sysadm ttys. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_userdomain.html#link_userdom_dontaudit_use_unpriv_user_fds'> -userdomain</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>userdom_dontaudit_use_unpriv_user_fds</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to inherit the -file descriptors from all user domains. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_userdomain.html#link_userdom_dontaudit_use_unpriv_users_ptys'> -userdomain</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>userdom_dontaudit_use_unpriv_users_ptys</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to use unprivileged -user ptys. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_userdomain.html#link_userdom_dontaudit_use_unpriv_users_ttys'> -userdomain</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>userdom_dontaudit_use_unpriv_users_ttys</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to use unprivileged -user ttys. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_userdomain.html#link_userdom_entry_spec_domtrans_sysadm'> -userdomain</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>userdom_entry_spec_domtrans_sysadm</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute all entrypoint files in the sysadm domain. This -is an explicit transition, requiring the -caller to use setexeccon(). -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_userdomain.html#link_userdom_entry_spec_domtrans_unpriv_users'> -userdomain</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>userdom_entry_spec_domtrans_unpriv_users</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute all entrypoint files in unprivileged user -domains. This is an explicit transition, requiring the -caller to use setexeccon(). -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_userdomain.html#link_userdom_generic_user_home_dir_filetrans_generic_user_home_content'> -userdomain</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>userdom_generic_user_home_dir_filetrans_generic_user_home_content</b>( - - - - - domain - - - - , - - - - object_class - - - )<br> -</div> - -<div id="description"> -<p> -Create objects in generic user home directories -with automatic file type transition. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_userdomain.html#link_userdom_getattr_all_users'> -userdomain</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>userdom_getattr_all_users</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Get the attributes of all user domains. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_userdomain.html#link_userdom_getattr_sysadm_home_dirs'> -userdomain</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>userdom_getattr_sysadm_home_dirs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Get the attributes of the sysadm users -home directory. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_userdomain.html#link_userdom_home_filetrans_generic_user_home_dir'> -userdomain</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>userdom_home_filetrans_generic_user_home_dir</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Create generic user home directories -with automatic file type transition. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_userdomain.html#link_userdom_list_all_users_home_dirs'> -userdomain</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>userdom_list_all_users_home_dirs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -List all users home directories. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_userdomain.html#link_userdom_list_sysadm_home_dirs'> -userdomain</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>userdom_list_sysadm_home_dirs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -List the sysadm users home directory. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_userdomain.html#link_userdom_list_unpriv_users_tmp'> -userdomain</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>userdom_list_unpriv_users_tmp</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read all unprivileged users temporary directories. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_userdomain.html#link_userdom_manage_all_users_home_content_dirs'> -userdomain</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>userdom_manage_all_users_home_content_dirs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Create, read, write, and delete all directories -in all users home directories. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_userdomain.html#link_userdom_manage_all_users_home_content_files'> -userdomain</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>userdom_manage_all_users_home_content_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Create, read, write, and delete all files -in all users home directories. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_userdomain.html#link_userdom_manage_all_users_home_content_symlinks'> -userdomain</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>userdom_manage_all_users_home_content_symlinks</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Create, read, write, and delete all symlinks -in all users home directories. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_userdomain.html#link_userdom_manage_generic_user_home_content_dirs'> -userdomain</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>userdom_manage_generic_user_home_content_dirs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Create, read, write, and delete -subdirectories of generic user -home directories. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_userdomain.html#link_userdom_manage_generic_user_home_content_files'> -userdomain</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>userdom_manage_generic_user_home_content_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Create, read, write, and delete files -in generic user home directories. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_userdomain.html#link_userdom_manage_generic_user_home_content_pipes'> -userdomain</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>userdom_manage_generic_user_home_content_pipes</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Create, read, write, and delete named -pipes in generic user home directories. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_userdomain.html#link_userdom_manage_generic_user_home_content_sockets'> -userdomain</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>userdom_manage_generic_user_home_content_sockets</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Create, read, write, and delete named -sockets in generic user home directories. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_userdomain.html#link_userdom_manage_generic_user_home_content_symlinks'> -userdomain</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>userdom_manage_generic_user_home_content_symlinks</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Create, read, write, and delete symbolic -links in generic user home directories. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_userdomain.html#link_userdom_manage_unpriv_user_semaphores'> -userdomain</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>userdom_manage_unpriv_user_semaphores</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Manage unpriviledged user SysV sempaphores. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_userdomain.html#link_userdom_manage_unpriv_user_shared_mem'> -userdomain</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>userdom_manage_unpriv_user_shared_mem</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Manage unpriviledged user SysV shared -memory segments. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_userdomain.html#link_userdom_priveleged_home_dir_manager'> -userdomain</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>userdom_priveleged_home_dir_manager</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Make the specified domain a privileged -home directory manager. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_userdomain.html#link_userdom_read_all_tmp_untrusted_content'> -userdomain</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>userdom_read_all_tmp_untrusted_content</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read all user temporary untrusted content files. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_userdomain.html#link_userdom_read_all_untrusted_content'> -userdomain</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>userdom_read_all_untrusted_content</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read all user untrusted content files. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_userdomain.html#link_userdom_read_all_users_home_content_files'> -userdomain</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>userdom_read_all_users_home_content_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read all files in all users home directories. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_userdomain.html#link_userdom_read_all_users_state'> -userdomain</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>userdom_read_all_users_state</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read the process state of all user domains. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_userdomain.html#link_userdom_read_staff_home_content_files'> -userdomain</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>userdom_read_staff_home_content_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read files in the staff users home directory. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_userdomain.html#link_userdom_read_sysadm_home_content_files'> -userdomain</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>userdom_read_sysadm_home_content_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read files in the sysadm users home directory. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_userdomain.html#link_userdom_read_unpriv_users_home_content_files'> -userdomain</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>userdom_read_unpriv_users_home_content_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read all unprivileged users home directory -files. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_userdomain.html#link_userdom_read_unpriv_users_tmp_files'> -userdomain</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>userdom_read_unpriv_users_tmp_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read all unprivileged users temporary files. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_userdomain.html#link_userdom_read_unpriv_users_tmp_symlinks'> -userdomain</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>userdom_read_unpriv_users_tmp_symlinks</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read all unprivileged users temporary symbolic links. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_userdomain.html#link_userdom_relabelto_unpriv_users_ptys'> -userdomain</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>userdom_relabelto_unpriv_users_ptys</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Relabel files to unprivileged user pty types. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_userdomain.html#link_userdom_rw_sysadm_pipes'> -userdomain</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>userdom_rw_sysadm_pipes</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read and write sysadm user unnamed pipes. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_userdomain.html#link_userdom_sbin_spec_domtrans_sysadm'> -userdomain</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>userdom_sbin_spec_domtrans_sysadm</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute a generic sbin program in the sysadm domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_userdomain.html#link_userdom_sbin_spec_domtrans_unpriv_users'> -userdomain</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>userdom_sbin_spec_domtrans_unpriv_users</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute generic sbin programs in all unprivileged user -domains. This is an explicit transition, requiring the -caller to use setexeccon(). -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_userdomain.html#link_userdom_search_all_users_home_content'> -userdomain</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>userdom_search_all_users_home_content</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Search all users home directories. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_userdomain.html#link_userdom_search_generic_user_home_dirs'> -userdomain</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>userdom_search_generic_user_home_dirs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Search generic user home directories. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_userdomain.html#link_userdom_search_staff_home_dirs'> -userdomain</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>userdom_search_staff_home_dirs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Search the staff users home directory. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_userdomain.html#link_userdom_search_sysadm_home_content_dirs'> -userdomain</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>userdom_search_sysadm_home_content_dirs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Search the sysadm users home sub directories. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_userdomain.html#link_userdom_search_sysadm_home_dirs'> -userdomain</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>userdom_search_sysadm_home_dirs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Search the sysadm users home directory. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_userdomain.html#link_userdom_search_unpriv_users_home_dirs'> -userdomain</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>userdom_search_unpriv_users_home_dirs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Search all unprivileged users home directories. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_userdomain.html#link_userdom_setattr_unpriv_users_ptys'> -userdomain</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>userdom_setattr_unpriv_users_ptys</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Set the attributes of user ptys. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_userdomain.html#link_userdom_shell_domtrans_sysadm'> -userdomain</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>userdom_shell_domtrans_sysadm</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute a shell in the sysadm domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_userdomain.html#link_userdom_sigchld_all_users'> -userdomain</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>userdom_sigchld_all_users</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send a SIGCHLD signal to all user domains. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_userdomain.html#link_userdom_sigchld_sysadm'> -userdomain</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>userdom_sigchld_sysadm</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send a SIGCHLD signal to sysadm users. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_userdomain.html#link_userdom_signal_all_users'> -userdomain</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>userdom_signal_all_users</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send general signals to all user domains. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_userdomain.html#link_userdom_signal_unpriv_users'> -userdomain</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>userdom_signal_unpriv_users</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send general signals to unprivileged user domains. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_userdomain.html#link_userdom_spec_domtrans_all_users'> -userdomain</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>userdom_spec_domtrans_all_users</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute a shell in all user domains. This -is an explicit transition, requiring the -caller to use setexeccon(). -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_userdomain.html#link_userdom_spec_domtrans_unpriv_users'> -userdomain</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>userdom_spec_domtrans_unpriv_users</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute a shell in all unprivileged user domains. This -is an explicit transition, requiring the -caller to use setexeccon(). -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_userdomain.html#link_userdom_sysadm_home_dir_filetrans'> -userdomain</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>userdom_sysadm_home_dir_filetrans</b>( - - - - - domain - - - - , - - - - private type - - - - , - - - - object_class - - - )<br> -</div> - -<div id="description"> -<p> -Create objects in sysadm home directories -with automatic file type transition. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_userdomain.html#link_userdom_unconfined'> -userdomain</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>userdom_unconfined</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Unconfined access to user domains. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_userdomain.html#link_userdom_use_all_users_fds'> -userdomain</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>userdom_use_all_users_fds</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Inherit the file descriptors from all user domains -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_userdomain.html#link_userdom_use_sysadm_fds'> -userdomain</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>userdom_use_sysadm_fds</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Inherit and use sysadm file descriptors -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_userdomain.html#link_userdom_use_sysadm_ptys'> -userdomain</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>userdom_use_sysadm_ptys</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read and write sysadm ptys. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_userdomain.html#link_userdom_use_sysadm_terms'> -userdomain</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>userdom_use_sysadm_terms</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read and write sysadm ttys and ptys. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_userdomain.html#link_userdom_use_sysadm_ttys'> -userdomain</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>userdom_use_sysadm_ttys</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read and write sysadm ttys. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_userdomain.html#link_userdom_use_unpriv_users_fds'> -userdomain</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>userdom_use_unpriv_users_fds</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Inherit the file descriptors from unprivileged user domains. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_userdomain.html#link_userdom_use_unpriv_users_ptys'> -userdomain</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>userdom_use_unpriv_users_ptys</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read and write unprivileged user ptys. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_userdomain.html#link_userdom_write_unpriv_users_tmp_files'> -userdomain</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>userdom_write_unpriv_users_tmp_files</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Write all unprivileged users files in /tmp -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_userdomain.html#link_userdom_xsession_spec_domtrans_all_users'> -userdomain</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>userdom_xsession_spec_domtrans_all_users</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute an Xserver session in all unprivileged user domains. This -is an explicit transition, requiring the -caller to use setexeccon(). -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='system_userdomain.html#link_userdom_xsession_spec_domtrans_unpriv_users'> -userdomain</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>userdom_xsession_spec_domtrans_unpriv_users</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute an Xserver session in all unprivileged user domains. This -is an explicit transition, requiring the -caller to use setexeccon(). -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='apps_userhelper.html#link_userhelper_dontaudit_search_config'> -userhelper</a><p/> -Layer: <a href='apps.html'> -apps</a><p/> -<div id="codeblock"> - -<b>userhelper_dontaudit_search_config</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to search -the userhelper configuration directory. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='apps_userhelper.html#link_userhelper_search_config'> -userhelper</a><p/> -Layer: <a href='apps.html'> -apps</a><p/> -<div id="codeblock"> - -<b>userhelper_search_config</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Search the userhelper configuration directory. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='admin_usermanage.html#link_usermanage_domtrans_admin_passwd'> -usermanage</a><p/> -Layer: <a href='admin.html'> -admin</a><p/> -<div id="codeblock"> - -<b>usermanage_domtrans_admin_passwd</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute password admin functions in -the admin passwd domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='admin_usermanage.html#link_usermanage_domtrans_chfn'> -usermanage</a><p/> -Layer: <a href='admin.html'> -admin</a><p/> -<div id="codeblock"> - -<b>usermanage_domtrans_chfn</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute chfn in the chfn domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='admin_usermanage.html#link_usermanage_domtrans_groupadd'> -usermanage</a><p/> -Layer: <a href='admin.html'> -admin</a><p/> -<div id="codeblock"> - -<b>usermanage_domtrans_groupadd</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute groupadd in the groupadd domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='admin_usermanage.html#link_usermanage_domtrans_passwd'> -usermanage</a><p/> -Layer: <a href='admin.html'> -admin</a><p/> -<div id="codeblock"> - -<b>usermanage_domtrans_passwd</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute passwd in the passwd domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='admin_usermanage.html#link_usermanage_domtrans_useradd'> -usermanage</a><p/> -Layer: <a href='admin.html'> -admin</a><p/> -<div id="codeblock"> - -<b>usermanage_domtrans_useradd</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute useradd in the useradd domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='admin_usermanage.html#link_usermanage_read_crack_db'> -usermanage</a><p/> -Layer: <a href='admin.html'> -admin</a><p/> -<div id="codeblock"> - -<b>usermanage_read_crack_db</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read the crack database. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='admin_usermanage.html#link_usermanage_run_admin_passwd'> -usermanage</a><p/> -Layer: <a href='admin.html'> -admin</a><p/> -<div id="codeblock"> - -<b>usermanage_run_admin_passwd</b>( - - - - - domain - - - - , - - - - role - - - - , - - - - terminal - - - )<br> -</div> - -<div id="description"> -<p> -Execute passwd admin functions in the admin -passwd domain, and allow the specified role -the admin passwd domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='admin_usermanage.html#link_usermanage_run_chfn'> -usermanage</a><p/> -Layer: <a href='admin.html'> -admin</a><p/> -<div id="codeblock"> - -<b>usermanage_run_chfn</b>( - - - - - domain - - - - , - - - - role - - - - , - - - - terminal - - - )<br> -</div> - -<div id="description"> -<p> -Execute chfn in the chfn domain, and -allow the specified role the chfn domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='admin_usermanage.html#link_usermanage_run_groupadd'> -usermanage</a><p/> -Layer: <a href='admin.html'> -admin</a><p/> -<div id="codeblock"> - -<b>usermanage_run_groupadd</b>( - - - - - domain - - - - , - - - - role - - - - , - - - - terminal - - - )<br> -</div> - -<div id="description"> -<p> -Execute groupadd in the groupadd domain, and -allow the specified role the groupadd domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='admin_usermanage.html#link_usermanage_run_passwd'> -usermanage</a><p/> -Layer: <a href='admin.html'> -admin</a><p/> -<div id="codeblock"> - -<b>usermanage_run_passwd</b>( - - - - - domain - - - - , - - - - role - - - - , - - - - terminal - - - )<br> -</div> - -<div id="description"> -<p> -Execute passwd in the passwd domain, and -allow the specified role the passwd domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='admin_usermanage.html#link_usermanage_run_useradd'> -usermanage</a><p/> -Layer: <a href='admin.html'> -admin</a><p/> -<div id="codeblock"> - -<b>usermanage_run_useradd</b>( - - - - - domain - - - - , - - - - role - - - - , - - - - terminal - - - )<br> -</div> - -<div id="description"> -<p> -Execute useradd in the useradd domain, and -allow the specified role the useradd domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='apps_usernetctl.html#link_usernetctl_domtrans'> -usernetctl</a><p/> -Layer: <a href='apps.html'> -apps</a><p/> -<div id="codeblock"> - -<b>usernetctl_domtrans</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute usernetctl in the usernetctl domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='apps_usernetctl.html#link_usernetctl_run'> -usernetctl</a><p/> -Layer: <a href='apps.html'> -apps</a><p/> -<div id="codeblock"> - -<b>usernetctl_run</b>( - - - - - domain - - - - , - - - - role - - - - , - - - - terminal - - - )<br> -</div> - -<div id="description"> -<p> -Execute usernetctl in the usernetctl domain, and -allow the specified role the usernetctl domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='admin_vbetool.html#link_vbetool_domtrans'> -vbetool</a><p/> -Layer: <a href='admin.html'> -admin</a><p/> -<div id="codeblock"> - -<b>vbetool_domtrans</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute vbetool application in the vbetool domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='admin_vpn.html#link_vpn_domtrans'> -vpn</a><p/> -Layer: <a href='admin.html'> -admin</a><p/> -<div id="codeblock"> - -<b>vpn_domtrans</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute VPN clients in the vpnc domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='admin_vpn.html#link_vpn_run'> -vpn</a><p/> -Layer: <a href='admin.html'> -admin</a><p/> -<div id="codeblock"> - -<b>vpn_run</b>( - - - - - domain - - - - , - - - - role - - - - , - - - - terminal - - - )<br> -</div> - -<div id="description"> -<p> -Execute VPN clients in the vpnc domain, and -allow the specified role the vpnc domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='admin_vpn.html#link_vpn_signal'> -vpn</a><p/> -Layer: <a href='admin.html'> -admin</a><p/> -<div id="codeblock"> - -<b>vpn_signal</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Send generic signals to VPN clients. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='apps_webalizer.html#link_webalizer_domtrans'> -webalizer</a><p/> -Layer: <a href='apps.html'> -apps</a><p/> -<div id="codeblock"> - -<b>webalizer_domtrans</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute webalizer in the webalizer domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='apps_webalizer.html#link_webalizer_run'> -webalizer</a><p/> -Layer: <a href='apps.html'> -apps</a><p/> -<div id="codeblock"> - -<b>webalizer_run</b>( - - - - - domain - - - - , - - - - role - - - - , - - - - terminal - - - )<br> -</div> - -<div id="description"> -<p> -Execute webalizer in the webalizer domain, and -allow the specified role the webalizer domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='apps_wine.html#link_wine_domtrans'> -wine</a><p/> -Layer: <a href='apps.html'> -apps</a><p/> -<div id="codeblock"> - -<b>wine_domtrans</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute the wine program in the wine domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_xfs.html#link_xfs_read_sockets'> -xfs</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>xfs_read_sockets</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read a X font server named socket. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_xfs.html#link_xfs_stream_connect'> -xfs</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>xfs_stream_connect</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Connect to a X font server over -a unix domain stream socket. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_xserver.html#link_xserver_create_xdm_tmp_sockets'> -xserver</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>xserver_create_xdm_tmp_sockets</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Create a named socket in a XDM -temporary directory. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_xserver.html#link_xserver_delete_log'> -xserver</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>xserver_delete_log</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to write the X server -log files. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_xserver.html#link_xserver_domtrans_xdm_xserver'> -xserver</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>xserver_domtrans_xdm_xserver</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute the X server in the XDM X server domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_xserver.html#link_xserver_dontaudit_write_log'> -xserver</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>xserver_dontaudit_write_log</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to write the X server -log files. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_xserver.html#link_xserver_read_xdm_pid'> -xserver</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>xserver_read_xdm_pid</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read XDM pid files. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_xserver.html#link_xserver_read_xdm_rw_config'> -xserver</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>xserver_read_xdm_rw_config</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read xdm-writable configuration files. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_xserver.html#link_xserver_setattr_xdm_tmp_dirs'> -xserver</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>xserver_setattr_xdm_tmp_dirs</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Set the attributes of XDM temporary directories. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_xserver.html#link_xserver_stream_connect_xdm'> -xserver</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>xserver_stream_connect_xdm</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Connect to XDM over a unix domain -stream socket. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_xserver.html#link_xserver_xsession_entry_type'> -xserver</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>xserver_xsession_entry_type</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Make an X session script an entrypoint for the specified domain. -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_xserver.html#link_xserver_xsession_spec_domtrans'> -xserver</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>xserver_xsession_spec_domtrans</b>( - - - - - domain - - - - , - - - - target_domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute an X session in the target domain. This -is an explicit transition, requiring the -caller to use setexeccon(). -</p> -</div> - -</div> - -<div id="interfacesmall"> -Module: <a href='services_zebra.html#link_zebra_read_config'> -zebra</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>zebra_read_config</b>( - - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read the configuration files for zebra. -</p> -</div> - -</div> - - -</div> -</body> -</html> diff --git a/www/api-docs/kernel.html b/www/api-docs/kernel.html deleted file mode 100644 index 7b9a351..0000000 --- a/www/api-docs/kernel.html +++ /dev/null @@ -1,195 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - - <a href='kernel_corecommands.html'> - corecommands</a><br/> - - - <a href='kernel_corenetwork.html'> - corenetwork</a><br/> - - - <a href='kernel_devices.html'> - devices</a><br/> - - - <a href='kernel_domain.html'> - domain</a><br/> - - - <a href='kernel_files.html'> - files</a><br/> - - - <a href='kernel_filesystem.html'> - filesystem</a><br/> - - - <a href='kernel_kernel.html'> - kernel</a><br/> - - - <a href='kernel_mcs.html'> - mcs</a><br/> - - - <a href='kernel_mls.html'> - mls</a><br/> - - - <a href='kernel_selinux.html'> - selinux</a><br/> - - - <a href='kernel_storage.html'> - storage</a><br/> - - - <a href='kernel_terminal.html'> - terminal</a><br/> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> - -<h1>Layer: kernel</h1><p/> - -<p><p> -Policy for kernel threads, proc filesystem, -and unlabeled processes and objects. -</p></p><br/> - - -<table border="1" cellspacing="0" cellpadding="3" width="75%"> -<tr><td class="title">Module:</td><td class="title">Description:</td></tr> - - - </td></tr> - - - </td></tr> - - - <tr><td> - <a href='kernel_corecommands.html'> - corecommands</a></td> - <td><p> -Core policy for shells, and generic programs -in /bin, /sbin, /usr/bin, and /usr/sbin. -</p></td> - - <tr><td> - <a href='kernel_corenetwork.html'> - corenetwork</a></td> - <td><p>Policy controlling access to network objects</p></td> - - <tr><td> - <a href='kernel_devices.html'> - devices</a></td> - <td><p> -Device nodes and interfaces for many basic system devices. -</p></td> - - <tr><td> - <a href='kernel_domain.html'> - domain</a></td> - <td><p>Core policy for domains.</p></td> - - <tr><td> - <a href='kernel_files.html'> - files</a></td> - <td><p> -Basic filesystem types and interfaces. -</p></td> - - <tr><td> - <a href='kernel_filesystem.html'> - filesystem</a></td> - <td><p>Policy for filesystems.</p></td> - - <tr><td> - <a href='kernel_kernel.html'> - kernel</a></td> - <td><p> -Policy for kernel threads, proc filesystem, -and unlabeled processes and objects. -</p></td> - - <tr><td> - <a href='kernel_mcs.html'> - mcs</a></td> - <td><p>Multicategory security policy</p></td> - - <tr><td> - <a href='kernel_mls.html'> - mls</a></td> - <td><p>Multilevel security policy</p></td> - - <tr><td> - <a href='kernel_selinux.html'> - selinux</a></td> - <td><p> -Policy for kernel security interface, in particular, selinuxfs. -</p></td> - - <tr><td> - <a href='kernel_storage.html'> - storage</a></td> - <td><p>Policy controlling access to storage devices</p></td> - - <tr><td> - <a href='kernel_terminal.html'> - terminal</a></td> - <td><p>Policy for terminals.</p></td> - - </td></tr> - - - </td></tr> - - - </td></tr> - -</table> -<p/><br/><br/> - -</div> -</body> -</html> diff --git a/www/api-docs/kernel_corecommands.html b/www/api-docs/kernel_corecommands.html deleted file mode 100644 index 2d8ecfd..0000000 --- a/www/api-docs/kernel_corecommands.html +++ /dev/null @@ -1,1866 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - - <a href='kernel_corecommands.html'> - corecommands</a><br/> - - - <a href='kernel_corenetwork.html'> - corenetwork</a><br/> - - - <a href='kernel_devices.html'> - devices</a><br/> - - - <a href='kernel_domain.html'> - domain</a><br/> - - - <a href='kernel_files.html'> - files</a><br/> - - - <a href='kernel_filesystem.html'> - filesystem</a><br/> - - - <a href='kernel_kernel.html'> - kernel</a><br/> - - - <a href='kernel_mcs.html'> - mcs</a><br/> - - - <a href='kernel_mls.html'> - mls</a><br/> - - - <a href='kernel_selinux.html'> - selinux</a><br/> - - - <a href='kernel_storage.html'> - storage</a><br/> - - - <a href='kernel_terminal.html'> - terminal</a><br/> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: kernel</h1><p/> -<h2>Module: corecommands</h2><p/> - -<h3>Description:</h3> - -<p><p> -Core policy for shells, and generic programs -in /bin, /sbin, /usr/bin, and /usr/sbin. -</p></p> - - -<p>This module is required to be included in all policies.</p> - - -<a name="interfaces"></a> -<h3>Interfaces: </h3> - -<a name="link_corecmd_bin_alias"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corecmd_bin_alias</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Create a aliased type to generic bin files. -</p> - - -<h5>Description</h5> -<p> -</p><p> -Create a aliased type to generic bin files. -</p><p> -</p><p> -This is added to support targeted policy. Its -use should be limited. It has no effect -on the strict policy. -</p><p> -</p> - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Alias type for bin_t. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corecmd_bin_domtrans"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corecmd_bin_domtrans</b>( - - - - - domain - - - - , - - - - target_domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute a file in a bin directory -in the specified domain. -</p> - - -<h5>Description</h5> -<p> -</p><p> -Execute a file in a bin directory -in the specified domain. This allows -the specified domain to execute any file -on these filesystems in the specified -domain. This is not suggested. -</p><p> -</p><p> -No interprocess communication (signals, pipes, -etc.) is provided by this interface since -the domains are not owned by this module. -</p><p> -</p><p> -This interface was added to handle -the ssh-agent policy. -</p><p> -</p> - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -<tr><td> -target_domain -</td><td> -<p> -The type of the new process. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corecmd_bin_spec_domtrans"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corecmd_bin_spec_domtrans</b>( - - - - - domain - - - - , - - - - target_domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute a file in a bin directory -in the specified domain but do not -do it automatically. This is an explicit -transition, requiring the caller to use setexeccon(). -</p> - - -<h5>Description</h5> -<p> -</p><p> -Execute a file in a bin directory -in the specified domain. This allows -the specified domain to execute any file -on these filesystems in the specified -domain. This is not suggested. -</p><p> -</p><p> -No interprocess communication (signals, pipes, -etc.) is provided by this interface since -the domains are not owned by this module. -</p><p> -</p><p> -This interface was added to handle -the userhelper policy. -</p><p> -</p> - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -<tr><td> -target_domain -</td><td> -<p> -The type of the new process. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corecmd_check_exec_shell"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corecmd_check_exec_shell</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Check if a shell is executable (DAC-wise). -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corecmd_dontaudit_getattr_sbin_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corecmd_dontaudit_getattr_sbin_files</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corecmd_dontaudit_search_sbin"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corecmd_dontaudit_search_sbin</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to search -sbin directories. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corecmd_exec_bin"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corecmd_exec_bin</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corecmd_exec_chroot"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corecmd_exec_chroot</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corecmd_exec_ls"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corecmd_exec_ls</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corecmd_exec_sbin"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corecmd_exec_sbin</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corecmd_exec_shell"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corecmd_exec_shell</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corecmd_getattr_bin_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corecmd_getattr_bin_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Get the attributes of files in bin directories. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corecmd_getattr_sbin_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corecmd_getattr_sbin_files</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corecmd_list_bin"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corecmd_list_bin</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corecmd_list_sbin"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corecmd_list_sbin</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corecmd_manage_bin_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corecmd_manage_bin_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Create, read, write, and delete bin files. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corecmd_manage_sbin_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corecmd_manage_sbin_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Create, read, write, and delete sbin files. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corecmd_mmap_bin_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corecmd_mmap_bin_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Mmap a bin file as executable. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corecmd_mmap_sbin_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corecmd_mmap_sbin_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Mmap a sbin file as executable. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corecmd_read_bin_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corecmd_read_bin_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read files in bin directories. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corecmd_read_bin_pipes"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corecmd_read_bin_pipes</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read pipes in bin directories. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corecmd_read_bin_sockets"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corecmd_read_bin_sockets</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read named sockets in bin directories. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corecmd_read_bin_symlinks"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corecmd_read_bin_symlinks</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read symbolic links in bin directories. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corecmd_read_sbin_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corecmd_read_sbin_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read files in sbin directories. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corecmd_read_sbin_pipes"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corecmd_read_sbin_pipes</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read named pipes in sbin directories. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corecmd_read_sbin_sockets"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corecmd_read_sbin_sockets</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read named sockets in sbin directories. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corecmd_read_sbin_symlinks"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corecmd_read_sbin_symlinks</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read symbolic links in sbin directories. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corecmd_relabel_bin_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corecmd_relabel_bin_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Relabel to and from the bin type. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corecmd_relabel_sbin_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corecmd_relabel_sbin_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Relabel to and from the sbin type. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corecmd_sbin_domtrans"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corecmd_sbin_domtrans</b>( - - - - - domain - - - - , - - - - target_domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute a file in a sbin directory -in the specified domain. -</p> - - -<h5>Description</h5> -<p> -</p><p> -Execute a file in a sbin directory -in the specified domain. This allows -the specified domain to execute any file -on these filesystems in the specified -domain. This is not suggested. -</p><p> -</p><p> -No interprocess communication (signals, pipes, -etc.) is provided by this interface since -the domains are not owned by this module. -</p><p> -</p><p> -This interface was added to handle -the ssh-agent policy. -</p><p> -</p> - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -<tr><td> -target_domain -</td><td> -<p> -The type of the new process. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corecmd_sbin_spec_domtrans"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corecmd_sbin_spec_domtrans</b>( - - - - - domain - - - - , - - - - target_domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute a file in a sbin directory -in the specified domain but do not -do it automatically. This is an explicit -transition, requiring the caller to use setexeccon(). -</p> - - -<h5>Description</h5> -<p> -</p><p> -Execute a file in a sbin directory -in the specified domain. This allows -the specified domain to execute any file -on these filesystems in the specified -domain. This is not suggested. -</p><p> -</p><p> -No interprocess communication (signals, pipes, -etc.) is provided by this interface since -the domains are not owned by this module. -</p><p> -</p><p> -This interface was added to handle -the userhelper policy. -</p><p> -</p> - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -<tr><td> -target_domain -</td><td> -<p> -The type of the new process. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corecmd_search_bin"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corecmd_search_bin</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corecmd_search_sbin"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corecmd_search_sbin</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corecmd_shell_domtrans"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corecmd_shell_domtrans</b>( - - - - - domain - - - - , - - - - target_domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute a shell in the specified domain. -</p> - - -<h5>Description</h5> -<p> -</p><p> -Execute a shell in the specified domain. -</p><p> -</p><p> -No interprocess communication (signals, pipes, -etc.) is provided by this interface since -the domains are not owned by this module. -</p><p> -</p> - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -<tr><td> -target_domain -</td><td> -<p> -The type of the shell process. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corecmd_shell_entry_type"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corecmd_shell_entry_type</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Make the shell an entrypoint for the specified domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The domain for which the shell is an entrypoint. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corecmd_shell_spec_domtrans"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corecmd_shell_spec_domtrans</b>( - - - - - domain - - - - , - - - - target_domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute a shell in the target domain. This -is an explicit transition, requiring the -caller to use setexeccon(). -</p> - - -<h5>Description</h5> -<p> -</p><p> -Execute a shell in the target domain. This -is an explicit transition, requiring the -caller to use setexeccon(). -</p><p> -</p><p> -No interprocess communication (signals, pipes, -etc.) is provided by this interface since -the domains are not owned by this module. -</p><p> -</p> - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -<tr><td> -target_domain -</td><td> -<p> -The type of the shell process. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - - -</div> -</body> -</html> diff --git a/www/api-docs/kernel_corenetwork.html b/www/api-docs/kernel_corenetwork.html deleted file mode 100644 index 6684ccf..0000000 --- a/www/api-docs/kernel_corenetwork.html +++ /dev/null @@ -1,31911 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - - <a href='kernel_corecommands.html'> - corecommands</a><br/> - - - <a href='kernel_corenetwork.html'> - corenetwork</a><br/> - - - <a href='kernel_devices.html'> - devices</a><br/> - - - <a href='kernel_domain.html'> - domain</a><br/> - - - <a href='kernel_files.html'> - files</a><br/> - - - <a href='kernel_filesystem.html'> - filesystem</a><br/> - - - <a href='kernel_kernel.html'> - kernel</a><br/> - - - <a href='kernel_mcs.html'> - mcs</a><br/> - - - <a href='kernel_mls.html'> - mls</a><br/> - - - <a href='kernel_selinux.html'> - selinux</a><br/> - - - <a href='kernel_storage.html'> - storage</a><br/> - - - <a href='kernel_terminal.html'> - terminal</a><br/> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: kernel</h1><p/> -<h2>Module: corenetwork</h2><p/> - -<h3>Description:</h3> - -<p><p>Policy controlling access to network objects</p></p> - - -<p>This module is required to be included in all policies.</p> - - -<a name="interfaces"></a> -<h3>Interfaces: </h3> - -<a name="link_corenet_dontaudit_tcp_bind_all_ports"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_dontaudit_tcp_bind_all_ports</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attepts to bind TCP sockets to any ports. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_dontaudit_tcp_bind_all_reserved_ports"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_dontaudit_tcp_bind_all_reserved_ports</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to bind TCP sockets to all reserved ports. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_dontaudit_tcp_connect_all_reserved_ports"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_dontaudit_tcp_connect_all_reserved_ports</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to connect TCP sockets -all reserved ports. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_dontaudit_udp_bind_all_reserved_ports"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_dontaudit_udp_bind_all_reserved_ports</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to bind UDP sockets to all reserved ports. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_non_ipsec_sendrecv"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_non_ipsec_sendrecv</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive messages on a -non-encrypted (no IPSEC) network -session. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_raw_bind_all_nodes"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_raw_bind_all_nodes</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind raw sockets to all nodes. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_raw_receive_all_if"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_raw_receive_all_if</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Receive raw IP packets on all interfaces. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_raw_receive_all_nodes"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_raw_receive_all_nodes</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Receive raw IP packets on all nodes. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_raw_receive_compat_ipv4_node"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_raw_receive_compat_ipv4_node</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Receive raw IP packets on the compat_ipv4 node. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_raw_receive_generic_if"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_raw_receive_generic_if</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Receive raw IP packets on generic interfaces. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_raw_receive_generic_node"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_raw_receive_generic_node</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Receive raw IP packets on generic nodes. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_raw_receive_inaddr_any_node"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_raw_receive_inaddr_any_node</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Receive raw IP packets on the inaddr_any node. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_raw_receive_link_local_node"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_raw_receive_link_local_node</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Receive raw IP packets on the link_local node. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_raw_receive_lo_if"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_raw_receive_lo_if</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Receive raw IP packets on the lo interface. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_raw_receive_lo_node"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_raw_receive_lo_node</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Receive raw IP packets on the lo node. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_raw_receive_mapped_ipv4_node"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_raw_receive_mapped_ipv4_node</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Receive raw IP packets on the mapped_ipv4 node. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_raw_receive_multicast_node"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_raw_receive_multicast_node</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Receive raw IP packets on the multicast node. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_raw_receive_site_local_node"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_raw_receive_site_local_node</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Receive raw IP packets on the site_local node. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_raw_receive_unspec_node"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_raw_receive_unspec_node</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Receive raw IP packets on the unspec node. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_raw_send_all_if"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_raw_send_all_if</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send raw IP packets on all interfaces. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_raw_send_all_nodes"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_raw_send_all_nodes</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send raw IP packets on all nodes. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_raw_send_compat_ipv4_node"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_raw_send_compat_ipv4_node</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send raw IP packets on the compat_ipv4 node. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_raw_send_generic_if"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_raw_send_generic_if</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send raw IP packets on generic interfaces. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_raw_send_generic_node"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_raw_send_generic_node</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send raw IP packets on generic nodes. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_raw_send_inaddr_any_node"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_raw_send_inaddr_any_node</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send raw IP packets on the inaddr_any node. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_raw_send_link_local_node"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_raw_send_link_local_node</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send raw IP packets on the link_local node. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_raw_send_lo_if"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_raw_send_lo_if</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send raw IP packets on the lo interface. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_raw_send_lo_node"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_raw_send_lo_node</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send raw IP packets on the lo node. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_raw_send_mapped_ipv4_node"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_raw_send_mapped_ipv4_node</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send raw IP packets on the mapped_ipv4 node. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_raw_send_multicast_node"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_raw_send_multicast_node</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send raw IP packets on the multicast node. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_raw_send_site_local_node"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_raw_send_site_local_node</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send raw IP packets on the site_local node. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_raw_send_unspec_node"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_raw_send_unspec_node</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send raw IP packets on the unspec node. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_raw_sendrecv_all_if"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_raw_sendrecv_all_if</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive raw IP packets on all interfaces. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_raw_sendrecv_all_nodes"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_raw_sendrecv_all_nodes</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive raw IP packets on all nodes. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_raw_sendrecv_compat_ipv4_node"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_raw_sendrecv_compat_ipv4_node</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive raw IP packets on the compat_ipv4 node. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_raw_sendrecv_generic_if"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_raw_sendrecv_generic_if</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive raw IP packets on generic interfaces. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_raw_sendrecv_generic_node"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_raw_sendrecv_generic_node</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive raw IP packets on generic nodes. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_raw_sendrecv_inaddr_any_node"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_raw_sendrecv_inaddr_any_node</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive raw IP packets on the inaddr_any node. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_raw_sendrecv_link_local_node"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_raw_sendrecv_link_local_node</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive raw IP packets on the link_local node. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_raw_sendrecv_lo_if"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_raw_sendrecv_lo_if</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive raw IP packets on the lo interface. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_raw_sendrecv_lo_node"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_raw_sendrecv_lo_node</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive raw IP packets on the lo node. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_raw_sendrecv_mapped_ipv4_node"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_raw_sendrecv_mapped_ipv4_node</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive raw IP packets on the mapped_ipv4 node. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_raw_sendrecv_multicast_node"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_raw_sendrecv_multicast_node</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive raw IP packets on the multicast node. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_raw_sendrecv_site_local_node"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_raw_sendrecv_site_local_node</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive raw IP packets on the site_local node. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_raw_sendrecv_unspec_node"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_raw_sendrecv_unspec_node</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive raw IP packets on the unspec node. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_rw_ppp_dev"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_rw_ppp_dev</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read and write the point-to-point device. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_rw_tun_tap_dev"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_rw_tun_tap_dev</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read and write the TUN/TAP virtual network device. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_bind_afs_bos_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_bind_afs_bos_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind TCP sockets to the afs_bos port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_bind_afs_fs_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_bind_afs_fs_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind TCP sockets to the afs_fs port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_bind_afs_ka_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_bind_afs_ka_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind TCP sockets to the afs_ka port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_bind_afs_pt_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_bind_afs_pt_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind TCP sockets to the afs_pt port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_bind_afs_vl_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_bind_afs_vl_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind TCP sockets to the afs_vl port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_bind_all_nodes"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_bind_all_nodes</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind TCP sockets to all nodes. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_bind_all_ports"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_bind_all_ports</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind TCP sockets to all ports. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_bind_all_reserved_ports"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_bind_all_reserved_ports</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind TCP sockets to all reserved ports. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_bind_amanda_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_bind_amanda_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind TCP sockets to the amanda port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_bind_amavisd_recv_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_bind_amavisd_recv_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind TCP sockets to the amavisd_recv port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_bind_amavisd_send_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_bind_amavisd_send_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind TCP sockets to the amavisd_send port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_bind_asterisk_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_bind_asterisk_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind TCP sockets to the asterisk port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_bind_auth_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_bind_auth_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind TCP sockets to the auth port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_bind_bgp_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_bind_bgp_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind TCP sockets to the bgp port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_bind_clamd_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_bind_clamd_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind TCP sockets to the clamd port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_bind_clockspeed_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_bind_clockspeed_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind TCP sockets to the clockspeed port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_bind_compat_ipv4_node"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_bind_compat_ipv4_node</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind TCP sockets to node compat_ipv4. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_bind_comsat_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_bind_comsat_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind TCP sockets to the comsat port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_bind_cvs_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_bind_cvs_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind TCP sockets to the cvs port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_bind_dbskkd_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_bind_dbskkd_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind TCP sockets to the dbskkd port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_bind_dcc_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_bind_dcc_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind TCP sockets to the dcc port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_bind_dhcpc_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_bind_dhcpc_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind TCP sockets to the dhcpc port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_bind_dhcpd_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_bind_dhcpd_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind TCP sockets to the dhcpd port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_bind_dict_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_bind_dict_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind TCP sockets to the dict port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_bind_distccd_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_bind_distccd_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind TCP sockets to the distccd port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_bind_dns_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_bind_dns_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind TCP sockets to the dns port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_bind_fingerd_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_bind_fingerd_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind TCP sockets to the fingerd port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_bind_ftp_data_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_bind_ftp_data_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind TCP sockets to the ftp_data port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_bind_ftp_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_bind_ftp_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind TCP sockets to the ftp port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_bind_gatekeeper_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_bind_gatekeeper_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind TCP sockets to the gatekeeper port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_bind_generic_node"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_bind_generic_node</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind TCP sockets to generic nodes. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_bind_generic_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_bind_generic_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind TCP sockets to generic ports. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_bind_giftd_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_bind_giftd_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind TCP sockets to the giftd port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_bind_gopher_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_bind_gopher_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind TCP sockets to the gopher port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_bind_howl_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_bind_howl_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind TCP sockets to the howl port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_bind_hplip_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_bind_hplip_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind TCP sockets to the hplip port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_bind_http_cache_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_bind_http_cache_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind TCP sockets to the http_cache port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_bind_http_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_bind_http_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind TCP sockets to the http port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_bind_i18n_input_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_bind_i18n_input_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind TCP sockets to the i18n_input port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_bind_imaze_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_bind_imaze_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind TCP sockets to the imaze port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_bind_inaddr_any_node"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_bind_inaddr_any_node</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind TCP sockets to node inaddr_any. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_bind_inetd_child_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_bind_inetd_child_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind TCP sockets to the inetd_child port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_bind_innd_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_bind_innd_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind TCP sockets to the innd port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_bind_ipp_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_bind_ipp_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind TCP sockets to the ipp port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_bind_ircd_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_bind_ircd_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind TCP sockets to the ircd port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_bind_isakmp_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_bind_isakmp_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind TCP sockets to the isakmp port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_bind_jabber_client_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_bind_jabber_client_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind TCP sockets to the jabber_client port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_bind_jabber_interserver_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_bind_jabber_interserver_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind TCP sockets to the jabber_interserver port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_bind_kerberos_admin_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_bind_kerberos_admin_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind TCP sockets to the kerberos_admin port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_bind_kerberos_master_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_bind_kerberos_master_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind TCP sockets to the kerberos_master port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_bind_kerberos_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_bind_kerberos_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind TCP sockets to the kerberos port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_bind_ktalkd_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_bind_ktalkd_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind TCP sockets to the ktalkd port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_bind_ldap_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_bind_ldap_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind TCP sockets to the ldap port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_bind_link_local_node"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_bind_link_local_node</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind TCP sockets to node link_local. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_bind_lo_node"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_bind_lo_node</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind TCP sockets to node lo. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_bind_mail_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_bind_mail_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind TCP sockets to the mail port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_bind_mapped_ipv4_node"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_bind_mapped_ipv4_node</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind TCP sockets to node mapped_ipv4. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_bind_monopd_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_bind_monopd_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind TCP sockets to the monopd port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_bind_multicast_node"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_bind_multicast_node</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind TCP sockets to node multicast. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_bind_mysqld_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_bind_mysqld_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind TCP sockets to the mysqld port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_bind_nessus_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_bind_nessus_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind TCP sockets to the nessus port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_bind_nmbd_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_bind_nmbd_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind TCP sockets to the nmbd port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_bind_ntp_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_bind_ntp_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind TCP sockets to the ntp port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_bind_openvpn_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_bind_openvpn_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind TCP sockets to the openvpn port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_bind_pegasus_http_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_bind_pegasus_http_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind TCP sockets to the pegasus_http port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_bind_pegasus_https_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_bind_pegasus_https_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind TCP sockets to the pegasus_https port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_bind_pop_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_bind_pop_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind TCP sockets to the pop port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_bind_portmap_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_bind_portmap_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind TCP sockets to the portmap port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_bind_postgresql_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_bind_postgresql_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind TCP sockets to the postgresql port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_bind_postgrey_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_bind_postgrey_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind TCP sockets to the postgrey port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_bind_printer_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_bind_printer_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind TCP sockets to the printer port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_bind_ptal_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_bind_ptal_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind TCP sockets to the ptal port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_bind_pxe_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_bind_pxe_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind TCP sockets to the pxe port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_bind_pyzor_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_bind_pyzor_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind TCP sockets to the pyzor port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_bind_radacct_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_bind_radacct_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind TCP sockets to the radacct port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_bind_radius_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_bind_radius_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind TCP sockets to the radius port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_bind_razor_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_bind_razor_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind TCP sockets to the razor port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_bind_reserved_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_bind_reserved_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind TCP sockets to generic reserved ports. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_bind_rlogind_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_bind_rlogind_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind TCP sockets to the rlogind port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_bind_rndc_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_bind_rndc_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind TCP sockets to the rndc port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_bind_router_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_bind_router_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind TCP sockets to the router port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_bind_rsh_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_bind_rsh_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind TCP sockets to the rsh port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_bind_rsync_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_bind_rsync_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind TCP sockets to the rsync port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_bind_site_local_node"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_bind_site_local_node</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind TCP sockets to node site_local. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_bind_smbd_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_bind_smbd_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind TCP sockets to the smbd port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_bind_smtp_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_bind_smtp_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind TCP sockets to the smtp port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_bind_snmp_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_bind_snmp_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind TCP sockets to the snmp port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_bind_soundd_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_bind_soundd_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind TCP sockets to the soundd port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_bind_spamd_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_bind_spamd_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind TCP sockets to the spamd port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_bind_ssh_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_bind_ssh_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind TCP sockets to the ssh port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_bind_swat_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_bind_swat_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind TCP sockets to the swat port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_bind_syslogd_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_bind_syslogd_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind TCP sockets to the syslogd port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_bind_telnetd_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_bind_telnetd_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind TCP sockets to the telnetd port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_bind_tftp_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_bind_tftp_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind TCP sockets to the tftp port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_bind_transproxy_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_bind_transproxy_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind TCP sockets to the transproxy port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_bind_unspec_node"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_bind_unspec_node</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind TCP sockets to node unspec. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_bind_uucpd_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_bind_uucpd_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind TCP sockets to the uucpd port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_bind_vnc_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_bind_vnc_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind TCP sockets to the vnc port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_bind_xserver_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_bind_xserver_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind TCP sockets to the xserver port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_bind_zebra_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_bind_zebra_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind TCP sockets to the zebra port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_bind_zope_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_bind_zope_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind TCP sockets to the zope port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_connect_afs_bos_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_connect_afs_bos_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Make a TCP connection to the afs_bos port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_connect_afs_fs_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_connect_afs_fs_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Make a TCP connection to the afs_fs port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_connect_afs_ka_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_connect_afs_ka_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Make a TCP connection to the afs_ka port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_connect_afs_pt_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_connect_afs_pt_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Make a TCP connection to the afs_pt port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_connect_afs_vl_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_connect_afs_vl_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Make a TCP connection to the afs_vl port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_connect_all_ports"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_connect_all_ports</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Connect TCP sockets to all ports. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_connect_all_reserved_ports"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_connect_all_reserved_ports</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Connect TCP sockets to reserved ports. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_connect_amanda_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_connect_amanda_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Make a TCP connection to the amanda port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_connect_amavisd_recv_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_connect_amavisd_recv_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Make a TCP connection to the amavisd_recv port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_connect_amavisd_send_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_connect_amavisd_send_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Make a TCP connection to the amavisd_send port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_connect_asterisk_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_connect_asterisk_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Make a TCP connection to the asterisk port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_connect_auth_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_connect_auth_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Make a TCP connection to the auth port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_connect_bgp_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_connect_bgp_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Make a TCP connection to the bgp port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_connect_clamd_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_connect_clamd_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Make a TCP connection to the clamd port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_connect_clockspeed_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_connect_clockspeed_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Make a TCP connection to the clockspeed port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_connect_comsat_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_connect_comsat_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Make a TCP connection to the comsat port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_connect_cvs_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_connect_cvs_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Make a TCP connection to the cvs port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_connect_dbskkd_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_connect_dbskkd_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Make a TCP connection to the dbskkd port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_connect_dcc_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_connect_dcc_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Make a TCP connection to the dcc port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_connect_dhcpc_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_connect_dhcpc_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Make a TCP connection to the dhcpc port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_connect_dhcpd_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_connect_dhcpd_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Make a TCP connection to the dhcpd port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_connect_dict_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_connect_dict_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Make a TCP connection to the dict port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_connect_distccd_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_connect_distccd_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Make a TCP connection to the distccd port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_connect_dns_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_connect_dns_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Make a TCP connection to the dns port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_connect_fingerd_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_connect_fingerd_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Make a TCP connection to the fingerd port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_connect_ftp_data_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_connect_ftp_data_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Make a TCP connection to the ftp_data port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_connect_ftp_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_connect_ftp_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Make a TCP connection to the ftp port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_connect_gatekeeper_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_connect_gatekeeper_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Make a TCP connection to the gatekeeper port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_connect_generic_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_connect_generic_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Connect TCP sockets to generic ports. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_connect_giftd_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_connect_giftd_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Make a TCP connection to the giftd port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_connect_gopher_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_connect_gopher_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Make a TCP connection to the gopher port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_connect_howl_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_connect_howl_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Make a TCP connection to the howl port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_connect_hplip_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_connect_hplip_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Make a TCP connection to the hplip port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_connect_http_cache_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_connect_http_cache_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Make a TCP connection to the http_cache port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_connect_http_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_connect_http_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Make a TCP connection to the http port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_connect_i18n_input_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_connect_i18n_input_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Make a TCP connection to the i18n_input port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_connect_imaze_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_connect_imaze_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Make a TCP connection to the imaze port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_connect_inetd_child_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_connect_inetd_child_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Make a TCP connection to the inetd_child port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_connect_innd_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_connect_innd_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Make a TCP connection to the innd port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_connect_ipp_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_connect_ipp_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Make a TCP connection to the ipp port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_connect_ircd_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_connect_ircd_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Make a TCP connection to the ircd port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_connect_isakmp_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_connect_isakmp_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Make a TCP connection to the isakmp port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_connect_jabber_client_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_connect_jabber_client_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Make a TCP connection to the jabber_client port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_connect_jabber_interserver_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_connect_jabber_interserver_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Make a TCP connection to the jabber_interserver port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_connect_kerberos_admin_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_connect_kerberos_admin_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Make a TCP connection to the kerberos_admin port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_connect_kerberos_master_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_connect_kerberos_master_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Make a TCP connection to the kerberos_master port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_connect_kerberos_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_connect_kerberos_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Make a TCP connection to the kerberos port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_connect_ktalkd_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_connect_ktalkd_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Make a TCP connection to the ktalkd port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_connect_ldap_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_connect_ldap_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Make a TCP connection to the ldap port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_connect_mail_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_connect_mail_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Make a TCP connection to the mail port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_connect_monopd_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_connect_monopd_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Make a TCP connection to the monopd port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_connect_mysqld_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_connect_mysqld_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Make a TCP connection to the mysqld port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_connect_nessus_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_connect_nessus_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Make a TCP connection to the nessus port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_connect_nmbd_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_connect_nmbd_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Make a TCP connection to the nmbd port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_connect_ntp_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_connect_ntp_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Make a TCP connection to the ntp port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_connect_openvpn_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_connect_openvpn_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Make a TCP connection to the openvpn port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_connect_pegasus_http_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_connect_pegasus_http_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Make a TCP connection to the pegasus_http port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_connect_pegasus_https_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_connect_pegasus_https_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Make a TCP connection to the pegasus_https port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_connect_pop_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_connect_pop_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Make a TCP connection to the pop port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_connect_portmap_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_connect_portmap_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Make a TCP connection to the portmap port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_connect_postgresql_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_connect_postgresql_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Make a TCP connection to the postgresql port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_connect_postgrey_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_connect_postgrey_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Make a TCP connection to the postgrey port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_connect_printer_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_connect_printer_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Make a TCP connection to the printer port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_connect_ptal_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_connect_ptal_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Make a TCP connection to the ptal port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_connect_pxe_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_connect_pxe_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Make a TCP connection to the pxe port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_connect_pyzor_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_connect_pyzor_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Make a TCP connection to the pyzor port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_connect_radacct_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_connect_radacct_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Make a TCP connection to the radacct port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_connect_radius_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_connect_radius_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Make a TCP connection to the radius port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_connect_razor_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_connect_razor_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Make a TCP connection to the razor port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_connect_reserved_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_connect_reserved_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Connect TCP sockets to generic reserved ports. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_connect_rlogind_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_connect_rlogind_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Make a TCP connection to the rlogind port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_connect_rndc_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_connect_rndc_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Make a TCP connection to the rndc port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_connect_router_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_connect_router_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Make a TCP connection to the router port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_connect_rsh_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_connect_rsh_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Make a TCP connection to the rsh port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_connect_rsync_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_connect_rsync_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Make a TCP connection to the rsync port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_connect_smbd_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_connect_smbd_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Make a TCP connection to the smbd port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_connect_smtp_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_connect_smtp_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Make a TCP connection to the smtp port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_connect_snmp_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_connect_snmp_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Make a TCP connection to the snmp port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_connect_soundd_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_connect_soundd_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Make a TCP connection to the soundd port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_connect_spamd_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_connect_spamd_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Make a TCP connection to the spamd port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_connect_ssh_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_connect_ssh_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Make a TCP connection to the ssh port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_connect_swat_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_connect_swat_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Make a TCP connection to the swat port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_connect_syslogd_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_connect_syslogd_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Make a TCP connection to the syslogd port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_connect_telnetd_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_connect_telnetd_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Make a TCP connection to the telnetd port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_connect_tftp_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_connect_tftp_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Make a TCP connection to the tftp port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_connect_transproxy_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_connect_transproxy_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Make a TCP connection to the transproxy port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_connect_uucpd_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_connect_uucpd_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Make a TCP connection to the uucpd port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_connect_vnc_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_connect_vnc_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Make a TCP connection to the vnc port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_connect_xserver_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_connect_xserver_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Make a TCP connection to the xserver port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_connect_zebra_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_connect_zebra_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Make a TCP connection to the zebra port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_connect_zope_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_connect_zope_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Make a TCP connection to the zope port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_sendrecv_afs_bos_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_afs_bos_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive TCP traffic on the afs_bos port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_sendrecv_afs_fs_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_afs_fs_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive TCP traffic on the afs_fs port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_sendrecv_afs_ka_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_afs_ka_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive TCP traffic on the afs_ka port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_sendrecv_afs_pt_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_afs_pt_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive TCP traffic on the afs_pt port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_sendrecv_afs_vl_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_afs_vl_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive TCP traffic on the afs_vl port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_sendrecv_all_if"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_all_if</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive TCP network traffic on all interfaces. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_sendrecv_all_nodes"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_all_nodes</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive TCP network traffic on all nodes. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_sendrecv_all_ports"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_all_ports</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive TCP network traffic on all ports. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_sendrecv_all_reserved_ports"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_all_reserved_ports</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive TCP network traffic on all reserved ports. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_sendrecv_amanda_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_amanda_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive TCP traffic on the amanda port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_sendrecv_amavisd_recv_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_amavisd_recv_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive TCP traffic on the amavisd_recv port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_sendrecv_amavisd_send_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_amavisd_send_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive TCP traffic on the amavisd_send port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_sendrecv_asterisk_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_asterisk_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive TCP traffic on the asterisk port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_sendrecv_auth_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_auth_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive TCP traffic on the auth port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_sendrecv_bgp_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_bgp_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive TCP traffic on the bgp port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_sendrecv_clamd_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_clamd_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive TCP traffic on the clamd port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_sendrecv_clockspeed_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_clockspeed_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive TCP traffic on the clockspeed port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_sendrecv_compat_ipv4_node"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_compat_ipv4_node</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive TCP traffic on the compat_ipv4 node. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_sendrecv_comsat_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_comsat_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive TCP traffic on the comsat port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_sendrecv_cvs_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_cvs_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive TCP traffic on the cvs port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_sendrecv_dbskkd_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_dbskkd_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive TCP traffic on the dbskkd port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_sendrecv_dcc_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_dcc_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive TCP traffic on the dcc port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_sendrecv_dhcpc_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_dhcpc_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive TCP traffic on the dhcpc port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_sendrecv_dhcpd_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_dhcpd_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive TCP traffic on the dhcpd port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_sendrecv_dict_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_dict_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive TCP traffic on the dict port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_sendrecv_distccd_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_distccd_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive TCP traffic on the distccd port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_sendrecv_dns_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_dns_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive TCP traffic on the dns port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_sendrecv_fingerd_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_fingerd_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive TCP traffic on the fingerd port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_sendrecv_ftp_data_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_ftp_data_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive TCP traffic on the ftp_data port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_sendrecv_ftp_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_ftp_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive TCP traffic on the ftp port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_sendrecv_gatekeeper_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_gatekeeper_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive TCP traffic on the gatekeeper port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_sendrecv_generic_if"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_generic_if</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive TCP network traffic on the generic interfaces. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_sendrecv_generic_node"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_generic_node</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive TCP network traffic on generic nodes. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_sendrecv_generic_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_generic_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive TCP network traffic on generic ports. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_sendrecv_giftd_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_giftd_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive TCP traffic on the giftd port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_sendrecv_gopher_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_gopher_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive TCP traffic on the gopher port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_sendrecv_howl_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_howl_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive TCP traffic on the howl port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_sendrecv_hplip_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_hplip_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive TCP traffic on the hplip port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_sendrecv_http_cache_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_http_cache_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive TCP traffic on the http_cache port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_sendrecv_http_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_http_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive TCP traffic on the http port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_sendrecv_i18n_input_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_i18n_input_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive TCP traffic on the i18n_input port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_sendrecv_imaze_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_imaze_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive TCP traffic on the imaze port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_sendrecv_inaddr_any_node"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_inaddr_any_node</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive TCP traffic on the inaddr_any node. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_sendrecv_inetd_child_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_inetd_child_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive TCP traffic on the inetd_child port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_sendrecv_innd_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_innd_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive TCP traffic on the innd port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_sendrecv_ipp_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_ipp_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive TCP traffic on the ipp port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_sendrecv_ircd_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_ircd_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive TCP traffic on the ircd port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_sendrecv_isakmp_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_isakmp_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive TCP traffic on the isakmp port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_sendrecv_jabber_client_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_jabber_client_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive TCP traffic on the jabber_client port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_sendrecv_jabber_interserver_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_jabber_interserver_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive TCP traffic on the jabber_interserver port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_sendrecv_kerberos_admin_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_kerberos_admin_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive TCP traffic on the kerberos_admin port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_sendrecv_kerberos_master_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_kerberos_master_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive TCP traffic on the kerberos_master port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_sendrecv_kerberos_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_kerberos_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive TCP traffic on the kerberos port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_sendrecv_ktalkd_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_ktalkd_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive TCP traffic on the ktalkd port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_sendrecv_ldap_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_ldap_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive TCP traffic on the ldap port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_sendrecv_link_local_node"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_link_local_node</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive TCP traffic on the link_local node. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_sendrecv_lo_if"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_lo_if</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive TCP network traffic on the lo interface. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_sendrecv_lo_node"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_lo_node</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive TCP traffic on the lo node. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_sendrecv_mail_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_mail_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive TCP traffic on the mail port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_sendrecv_mapped_ipv4_node"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_mapped_ipv4_node</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive TCP traffic on the mapped_ipv4 node. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_sendrecv_monopd_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_monopd_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive TCP traffic on the monopd port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_sendrecv_multicast_node"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_multicast_node</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive TCP traffic on the multicast node. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_sendrecv_mysqld_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_mysqld_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive TCP traffic on the mysqld port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_sendrecv_nessus_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_nessus_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive TCP traffic on the nessus port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_sendrecv_nmbd_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_nmbd_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive TCP traffic on the nmbd port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_sendrecv_ntp_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_ntp_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive TCP traffic on the ntp port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_sendrecv_openvpn_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_openvpn_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive TCP traffic on the openvpn port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_sendrecv_pegasus_http_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_pegasus_http_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive TCP traffic on the pegasus_http port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_sendrecv_pegasus_https_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_pegasus_https_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive TCP traffic on the pegasus_https port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_sendrecv_pop_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_pop_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive TCP traffic on the pop port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_sendrecv_portmap_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_portmap_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive TCP traffic on the portmap port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_sendrecv_postgresql_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_postgresql_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive TCP traffic on the postgresql port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_sendrecv_postgrey_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_postgrey_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive TCP traffic on the postgrey port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_sendrecv_printer_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_printer_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive TCP traffic on the printer port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_sendrecv_ptal_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_ptal_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive TCP traffic on the ptal port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_sendrecv_pxe_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_pxe_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive TCP traffic on the pxe port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_sendrecv_pyzor_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_pyzor_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive TCP traffic on the pyzor port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_sendrecv_radacct_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_radacct_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive TCP traffic on the radacct port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_sendrecv_radius_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_radius_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive TCP traffic on the radius port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_sendrecv_razor_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_razor_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive TCP traffic on the razor port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_sendrecv_reserved_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_reserved_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive TCP network traffic on generic reserved ports. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_sendrecv_rlogind_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_rlogind_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive TCP traffic on the rlogind port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_sendrecv_rndc_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_rndc_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive TCP traffic on the rndc port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_sendrecv_router_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_router_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive TCP traffic on the router port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_sendrecv_rsh_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_rsh_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive TCP traffic on the rsh port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_sendrecv_rsync_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_rsync_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive TCP traffic on the rsync port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_sendrecv_site_local_node"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_site_local_node</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive TCP traffic on the site_local node. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_sendrecv_smbd_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_smbd_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive TCP traffic on the smbd port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_sendrecv_smtp_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_smtp_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive TCP traffic on the smtp port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_sendrecv_snmp_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_snmp_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive TCP traffic on the snmp port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_sendrecv_soundd_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_soundd_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive TCP traffic on the soundd port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_sendrecv_spamd_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_spamd_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive TCP traffic on the spamd port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_sendrecv_ssh_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_ssh_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive TCP traffic on the ssh port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_sendrecv_swat_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_swat_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive TCP traffic on the swat port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_sendrecv_syslogd_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_syslogd_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive TCP traffic on the syslogd port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_sendrecv_telnetd_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_telnetd_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive TCP traffic on the telnetd port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_sendrecv_tftp_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_tftp_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive TCP traffic on the tftp port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_sendrecv_transproxy_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_transproxy_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive TCP traffic on the transproxy port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_sendrecv_unspec_node"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_unspec_node</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive TCP traffic on the unspec node. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_sendrecv_uucpd_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_uucpd_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive TCP traffic on the uucpd port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_sendrecv_vnc_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_vnc_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive TCP traffic on the vnc port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_sendrecv_xserver_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_xserver_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive TCP traffic on the xserver port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_sendrecv_zebra_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_zebra_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive TCP traffic on the zebra port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_tcp_sendrecv_zope_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_tcp_sendrecv_zope_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive TCP traffic on the zope port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_bind_afs_bos_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_bind_afs_bos_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind UDP sockets to the afs_bos port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_bind_afs_fs_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_bind_afs_fs_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind UDP sockets to the afs_fs port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_bind_afs_ka_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_bind_afs_ka_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind UDP sockets to the afs_ka port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_bind_afs_pt_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_bind_afs_pt_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind UDP sockets to the afs_pt port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_bind_afs_vl_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_bind_afs_vl_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind UDP sockets to the afs_vl port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_bind_all_nodes"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_bind_all_nodes</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind UDP sockets to all nodes. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_bind_all_ports"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_bind_all_ports</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind UDP sockets to all ports. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_bind_all_reserved_ports"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_bind_all_reserved_ports</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind UDP sockets to all reserved ports. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_bind_amanda_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_bind_amanda_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind UDP sockets to the amanda port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_bind_amavisd_recv_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_bind_amavisd_recv_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind UDP sockets to the amavisd_recv port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_bind_amavisd_send_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_bind_amavisd_send_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind UDP sockets to the amavisd_send port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_bind_asterisk_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_bind_asterisk_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind UDP sockets to the asterisk port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_bind_auth_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_bind_auth_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind UDP sockets to the auth port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_bind_bgp_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_bind_bgp_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind UDP sockets to the bgp port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_bind_clamd_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_bind_clamd_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind UDP sockets to the clamd port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_bind_clockspeed_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_bind_clockspeed_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind UDP sockets to the clockspeed port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_bind_compat_ipv4_node"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_bind_compat_ipv4_node</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind UDP sockets to the compat_ipv4 node. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_bind_comsat_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_bind_comsat_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind UDP sockets to the comsat port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_bind_cvs_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_bind_cvs_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind UDP sockets to the cvs port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_bind_dbskkd_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_bind_dbskkd_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind UDP sockets to the dbskkd port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_bind_dcc_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_bind_dcc_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind UDP sockets to the dcc port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_bind_dhcpc_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_bind_dhcpc_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind UDP sockets to the dhcpc port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_bind_dhcpd_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_bind_dhcpd_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind UDP sockets to the dhcpd port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_bind_dict_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_bind_dict_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind UDP sockets to the dict port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_bind_distccd_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_bind_distccd_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind UDP sockets to the distccd port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_bind_dns_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_bind_dns_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind UDP sockets to the dns port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_bind_fingerd_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_bind_fingerd_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind UDP sockets to the fingerd port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_bind_ftp_data_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_bind_ftp_data_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind UDP sockets to the ftp_data port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_bind_ftp_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_bind_ftp_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind UDP sockets to the ftp port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_bind_gatekeeper_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_bind_gatekeeper_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind UDP sockets to the gatekeeper port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_bind_generic_node"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_bind_generic_node</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind UDP sockets to generic nodes. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_bind_generic_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_bind_generic_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind UDP sockets to generic ports. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_bind_giftd_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_bind_giftd_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind UDP sockets to the giftd port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_bind_gopher_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_bind_gopher_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind UDP sockets to the gopher port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_bind_howl_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_bind_howl_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind UDP sockets to the howl port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_bind_hplip_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_bind_hplip_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind UDP sockets to the hplip port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_bind_http_cache_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_bind_http_cache_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind UDP sockets to the http_cache port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_bind_http_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_bind_http_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind UDP sockets to the http port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_bind_i18n_input_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_bind_i18n_input_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind UDP sockets to the i18n_input port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_bind_imaze_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_bind_imaze_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind UDP sockets to the imaze port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_bind_inaddr_any_node"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_bind_inaddr_any_node</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind UDP sockets to the inaddr_any node. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_bind_inetd_child_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_bind_inetd_child_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind UDP sockets to the inetd_child port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_bind_innd_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_bind_innd_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind UDP sockets to the innd port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_bind_ipp_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_bind_ipp_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind UDP sockets to the ipp port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_bind_ircd_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_bind_ircd_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind UDP sockets to the ircd port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_bind_isakmp_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_bind_isakmp_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind UDP sockets to the isakmp port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_bind_jabber_client_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_bind_jabber_client_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind UDP sockets to the jabber_client port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_bind_jabber_interserver_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_bind_jabber_interserver_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind UDP sockets to the jabber_interserver port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_bind_kerberos_admin_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_bind_kerberos_admin_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind UDP sockets to the kerberos_admin port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_bind_kerberos_master_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_bind_kerberos_master_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind UDP sockets to the kerberos_master port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_bind_kerberos_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_bind_kerberos_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind UDP sockets to the kerberos port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_bind_ktalkd_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_bind_ktalkd_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind UDP sockets to the ktalkd port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_bind_ldap_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_bind_ldap_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind UDP sockets to the ldap port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_bind_link_local_node"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_bind_link_local_node</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind UDP sockets to the link_local node. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_bind_lo_node"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_bind_lo_node</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind UDP sockets to the lo node. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_bind_mail_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_bind_mail_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind UDP sockets to the mail port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_bind_mapped_ipv4_node"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_bind_mapped_ipv4_node</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind UDP sockets to the mapped_ipv4 node. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_bind_monopd_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_bind_monopd_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind UDP sockets to the monopd port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_bind_multicast_node"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_bind_multicast_node</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind UDP sockets to the multicast node. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_bind_mysqld_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_bind_mysqld_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind UDP sockets to the mysqld port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_bind_nessus_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_bind_nessus_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind UDP sockets to the nessus port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_bind_nmbd_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_bind_nmbd_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind UDP sockets to the nmbd port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_bind_ntp_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_bind_ntp_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind UDP sockets to the ntp port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_bind_openvpn_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_bind_openvpn_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind UDP sockets to the openvpn port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_bind_pegasus_http_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_bind_pegasus_http_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind UDP sockets to the pegasus_http port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_bind_pegasus_https_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_bind_pegasus_https_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind UDP sockets to the pegasus_https port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_bind_pop_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_bind_pop_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind UDP sockets to the pop port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_bind_portmap_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_bind_portmap_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind UDP sockets to the portmap port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_bind_postgresql_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_bind_postgresql_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind UDP sockets to the postgresql port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_bind_postgrey_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_bind_postgrey_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind UDP sockets to the postgrey port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_bind_printer_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_bind_printer_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind UDP sockets to the printer port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_bind_ptal_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_bind_ptal_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind UDP sockets to the ptal port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_bind_pxe_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_bind_pxe_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind UDP sockets to the pxe port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_bind_pyzor_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_bind_pyzor_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind UDP sockets to the pyzor port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_bind_radacct_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_bind_radacct_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind UDP sockets to the radacct port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_bind_radius_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_bind_radius_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind UDP sockets to the radius port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_bind_razor_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_bind_razor_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind UDP sockets to the razor port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_bind_reserved_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_bind_reserved_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind UDP sockets to generic reserved ports. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_bind_rlogind_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_bind_rlogind_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind UDP sockets to the rlogind port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_bind_rndc_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_bind_rndc_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind UDP sockets to the rndc port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_bind_router_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_bind_router_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind UDP sockets to the router port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_bind_rsh_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_bind_rsh_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind UDP sockets to the rsh port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_bind_rsync_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_bind_rsync_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind UDP sockets to the rsync port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_bind_site_local_node"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_bind_site_local_node</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind UDP sockets to the site_local node. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_bind_smbd_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_bind_smbd_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind UDP sockets to the smbd port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_bind_smtp_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_bind_smtp_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind UDP sockets to the smtp port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_bind_snmp_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_bind_snmp_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind UDP sockets to the snmp port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_bind_soundd_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_bind_soundd_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind UDP sockets to the soundd port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_bind_spamd_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_bind_spamd_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind UDP sockets to the spamd port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_bind_ssh_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_bind_ssh_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind UDP sockets to the ssh port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_bind_swat_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_bind_swat_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind UDP sockets to the swat port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_bind_syslogd_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_bind_syslogd_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind UDP sockets to the syslogd port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_bind_telnetd_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_bind_telnetd_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind UDP sockets to the telnetd port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_bind_tftp_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_bind_tftp_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind UDP sockets to the tftp port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_bind_transproxy_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_bind_transproxy_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind UDP sockets to the transproxy port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_bind_unspec_node"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_bind_unspec_node</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind UDP sockets to the unspec node. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_bind_uucpd_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_bind_uucpd_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind UDP sockets to the uucpd port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_bind_vnc_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_bind_vnc_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind UDP sockets to the vnc port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_bind_xserver_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_bind_xserver_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind UDP sockets to the xserver port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_bind_zebra_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_bind_zebra_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind UDP sockets to the zebra port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_bind_zope_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_bind_zope_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Bind UDP sockets to the zope port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_receive_afs_bos_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_receive_afs_bos_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Receive UDP traffic on the afs_bos port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_receive_afs_fs_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_receive_afs_fs_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Receive UDP traffic on the afs_fs port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_receive_afs_ka_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_receive_afs_ka_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Receive UDP traffic on the afs_ka port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_receive_afs_pt_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_receive_afs_pt_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Receive UDP traffic on the afs_pt port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_receive_afs_vl_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_receive_afs_vl_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Receive UDP traffic on the afs_vl port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_receive_all_if"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_receive_all_if</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Receive UDP network traffic on all interfaces. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_receive_all_nodes"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_receive_all_nodes</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Receive UDP network traffic on all nodes. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_receive_all_ports"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_receive_all_ports</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Receive UDP network traffic on all ports. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_receive_all_reserved_ports"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_receive_all_reserved_ports</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Receive UDP network traffic on all reserved ports. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_receive_amanda_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_receive_amanda_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Receive UDP traffic on the amanda port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_receive_amavisd_recv_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_receive_amavisd_recv_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Receive UDP traffic on the amavisd_recv port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_receive_amavisd_send_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_receive_amavisd_send_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Receive UDP traffic on the amavisd_send port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_receive_asterisk_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_receive_asterisk_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Receive UDP traffic on the asterisk port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_receive_auth_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_receive_auth_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Receive UDP traffic on the auth port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_receive_bgp_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_receive_bgp_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Receive UDP traffic on the bgp port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_receive_clamd_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_receive_clamd_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Receive UDP traffic on the clamd port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_receive_clockspeed_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_receive_clockspeed_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Receive UDP traffic on the clockspeed port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_receive_compat_ipv4_node"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_receive_compat_ipv4_node</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Receive UDP traffic on the compat_ipv4 node. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_receive_comsat_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_receive_comsat_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Receive UDP traffic on the comsat port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_receive_cvs_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_receive_cvs_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Receive UDP traffic on the cvs port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_receive_dbskkd_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_receive_dbskkd_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Receive UDP traffic on the dbskkd port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_receive_dcc_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_receive_dcc_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Receive UDP traffic on the dcc port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_receive_dhcpc_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_receive_dhcpc_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Receive UDP traffic on the dhcpc port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_receive_dhcpd_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_receive_dhcpd_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Receive UDP traffic on the dhcpd port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_receive_dict_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_receive_dict_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Receive UDP traffic on the dict port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_receive_distccd_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_receive_distccd_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Receive UDP traffic on the distccd port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_receive_dns_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_receive_dns_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Receive UDP traffic on the dns port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_receive_fingerd_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_receive_fingerd_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Receive UDP traffic on the fingerd port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_receive_ftp_data_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_receive_ftp_data_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Receive UDP traffic on the ftp_data port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_receive_ftp_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_receive_ftp_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Receive UDP traffic on the ftp port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_receive_gatekeeper_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_receive_gatekeeper_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Receive UDP traffic on the gatekeeper port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_receive_generic_if"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_receive_generic_if</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Receive UDP network traffic on generic interfaces. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_receive_generic_node"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_receive_generic_node</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Receive UDP network traffic on generic nodes. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_receive_generic_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_receive_generic_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Receive UDP network traffic on generic ports. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_receive_giftd_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_receive_giftd_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Receive UDP traffic on the giftd port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_receive_gopher_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_receive_gopher_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Receive UDP traffic on the gopher port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_receive_howl_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_receive_howl_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Receive UDP traffic on the howl port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_receive_hplip_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_receive_hplip_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Receive UDP traffic on the hplip port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_receive_http_cache_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_receive_http_cache_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Receive UDP traffic on the http_cache port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_receive_http_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_receive_http_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Receive UDP traffic on the http port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_receive_i18n_input_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_receive_i18n_input_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Receive UDP traffic on the i18n_input port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_receive_imaze_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_receive_imaze_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Receive UDP traffic on the imaze port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_receive_inaddr_any_node"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_receive_inaddr_any_node</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Receive UDP traffic on the inaddr_any node. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_receive_inetd_child_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_receive_inetd_child_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Receive UDP traffic on the inetd_child port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_receive_innd_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_receive_innd_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Receive UDP traffic on the innd port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_receive_ipp_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_receive_ipp_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Receive UDP traffic on the ipp port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_receive_ircd_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_receive_ircd_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Receive UDP traffic on the ircd port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_receive_isakmp_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_receive_isakmp_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Receive UDP traffic on the isakmp port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_receive_jabber_client_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_receive_jabber_client_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Receive UDP traffic on the jabber_client port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_receive_jabber_interserver_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_receive_jabber_interserver_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Receive UDP traffic on the jabber_interserver port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_receive_kerberos_admin_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_receive_kerberos_admin_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Receive UDP traffic on the kerberos_admin port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_receive_kerberos_master_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_receive_kerberos_master_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Receive UDP traffic on the kerberos_master port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_receive_kerberos_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_receive_kerberos_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Receive UDP traffic on the kerberos port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_receive_ktalkd_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_receive_ktalkd_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Receive UDP traffic on the ktalkd port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_receive_ldap_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_receive_ldap_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Receive UDP traffic on the ldap port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_receive_link_local_node"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_receive_link_local_node</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Receive UDP traffic on the link_local node. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_receive_lo_if"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_receive_lo_if</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Receive UDP network traffic on the lo interface. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_receive_lo_node"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_receive_lo_node</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Receive UDP traffic on the lo node. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_receive_mail_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_receive_mail_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Receive UDP traffic on the mail port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_receive_mapped_ipv4_node"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_receive_mapped_ipv4_node</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Receive UDP traffic on the mapped_ipv4 node. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_receive_monopd_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_receive_monopd_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Receive UDP traffic on the monopd port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_receive_multicast_node"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_receive_multicast_node</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Receive UDP traffic on the multicast node. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_receive_mysqld_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_receive_mysqld_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Receive UDP traffic on the mysqld port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_receive_nessus_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_receive_nessus_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Receive UDP traffic on the nessus port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_receive_nmbd_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_receive_nmbd_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Receive UDP traffic on the nmbd port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_receive_ntp_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_receive_ntp_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Receive UDP traffic on the ntp port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_receive_openvpn_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_receive_openvpn_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Receive UDP traffic on the openvpn port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_receive_pegasus_http_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_receive_pegasus_http_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Receive UDP traffic on the pegasus_http port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_receive_pegasus_https_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_receive_pegasus_https_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Receive UDP traffic on the pegasus_https port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_receive_pop_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_receive_pop_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Receive UDP traffic on the pop port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_receive_portmap_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_receive_portmap_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Receive UDP traffic on the portmap port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_receive_postgresql_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_receive_postgresql_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Receive UDP traffic on the postgresql port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_receive_postgrey_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_receive_postgrey_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Receive UDP traffic on the postgrey port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_receive_printer_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_receive_printer_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Receive UDP traffic on the printer port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_receive_ptal_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_receive_ptal_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Receive UDP traffic on the ptal port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_receive_pxe_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_receive_pxe_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Receive UDP traffic on the pxe port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_receive_pyzor_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_receive_pyzor_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Receive UDP traffic on the pyzor port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_receive_radacct_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_receive_radacct_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Receive UDP traffic on the radacct port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_receive_radius_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_receive_radius_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Receive UDP traffic on the radius port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_receive_razor_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_receive_razor_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Receive UDP traffic on the razor port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_receive_reserved_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_receive_reserved_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Receive UDP network traffic on generic reserved ports. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_receive_rlogind_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_receive_rlogind_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Receive UDP traffic on the rlogind port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_receive_rndc_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_receive_rndc_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Receive UDP traffic on the rndc port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_receive_router_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_receive_router_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Receive UDP traffic on the router port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_receive_rsh_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_receive_rsh_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Receive UDP traffic on the rsh port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_receive_rsync_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_receive_rsync_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Receive UDP traffic on the rsync port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_receive_site_local_node"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_receive_site_local_node</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Receive UDP traffic on the site_local node. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_receive_smbd_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_receive_smbd_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Receive UDP traffic on the smbd port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_receive_smtp_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_receive_smtp_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Receive UDP traffic on the smtp port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_receive_snmp_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_receive_snmp_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Receive UDP traffic on the snmp port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_receive_soundd_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_receive_soundd_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Receive UDP traffic on the soundd port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_receive_spamd_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_receive_spamd_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Receive UDP traffic on the spamd port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_receive_ssh_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_receive_ssh_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Receive UDP traffic on the ssh port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_receive_swat_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_receive_swat_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Receive UDP traffic on the swat port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_receive_syslogd_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_receive_syslogd_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Receive UDP traffic on the syslogd port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_receive_telnetd_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_receive_telnetd_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Receive UDP traffic on the telnetd port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_receive_tftp_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_receive_tftp_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Receive UDP traffic on the tftp port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_receive_transproxy_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_receive_transproxy_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Receive UDP traffic on the transproxy port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_receive_unspec_node"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_receive_unspec_node</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Receive UDP traffic on the unspec node. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_receive_uucpd_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_receive_uucpd_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Receive UDP traffic on the uucpd port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_receive_vnc_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_receive_vnc_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Receive UDP traffic on the vnc port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_receive_xserver_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_receive_xserver_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Receive UDP traffic on the xserver port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_receive_zebra_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_receive_zebra_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Receive UDP traffic on the zebra port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_receive_zope_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_receive_zope_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Receive UDP traffic on the zope port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_send_afs_bos_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_send_afs_bos_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send UDP traffic on the afs_bos port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_send_afs_fs_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_send_afs_fs_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send UDP traffic on the afs_fs port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_send_afs_ka_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_send_afs_ka_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send UDP traffic on the afs_ka port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_send_afs_pt_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_send_afs_pt_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send UDP traffic on the afs_pt port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_send_afs_vl_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_send_afs_vl_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send UDP traffic on the afs_vl port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_send_all_if"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_send_all_if</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send UDP network traffic on all interfaces. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_send_all_nodes"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_send_all_nodes</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send UDP network traffic on all nodes. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_send_all_ports"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_send_all_ports</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send UDP network traffic on all ports. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_send_all_reserved_ports"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_send_all_reserved_ports</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send UDP network traffic on all reserved ports. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_send_amanda_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_send_amanda_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send UDP traffic on the amanda port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_send_amavisd_recv_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_send_amavisd_recv_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send UDP traffic on the amavisd_recv port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_send_amavisd_send_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_send_amavisd_send_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send UDP traffic on the amavisd_send port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_send_asterisk_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_send_asterisk_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send UDP traffic on the asterisk port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_send_auth_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_send_auth_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send UDP traffic on the auth port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_send_bgp_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_send_bgp_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send UDP traffic on the bgp port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_send_clamd_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_send_clamd_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send UDP traffic on the clamd port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_send_clockspeed_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_send_clockspeed_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send UDP traffic on the clockspeed port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_send_compat_ipv4_node"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_send_compat_ipv4_node</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send UDP traffic on the compat_ipv4 node. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_send_comsat_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_send_comsat_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send UDP traffic on the comsat port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_send_cvs_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_send_cvs_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send UDP traffic on the cvs port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_send_dbskkd_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_send_dbskkd_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send UDP traffic on the dbskkd port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_send_dcc_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_send_dcc_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send UDP traffic on the dcc port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_send_dhcpc_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_send_dhcpc_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send UDP traffic on the dhcpc port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_send_dhcpd_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_send_dhcpd_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send UDP traffic on the dhcpd port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_send_dict_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_send_dict_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send UDP traffic on the dict port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_send_distccd_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_send_distccd_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send UDP traffic on the distccd port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_send_dns_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_send_dns_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send UDP traffic on the dns port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_send_fingerd_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_send_fingerd_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send UDP traffic on the fingerd port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_send_ftp_data_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_send_ftp_data_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send UDP traffic on the ftp_data port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_send_ftp_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_send_ftp_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send UDP traffic on the ftp port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_send_gatekeeper_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_send_gatekeeper_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send UDP traffic on the gatekeeper port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_send_generic_if"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_send_generic_if</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send UDP network traffic on generic interfaces. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_send_generic_node"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_send_generic_node</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send UDP network traffic on generic nodes. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_send_generic_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_send_generic_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send UDP network traffic on generic ports. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_send_giftd_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_send_giftd_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send UDP traffic on the giftd port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_send_gopher_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_send_gopher_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send UDP traffic on the gopher port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_send_howl_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_send_howl_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send UDP traffic on the howl port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_send_hplip_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_send_hplip_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send UDP traffic on the hplip port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_send_http_cache_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_send_http_cache_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send UDP traffic on the http_cache port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_send_http_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_send_http_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send UDP traffic on the http port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_send_i18n_input_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_send_i18n_input_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send UDP traffic on the i18n_input port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_send_imaze_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_send_imaze_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send UDP traffic on the imaze port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_send_inaddr_any_node"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_send_inaddr_any_node</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send UDP traffic on the inaddr_any node. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_send_inetd_child_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_send_inetd_child_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send UDP traffic on the inetd_child port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_send_innd_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_send_innd_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send UDP traffic on the innd port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_send_ipp_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_send_ipp_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send UDP traffic on the ipp port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_send_ircd_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_send_ircd_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send UDP traffic on the ircd port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_send_isakmp_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_send_isakmp_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send UDP traffic on the isakmp port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_send_jabber_client_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_send_jabber_client_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send UDP traffic on the jabber_client port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_send_jabber_interserver_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_send_jabber_interserver_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send UDP traffic on the jabber_interserver port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_send_kerberos_admin_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_send_kerberos_admin_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send UDP traffic on the kerberos_admin port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_send_kerberos_master_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_send_kerberos_master_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send UDP traffic on the kerberos_master port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_send_kerberos_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_send_kerberos_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send UDP traffic on the kerberos port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_send_ktalkd_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_send_ktalkd_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send UDP traffic on the ktalkd port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_send_ldap_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_send_ldap_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send UDP traffic on the ldap port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_send_link_local_node"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_send_link_local_node</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send UDP traffic on the link_local node. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_send_lo_if"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_send_lo_if</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send UDP network traffic on the lo interface. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_send_lo_node"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_send_lo_node</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send UDP traffic on the lo node. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_send_mail_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_send_mail_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send UDP traffic on the mail port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_send_mapped_ipv4_node"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_send_mapped_ipv4_node</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send UDP traffic on the mapped_ipv4 node. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_send_monopd_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_send_monopd_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send UDP traffic on the monopd port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_send_multicast_node"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_send_multicast_node</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send UDP traffic on the multicast node. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_send_mysqld_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_send_mysqld_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send UDP traffic on the mysqld port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_send_nessus_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_send_nessus_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send UDP traffic on the nessus port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_send_nmbd_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_send_nmbd_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send UDP traffic on the nmbd port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_send_ntp_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_send_ntp_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send UDP traffic on the ntp port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_send_openvpn_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_send_openvpn_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send UDP traffic on the openvpn port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_send_pegasus_http_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_send_pegasus_http_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send UDP traffic on the pegasus_http port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_send_pegasus_https_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_send_pegasus_https_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send UDP traffic on the pegasus_https port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_send_pop_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_send_pop_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send UDP traffic on the pop port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_send_portmap_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_send_portmap_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send UDP traffic on the portmap port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_send_postgresql_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_send_postgresql_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send UDP traffic on the postgresql port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_send_postgrey_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_send_postgrey_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send UDP traffic on the postgrey port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_send_printer_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_send_printer_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send UDP traffic on the printer port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_send_ptal_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_send_ptal_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send UDP traffic on the ptal port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_send_pxe_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_send_pxe_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send UDP traffic on the pxe port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_send_pyzor_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_send_pyzor_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send UDP traffic on the pyzor port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_send_radacct_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_send_radacct_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send UDP traffic on the radacct port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_send_radius_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_send_radius_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send UDP traffic on the radius port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_send_razor_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_send_razor_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send UDP traffic on the razor port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_send_reserved_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_send_reserved_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send UDP network traffic on generic reserved ports. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_send_rlogind_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_send_rlogind_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send UDP traffic on the rlogind port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_send_rndc_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_send_rndc_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send UDP traffic on the rndc port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_send_router_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_send_router_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send UDP traffic on the router port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_send_rsh_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_send_rsh_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send UDP traffic on the rsh port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_send_rsync_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_send_rsync_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send UDP traffic on the rsync port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_send_site_local_node"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_send_site_local_node</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send UDP traffic on the site_local node. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_send_smbd_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_send_smbd_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send UDP traffic on the smbd port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_send_smtp_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_send_smtp_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send UDP traffic on the smtp port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_send_snmp_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_send_snmp_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send UDP traffic on the snmp port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_send_soundd_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_send_soundd_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send UDP traffic on the soundd port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_send_spamd_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_send_spamd_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send UDP traffic on the spamd port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_send_ssh_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_send_ssh_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send UDP traffic on the ssh port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_send_swat_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_send_swat_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send UDP traffic on the swat port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_send_syslogd_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_send_syslogd_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send UDP traffic on the syslogd port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_send_telnetd_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_send_telnetd_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send UDP traffic on the telnetd port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_send_tftp_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_send_tftp_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send UDP traffic on the tftp port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_send_transproxy_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_send_transproxy_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send UDP traffic on the transproxy port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_send_unspec_node"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_send_unspec_node</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send UDP traffic on the unspec node. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_send_uucpd_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_send_uucpd_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send UDP traffic on the uucpd port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_send_vnc_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_send_vnc_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send UDP traffic on the vnc port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_send_xserver_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_send_xserver_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send UDP traffic on the xserver port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_send_zebra_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_send_zebra_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send UDP traffic on the zebra port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_send_zope_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_send_zope_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send UDP traffic on the zope port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_sendrecv_afs_bos_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_sendrecv_afs_bos_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive UDP traffic on the afs_bos port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_sendrecv_afs_fs_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_sendrecv_afs_fs_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive UDP traffic on the afs_fs port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_sendrecv_afs_ka_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_sendrecv_afs_ka_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive UDP traffic on the afs_ka port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_sendrecv_afs_pt_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_sendrecv_afs_pt_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive UDP traffic on the afs_pt port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_sendrecv_afs_vl_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_sendrecv_afs_vl_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive UDP traffic on the afs_vl port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_sendrecv_all_if"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_sendrecv_all_if</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive UDP network traffic on all interfaces. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_sendrecv_all_nodes"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_sendrecv_all_nodes</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive UDP network traffic on all nodes. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_sendrecv_all_ports"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_sendrecv_all_ports</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive UDP network traffic on all ports. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_sendrecv_all_reserved_ports"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_sendrecv_all_reserved_ports</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive UDP network traffic on all reserved ports. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_sendrecv_amanda_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_sendrecv_amanda_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive UDP traffic on the amanda port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_sendrecv_amavisd_recv_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_sendrecv_amavisd_recv_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive UDP traffic on the amavisd_recv port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_sendrecv_amavisd_send_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_sendrecv_amavisd_send_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive UDP traffic on the amavisd_send port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_sendrecv_asterisk_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_sendrecv_asterisk_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive UDP traffic on the asterisk port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_sendrecv_auth_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_sendrecv_auth_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive UDP traffic on the auth port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_sendrecv_bgp_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_sendrecv_bgp_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive UDP traffic on the bgp port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_sendrecv_clamd_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_sendrecv_clamd_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive UDP traffic on the clamd port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_sendrecv_clockspeed_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_sendrecv_clockspeed_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive UDP traffic on the clockspeed port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_sendrecv_compat_ipv4_node"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_sendrecv_compat_ipv4_node</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive UDP traffic on the compat_ipv4 node. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_sendrecv_comsat_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_sendrecv_comsat_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive UDP traffic on the comsat port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_sendrecv_cvs_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_sendrecv_cvs_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive UDP traffic on the cvs port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_sendrecv_dbskkd_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_sendrecv_dbskkd_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive UDP traffic on the dbskkd port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_sendrecv_dcc_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_sendrecv_dcc_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive UDP traffic on the dcc port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_sendrecv_dhcpc_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_sendrecv_dhcpc_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive UDP traffic on the dhcpc port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_sendrecv_dhcpd_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_sendrecv_dhcpd_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive UDP traffic on the dhcpd port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_sendrecv_dict_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_sendrecv_dict_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive UDP traffic on the dict port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_sendrecv_distccd_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_sendrecv_distccd_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive UDP traffic on the distccd port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_sendrecv_dns_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_sendrecv_dns_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive UDP traffic on the dns port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_sendrecv_fingerd_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_sendrecv_fingerd_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive UDP traffic on the fingerd port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_sendrecv_ftp_data_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_sendrecv_ftp_data_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive UDP traffic on the ftp_data port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_sendrecv_ftp_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_sendrecv_ftp_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive UDP traffic on the ftp port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_sendrecv_gatekeeper_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_sendrecv_gatekeeper_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive UDP traffic on the gatekeeper port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_sendrecv_generic_if"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_sendrecv_generic_if</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and Receive UDP network traffic on generic interfaces. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_sendrecv_generic_node"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_sendrecv_generic_node</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive UDP network traffic on generic nodes. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_sendrecv_generic_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_sendrecv_generic_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive UDP network traffic on generic ports. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_sendrecv_giftd_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_sendrecv_giftd_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive UDP traffic on the giftd port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_sendrecv_gopher_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_sendrecv_gopher_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive UDP traffic on the gopher port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_sendrecv_howl_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_sendrecv_howl_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive UDP traffic on the howl port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_sendrecv_hplip_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_sendrecv_hplip_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive UDP traffic on the hplip port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_sendrecv_http_cache_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_sendrecv_http_cache_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive UDP traffic on the http_cache port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_sendrecv_http_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_sendrecv_http_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive UDP traffic on the http port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_sendrecv_i18n_input_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_sendrecv_i18n_input_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive UDP traffic on the i18n_input port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_sendrecv_imaze_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_sendrecv_imaze_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive UDP traffic on the imaze port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_sendrecv_inaddr_any_node"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_sendrecv_inaddr_any_node</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive UDP traffic on the inaddr_any node. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_sendrecv_inetd_child_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_sendrecv_inetd_child_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive UDP traffic on the inetd_child port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_sendrecv_innd_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_sendrecv_innd_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive UDP traffic on the innd port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_sendrecv_ipp_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_sendrecv_ipp_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive UDP traffic on the ipp port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_sendrecv_ircd_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_sendrecv_ircd_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive UDP traffic on the ircd port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_sendrecv_isakmp_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_sendrecv_isakmp_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive UDP traffic on the isakmp port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_sendrecv_jabber_client_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_sendrecv_jabber_client_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive UDP traffic on the jabber_client port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_sendrecv_jabber_interserver_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_sendrecv_jabber_interserver_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive UDP traffic on the jabber_interserver port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_sendrecv_kerberos_admin_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_sendrecv_kerberos_admin_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive UDP traffic on the kerberos_admin port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_sendrecv_kerberos_master_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_sendrecv_kerberos_master_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive UDP traffic on the kerberos_master port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_sendrecv_kerberos_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_sendrecv_kerberos_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive UDP traffic on the kerberos port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_sendrecv_ktalkd_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_sendrecv_ktalkd_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive UDP traffic on the ktalkd port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_sendrecv_ldap_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_sendrecv_ldap_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive UDP traffic on the ldap port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_sendrecv_link_local_node"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_sendrecv_link_local_node</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive UDP traffic on the link_local node. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_sendrecv_lo_if"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_sendrecv_lo_if</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive UDP network traffic on the lo interface. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_sendrecv_lo_node"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_sendrecv_lo_node</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive UDP traffic on the lo node. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_sendrecv_mail_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_sendrecv_mail_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive UDP traffic on the mail port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_sendrecv_mapped_ipv4_node"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_sendrecv_mapped_ipv4_node</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive UDP traffic on the mapped_ipv4 node. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_sendrecv_monopd_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_sendrecv_monopd_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive UDP traffic on the monopd port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_sendrecv_multicast_node"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_sendrecv_multicast_node</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive UDP traffic on the multicast node. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_sendrecv_mysqld_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_sendrecv_mysqld_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive UDP traffic on the mysqld port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_sendrecv_nessus_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_sendrecv_nessus_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive UDP traffic on the nessus port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_sendrecv_nmbd_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_sendrecv_nmbd_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive UDP traffic on the nmbd port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_sendrecv_ntp_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_sendrecv_ntp_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive UDP traffic on the ntp port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_sendrecv_openvpn_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_sendrecv_openvpn_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive UDP traffic on the openvpn port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_sendrecv_pegasus_http_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_sendrecv_pegasus_http_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive UDP traffic on the pegasus_http port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_sendrecv_pegasus_https_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_sendrecv_pegasus_https_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive UDP traffic on the pegasus_https port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_sendrecv_pop_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_sendrecv_pop_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive UDP traffic on the pop port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_sendrecv_portmap_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_sendrecv_portmap_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive UDP traffic on the portmap port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_sendrecv_postgresql_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_sendrecv_postgresql_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive UDP traffic on the postgresql port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_sendrecv_postgrey_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_sendrecv_postgrey_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive UDP traffic on the postgrey port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_sendrecv_printer_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_sendrecv_printer_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive UDP traffic on the printer port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_sendrecv_ptal_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_sendrecv_ptal_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive UDP traffic on the ptal port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_sendrecv_pxe_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_sendrecv_pxe_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive UDP traffic on the pxe port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_sendrecv_pyzor_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_sendrecv_pyzor_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive UDP traffic on the pyzor port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_sendrecv_radacct_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_sendrecv_radacct_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive UDP traffic on the radacct port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_sendrecv_radius_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_sendrecv_radius_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive UDP traffic on the radius port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_sendrecv_razor_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_sendrecv_razor_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive UDP traffic on the razor port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_sendrecv_reserved_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_sendrecv_reserved_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive UDP network traffic on generic reserved ports. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_sendrecv_rlogind_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_sendrecv_rlogind_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive UDP traffic on the rlogind port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_sendrecv_rndc_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_sendrecv_rndc_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive UDP traffic on the rndc port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_sendrecv_router_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_sendrecv_router_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive UDP traffic on the router port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_sendrecv_rsh_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_sendrecv_rsh_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive UDP traffic on the rsh port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_sendrecv_rsync_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_sendrecv_rsync_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive UDP traffic on the rsync port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_sendrecv_site_local_node"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_sendrecv_site_local_node</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive UDP traffic on the site_local node. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_sendrecv_smbd_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_sendrecv_smbd_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive UDP traffic on the smbd port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_sendrecv_smtp_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_sendrecv_smtp_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive UDP traffic on the smtp port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_sendrecv_snmp_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_sendrecv_snmp_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive UDP traffic on the snmp port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_sendrecv_soundd_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_sendrecv_soundd_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive UDP traffic on the soundd port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_sendrecv_spamd_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_sendrecv_spamd_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive UDP traffic on the spamd port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_sendrecv_ssh_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_sendrecv_ssh_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive UDP traffic on the ssh port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_sendrecv_swat_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_sendrecv_swat_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive UDP traffic on the swat port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_sendrecv_syslogd_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_sendrecv_syslogd_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive UDP traffic on the syslogd port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_sendrecv_telnetd_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_sendrecv_telnetd_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive UDP traffic on the telnetd port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_sendrecv_tftp_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_sendrecv_tftp_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive UDP traffic on the tftp port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_sendrecv_transproxy_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_sendrecv_transproxy_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive UDP traffic on the transproxy port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_sendrecv_unspec_node"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_sendrecv_unspec_node</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive UDP traffic on the unspec node. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_sendrecv_uucpd_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_sendrecv_uucpd_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive UDP traffic on the uucpd port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_sendrecv_vnc_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_sendrecv_vnc_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive UDP traffic on the vnc port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_sendrecv_xserver_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_sendrecv_xserver_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive UDP traffic on the xserver port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_sendrecv_zebra_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_sendrecv_zebra_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive UDP traffic on the zebra port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_udp_sendrecv_zope_port"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_udp_sendrecv_zope_port</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive UDP traffic on the zope port. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_corenet_unconfined"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>corenet_unconfined</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Unconfined access to network objects. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - - -</div> -</body> -</html> diff --git a/www/api-docs/kernel_devices.html b/www/api-docs/kernel_devices.html deleted file mode 100644 index e1820d8..0000000 --- a/www/api-docs/kernel_devices.html +++ /dev/null @@ -1,6077 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - - <a href='kernel_corecommands.html'> - corecommands</a><br/> - - - <a href='kernel_corenetwork.html'> - corenetwork</a><br/> - - - <a href='kernel_devices.html'> - devices</a><br/> - - - <a href='kernel_domain.html'> - domain</a><br/> - - - <a href='kernel_files.html'> - files</a><br/> - - - <a href='kernel_filesystem.html'> - filesystem</a><br/> - - - <a href='kernel_kernel.html'> - kernel</a><br/> - - - <a href='kernel_mcs.html'> - mcs</a><br/> - - - <a href='kernel_mls.html'> - mls</a><br/> - - - <a href='kernel_selinux.html'> - selinux</a><br/> - - - <a href='kernel_storage.html'> - storage</a><br/> - - - <a href='kernel_terminal.html'> - terminal</a><br/> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: kernel</h1><p/> -<h2>Module: devices</h2><p/> - -<h3>Description:</h3> - -<p><p> -</p><p> -This module creates the device node concept and provides -the policy for many of the device files. Notable exceptions are -the mass storage and terminal devices that are covered by other -modules. -</p><p> -</p><p> -This module creates the concept of a device node. That is a -char or block device file, usually in /dev. All types that -are used to label device nodes should use the dev_node macro. -</p><p> -</p><p> -Additionally, this module controls access to three things: -<ul><p> -</p><li><p>the device directories containing device nodes</p></li><p> -</p><li><p>device nodes as a group</p></li><p> -</p><li><p>individual access to specific device nodes covered by -this module.</p></li><p> -</p></ul> -</p><p> -</p></p> - - -<p>This module is required to be included in all policies.</p> - - -<a name="interfaces"></a> -<h3>Interfaces: </h3> - -<a name="link_dev_append_printer"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_append_printer</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Append the printer device. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_associate_usbfs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_associate_usbfs</b>( - - - - - file_type - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Associate a file to a usbfs filesystem. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -file_type -</td><td> -<p> -The type of the file to be associated to usbfs. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_create_cardmgr_dev"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_create_cardmgr_dev</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Create, read, write, and delete -the PCMCIA card manager device -with the correct type. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_create_generic_chr_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_create_generic_chr_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Allow read, write, and create for generic character device files. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_create_generic_dirs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_create_generic_dirs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Create a directory in the device directory. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed to create the directory. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_delete_generic_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_delete_generic_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Delete generic files in /dev. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_delete_generic_symlinks"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_delete_generic_symlinks</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Delete symbolic links in device directories. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_delete_lvm_control_dev"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_delete_lvm_control_dev</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Delete the lvm control device. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_dontaudit_getattr_all_blk_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_dontaudit_getattr_all_blk_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Dontaudit getattr on all block file device nodes. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain to dontaudit access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_dontaudit_getattr_all_chr_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_dontaudit_getattr_all_chr_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Dontaudit getattr on all character file device nodes. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain to dontaudit access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_dontaudit_getattr_apm_bios_dev"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_dontaudit_getattr_apm_bios_dev</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to get the attributes of -the apm bios device node. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_dontaudit_getattr_generic_blk_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_dontaudit_getattr_generic_blk_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Dontaudit getattr on generic block devices. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain to dontaudit access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_dontaudit_getattr_generic_chr_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_dontaudit_getattr_generic_chr_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Dontaudit getattr for generic character device files. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain to dontaudit access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_dontaudit_getattr_generic_pipes"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_dontaudit_getattr_generic_pipes</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Dontaudit getattr on generic pipes. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain to dontaudit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_dontaudit_getattr_memory_dev"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_dontaudit_getattr_memory_dev</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -dontaudit getattr raw memory devices (e.g. /dev/mem). -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_dontaudit_getattr_misc_dev"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_dontaudit_getattr_misc_dev</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to get the attributes -of miscellaneous devices. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_dontaudit_getattr_scanner_dev"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_dontaudit_getattr_scanner_dev</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to get the attributes of -the scanner device. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_dontaudit_getattr_usbfs_dirs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_dontaudit_getattr_usbfs_dirs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to get the attributes -of a directory in the usb filesystem. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_dontaudit_getattr_video_dev"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_dontaudit_getattr_video_dev</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to get the attributes -of video4linux device nodes. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_dontaudit_list_all_dev_nodes"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_dontaudit_list_all_dev_nodes</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Dontaudit attempts to list all device nodes. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain to dontaudit listing of device nodes. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_dontaudit_read_all_blk_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_dontaudit_read_all_blk_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Dontaudit read on all block file device nodes. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_dontaudit_read_all_chr_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_dontaudit_read_all_chr_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Dontaudit read on all character file device nodes. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_dontaudit_read_framebuffer"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_dontaudit_read_framebuffer</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to read the framebuffer. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_dontaudit_read_rand"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_dontaudit_read_rand</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to read from random -number generator devices (e.g., /dev/random) -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_dontaudit_rw_cardmgr"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_dontaudit_rw_cardmgr</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to read and -write the PCMCIA card manager device. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_dontaudit_rw_dri"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_dontaudit_rw_dri</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Dontaudit read and write on the dri devices. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain to dontaudit access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_dontaudit_rw_generic_dev_nodes"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_dontaudit_rw_generic_dev_nodes</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Dontaudit getattr for generic device files. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain to dontaudit access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_dontaudit_rw_misc"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_dontaudit_rw_misc</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to read and write miscellaneous devices. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_dontaudit_search_sysfs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_dontaudit_search_sysfs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to search sysfs. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_dontaudit_setattr_apm_bios_dev"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_dontaudit_setattr_apm_bios_dev</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to set the attributes of -the apm bios device node. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_dontaudit_setattr_framebuffer_dev"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_dontaudit_setattr_framebuffer_dev</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Dot not audit attempts to set the attributes -of the framebuffer device node. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_dontaudit_setattr_generic_blk_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_dontaudit_setattr_generic_blk_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Dontaudit setattr on generic block devices. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain to dontaudit access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_dontaudit_setattr_generic_chr_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_dontaudit_setattr_generic_chr_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Dontaudit setattr for generic character device files. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain to dontaudit access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_dontaudit_setattr_generic_symlinks"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_dontaudit_setattr_generic_symlinks</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to set the attributes -of symbolic links in device directories (/dev). -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_dontaudit_setattr_misc_dev"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_dontaudit_setattr_misc_dev</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to set the attributes -of miscellaneous devices. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_dontaudit_setattr_scanner_dev"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_dontaudit_setattr_scanner_dev</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to set the attributes of -the scanner device. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_dontaudit_setattr_video_dev"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_dontaudit_setattr_video_dev</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to set the attributes -of video4linux device nodes. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_filetrans"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_filetrans</b>( - - - - - domain - - - - , - - - - file - - - - , - - - - objectclass(es) - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Create, read, and write device nodes. The node -will be transitioned to the type provided. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -<tr><td> -file -</td><td> -<p> -Type to which the created node will be transitioned. -</p> -</td><td> -No -</td></tr> - -<tr><td> -objectclass(es) -</td><td> -<p> -Object class(es) (single or set including {}) for which this -the transition will occur. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_getattr_agp_dev"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_getattr_agp_dev</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Getattr the agp devices. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_getattr_all_blk_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_getattr_all_blk_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Getattr on all block file device nodes. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_getattr_all_chr_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_getattr_all_chr_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Getattr on all character file device nodes. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_getattr_apm_bios_dev"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_getattr_apm_bios_dev</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Get the attributes of the apm bios device node. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_getattr_cpu_dev"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_getattr_cpu_dev</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Get the attributes of the CPU -microcode and id interfaces. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_getattr_dri_dev"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_getattr_dri_dev</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -getattr the dri devices. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_getattr_framebuffer_dev"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_getattr_framebuffer_dev</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Get the attributes of the framebuffer device node. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_getattr_generic_blk_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_getattr_generic_blk_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Allow getattr on generic block devices. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_getattr_generic_chr_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_getattr_generic_chr_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Allow getattr for generic character device files. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_getattr_misc_dev"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_getattr_misc_dev</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Get the attributes of miscellaneous devices. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_getattr_mouse_dev"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_getattr_mouse_dev</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Get the attributes of the mouse devices. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_getattr_mtrr_dev"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_getattr_mtrr_dev</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Get the attributes of the mtrr device. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_getattr_power_mgmt_dev"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_getattr_power_mgmt_dev</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Get the attributes of the the power management device. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_getattr_scanner_dev"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_getattr_scanner_dev</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Get the attributes of the scanner device. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_getattr_sound_dev"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_getattr_sound_dev</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Get the attributes of the sound devices. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_getattr_sysfs_dirs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_getattr_sysfs_dirs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Get the attributes of sysfs directories. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_getattr_usbfs_dirs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_getattr_usbfs_dirs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Get the attributes of a directory in the usb filesystem. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_getattr_video_dev"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_getattr_video_dev</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Get the attributes of video4linux devices. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_getattr_xserver_misc_dev"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_getattr_xserver_misc_dev</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Get the attributes of X server miscellaneous devices. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_list_all_dev_nodes"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_list_all_dev_nodes</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -List all of the device nodes in a device directory. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed to list device nodes. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_list_sysfs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_list_sysfs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -List the contents of the sysfs directories. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_list_usbfs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_list_usbfs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Allow caller to get a list of usb hardware. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The process type getting the list. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_manage_all_blk_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_manage_all_blk_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read, write, create, and delete all block device files. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_manage_all_chr_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_manage_all_chr_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read, write, create, and delete all character device files. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_manage_all_dev_nodes"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_manage_all_dev_nodes</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Create, delete, read, and write device nodes in device directories. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_manage_cardmgr_dev"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_manage_cardmgr_dev</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Create, read, write, and delete -the PCMCIA card manager device. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_manage_dri_dev"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_manage_dri_dev</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Create, read, write, and delete the dri devices. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_manage_generic_blk_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_manage_generic_blk_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Create, delete, read, and write block device files. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_manage_generic_chr_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_manage_generic_chr_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Create, delete, read, and write character device files. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_manage_generic_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_manage_generic_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Create a file in the device directory. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed to create the files. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_manage_generic_symlinks"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_manage_generic_symlinks</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Create, delete, read, and write symbolic links in device directories. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_mount_usbfs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_mount_usbfs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Mount a usbfs filesystem. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_node"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_node</b>( - - - - - object_type - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Make the passed in type a type appropriate for -use on device nodes (usually files in /dev). -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -object_type -</td><td> -<p> -The object type that will be used on device nodes. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_read_cpuid"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_read_cpuid</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read the CPU identity. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_read_framebuffer"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_read_framebuffer</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read the framebuffer. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_read_input"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_read_input</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read input event devices (/dev/input). -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_read_lvm_control"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_read_lvm_control</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read the lvm comtrol device. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_read_misc"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_read_misc</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read miscellaneous devices. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_read_mouse"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_read_mouse</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read the mouse devices. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_read_mtrr"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_read_mtrr</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read the mtrr device. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_read_rand"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_read_rand</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read from random number generator -devices (e.g., /dev/random) -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_read_raw_memory"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_read_raw_memory</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read raw memory devices (e.g. /dev/mem). -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_read_realtime_clock"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_read_realtime_clock</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read the realtime clock (/dev/rtc). -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_read_sound"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_read_sound</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read the sound devices. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_read_sound_mixer"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_read_sound_mixer</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read the sound mixer devices. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_read_sysfs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_read_sysfs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Allow caller to read hardware state information. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The process type reading hardware state information. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_read_urand"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_read_urand</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read from pseudo random devices (e.g., /dev/urandom) -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_read_usbfs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_read_usbfs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read USB hardware information using -the usbfs filesystem interface. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_relabel_all_dev_nodes"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_relabel_all_dev_nodes</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Allow full relabeling (to and from) of all device nodes. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed to relabel. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_relabel_generic_dev_dirs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_relabel_generic_dev_dirs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Allow full relabeling (to and from) of directories in /dev. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed to relabel. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_relabel_generic_symlinks"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_relabel_generic_symlinks</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Relabel symbolic links in device directories. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_rw_agp"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_rw_agp</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read and write the agp devices. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_rw_apm_bios"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_rw_apm_bios</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read and write the apm bios. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_rw_cardmgr"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_rw_cardmgr</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read and write the PCMCIA card manager device. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_rw_cpu_microcode"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_rw_cpu_microcode</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read and write the the CPU microcode device. This -is required to load CPU microcode. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_rw_crypto"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_rw_crypto</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read and write the the hardware SSL accelerator. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_rw_dri"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_rw_dri</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read and write the dri devices. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_rw_framebuffer"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_rw_framebuffer</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read and write the framebuffer. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_rw_generic_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_rw_generic_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read and write generic files in /dev. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_rw_generic_usb_dev"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_rw_generic_usb_dev</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read and write generic the USB devices. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_rw_input_dev"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_rw_input_dev</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read input event devices (/dev/input). -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_rw_lvm_control"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_rw_lvm_control</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read and write the lvm control device. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_rw_mouse"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_rw_mouse</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read and write to mouse devices. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_rw_mtrr"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_rw_mtrr</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read and write the mtrr device. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_rw_null"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_rw_null</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read and write to the null device (/dev/null). -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_rw_power_management"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_rw_power_management</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read and write the the power management device. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_rw_printer"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_rw_printer</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read and write the printer device. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_rw_realtime_clock"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_rw_realtime_clock</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read and set the realtime clock (/dev/rtc). -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_rw_scanner"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_rw_scanner</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read and write the scanner device. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_rw_sysfs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_rw_sysfs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Allow caller to modify hardware state information. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The process type modifying hardware state information. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_rw_usbfs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_rw_usbfs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Allow caller to modify usb hardware configuration files. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The process type modifying the options. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_rw_xserver_misc"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_rw_xserver_misc</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read and write X server miscellaneous devices. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_rw_zero"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_rw_zero</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read and write to the zero device (/dev/zero). -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_rwx_zero"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_rwx_zero</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read, write, and execute the zero device (/dev/zero). -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_rx_raw_memory"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_rx_raw_memory</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read and execute raw memory devices (e.g. /dev/mem). -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_search_sysfs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_search_sysfs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Search the sysfs directories. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_search_usbfs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_search_usbfs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Search the directory containing USB hardware information. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_setattr_all_blk_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_setattr_all_blk_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Setattr on all block file device nodes. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_setattr_all_chr_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_setattr_all_chr_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Setattr on all character file device nodes. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_setattr_apm_bios_dev"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_setattr_apm_bios_dev</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Set the attributes of the apm bios device node. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_setattr_dri_dev"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_setattr_dri_dev</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Setattr the dri devices. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_setattr_framebuffer_dev"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_setattr_framebuffer_dev</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Set the attributes of the framebuffer device node. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_setattr_generic_dirs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_setattr_generic_dirs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Set the attributes of /dev directories. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_setattr_misc_dev"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_setattr_misc_dev</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Set the attributes of miscellaneous devices. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_setattr_mouse_dev"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_setattr_mouse_dev</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Set the attributes of the mouse devices. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_setattr_power_mgmt_dev"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_setattr_power_mgmt_dev</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Set the attributes of the the power management device. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_setattr_printer_dev"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_setattr_printer_dev</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Set the attributes of the printer device nodes. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_setattr_scanner_dev"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_setattr_scanner_dev</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Set the attributes of the scanner device. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_setattr_sound_dev"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_setattr_sound_dev</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Set the attributes of the sound devices. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_setattr_video_dev"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_setattr_video_dev</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Set the attributes of video4linux device nodes. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_setattr_xserver_misc_dev"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_setattr_xserver_misc_dev</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Set the attributes of X server miscellaneous devices. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_unconfined"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_unconfined</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Unconfined access to devices. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_write_framebuffer"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_write_framebuffer</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Write the framebuffer. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_write_misc"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_write_misc</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Write miscellaneous devices. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_write_mtrr"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_write_mtrr</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Write the mtrr device. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_write_rand"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_write_rand</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Write to the random device (e.g., /dev/random). This adds -entropy used to generate the random data read from the -random device. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_write_raw_memory"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_write_raw_memory</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Write raw memory devices (e.g. /dev/mem). -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_write_realtime_clock"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_write_realtime_clock</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Set the realtime clock (/dev/rtc). -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_write_sound"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_write_sound</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Write the sound devices. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_write_sound_mixer"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_write_sound_mixer</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Write the sound mixer devices. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_write_urand"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_write_urand</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Write to the pseudo random device (e.g., /dev/urandom). This -sets the random number generator seed. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dev_wx_raw_memory"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dev_wx_raw_memory</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Write and execute raw memory devices (e.g. /dev/mem). -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - - -</div> -</body> -</html> diff --git a/www/api-docs/kernel_domain.html b/www/api-docs/kernel_domain.html deleted file mode 100644 index be075a3..0000000 --- a/www/api-docs/kernel_domain.html +++ /dev/null @@ -1,2679 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - - <a href='kernel_corecommands.html'> - corecommands</a><br/> - - - <a href='kernel_corenetwork.html'> - corenetwork</a><br/> - - - <a href='kernel_devices.html'> - devices</a><br/> - - - <a href='kernel_domain.html'> - domain</a><br/> - - - <a href='kernel_files.html'> - files</a><br/> - - - <a href='kernel_filesystem.html'> - filesystem</a><br/> - - - <a href='kernel_kernel.html'> - kernel</a><br/> - - - <a href='kernel_mcs.html'> - mcs</a><br/> - - - <a href='kernel_mls.html'> - mls</a><br/> - - - <a href='kernel_selinux.html'> - selinux</a><br/> - - - <a href='kernel_storage.html'> - storage</a><br/> - - - <a href='kernel_terminal.html'> - terminal</a><br/> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: kernel</h1><p/> -<h2>Module: domain</h2><p/> - -<a href=#interfaces>Interfaces</a> -<a href=#templates>Templates</a> - -<h3>Description:</h3> - -<p><p>Core policy for domains.</p></p> - - -<p>This module is required to be included in all policies.</p> - - -<a name="interfaces"></a> -<h3>Interfaces: </h3> - -<a name="link_domain_base_type"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>domain_base_type</b>( - - - - - type - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Make the specified type usable as a basic domain. -</p> - - -<h5>Description</h5> -<p> -</p><p> -Make the specified type usable as a basic domain. -</p><p> -</p><p> -This is primarily used for kernel threads; -generally the domain_type() interface is -more appropriate for userland processes. -</p><p> -</p> - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -type -</td><td> -<p> -Type to be used as a basic domain type. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_domain_cron_exemption_source"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>domain_cron_exemption_source</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Make the specified domain the source of -the cron domain exception of the -SELinux role and identity change -constraints. -</p> - - -<h5>Description</h5> -<p> -</p><p> -Make the specified domain the source of -the cron domain exception of the -SELinux role and identity change -constraints. -</p><p> -</p><p> -This interface is needed to decouple -the cron domains from the base module. -It should not be used other than on -cron domains. -</p><p> -</p> - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain target for user exemption. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_domain_cron_exemption_target"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>domain_cron_exemption_target</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Make the specified domain the target of -the cron domain exception of the -SELinux role and identity change -constraints. -</p> - - -<h5>Description</h5> -<p> -</p><p> -Make the specified domain the target of -the cron domain exception of the -SELinux role and identity change -constraints. -</p><p> -</p><p> -This interface is needed to decouple -the cron domains from the base module. -It should not be used other than on -user cron jobs. -</p><p> -</p> - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain target for user exemption. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_domain_dontaudit_getattr_all_dgram_sockets"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>domain_dontaudit_getattr_all_dgram_sockets</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to get the attributes -of all domains unix datagram sockets. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_domain_dontaudit_getattr_all_domains"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>domain_dontaudit_getattr_all_domains</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Get the attributes of all domains of all domains. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_domain_dontaudit_getattr_all_key_sockets"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>domain_dontaudit_getattr_all_key_sockets</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to get attribues of -all domains IPSEC key management sockets. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_domain_dontaudit_getattr_all_packet_sockets"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>domain_dontaudit_getattr_all_packet_sockets</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to get attribues of -all domains packet sockets. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_domain_dontaudit_getattr_all_pipes"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>domain_dontaudit_getattr_all_pipes</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to get the attributes -of all domains unnamed pipes. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_domain_dontaudit_getattr_all_raw_sockets"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>domain_dontaudit_getattr_all_raw_sockets</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to get attribues of -all domains raw sockets. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_domain_dontaudit_getattr_all_sockets"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>domain_dontaudit_getattr_all_sockets</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to get the attributes -of all domains sockets, for all socket types. -</p> - - -<h5>Description</h5> -<p> -</p><p> -Do not audit attempts to get the attributes -of all domains sockets, for all socket types. -</p><p> -</p><p> -This interface was added for PCMCIA cardmgr -and is probably excessive. -</p><p> -</p> - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_domain_dontaudit_getattr_all_stream_sockets"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>domain_dontaudit_getattr_all_stream_sockets</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to get the attributes -of all domains unix datagram sockets. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_domain_dontaudit_getattr_all_tcp_sockets"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>domain_dontaudit_getattr_all_tcp_sockets</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to get the attributes -of all domains TCP sockets. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_domain_dontaudit_getattr_all_udp_sockets"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>domain_dontaudit_getattr_all_udp_sockets</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to get the attributes -of all domains UDP sockets. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_domain_dontaudit_getsession_all_domains"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>domain_dontaudit_getsession_all_domains</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to get the -session ID of all domains. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_domain_dontaudit_list_all_domains_state"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>domain_dontaudit_list_all_domains_state</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to read the process state -directories of all domains. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_domain_dontaudit_ptrace_all_domains"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>domain_dontaudit_ptrace_all_domains</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to ptrace all domains. -</p> - - -<h5>Description</h5> -<p> -</p><p> -Do not audit attempts to ptrace all domains. -</p><p> -</p><p> -Generally this needs to be suppressed because procps tries to access -/proc/pid/environ and this now triggers a ptrace check in recent kernels -(2.4 and 2.6). -</p><p> -</p> - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_domain_dontaudit_ptrace_confined_domains"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>domain_dontaudit_ptrace_confined_domains</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to ptrace confined domains. -</p> - - -<h5>Description</h5> -<p> -</p><p> -Do not audit attempts to ptrace confined domains. -</p><p> -</p><p> -Generally this needs to be suppressed because procps tries to access -/proc/pid/environ and this now triggers a ptrace check in recent kernels -(2.4 and 2.6). -</p><p> -</p> - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_domain_dontaudit_read_all_domains_state"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>domain_dontaudit_read_all_domains_state</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to read the process -state (/proc/pid) of all domains. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_domain_dontaudit_rw_all_key_sockets"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>domain_dontaudit_rw_all_key_sockets</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to read or write -all domains key sockets. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_domain_dontaudit_rw_all_udp_sockets"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>domain_dontaudit_rw_all_udp_sockets</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to read or write -all domains UDP sockets. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_domain_dontaudit_search_all_domains_state"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>domain_dontaudit_search_all_domains_state</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to search the process -state directory (/proc/pid) of all domains. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_domain_dontaudit_use_interactive_fds"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>domain_dontaudit_use_interactive_fds</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_domain_dyntrans_type"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>domain_dyntrans_type</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_domain_entry_file"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>domain_entry_file</b>( - - - - - domain - - - - , - - - - type - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Make the specified type usable as -an entry point for the domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain to be entered. -</p> -</td><td> -No -</td></tr> - -<tr><td> -type -</td><td> -<p> -Type of program used for entering -the domain. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_domain_entry_file_spec_domtrans"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>domain_entry_file_spec_domtrans</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute an entry_type in the specified domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_domain_exec_all_entry_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>domain_exec_all_entry_files</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_domain_getattr_all_domains"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>domain_getattr_all_domains</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Get the attributes of all domains of all domains. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_domain_getattr_all_entry_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>domain_getattr_all_entry_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Get the attributes of entry point -files for all domains. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_domain_getattr_all_sockets"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>domain_getattr_all_sockets</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Get the attributes of all domains -sockets, for all socket types. -</p> - - -<h5>Description</h5> -<p> -</p><p> -Get the attributes of all domains -sockets, for all socket types. -</p><p> -</p><p> -This is commonly used for domains -that can use lsof on all domains. -</p><p> -</p> - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_domain_getattr_confined_domains"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>domain_getattr_confined_domains</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Get the attributes of all confined domains. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_domain_getsession_all_domains"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>domain_getsession_all_domains</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Get the session ID of all domains. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_domain_interactive_fd"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>domain_interactive_fd</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_domain_kill_all_domains"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>domain_kill_all_domains</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send a kill signal to all domains. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_domain_manage_all_entry_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>domain_manage_all_entry_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Create, read, write, and delete all -entrypoint files. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_domain_mmap_all_entry_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>domain_mmap_all_entry_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Mmap all entry point files as executable. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_domain_obj_id_change_exemption"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>domain_obj_id_change_exemption</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Makes caller an exception to the constraint preventing -changing the user identity in object contexts. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The process type to make an exception to the constraint. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_domain_ptrace_all_domains"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>domain_ptrace_all_domains</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Ptrace all domains. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_domain_read_all_domains_state"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>domain_read_all_domains_state</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read the process state (/proc/pid) of all domains. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_domain_read_all_entry_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>domain_read_all_entry_files</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_domain_read_confined_domains_state"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>domain_read_confined_domains_state</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read the process state (/proc/pid) of all confined domains. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_domain_relabel_all_entry_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>domain_relabel_all_entry_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Relabel to and from all entry point -file types. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_domain_role_change_exemption"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>domain_role_change_exemption</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Makes caller an exception to the constraint preventing -changing of role. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The process type to make an exception to the constraint. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_domain_search_all_domains_state"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>domain_search_all_domains_state</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Search the process state directory (/proc/pid) of all domains. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_domain_setpriority_all_domains"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>domain_setpriority_all_domains</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_domain_sigchld_all_domains"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>domain_sigchld_all_domains</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send a child terminated signal to all domains. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_domain_sigchld_interactive_fds"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>domain_sigchld_interactive_fds</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send a SIGCHLD signal to domains whose file -discriptors are widely inheritable. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_domain_signal_all_domains"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>domain_signal_all_domains</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send general signals to all domains. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_domain_signull_all_domains"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>domain_signull_all_domains</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send a null signal to all domains. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_domain_sigstop_all_domains"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>domain_sigstop_all_domains</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send a stop signal to all domains. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_domain_subj_id_change_exemption"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>domain_subj_id_change_exemption</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Makes caller an exception to the constraint preventing -changing of user identity. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The process type to make an exception to the constraint. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_domain_system_change_exemption"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>domain_system_change_exemption</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Makes caller and execption to the constraint -preventing changing to the system user -identity and system role. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_domain_type"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>domain_type</b>( - - - - - type - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Make the specified type usable as a domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -type -</td><td> -<p> -Type to be used as a domain type. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_domain_unconfined"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>domain_unconfined</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Unconfined access to domains. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_domain_use_interactive_fds"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>domain_use_interactive_fds</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_domain_user_exemption_target"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>domain_user_exemption_target</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Make the specified domain the target of -the user domain exception of the -SELinux role and identity change -constraints. -</p> - - -<h5>Description</h5> -<p> -</p><p> -Make the specified domain the target of -the user domain exception of the -SELinux role and identity change -constraints. -</p><p> -</p><p> -This interface is needed to decouple -the user domains from the base module. -It should not be used other than on -user domains. -</p><p> -</p> - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain target for user exemption. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - -<a name="templates"></a> -<h3>Templates: </h3> - -<a name="link_domain_auto_trans"></a> -<div id="template"> - - -<div id="codeblock"> - -<b>domain_auto_trans</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_domain_trans"></a> -<div id="template"> - - -<div id="codeblock"> - -<b>domain_trans</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - -</div> -</body> -</html> diff --git a/www/api-docs/kernel_files.html b/www/api-docs/kernel_files.html deleted file mode 100644 index f10180e..0000000 --- a/www/api-docs/kernel_files.html +++ /dev/null @@ -1,9228 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - - <a href='kernel_corecommands.html'> - corecommands</a><br/> - - - <a href='kernel_corenetwork.html'> - corenetwork</a><br/> - - - <a href='kernel_devices.html'> - devices</a><br/> - - - <a href='kernel_domain.html'> - domain</a><br/> - - - <a href='kernel_files.html'> - files</a><br/> - - - <a href='kernel_filesystem.html'> - filesystem</a><br/> - - - <a href='kernel_kernel.html'> - kernel</a><br/> - - - <a href='kernel_mcs.html'> - mcs</a><br/> - - - <a href='kernel_mls.html'> - mls</a><br/> - - - <a href='kernel_selinux.html'> - selinux</a><br/> - - - <a href='kernel_storage.html'> - storage</a><br/> - - - <a href='kernel_terminal.html'> - terminal</a><br/> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: kernel</h1><p/> -<h2>Module: files</h2><p/> - -<h3>Description:</h3> - -<p><p> -</p><p> -This module contains basic filesystem types and interfaces. This -includes: -<ul><p> -</p><li><p>The concept of different file types including basic -files, mount points, tmp files, etc.</p></li><p> -</p><li><p>Access to groups of files and all files.</p></li><p> -</p><li><p>Types and interfaces for the basic filesystem layout -(/, /etc, /tmp, /usr, etc.).</p></li><p> -</p></ul> -</p><p> -</p></p> - - -<p>This module is required to be included in all policies.</p> - - -<a name="interfaces"></a> -<h3>Interfaces: </h3> - -<a name="link_files_associate_tmp"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_associate_tmp</b>( - - - - - file_type - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Allow the specified type to associate -to a filesystem with the type of the -temporary directory (/tmp). -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -file_type -</td><td> -<p> -Type of the file to associate. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_boot_filetrans"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_boot_filetrans</b>( - - - - - domain - - - - , - - - - private_type - - - - , - - - - object_class - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Create a private type object in boot -with an automatic type transition -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -<tr><td> -private_type -</td><td> -<p> -The type of the object to be created. -</p> -</td><td> -No -</td></tr> - -<tr><td> -object_class -</td><td> -<p> -The object class of the object being created. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_config_file"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_config_file</b>( - - - - - file_type - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Make the specified type a -configuration file. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -file_type -</td><td> -<p> -Type to be used as a configuration file. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_create_boot_dirs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_create_boot_dirs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Create directories in /boot -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_create_boot_flag"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_create_boot_flag</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_create_kernel_img"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_create_kernel_img</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Install a kernel into the /boot directory. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_create_kernel_symbol_table"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_create_kernel_symbol_table</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Install a system.map into the /boot directory. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_delete_all_locks"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_delete_all_locks</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_delete_all_pid_dirs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_delete_all_pid_dirs</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_delete_all_pids"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_delete_all_pids</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_delete_etc_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_delete_etc_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Delete system configuration files in /etc. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_delete_kernel"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_delete_kernel</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Delete a kernel from /boot. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_delete_kernel_modules"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_delete_kernel_modules</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Delete kernel module files. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_delete_kernel_symbol_table"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_delete_kernel_symbol_table</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Delete a system.map in the /boot directory. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_delete_root_dir_entry"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_delete_root_dir_entry</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_dontaudit_getattr_all_dirs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_dontaudit_getattr_all_dirs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to get the attributes -of all directories. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_dontaudit_getattr_all_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_dontaudit_getattr_all_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to get the attributes -of all files. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_dontaudit_getattr_all_pipes"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_dontaudit_getattr_all_pipes</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to get the attributes -of all named pipes. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_dontaudit_getattr_all_sockets"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_dontaudit_getattr_all_sockets</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to get the attributes -of all named sockets. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_dontaudit_getattr_all_symlinks"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_dontaudit_getattr_all_symlinks</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to get the attributes -of all symbolic links. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_dontaudit_getattr_boot_dirs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_dontaudit_getattr_boot_dirs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to get attributes -of the /boot directory. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_dontaudit_getattr_default_dirs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_dontaudit_getattr_default_dirs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to get the attributes of -directories with the default file type. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_dontaudit_getattr_default_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_dontaudit_getattr_default_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to get the attributes of -files with the default file type. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_dontaudit_getattr_home_dir"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_dontaudit_getattr_home_dir</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to get the -attributes of the home directories root -(/home). -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_dontaudit_getattr_non_security_blk_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_dontaudit_getattr_non_security_blk_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to get the attributes -of non security block devices. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_dontaudit_getattr_non_security_chr_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_dontaudit_getattr_non_security_chr_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to get the attributes -of non security character devices. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_dontaudit_getattr_non_security_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_dontaudit_getattr_non_security_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to get the attributes -of non security files. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_dontaudit_getattr_non_security_pipes"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_dontaudit_getattr_non_security_pipes</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to get the attributes -of non security named pipes. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_dontaudit_getattr_non_security_sockets"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_dontaudit_getattr_non_security_sockets</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to get the attributes -of non security named sockets. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_dontaudit_getattr_non_security_symlinks"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_dontaudit_getattr_non_security_symlinks</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to get the attributes -of non security symbolic links. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_dontaudit_getattr_pid_dirs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_dontaudit_getattr_pid_dirs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to get the attributes -of the /var/run directory. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_dontaudit_getattr_tmp_dirs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_dontaudit_getattr_tmp_dirs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to get the -attributes of the tmp directory (/tmp). -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_dontaudit_ioctl_all_pids"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_dontaudit_ioctl_all_pids</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to ioctl daemon runtime data files. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_dontaudit_list_default"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_dontaudit_list_default</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to list contents of -directories with the default file type. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_dontaudit_list_home"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_dontaudit_list_home</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to list -home directories root (/home). -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_dontaudit_list_non_security"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_dontaudit_list_non_security</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to list all -non-security directories. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_dontaudit_list_tmp"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_dontaudit_list_tmp</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit listing of the tmp directory (/tmp). -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain not to audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_dontaudit_read_default_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_dontaudit_read_default_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to read files -with the default file type. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_dontaudit_read_etc_runtime_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_dontaudit_read_etc_runtime_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to read files -in /etc that are dynamically -created on boot, such as mtab. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_dontaudit_read_root_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_dontaudit_read_root_files</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_dontaudit_rw_root_chr_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_dontaudit_rw_root_chr_files</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_dontaudit_rw_root_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_dontaudit_rw_root_files</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_dontaudit_search_all_dirs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_dontaudit_search_all_dirs</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_dontaudit_search_boot"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_dontaudit_search_boot</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to search the /boot directory. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_dontaudit_search_home"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_dontaudit_search_home</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to search -home directories root (/home). -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_dontaudit_search_isid_type_dirs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_dontaudit_search_isid_type_dirs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to search directories on new filesystems -that have not yet been labeled. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_dontaudit_search_locks"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_dontaudit_search_locks</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to search the -locks directory (/var/lock). -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_dontaudit_search_pids"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_dontaudit_search_pids</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to search -the /var/run directory. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_dontaudit_search_spool"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_dontaudit_search_spool</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to search generic -spool directories. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_dontaudit_search_src"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_dontaudit_search_src</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_dontaudit_search_var"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_dontaudit_search_var</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to search -the contents of /var. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_dontaudit_write_all_pids"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_dontaudit_write_all_pids</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to write to daemon runtime data files. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_dontaudit_write_var_dirs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_dontaudit_write_var_dirs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to write to /var. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_etc_filetrans"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_etc_filetrans</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_exec_etc_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_exec_etc_files</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_exec_usr_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_exec_usr_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute generic programs in /usr in the caller domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_exec_usr_src_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_exec_usr_src_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute programs in /usr/src in the caller domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_getattr_all_dirs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_getattr_all_dirs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Get the attributes of all directories. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_getattr_all_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_getattr_all_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Get the attributes of all files. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_getattr_all_pipes"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_getattr_all_pipes</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Get the attributes of all named pipes. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_getattr_all_sockets"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_getattr_all_sockets</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Get the attributes of all named sockets. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_getattr_all_symlinks"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_getattr_all_symlinks</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Get the attributes of all symbolic links. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_getattr_boot_dirs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_getattr_boot_dirs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Get attributes of the /boot directory. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_getattr_default_dirs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_getattr_default_dirs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Getattr of directories with the default file type. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_getattr_generic_locks"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_getattr_generic_locks</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_getattr_home_dir"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_getattr_home_dir</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Get the attributes of the home directories root -(/home). -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_getattr_isid_type_dirs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_getattr_isid_type_dirs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Getattr of directories on new filesystems -that have not yet been labeled. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_getattr_kernel_modules"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_getattr_kernel_modules</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Get the attributes of kernel module files. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_getattr_tmp_dirs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_getattr_tmp_dirs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Get the attributes of the tmp directory (/tmp). -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_getattr_usr_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_getattr_usr_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Get the attributes of files in /usr. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_getattr_var_lib_dirs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_getattr_var_lib_dirs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Get the attributes of the /var/lib directory. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_home_filetrans"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_home_filetrans</b>( - - - - - domain - - - - , - - - - home_type - - - - , - - - - object - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Create objects in /home. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -<tr><td> -home_type -</td><td> -<p> -The private type. -</p> -</td><td> -No -</td></tr> - -<tr><td> -object -</td><td> -<p> -The class of the object being created. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_kernel_modules_filetrans"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_kernel_modules_filetrans</b>( - - - - - domain - - - - , - - - - private_type - - - - , - - - - object_class - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Create objects in the kernel module directories -with a private type via an automatic type transition. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -<tr><td> -private_type -</td><td> -<p> -The type of the object to be created. -</p> -</td><td> -No -</td></tr> - -<tr><td> -object_class -</td><td> -<p> -The object class of the object being created. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_list_all"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_list_all</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_list_default"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_list_default</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -List contents of directories with the default file type. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_list_etc"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_list_etc</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_list_home"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_list_home</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Get listing of home directories. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_list_isid_type_dirs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_list_isid_type_dirs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -List the contents of directories on new filesystems -that have not yet been labeled. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_list_kernel_modules"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_list_kernel_modules</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -List the contents of the kernel module directories. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_list_mnt"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_list_mnt</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_list_non_security"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_list_non_security</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -List all non-security directories. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_list_pids"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_list_pids</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_list_root"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_list_root</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_list_spool"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_list_spool</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_list_tmp"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_list_tmp</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read the tmp directory (/tmp). -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_list_usr"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_list_usr</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -List the contents of generic -directories in /usr. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_list_var"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_list_var</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -List the contents of /var. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_list_var_lib"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_list_var_lib</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -List the contents of the /var/lib directory. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_list_world_readable"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_list_world_readable</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -List world-readable directories. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_lock_file"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_lock_file</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_lock_filetrans"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_lock_filetrans</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_manage_all_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_manage_all_files</b>( - - - - - domain - - - - , - - - - exception_types - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Manage all files on the filesystem, except -the listed exceptions. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the domain perfoming this action. -</p> -</td><td> -No -</td></tr> - -<tr><td> -exception_types -</td><td> -<p> -The types to be excluded. Each type or attribute -must be negated by the caller. -</p> -</td><td> -Yes -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_manage_boot_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_manage_boot_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Create, read, write, and delete files -in the /boot directory. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_manage_boot_symlinks"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_manage_boot_symlinks</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Create, read, write, and delete symbolic links -in the /boot directory. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_manage_etc_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_manage_etc_files</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_manage_etc_runtime_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_manage_etc_runtime_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Create, read, write, and delete files in -/etc that are dynamically created on boot, -such as mtab. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_manage_generic_locks"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_manage_generic_locks</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_manage_generic_spool"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_manage_generic_spool</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_manage_generic_spool_dirs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_manage_generic_spool_dirs</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_manage_isid_type_blk_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_manage_isid_type_blk_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Create, read, write, and delete block device nodes -on new filesystems that have not yet been labeled. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_manage_isid_type_chr_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_manage_isid_type_chr_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Create, read, write, and delete character device nodes -on new filesystems that have not yet been labeled. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_manage_isid_type_dirs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_manage_isid_type_dirs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Create, read, write, and delete directories -on new filesystems that have not yet been labeled. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_manage_isid_type_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_manage_isid_type_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Create, read, write, and delete files -on new filesystems that have not yet been labeled. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_manage_isid_type_symlinks"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_manage_isid_type_symlinks</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Create, read, write, and delete symbolic links -on new filesystems that have not yet been labeled. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_manage_kernel_modules"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_manage_kernel_modules</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Create, read, write, and delete -kernel module files. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_manage_lost_found"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_manage_lost_found</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Create, read, write, and delete objects in -lost+found directories. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_manage_mnt_dirs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_manage_mnt_dirs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Create, read, write, and delete directories in /mnt. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_manage_mnt_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_manage_mnt_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Create, read, write, and delete files in /mnt. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_manage_mnt_symlinks"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_manage_mnt_symlinks</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Create, read, write, and delete symbolic links in /mnt. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_manage_mounttab"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_manage_mounttab</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Allow domain to manage mount tables -necessary for rpcd, nfsd, etc. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_manage_urandom_seed"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_manage_urandom_seed</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_manage_var_dirs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_manage_var_dirs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Create, read, write, and delete directories -in the /var directory. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_manage_var_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_manage_var_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Create, read, write, and delete files in the /var directory. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_manage_var_symlinks"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_manage_var_symlinks</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Create, read, write, and delete symbolic -links in the /var directory. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_mount_all_file_type_fs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_mount_all_file_type_fs</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_mounton_all_mountpoints"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_mounton_all_mountpoints</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_mounton_all_poly_members"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_mounton_all_poly_members</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Mount filesystems on all polyinstantiation -member directories. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_mounton_default"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_mounton_default</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Mount a filesystem on a directory with the default file type. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_mounton_isid_type_dirs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_mounton_isid_type_dirs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Mount a filesystem on a directory on new filesystems -that has not yet been labeled. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_mounton_mnt"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_mounton_mnt</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Mount a filesystem on /mnt. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_mountpoint"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_mountpoint</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_pid_file"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_pid_file</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_pid_filetrans"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_pid_filetrans</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_poly"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_poly</b>( - - - - - file_type - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Make the specified type a -polyinstantiated directory. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -file_type -</td><td> -<p> -Type of the file to be used as a -polyinstantiated directory. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_poly_member"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_poly_member</b>( - - - - - file_type - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Make the specified type a -polyinstantiation member directory. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -file_type -</td><td> -<p> -Type of the file to be used as a -member directory. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_poly_member_tmp"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_poly_member_tmp</b>( - - - - - domain - - - - , - - - - file_type - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Make the domain use the specified -type of polyinstantiated directory. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain using the polyinstantiated -directory. -</p> -</td><td> -No -</td></tr> - -<tr><td> -file_type -</td><td> -<p> -Type of the file to be used as a -member directory. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_poly_parent"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_poly_parent</b>( - - - - - file_type - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Make the specified type a parent -of a polyinstantiated directory. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -file_type -</td><td> -<p> -Type of the file to be used as a -parent directory. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_polyinstantiate_all"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_polyinstantiate_all</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Allow access to manage all polyinstantiated -directories on the system. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_purge_tmp"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_purge_tmp</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_read_all_blk_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_read_all_blk_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read all block nodes with file types. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_read_all_chr_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_read_all_chr_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read all character nodes with file types. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_read_all_dirs_except"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_read_all_dirs_except</b>( - - - - - domain - - - - , - - - - exception_types - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read all directories on the filesystem, except -the listed exceptions. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the domain perfoming this action. -</p> -</td><td> -No -</td></tr> - -<tr><td> -exception_types -</td><td> -<p> -The types to be excluded. Each type or attribute -must be negated by the caller. -</p> -</td><td> -Yes -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_read_all_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_read_all_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read all files. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_read_all_files_except"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_read_all_files_except</b>( - - - - - domain - - - - , - - - - exception_types - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read all files on the filesystem, except -the listed exceptions. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the domain perfoming this action. -</p> -</td><td> -No -</td></tr> - -<tr><td> -exception_types -</td><td> -<p> -The types to be excluded. Each type or attribute -must be negated by the caller. -</p> -</td><td> -Yes -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_read_all_locks"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_read_all_locks</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read all lock files. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_read_all_pids"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_read_all_pids</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_read_all_symlinks"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_read_all_symlinks</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read all symbolic links. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_read_all_symlinks_except"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_read_all_symlinks_except</b>( - - - - - domain - - - - , - - - - exception_types - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read all symbolic links on the filesystem, except -the listed exceptions. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the domain perfoming this action. -</p> -</td><td> -No -</td></tr> - -<tr><td> -exception_types -</td><td> -<p> -The types to be excluded. Each type or attribute -must be negated by the caller. -</p> -</td><td> -Yes -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_read_default_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_read_default_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read files with the default file type. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_read_default_pipes"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_read_default_pipes</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read named pipes with the default file type. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_read_default_sockets"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_read_default_sockets</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read sockets with the default file type. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_read_default_symlinks"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_read_default_symlinks</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read symbolic links with the default file type. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_read_etc_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_read_etc_files</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_read_etc_runtime_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_read_etc_runtime_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read files in /etc that are dynamically -created on boot, such as mtab. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_read_generic_spool"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_read_generic_spool</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_read_generic_tmp_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_read_generic_tmp_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read files in the tmp directory (/tmp). -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_read_generic_tmp_symlinks"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_read_generic_tmp_symlinks</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read symbolic links in the tmp directory (/tmp). -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_read_isid_type_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_read_isid_type_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read files on new filesystems -that have not yet been labeled. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_read_kernel_modules"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_read_kernel_modules</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read kernel module files. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_read_kernel_symbol_table"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_read_kernel_symbol_table</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read system.map in the /boot directory. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_read_non_security_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_read_non_security_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read all non-security files. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_read_usr_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_read_usr_files</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_read_usr_src_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_read_usr_src_files</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_read_usr_symlinks"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_read_usr_symlinks</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read symbolic links in /usr. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_read_var_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_read_var_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read files in the /var directory. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_read_var_lib_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_read_var_lib_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read generic files in /var/lib. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_read_var_lib_symlinks"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_read_var_lib_symlinks</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read generic symbolic links in /var/lib -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_read_var_symlinks"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_read_var_symlinks</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read symbolic links in the /var directory. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_read_world_readable_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_read_world_readable_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read world-readable files. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_read_world_readable_pipes"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_read_world_readable_pipes</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read world-readable named pipes. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_read_world_readable_sockets"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_read_world_readable_sockets</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read world-readable sockets. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_read_world_readable_symlinks"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_read_world_readable_symlinks</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read world-readable symbolic links. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_relabel_all_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_relabel_all_files</b>( - - - - - domain - - - - , - - - - exception_types - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Relabel all files on the filesystem, except -the listed exceptions. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the domain perfoming this action. -</p> -</td><td> -No -</td></tr> - -<tr><td> -exception_types -</td><td> -<p> -The types to be excluded. Each type or attribute -must be negated by the caller. -</p> -</td><td> -Yes -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_relabel_etc_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_relabel_etc_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Relabel from and to generic files in /etc. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_relabel_kernel_modules"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_relabel_kernel_modules</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Relabel from and to kernel module files. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_relabelfrom_boot_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_relabelfrom_boot_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Relabel from files in the /boot directory. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_relabelto_all_file_type_fs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_relabelto_all_file_type_fs</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_relabelto_usr_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_relabelto_usr_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Relabel a file to the type used in /usr. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_root_filetrans"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_root_filetrans</b>( - - - - - domain - - - - , - - - - private type - - - - , - - - - object - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Create an object in the root directory, with a private -type. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -<tr><td> -private type -</td><td> -<p> -The type of the object to be created. -</p> -</td><td> -No -</td></tr> - -<tr><td> -object -</td><td> -<p> -The object class of the object being created. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_rw_boot_symlinks"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_rw_boot_symlinks</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read and write symbolic links -in the /boot directory. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_rw_etc_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_rw_etc_files</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_rw_etc_runtime_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_rw_etc_runtime_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read and write files in /etc that are dynamically -created on boot, such as mtab. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_rw_generic_pids"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_rw_generic_pids</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_rw_generic_tmp_sockets"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_rw_generic_tmp_sockets</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read and write generic named sockets in the tmp directory (/tmp). -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_rw_isid_type_blk_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_rw_isid_type_blk_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read and write block device nodes on new filesystems -that have not yet been labeled. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_rw_isid_type_dirs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_rw_isid_type_dirs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read and write directories on new filesystems -that have not yet been labeled. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_rw_lock_dirs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_rw_lock_dirs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Add and remove entries in the /var/lock -directories. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_search_all"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_search_all</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_search_boot"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_search_boot</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Search the /boot directory. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_search_default"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_search_default</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Search the contents of directories with the default file type. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_search_etc"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_search_etc</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_search_home"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_search_home</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Search home directories root (/home). -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_search_kernel_modules"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_search_kernel_modules</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Search the contents of the kernel module directories. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_search_locks"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_search_locks</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Search the locks directory (/var/lock). -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_search_mnt"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_search_mnt</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_search_pids"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_search_pids</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_search_spool"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_search_spool</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_search_tmp"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_search_tmp</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Search the tmp directory (/tmp). -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_search_usr"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_search_usr</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_search_var"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_search_var</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Search the contents of /var. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_search_var_lib"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_search_var_lib</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Search the /var/lib directory. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_security_file"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_security_file</b>( - - - - - file_type - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Make the specified type a file that -should not be dontaudited from -browsing from user domains. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -file_type -</td><td> -<p> -Type of the file to be used as a -member directory. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_setattr_all_tmp_dirs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_setattr_all_tmp_dirs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Set the attributes of all tmp directories. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_setattr_etc_dirs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_setattr_etc_dirs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Set the attributes of the /etc directories. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_tmp_file"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_tmp_file</b>( - - - - - file_type - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Make the specified type a file -used for temporary files. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -file_type -</td><td> -<p> -Type of the file to be used as a -temporary file. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_tmp_filetrans"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_tmp_filetrans</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_tmpfs_file"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_tmpfs_file</b>( - - - - - type - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Transform the type into a file, for use on a -virtual memory filesystem (tmpfs). -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -type -</td><td> -<p> -The type to be transformed. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_type"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_type</b>( - - - - - type - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Make the specified type usable for files -in a filesystem. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -type -</td><td> -<p> -Type to be used for files. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_unconfined"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_unconfined</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Unconfined access to files. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_unmount_all_file_type_fs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_unmount_all_file_type_fs</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_unmount_rootfs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_unmount_rootfs</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_usr_filetrans"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_usr_filetrans</b>( - - - - - domain - - - - , - - - - file_type - - - - , - - - - object_class - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Create objects in the /usr directory -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -<tr><td> -file_type -</td><td> -<p> -The type of the object to be created -</p> -</td><td> -No -</td></tr> - -<tr><td> -object_class -</td><td> -<p> -The object class. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_var_filetrans"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_var_filetrans</b>( - - - - - domain - - - - , - - - - file_type - - - - , - - - - object_class - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Create objects in the /var directory -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -<tr><td> -file_type -</td><td> -<p> -The type of the object to be created -</p> -</td><td> -No -</td></tr> - -<tr><td> -object_class -</td><td> -<p> -The object class. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_var_lib_filetrans"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_var_lib_filetrans</b>( - - - - - domain - - - - , - - - - file_type - - - - , - - - - object_class - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Create objects in the /var/lib directory -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -<tr><td> -file_type -</td><td> -<p> -The type of the object to be created -</p> -</td><td> -No -</td></tr> - -<tr><td> -object_class -</td><td> -<p> -The object class. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_write_kernel_modules"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_write_kernel_modules</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Write kernel module files. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_files_write_non_security_dirs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>files_write_non_security_dirs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Allow attempts to modify any directory -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain to allow -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - - -</div> -</body> -</html> diff --git a/www/api-docs/kernel_filesystem.html b/www/api-docs/kernel_filesystem.html deleted file mode 100644 index 140134d..0000000 --- a/www/api-docs/kernel_filesystem.html +++ /dev/null @@ -1,6995 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - - <a href='kernel_corecommands.html'> - corecommands</a><br/> - - - <a href='kernel_corenetwork.html'> - corenetwork</a><br/> - - - <a href='kernel_devices.html'> - devices</a><br/> - - - <a href='kernel_domain.html'> - domain</a><br/> - - - <a href='kernel_files.html'> - files</a><br/> - - - <a href='kernel_filesystem.html'> - filesystem</a><br/> - - - <a href='kernel_kernel.html'> - kernel</a><br/> - - - <a href='kernel_mcs.html'> - mcs</a><br/> - - - <a href='kernel_mls.html'> - mls</a><br/> - - - <a href='kernel_selinux.html'> - selinux</a><br/> - - - <a href='kernel_storage.html'> - storage</a><br/> - - - <a href='kernel_terminal.html'> - terminal</a><br/> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: kernel</h1><p/> -<h2>Module: filesystem</h2><p/> - -<h3>Description:</h3> - -<p><p>Policy for filesystems.</p></p> - - -<p>This module is required to be included in all policies.</p> - - -<a name="interfaces"></a> -<h3>Interfaces: </h3> - -<a name="link_fs_associate"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_associate</b>( - - - - - file_type - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Associate the specified file type to persistent -filesystems with extended attributes. This -allows a file of this type to be created on -a filesystem such as ext3, JFS, and XFS. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -file_type -</td><td> -<p> -The type of the to be associated. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_associate_noxattr"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_associate_noxattr</b>( - - - - - file_type - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Associate the specified file type to -filesystems which lack extended attributes -support. This allows a file of this type -to be created on a filesystem such as -FAT32, and NFS. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -file_type -</td><td> -<p> -The type of the to be associated. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_associate_tmpfs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_associate_tmpfs</b>( - - - - - type - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Allow the type to associate to tmpfs filesystems. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -type -</td><td> -<p> -The type of the object to be associated. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_cifs_domtrans"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_cifs_domtrans</b>( - - - - - domain - - - - , - - - - target_domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute a file on a CIFS or SMB filesystem -in the specified domain. -</p> - - -<h5>Description</h5> -<p> -</p><p> -Execute a file on a CIFS or SMB filesystem -in the specified domain. This allows -the specified domain to execute any file -on these filesystems in the specified -domain. This is not suggested. -</p><p> -</p><p> -No interprocess communication (signals, pipes, -etc.) is provided by this interface since -the domains are not owned by this module. -</p><p> -</p><p> -This interface was added to handle -home directories on CIFS/SMB filesystems, -in particular used by the ssh-agent policy. -</p><p> -</p> - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -<tr><td> -target_domain -</td><td> -<p> -The type of the new process. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_donaudit_read_removable_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_donaudit_read_removable_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to read removable storage files. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain not to audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_dontaudit_getattr_all_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_dontaudit_getattr_all_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to get the attributes -of all files with a filesystem type. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_dontaudit_getattr_all_fs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_dontaudit_getattr_all_fs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to get the attributes -all filesystems. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the domain to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_dontaudit_getattr_all_pipes"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_dontaudit_getattr_all_pipes</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to get the attributes -of all named pipes with a filesystem type. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_dontaudit_getattr_all_sockets"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_dontaudit_getattr_all_sockets</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to get the attributes -of all named sockets with a filesystem type. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_dontaudit_getattr_all_symlinks"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_dontaudit_getattr_all_symlinks</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to get the attributes -of all symbolic links with a filesystem type. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_dontaudit_getattr_xattr_fs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_dontaudit_getattr_xattr_fs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to -get the attributes of a persistent -filesystem which has extended -attributes, such as ext3, JFS, or XFS. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the domain to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_dontaudit_list_auto_mountpoints"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_dontaudit_list_auto_mountpoints</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to list directories of automatically -mounted filesystems. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the domain performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_dontaudit_list_cifs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_dontaudit_list_cifs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to list the contents -of directories on a CIFS or SMB filesystem. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_dontaudit_list_nfs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_dontaudit_list_nfs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to list the contents -of directories on a NFS filesystem. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_dontaudit_list_removable"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_dontaudit_list_removable</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to list removable storage directories. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain not to audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_dontaudit_list_tmpfs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_dontaudit_list_tmpfs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to list the -contents of generic tmpfs directories. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_dontaudit_manage_cifs_dirs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_dontaudit_manage_cifs_dirs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to create, read, -write, and delete directories -on a CIFS or SMB network filesystem. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the domain managing the directories. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_dontaudit_manage_cifs_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_dontaudit_manage_cifs_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to create, read, -write, and delete files -on a CIFS or SMB network filesystem. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_dontaudit_manage_nfs_dirs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_dontaudit_manage_nfs_dirs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to create, read, -write, and delete directories -on a NFS filesystem. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_dontaudit_manage_nfs_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_dontaudit_manage_nfs_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to create, -read, write, and delete files -on a NFS filesystem. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_dontaudit_read_cifs_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_dontaudit_read_cifs_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to read -files on a CIFS or SMB filesystem. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the domain to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_dontaudit_read_nfs_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_dontaudit_read_nfs_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to read -files on a NFS filesystem. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the domain to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_dontaudit_read_ramfs_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_dontaudit_read_ramfs_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Dontaudit read on a ramfs files. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_dontaudit_read_ramfs_pipes"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_dontaudit_read_ramfs_pipes</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Dontaudit read on a ramfs fifo_files. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_dontaudit_rw_cifs_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_dontaudit_rw_cifs_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to read or -write files on a CIFS or SMB filesystem. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the domain to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_dontaudit_rw_nfs_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_dontaudit_rw_nfs_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to read or -write files on a NFS filesystem. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the domain to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_dontaudit_rw_tmpfs_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_dontaudit_rw_tmpfs_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to read or write -generic tmpfs files. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_dontaudit_search_ramfs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_dontaudit_search_ramfs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Dontaudit Search directories on a ramfs -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_dontaudit_use_tmpfs_chr_dev"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_dontaudit_use_tmpfs_chr_dev</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -dontaudit Read and write character nodes on tmpfs filesystems. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_exec_cifs_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_exec_cifs_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute files on a CIFS or SMB -network filesystem, in the caller -domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the domain executing the files. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_exec_nfs_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_exec_nfs_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute files on a NFS filesystem. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the domain executing the files. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_exec_noxattr"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_exec_noxattr</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute files on a filesystem that does -not support extended attributes. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_get_all_fs_quotas"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_get_all_fs_quotas</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Get the quotas of all filesystems. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the domain getting quotas. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_get_xattr_fs_quotas"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_get_xattr_fs_quotas</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Get the filesystem quotas of a filesystem -with extended attributes. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the domain mounting the filesystem. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_getattr_all_dirs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_getattr_all_dirs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Get the attributes of all directories -with a filesystem type. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_getattr_all_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_getattr_all_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Get the attributes of all files with -a filesystem type. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_getattr_all_fs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_getattr_all_fs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Get the attributes of all persistent -filesystems. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the domain doing the -getattr on the filesystem. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_getattr_all_pipes"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_getattr_all_pipes</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Get the attributes of all named pipes with -a filesystem type. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_getattr_all_sockets"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_getattr_all_sockets</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Get the attributes of all named sockets with -a filesystem type. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_getattr_all_symlinks"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_getattr_all_symlinks</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Get the attributes of all symbolic links with -a filesystem type. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_getattr_autofs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_getattr_autofs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Get the attributes of an automount -pseudo filesystem. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the domain doing the -getattr on the filesystem. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_getattr_cifs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_getattr_cifs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Get the attributes of a CIFS or -SMB network filesystem. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the domain doing the -getattr on the filesystem. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_getattr_dos_fs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_getattr_dos_fs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Get the attributes of a DOS -filesystem, such as FAT32 or NTFS. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the domain doing the -getattr on the filesystem. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_getattr_iso9660_fs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_getattr_iso9660_fs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Get the attributes of an iso9660 -filesystem, which is usually used on CDs. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the domain doing the -getattr on the filesystem. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_getattr_nfs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_getattr_nfs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Get the attributes of a NFS filesystem. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the domain doing the -getattr on the filesystem. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_getattr_nfsd_fs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_getattr_nfsd_fs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Get the attributes of a NFS server -pseudo filesystem. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the domain doing the -getattr on the filesystem. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_getattr_ramfs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_getattr_ramfs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Get the attributes of a RAM filesystem. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the domain doing the -getattr on the filesystem. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_getattr_romfs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_getattr_romfs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Get the attributes of a ROM -filesystem. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the domain doing the -getattr on the filesystem. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_getattr_rpc_dirs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_getattr_rpc_dirs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read directories of RPC file system pipes. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the domain reading the symbolic links. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_getattr_rpc_pipefs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_getattr_rpc_pipefs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Get the attributes of a RPC pipe -filesystem. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the domain doing the -getattr on the filesystem. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_getattr_tmpfs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_getattr_tmpfs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Get the attributes of a tmpfs -filesystem. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the domain doing the -getattr on the filesystem. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_getattr_tmpfs_dirs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_getattr_tmpfs_dirs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Get the attributes of tmpfs directories. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_getattr_xattr_fs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_getattr_xattr_fs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Get the attributes of a persistent -filesystem which has extended -attributes, such as ext3, JFS, or XFS. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the domain doing the -getattr on the filesystem. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_list_all"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_list_all</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -List all directories with a filesystem type. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_list_auto_mountpoints"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_list_auto_mountpoints</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read directories of automatically -mounted filesystems. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the domain performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_list_cifs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_list_cifs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -List the contents of directories on a -CIFS or SMB filesystem. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_list_inotifyfs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_list_inotifyfs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -List inotifyfs filesystem. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_list_nfs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_list_nfs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -List NFS filesystem. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_list_noxattr_fs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_list_noxattr_fs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read all noxattrfs directories. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_list_rpc"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_list_rpc</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read directories of RPC file system pipes. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the domain reading the symbolic links. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_list_tmpfs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_list_tmpfs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -List the contents of generic tmpfs directories. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_manage_auto_mountpoints"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_manage_auto_mountpoints</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Create, read, write, and delete -auto moutpoints. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_manage_cifs_dirs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_manage_cifs_dirs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Create, read, write, and delete directories -on a CIFS or SMB network filesystem. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the domain managing the directories. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_manage_cifs_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_manage_cifs_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Create, read, write, and delete files -on a CIFS or SMB network filesystem. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the domain managing the files. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_manage_cifs_named_pipes"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_manage_cifs_named_pipes</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Create, read, write, and delete named pipes -on a CIFS or SMB network filesystem. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the domain managing the pipes. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_manage_cifs_named_sockets"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_manage_cifs_named_sockets</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Create, read, write, and delete named sockets -on a CIFS or SMB network filesystem. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the domain managing the sockets. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_manage_cifs_symlinks"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_manage_cifs_symlinks</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Create, read, write, and delete symbolic links -on a CIFS or SMB network filesystem. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the domain managing the symbolic links. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_manage_nfs_dirs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_manage_nfs_dirs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Create, read, write, and delete directories -on a NFS filesystem. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the domain managing the directories. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_manage_nfs_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_manage_nfs_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Create, read, write, and delete files -on a NFS filesystem. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the domain managing the files. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_manage_nfs_named_pipes"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_manage_nfs_named_pipes</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Create, read, write, and delete named pipes -on a NFS filesystem. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the domain managing the pipes. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_manage_nfs_named_sockets"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_manage_nfs_named_sockets</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Create, read, write, and delete named sockets -on a NFS filesystem. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the domain managing the sockets. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_manage_nfs_symlinks"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_manage_nfs_symlinks</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Create, read, write, and delete symbolic links -on a CIFS or SMB network filesystem. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the domain managing the symbolic links. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_manage_tmpfs_blk_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_manage_tmpfs_blk_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read and write, create and delete block nodes -on tmpfs filesystems. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_manage_tmpfs_chr_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_manage_tmpfs_chr_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read and write, create and delete character -nodes on tmpfs filesystems. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_manage_tmpfs_dirs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_manage_tmpfs_dirs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Create, read, write, and delete -tmpfs directories -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_manage_tmpfs_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_manage_tmpfs_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read and write, create and delete generic -files on tmpfs filesystems. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_manage_tmpfs_sockets"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_manage_tmpfs_sockets</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read and write, create and delete socket -files on tmpfs filesystems. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_manage_tmpfs_symlinks"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_manage_tmpfs_symlinks</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read and write, create and delete symbolic -links on tmpfs filesystems. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_mount_all_fs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_mount_all_fs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Mount all filesystems. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the domain mounting the filesystem. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_mount_autofs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_mount_autofs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Mount an automount pseudo filesystem. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the domain mounting the filesystem. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_mount_cifs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_mount_cifs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Mount a CIFS or SMB network filesystem. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the domain mounting the filesystem. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_mount_dos_fs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_mount_dos_fs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Mount a DOS filesystem, such as -FAT32 or NTFS. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the domain mounting the filesystem. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_mount_iso9660_fs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_mount_iso9660_fs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Mount an iso9660 filesystem, which -is usually used on CDs. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the domain mounting the filesystem. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_mount_nfs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_mount_nfs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Mount a NFS filesystem. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the domain mounting the filesystem. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_mount_nfsd_fs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_mount_nfsd_fs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Mount a NFS server pseudo filesystem. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the domain mounting the filesystem. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_mount_ramfs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_mount_ramfs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Mount a RAM filesystem. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the domain mounting the filesystem. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_mount_romfs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_mount_romfs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Mount a ROM filesystem. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the domain mounting the filesystem. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_mount_rpc_pipefs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_mount_rpc_pipefs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Mount a RPC pipe filesystem. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the domain mounting the filesystem. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_mount_tmpfs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_mount_tmpfs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Mount a tmpfs filesystem. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the domain mounting the filesystem. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_mount_xattr_fs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_mount_xattr_fs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Mount a persistent filesystem which -has extended attributes, such as -ext3, JFS, or XFS. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the domain mounting the filesystem. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_nfs_domtrans"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_nfs_domtrans</b>( - - - - - domain - - - - , - - - - target_domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute a file on a NFS filesystem -in the specified domain. -</p> - - -<h5>Description</h5> -<p> -</p><p> -Execute a file on a NFS filesystem -in the specified domain. This allows -the specified domain to execute any file -on a NFS filesystem in the specified -domain. This is not suggested. -</p><p> -</p><p> -No interprocess communication (signals, pipes, -etc.) is provided by this interface since -the domains are not owned by this module. -</p><p> -</p><p> -This interface was added to handle -home directories on NFS filesystems, -in particular used by the ssh-agent policy. -</p><p> -</p> - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -<tr><td> -target_domain -</td><td> -<p> -The type of the new process. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_noxattr_type"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_noxattr_type</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Transform specified type into a filesystem -type which does not have extended attribute -support. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_read_cifs_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_read_cifs_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read files on a CIFS or SMB filesystem. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_read_cifs_symlinks"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_read_cifs_symlinks</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read symbolic links on a CIFS or SMB filesystem. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the domain reading the symbolic links. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_read_eventpollfs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_read_eventpollfs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read eventpollfs files -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_read_nfs_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_read_nfs_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read files on a NFS filesystem. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_read_nfs_symlinks"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_read_nfs_symlinks</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read symbolic links on a NFS filesystem. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the domain reading the symbolic links. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_read_noxattr_fs_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_read_noxattr_fs_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read all noxattrfs files. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_read_noxattr_fs_symlinks"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_read_noxattr_fs_symlinks</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read all noxattrfs symbolic links. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_read_removable_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_read_removable_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read removable storage files. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_read_removable_symlinks"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_read_removable_symlinks</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read removable storage symbolic links. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_read_rpc_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_read_rpc_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read files of RPC file system pipes. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the domain reading the symbolic links. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_read_rpc_sockets"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_read_rpc_sockets</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read sockets of RPC file system pipes. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the domain reading the symbolic links. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_read_rpc_symlinks"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_read_rpc_symlinks</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read symbolic links of RPC file system pipes. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the domain reading the symbolic links. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_read_tmpfs_symlinks"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_read_tmpfs_symlinks</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read tmpfs link files. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_register_binary_executable_type"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_register_binary_executable_type</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Register an interpreter for new binary -file types, using the kernel binfmt_misc -support. A common use for this is to -register a JVM as an interpreter for -Java byte code. Registered binaries -can be directly executed on a command line -without specifying the interpreter. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the domain registering -the interpreter. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_relabel_tmpfs_blk_file"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_relabel_tmpfs_blk_file</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Relabel block nodes on tmpfs filesystems. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_relabel_tmpfs_chr_file"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_relabel_tmpfs_chr_file</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Relabel character nodes on tmpfs filesystems. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_relabelfrom_all_fs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_relabelfrom_all_fs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Relabelfrom all filesystems. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the domain doing the -getattr on the filesystem. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_relabelfrom_dos_fs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_relabelfrom_dos_fs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Allow changing of the label of a -DOS filesystem using the context= mount option. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the domain mounting the filesystem. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_relabelfrom_xattr_fs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_relabelfrom_xattr_fs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Allow changing of the label of a -filesystem with extended attributes -using the context= mount option. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the domain mounting the filesystem. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_remount_all_fs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_remount_all_fs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Remount all filesystems. This -allows some mount options to be changed. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the domain mounting the filesystem. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_remount_autofs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_remount_autofs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Remount an automount pseudo filesystem -This allows some mount options to be changed. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the domain remounting the filesystem. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_remount_cifs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_remount_cifs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Remount a CIFS or SMB network filesystem. -This allows some mount options to be changed. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the domain mounting the filesystem. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_remount_dos_fs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_remount_dos_fs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Remount a DOS filesystem, such as -FAT32 or NTFS. This allows -some mount options to be changed. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the domain remounting the filesystem. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_remount_iso9660_fs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_remount_iso9660_fs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Remount an iso9660 filesystem, which -is usually used on CDs. This allows -some mount options to be changed. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the domain remounting the filesystem. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_remount_nfs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_remount_nfs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Remount a NFS filesystem. This allows -some mount options to be changed. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the domain remounting the filesystem. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_remount_nfsd_fs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_remount_nfsd_fs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Mount a NFS server pseudo filesystem. -This allows some mount options to be changed. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the domain remounting the filesystem. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_remount_ramfs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_remount_ramfs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Remount a RAM filesystem. This allows -some mount options to be changed. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the domain remounting the filesystem. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_remount_romfs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_remount_romfs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Remount a ROM filesystem. This allows -some mount options to be changed. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the domain remounting the filesystem. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_remount_rpc_pipefs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_remount_rpc_pipefs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Remount a RPC pipe filesystem. This -allows some mount option to be changed. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the domain remounting the filesystem. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_remount_tmpfs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_remount_tmpfs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Remount a tmpfs filesystem. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the domain remounting the filesystem. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_remount_xattr_fs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_remount_xattr_fs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Remount a persistent filesystem which -has extended attributes, such as -ext3, JFS, or XFS. This allows -some mount options to be changed. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the domain remounting the filesystem. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_rw_nfsd_fs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_rw_nfsd_fs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read and write NFS server files. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the domain doing the -read or write on nfsd files. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_rw_ramfs_pipes"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_rw_ramfs_pipes</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read and write a named pipe on a ramfs filesystem. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_rw_tmpfs_blk_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_rw_tmpfs_blk_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read and write block nodes on tmpfs filesystems. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_rw_tmpfs_chr_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_rw_tmpfs_chr_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read and write character nodes on tmpfs filesystems. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_rw_tmpfs_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_rw_tmpfs_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read and write generic tmpfs files. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_search_all"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_search_all</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Search all directories with a filesystem type. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_search_auto_mountpoints"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_search_auto_mountpoints</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Search automount filesystem to use automatically -mounted filesystems. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the domain performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_search_cifs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_search_cifs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Search directories on a CIFS or SMB filesystem. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_search_inotifyfs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_search_inotifyfs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Search inotifyfs filesystem. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_search_nfs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_search_nfs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Search directories on a NFS filesystem. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_search_nfsd_fs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_search_nfsd_fs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Search NFS server directories. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the domain doing the -search on nfsd directories. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_search_ramfs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_search_ramfs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Search directories on a ramfs -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_search_removable"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_search_removable</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Search removable storage directories. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_search_rpc"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_search_rpc</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Search directories of RPC file system pipes. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the domain reading the symbolic links. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_search_tmpfs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_search_tmpfs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Search tmpfs directories. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_set_all_quotas"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_set_all_quotas</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Set the quotas of all filesystems. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the domain setting quotas. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_set_xattr_fs_quotas"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_set_xattr_fs_quotas</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Set the filesystem quotas of a filesystem -with extended attributes. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the domain mounting the filesystem. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_setattr_tmpfs_dirs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_setattr_tmpfs_dirs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Set the attributes of tmpfs directories. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_tmpfs_filetrans"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_tmpfs_filetrans</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_type"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_type</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Transform specified type into a filesystem type. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_unconfined"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_unconfined</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Unconfined access to filesystems -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_unmount_all_fs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_unmount_all_fs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Unmount all filesystems. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the domain unmounting the filesystem. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_unmount_autofs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_unmount_autofs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Unmount an automount pseudo filesystem. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the domain unmounting the filesystem. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_unmount_cifs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_unmount_cifs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Unmount a CIFS or SMB network filesystem. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the domain mounting the filesystem. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_unmount_dos_fs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_unmount_dos_fs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Unmount a DOS filesystem, such as -FAT32 or NTFS. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the domain unmounting the filesystem. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_unmount_iso9660_fs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_unmount_iso9660_fs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Unmount an iso9660 filesystem, which -is usually used on CDs. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the domain unmounting the filesystem. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_unmount_nfs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_unmount_nfs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Unmount a NFS filesystem. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the domain unmounting the filesystem. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_unmount_nfsd_fs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_unmount_nfsd_fs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Unmount a NFS server pseudo filesystem. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the domain unmounting the filesystem. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_unmount_ramfs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_unmount_ramfs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Unmount a RAM filesystem. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the domain unmounting the filesystem. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_unmount_romfs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_unmount_romfs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Unmount a ROM filesystem. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the domain unmounting the filesystem. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_unmount_rpc_pipefs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_unmount_rpc_pipefs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Unmount a RPC pipe filesystem. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the domain unmounting the filesystem. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_unmount_tmpfs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_unmount_tmpfs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Unmount a tmpfs filesystem. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the domain unmounting the filesystem. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_unmount_xattr_fs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_unmount_xattr_fs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Unmount a persistent filesystem which -has extended attributes, such as -ext3, JFS, or XFS. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the domain unmounting the filesystem. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_write_nfs_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_write_nfs_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read files on a NFS filesystem. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_write_ramfs_pipes"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_write_ramfs_pipes</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Write to named pipe on a ramfs filesystem. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fs_write_ramfs_sockets"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fs_write_ramfs_sockets</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Write to named socket on a ramfs filesystem. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - - -</div> -</body> -</html> diff --git a/www/api-docs/kernel_kernel.html b/www/api-docs/kernel_kernel.html deleted file mode 100644 index e25b4b0..0000000 --- a/www/api-docs/kernel_kernel.html +++ /dev/null @@ -1,4332 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - - <a href='kernel_corecommands.html'> - corecommands</a><br/> - - - <a href='kernel_corenetwork.html'> - corenetwork</a><br/> - - - <a href='kernel_devices.html'> - devices</a><br/> - - - <a href='kernel_domain.html'> - domain</a><br/> - - - <a href='kernel_files.html'> - files</a><br/> - - - <a href='kernel_filesystem.html'> - filesystem</a><br/> - - - <a href='kernel_kernel.html'> - kernel</a><br/> - - - <a href='kernel_mcs.html'> - mcs</a><br/> - - - <a href='kernel_mls.html'> - mls</a><br/> - - - <a href='kernel_selinux.html'> - selinux</a><br/> - - - <a href='kernel_storage.html'> - storage</a><br/> - - - <a href='kernel_terminal.html'> - terminal</a><br/> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: kernel</h1><p/> -<h2>Module: kernel</h2><p/> - -<h3>Description:</h3> - -<p><p> -Policy for kernel threads, proc filesystem, -and unlabeled processes and objects. -</p></p> - - -<p>This module is required to be included in all policies.</p> - - -<a name="interfaces"></a> -<h3>Interfaces: </h3> - -<a name="link_kernel_change_ring_buffer_level"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>kernel_change_ring_buffer_level</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Change the level of kernel messages logged to the console. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_kernel_clear_ring_buffer"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>kernel_clear_ring_buffer</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Allows the caller to clear the ring buffer. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The process type clearing the buffer. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_kernel_dgram_send"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>kernel_dgram_send</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send messages to kernel unix datagram sockets. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_kernel_domtrans_to"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>kernel_domtrans_to</b>( - - - - - domain - - - - , - - - - entrypoint - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Allows to start userland processes -by transitioning to the specified domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The process type entered by kernel. -</p> -</td><td> -No -</td></tr> - -<tr><td> -entrypoint -</td><td> -<p> -The executable type for the entrypoint. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_kernel_dontaudit_getattr_core_if"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>kernel_dontaudit_getattr_core_if</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to get the attributes of -core kernel interfaces. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The process type to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_kernel_dontaudit_getattr_message_if"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>kernel_dontaudit_getattr_message_if</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts by caller to get the attributes of kernel -message interfaces. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The process type not to audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_kernel_dontaudit_getattr_unlabeled_blk_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>kernel_dontaudit_getattr_unlabeled_blk_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts by caller to get attributes for -unlabeled block devices. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The process type not to audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_kernel_dontaudit_getattr_unlabeled_chr_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>kernel_dontaudit_getattr_unlabeled_chr_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts by caller to get attributes for -unlabeled character devices. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The process type not to audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_kernel_dontaudit_getattr_unlabeled_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>kernel_dontaudit_getattr_unlabeled_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts by caller to get the -attributes of an unlabeled file. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The process type not to audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_kernel_dontaudit_getattr_unlabeled_pipes"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>kernel_dontaudit_getattr_unlabeled_pipes</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts by caller to get the -attributes of unlabeled named pipes. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The process type not to audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_kernel_dontaudit_getattr_unlabeled_sockets"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>kernel_dontaudit_getattr_unlabeled_sockets</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts by caller to get the -attributes of unlabeled named sockets. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The process type not to audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_kernel_dontaudit_getattr_unlabeled_symlinks"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>kernel_dontaudit_getattr_unlabeled_symlinks</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts by caller to get the -attributes of unlabeled symbolic links. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The process type not to audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_kernel_dontaudit_list_proc"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>kernel_dontaudit_list_proc</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to list the -contents of directories in /proc. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_kernel_dontaudit_list_unlabeled"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>kernel_dontaudit_list_unlabeled</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to list unlabeled directories. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_kernel_dontaudit_read_proc_symlinks"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>kernel_dontaudit_read_proc_symlinks</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts by caller to -read system state information in proc. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The process type not to audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_kernel_dontaudit_read_ring_buffer"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>kernel_dontaudit_read_ring_buffer</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to read the ring buffer. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The domain to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_kernel_dontaudit_read_system_state"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>kernel_dontaudit_read_system_state</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts by caller to -read system state information in proc. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The process type not to audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_kernel_dontaudit_read_unlabeled_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>kernel_dontaudit_read_unlabeled_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts by caller to -read an unlabeled file. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_kernel_dontaudit_search_kernel_sysctl"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>kernel_dontaudit_search_kernel_sysctl</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to search generic kernel sysctls. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_kernel_dontaudit_search_network_state"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>kernel_dontaudit_search_network_state</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to search the network -state directory. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The process type reading the state. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_kernel_dontaudit_search_network_sysctl"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>kernel_dontaudit_search_network_sysctl</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts by caller to search network sysctl directories. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The process type not to audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_kernel_dontaudit_search_sysctl"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>kernel_dontaudit_search_sysctl</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts by caller to search -the base directory of sysctls. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The process type not to audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_kernel_dontaudit_use_fds"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>kernel_dontaudit_use_fds</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to use -kernel file descriptors. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of process not to audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_kernel_dontaudit_write_kernel_sysctl"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>kernel_dontaudit_write_kernel_sysctl</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to write generic kernel sysctls. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_kernel_get_sysvipc_info"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>kernel_get_sysvipc_info</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Get information on all System V IPC objects. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> - -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_kernel_getattr_core_if"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>kernel_getattr_core_if</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Allows caller to get attribues of core kernel interface. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The process type getting the attibutes. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_kernel_getattr_debugfs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>kernel_getattr_debugfs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Get the attributes of a kernel debugging filesystem. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_kernel_getattr_message_if"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>kernel_getattr_message_if</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Allow caller to get the attributes of kernel message -interface (/proc/kmsg). -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The process type getting the attributes. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_kernel_getattr_proc"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>kernel_getattr_proc</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Get the attributes of the proc filesystem. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_kernel_getattr_proc_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>kernel_getattr_proc_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Get the attributes of files in /proc. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_kernel_kill_unlabeled"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>kernel_kill_unlabeled</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send a kill signal to unlabeled processes. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_kernel_list_proc"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>kernel_list_proc</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -List the contents of directories in /proc. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_kernel_list_unlabeled"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>kernel_list_unlabeled</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -List unlabeled directories. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_kernel_load_module"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>kernel_load_module</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Allows caller to load kernel modules -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The process type to allow to load kernel modules. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_kernel_mount_debugfs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>kernel_mount_debugfs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Mount a kernel debugging filesystem. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the domain mounting the filesystem. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_kernel_read_all_sysctls"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>kernel_read_all_sysctls</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Allow caller to read all sysctls. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_kernel_read_debugfs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>kernel_read_debugfs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read information from the debugging filesystem. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_kernel_read_device_sysctls"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>kernel_read_device_sysctls</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Allow caller to read the device sysctls. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The process type to allow to read the device sysctls. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_kernel_read_fs_sysctls"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>kernel_read_fs_sysctls</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read filesystem sysctls. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_kernel_read_hotplug_sysctls"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>kernel_read_hotplug_sysctls</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read the hotplug sysctl. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_kernel_read_irq_sysctls"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>kernel_read_irq_sysctls</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read IRQ sysctls. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_kernel_read_kernel_sysctls"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>kernel_read_kernel_sysctls</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read generic kernel sysctls. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_kernel_read_messages"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>kernel_read_messages</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Allow caller to read kernel messages -using the /proc/kmsg interface. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The process type reading the messages. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_kernel_read_modprobe_sysctls"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>kernel_read_modprobe_sysctls</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read the modprobe sysctl. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_kernel_read_net_sysctls"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>kernel_read_net_sysctls</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Allow caller to read network sysctls. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_kernel_read_network_state"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>kernel_read_network_state</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Allow caller to read the network state information. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The process type reading the state. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_kernel_read_network_state_symlinks"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>kernel_read_network_state_symlinks</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Allow caller to read the network state symbolic links. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The process type reading the state. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_kernel_read_proc_symlinks"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>kernel_read_proc_symlinks</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read symbolic links in /proc. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_kernel_read_ring_buffer"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>kernel_read_ring_buffer</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Allows caller to read the ring buffer. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The process type allowed to read the ring buffer. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_kernel_read_rpc_sysctls"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>kernel_read_rpc_sysctls</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_kernel_read_software_raid_state"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>kernel_read_software_raid_state</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Allow caller to read the state information for software raid. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The process type reading software raid state. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_kernel_read_sysctl"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>kernel_read_sysctl</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Allow access to read sysctl directories. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The process type to allow to read sysctl directories. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_kernel_read_system_state"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>kernel_read_system_state</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Allows caller to read system state information in proc. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The process type reading the system state information. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_kernel_read_unix_sysctls"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>kernel_read_unix_sysctls</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Allow caller to read unix domain -socket sysctls. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_kernel_read_vm_sysctls"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>kernel_read_vm_sysctls</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Allow caller to read virtual memory sysctls. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_kernel_relabelfrom_unlabeled_dirs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>kernel_relabelfrom_unlabeled_dirs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Allow caller to relabel unlabeled directories. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The process type relabeling the objects. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_kernel_relabelfrom_unlabeled_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>kernel_relabelfrom_unlabeled_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Allow caller to relabel unlabeled files. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The process type relabeling the objects. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_kernel_relabelfrom_unlabeled_pipes"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>kernel_relabelfrom_unlabeled_pipes</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Allow caller to relabel unlabeled named pipes. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The process type relabeling the objects. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_kernel_relabelfrom_unlabeled_sockets"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>kernel_relabelfrom_unlabeled_sockets</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Allow caller to relabel unlabeled named sockets. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The process type relabeling the objects. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_kernel_relabelfrom_unlabeled_symlinks"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>kernel_relabelfrom_unlabeled_symlinks</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Allow caller to relabel unlabeled symbolic links. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The process type relabeling the objects. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_kernel_remount_debugfs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>kernel_remount_debugfs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Remount a kernel debugging filesystem. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the domain remounting the filesystem. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_kernel_rootfs_mountpoint"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>kernel_rootfs_mountpoint</b>( - - - - - directory_type - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Allows the kernel to mount filesystems on -the specified directory type. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -directory_type -</td><td> -<p> -The type of the directory to use as a mountpoint. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_kernel_rw_all_sysctls"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>kernel_rw_all_sysctls</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read and write all sysctls. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_kernel_rw_device_sysctls"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>kernel_rw_device_sysctls</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read and write device sysctls. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_kernel_rw_fs_sysctls"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>kernel_rw_fs_sysctls</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read and write fileystem sysctls. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_kernel_rw_hotplug_sysctls"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>kernel_rw_hotplug_sysctls</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read and write the hotplug sysctl. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_kernel_rw_irq_sysctls"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>kernel_rw_irq_sysctls</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read and write IRQ sysctls. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_kernel_rw_kernel_sysctl"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>kernel_rw_kernel_sysctl</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read and write generic kernel sysctls. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_kernel_rw_modprobe_sysctls"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>kernel_rw_modprobe_sysctls</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read and write the modprobe sysctl. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_kernel_rw_net_sysctls"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>kernel_rw_net_sysctls</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Allow caller to modiry contents of sysctl network files. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_kernel_rw_pipes"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>kernel_rw_pipes</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read and write kernel unnamed pipes. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_kernel_rw_rpc_sysctls"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>kernel_rw_rpc_sysctls</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_kernel_rw_software_raid_state"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>kernel_rw_software_raid_state</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Allow caller to read and set the state information for software raid. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The process type reading software raid state. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_kernel_rw_unix_dgram_sockets"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>kernel_rw_unix_dgram_sockets</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read and write kernel unix datagram sockets. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_kernel_rw_unix_sysctls"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>kernel_rw_unix_sysctls</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read and write unix domain -socket sysctls. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_kernel_rw_unlabeled_blk_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>kernel_rw_unlabeled_blk_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read and write unlabeled block device nodes. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_kernel_rw_unlabeled_dirs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>kernel_rw_unlabeled_dirs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read and write unlabeled directories. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_kernel_rw_vm_sysctls"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>kernel_rw_vm_sysctls</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read and write virtual memory sysctls. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_kernel_search_debugfs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>kernel_search_debugfs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Search the contents of a kernel debugging filesystem. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_kernel_search_network_state"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>kernel_search_network_state</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Allow searching of network state directory. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The process type reading the state. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_kernel_search_network_sysctl"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>kernel_search_network_sysctl</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Search network sysctl directories. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_kernel_search_proc"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>kernel_search_proc</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Search directories in /proc. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_kernel_search_vm_sysctl"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>kernel_search_vm_sysctl</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Allow caller to search virtual memory sysctls. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_kernel_sendrecv_unlabeled_association"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>kernel_sendrecv_unlabeled_association</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive messages from an -unlabeled IPSEC association. -</p> - - -<h5>Description</h5> -<p> -</p><p> -Send and receive messages from an -unlabeled IPSEC association. Network -connections that are not protected -by IPSEC have use an unlabeled -assocation. -</p><p> -</p><p> -The corenetwork interface -corenet_non_ipsec_sendrecv() should -be used instead of this one. -</p><p> -</p> - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_kernel_setpgid"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>kernel_setpgid</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Set the process group of kernel threads. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_kernel_share_state"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>kernel_share_state</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Allows the kernel to share state information with -the caller. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process with which to share state information. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_kernel_sigchld"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>kernel_sigchld</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send a SIGCHLD signal to kernel threads. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process sending the signal. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_kernel_sigchld_unlabeled"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>kernel_sigchld_unlabeled</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send a child terminated signal to unlabeled processes. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_kernel_signal"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>kernel_signal</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send a generic signal to kernel threads. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process sending the signal. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_kernel_signal_unlabeled"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>kernel_signal_unlabeled</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send general signals to unlabeled processes. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_kernel_signull_unlabeled"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>kernel_signull_unlabeled</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send a null signal to unlabeled processes. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_kernel_sigstop_unlabeled"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>kernel_sigstop_unlabeled</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send a stop signal to unlabeled processes. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_kernel_tcp_recvfrom"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>kernel_tcp_recvfrom</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Receive messages from kernel TCP sockets. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_kernel_udp_recvfrom"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>kernel_udp_recvfrom</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Receive messages from kernel UDP sockets. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_kernel_udp_send"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>kernel_udp_send</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send UDP network traffic to the kernel. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_kernel_unconfined"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>kernel_unconfined</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Unconfined access to kernel module resources. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_kernel_unmount_debugfs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>kernel_unmount_debugfs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Unmount a kernel debugging filesystem. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the domain unmounting the filesystem. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_kernel_use_fds"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>kernel_use_fds</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Permits caller to use kernel file descriptors. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process using the descriptors. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_kernel_write_proc_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>kernel_write_proc_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Write to generic proc entries. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - - -</div> -</body> -</html> diff --git a/www/api-docs/kernel_mcs.html b/www/api-docs/kernel_mcs.html deleted file mode 100644 index 49d1be6..0000000 --- a/www/api-docs/kernel_mcs.html +++ /dev/null @@ -1,157 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - - <a href='kernel_corecommands.html'> - corecommands</a><br/> - - - <a href='kernel_corenetwork.html'> - corenetwork</a><br/> - - - <a href='kernel_devices.html'> - devices</a><br/> - - - <a href='kernel_domain.html'> - domain</a><br/> - - - <a href='kernel_files.html'> - files</a><br/> - - - <a href='kernel_filesystem.html'> - filesystem</a><br/> - - - <a href='kernel_kernel.html'> - kernel</a><br/> - - - <a href='kernel_mcs.html'> - mcs</a><br/> - - - <a href='kernel_mls.html'> - mls</a><br/> - - - <a href='kernel_selinux.html'> - selinux</a><br/> - - - <a href='kernel_storage.html'> - storage</a><br/> - - - <a href='kernel_terminal.html'> - terminal</a><br/> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: kernel</h1><p/> -<h2>Module: mcs</h2><p/> - -<h3>Description:</h3> - -<p><p>Multicategory security policy</p></p> - - -<p>This module is required to be included in all policies.</p> - - -<a name="interfaces"></a> -<h3>Interfaces: </h3> - -<a name="link_mcs_killall"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>mcs_killall</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -This domain is allowed to sigkill and sigstop -all domains regardless of their MCS level. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain target for user exemption. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - - -</div> -</body> -</html> diff --git a/www/api-docs/kernel_mls.html b/www/api-docs/kernel_mls.html deleted file mode 100644 index 01643c7..0000000 --- a/www/api-docs/kernel_mls.html +++ /dev/null @@ -1,566 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - - <a href='kernel_corecommands.html'> - corecommands</a><br/> - - - <a href='kernel_corenetwork.html'> - corenetwork</a><br/> - - - <a href='kernel_devices.html'> - devices</a><br/> - - - <a href='kernel_domain.html'> - domain</a><br/> - - - <a href='kernel_files.html'> - files</a><br/> - - - <a href='kernel_filesystem.html'> - filesystem</a><br/> - - - <a href='kernel_kernel.html'> - kernel</a><br/> - - - <a href='kernel_mcs.html'> - mcs</a><br/> - - - <a href='kernel_mls.html'> - mls</a><br/> - - - <a href='kernel_selinux.html'> - selinux</a><br/> - - - <a href='kernel_storage.html'> - storage</a><br/> - - - <a href='kernel_terminal.html'> - terminal</a><br/> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: kernel</h1><p/> -<h2>Module: mls</h2><p/> - -<h3>Description:</h3> - -<p><p> -</p><p> -This module contains interfaces for handling multilevel -security. The interfaces allow the specified subjects -and objects to be allowed certain privileges in the -MLS rules. -</p><p> -</p></p> - - -<p>This module is required to be included in all policies.</p> - - -<a name="interfaces"></a> -<h3>Interfaces: </h3> - -<a name="link_mls_file_downgrade"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>mls_file_downgrade</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Make specified domain MLS trusted -for lowering the level of files. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_mls_file_read_up"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>mls_file_read_up</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Make specified domain MLS trusted -for reading from files at higher levels. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_mls_file_upgrade"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>mls_file_upgrade</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Make specified domain MLS trusted -for raising the level of files. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_mls_file_write_down"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>mls_file_write_down</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Make specified domain MLS trusted -for writing to files at lower levels. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_mls_process_read_up"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>mls_process_read_up</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Make specified domain MLS trusted -for reading from processes at higher levels. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_mls_process_set_level"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>mls_process_set_level</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Make specified domain MLS trusted -for setting the level of processes -it executes. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_mls_process_write_down"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>mls_process_write_down</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Make specified domain MLS trusted -for writing to processes at lower levels. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_mls_rangetrans_source"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>mls_rangetrans_source</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Allow the specified domain to do a MLS -range transition that changes -the current level. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_mls_rangetrans_target"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>mls_rangetrans_target</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Make specified domain a target domain -for MLS range transitions that change -the current level. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_mls_trusted_object"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>mls_trusted_object</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Make specified object MLS trusted. -</p> - - -<h5>Description</h5> -<p> -</p><p> -Make specified object MLS trusted. This -allows all levels to read and write the -object. -</p><p> -</p><p> -This currently only applies to filesystem -objects, for example, files and directories. -</p><p> -</p> - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the object. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - - -</div> -</body> -</html> diff --git a/www/api-docs/kernel_selinux.html b/www/api-docs/kernel_selinux.html deleted file mode 100644 index 96fb982..0000000 --- a/www/api-docs/kernel_selinux.html +++ /dev/null @@ -1,884 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - - <a href='kernel_corecommands.html'> - corecommands</a><br/> - - - <a href='kernel_corenetwork.html'> - corenetwork</a><br/> - - - <a href='kernel_devices.html'> - devices</a><br/> - - - <a href='kernel_domain.html'> - domain</a><br/> - - - <a href='kernel_files.html'> - files</a><br/> - - - <a href='kernel_filesystem.html'> - filesystem</a><br/> - - - <a href='kernel_kernel.html'> - kernel</a><br/> - - - <a href='kernel_mcs.html'> - mcs</a><br/> - - - <a href='kernel_mls.html'> - mls</a><br/> - - - <a href='kernel_selinux.html'> - selinux</a><br/> - - - <a href='kernel_storage.html'> - storage</a><br/> - - - <a href='kernel_terminal.html'> - terminal</a><br/> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: kernel</h1><p/> -<h2>Module: selinux</h2><p/> - -<h3>Description:</h3> - -<p><p> -Policy for kernel security interface, in particular, selinuxfs. -</p></p> - - -<p>This module is required to be included in all policies.</p> - - -<a name="interfaces"></a> -<h3>Interfaces: </h3> - -<a name="link_selinux_compute_access_vector"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>selinux_compute_access_vector</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Allows caller to compute an access vector. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The process type allowed to compute an access vector. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_selinux_compute_create_context"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>selinux_compute_create_context</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Calculate the default type for object creation. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_selinux_compute_member"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>selinux_compute_member</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Allows caller to compute polyinstatntiated -directory members. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_selinux_compute_relabel_context"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>selinux_compute_relabel_context</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Calculate the context for relabeling objects. -</p> - - -<h5>Description</h5> -<p> -</p><p> -Calculate the context for relabeling objects. -This is determined by using the type_change -rules in the policy, and is generally used -for determining the context for relabeling -a terminal when a user logs in. -</p><p> -</p> - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_selinux_compute_user_contexts"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>selinux_compute_user_contexts</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Allows caller to compute possible contexts for a user. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The process type allowed to compute user contexts. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_selinux_dontaudit_getattr_dir"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>selinux_dontaudit_getattr_dir</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to get the -attributes of the selinuxfs directory. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_selinux_dontaudit_read_fs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>selinux_dontaudit_read_fs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to read -generic selinuxfs entries -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_selinux_dontaudit_search_fs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>selinux_dontaudit_search_fs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to search selinuxfs. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_selinux_get_enforce_mode"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>selinux_get_enforce_mode</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Allows the caller to get the mode of policy enforcement -(enforcing or permissive mode). -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The process type to allow to get the enforcing mode. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_selinux_get_fs_mount"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>selinux_get_fs_mount</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Gets the caller the mountpoint of the selinuxfs filesystem. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The process type requesting the selinuxfs mountpoint. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_selinux_load_policy"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>selinux_load_policy</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Allow caller to load the policy into the kernel. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The process type that will load the policy. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_selinux_search_fs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>selinux_search_fs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Search selinuxfs. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_selinux_set_boolean"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>selinux_set_boolean</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Allow caller to set the state of Booleans to -enable or disable conditional portions of the policy. -</p> - - -<h5>Description</h5> -<p> -</p><p> -Allow caller to set the state of Booleans to -enable or disable conditional portions of the policy. -</p><p> -</p><p> -Since this is a security event, this action is -always audited. -</p><p> -</p> - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The process type allowed to set the Boolean. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_selinux_set_enforce_mode"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>selinux_set_enforce_mode</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Allow caller to set the mode of policy enforcement -(enforcing or permissive mode). -</p> - - -<h5>Description</h5> -<p> -</p><p> -Allow caller to set the mode of policy enforcement -(enforcing or permissive mode). -</p><p> -</p><p> -Since this is a security event, this action is -always audited. -</p><p> -</p> - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The process type to allow to set the enforcement mode. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_selinux_set_parameters"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>selinux_set_parameters</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Allow caller to set SELinux access vector cache parameters. -</p> - - -<h5>Description</h5> -<p> -</p><p> -Allow caller to set SELinux access vector cache parameters. -The allows the domain to set performance related parameters -of the AVC, such as cache threshold. -</p><p> -</p><p> -Since this is a security event, this action is -always audited. -</p><p> -</p> - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The process type to allow to set security parameters. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_selinux_unconfined"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>selinux_unconfined</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Unconfined access to the SELinux kernel security server. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_selinux_validate_context"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>selinux_validate_context</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Allows caller to validate security contexts. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The process type permitted to validate contexts. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - - -</div> -</body> -</html> diff --git a/www/api-docs/kernel_storage.html b/www/api-docs/kernel_storage.html deleted file mode 100644 index dfdda44..0000000 --- a/www/api-docs/kernel_storage.html +++ /dev/null @@ -1,1541 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - - <a href='kernel_corecommands.html'> - corecommands</a><br/> - - - <a href='kernel_corenetwork.html'> - corenetwork</a><br/> - - - <a href='kernel_devices.html'> - devices</a><br/> - - - <a href='kernel_domain.html'> - domain</a><br/> - - - <a href='kernel_files.html'> - files</a><br/> - - - <a href='kernel_filesystem.html'> - filesystem</a><br/> - - - <a href='kernel_kernel.html'> - kernel</a><br/> - - - <a href='kernel_mcs.html'> - mcs</a><br/> - - - <a href='kernel_mls.html'> - mls</a><br/> - - - <a href='kernel_selinux.html'> - selinux</a><br/> - - - <a href='kernel_storage.html'> - storage</a><br/> - - - <a href='kernel_terminal.html'> - terminal</a><br/> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: kernel</h1><p/> -<h2>Module: storage</h2><p/> - -<h3>Description:</h3> - -<p><p>Policy controlling access to storage devices</p></p> - - - -<a name="interfaces"></a> -<h3>Interfaces: </h3> - -<a name="link_storage_dev_filetrans_fixed_disk"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>storage_dev_filetrans_fixed_disk</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Create block devices in /dev with the fixed disk type -via an automatic type transition. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_storage_dontaudit_getattr_fixed_disk_dev"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>storage_dontaudit_getattr_fixed_disk_dev</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts made by the caller to get -the attributes of fixed disk device nodes. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_storage_dontaudit_getattr_removable_dev"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>storage_dontaudit_getattr_removable_dev</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts made by the caller to get -the attributes of removable devices device nodes. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_storage_dontaudit_raw_read_removable_device"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>storage_dontaudit_raw_read_removable_device</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to directly read removable devices. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_storage_dontaudit_raw_write_removable_device"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>storage_dontaudit_raw_write_removable_device</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to directly write removable devices. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_storage_dontaudit_read_fixed_disk"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>storage_dontaudit_read_fixed_disk</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts made by the caller to read -fixed disk device nodes. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_storage_dontaudit_read_removable_device"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>storage_dontaudit_read_removable_device</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts made by the caller to read -removable devices device nodes. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_storage_dontaudit_rw_scsi_generic"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>storage_dontaudit_rw_scsi_generic</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to read or write -SCSI generic device interfaces. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_storage_dontaudit_setattr_fixed_disk_dev"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>storage_dontaudit_setattr_fixed_disk_dev</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts made by the caller to set -the attributes of fixed disk device nodes. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_storage_dontaudit_setattr_removable_dev"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>storage_dontaudit_setattr_removable_dev</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts made by the caller to set -the attributes of removable devices device nodes. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_storage_dontaudit_write_fixed_disk"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>storage_dontaudit_write_fixed_disk</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts made by the caller to write -fixed disk device nodes. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_storage_getattr_fixed_disk_dev"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>storage_getattr_fixed_disk_dev</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Allow the caller to get the attributes of fixed disk -device nodes. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_storage_getattr_removable_dev"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>storage_getattr_removable_dev</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Allow the caller to get the attributes of removable -devices device nodes. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_storage_getattr_scsi_generic_dev"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>storage_getattr_scsi_generic_dev</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Allow the caller to get the attributes of -the generic SCSI interface device nodes. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_storage_getattr_tape_dev"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>storage_getattr_tape_dev</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Allow the caller to get the attributes -of device nodes of tape devices. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_storage_manage_fixed_disk"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>storage_manage_fixed_disk</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Create, read, write, and delete fixed disk device nodes. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_storage_raw_read_fixed_disk"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>storage_raw_read_fixed_disk</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Allow the caller to directly read from a fixed disk. -This is extremly dangerous as it can bypass the -SELinux protections for filesystem objects, and -should only be used by trusted domains. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_storage_raw_read_removable_device"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>storage_raw_read_removable_device</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Allow the caller to directly read from -a removable device. -This is extremly dangerous as it can bypass the -SELinux protections for filesystem objects, and -should only be used by trusted domains. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_storage_raw_write_fixed_disk"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>storage_raw_write_fixed_disk</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Allow the caller to directly write to a fixed disk. -This is extremly dangerous as it can bypass the -SELinux protections for filesystem objects, and -should only be used by trusted domains. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_storage_raw_write_removable_device"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>storage_raw_write_removable_device</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Allow the caller to directly write to -a removable device. -This is extremly dangerous as it can bypass the -SELinux protections for filesystem objects, and -should only be used by trusted domains. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_storage_read_scsi_generic"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>storage_read_scsi_generic</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Allow the caller to directly read, in a -generic fashion, from any SCSI device. -This is extremly dangerous as it can bypass the -SELinux protections for filesystem objects, and -should only be used by trusted domains. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_storage_read_tape"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>storage_read_tape</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Allow the caller to directly read -a tape device. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_storage_relabel_fixed_disk"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>storage_relabel_fixed_disk</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Relabel fixed disk device nodes. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_storage_setattr_fixed_disk_dev"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>storage_setattr_fixed_disk_dev</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Allow the caller to set the attributes of fixed disk -device nodes. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_storage_setattr_removable_dev"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>storage_setattr_removable_dev</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Allow the caller to set the attributes of removable -devices device nodes. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_storage_setattr_scsi_generic_dev"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>storage_setattr_scsi_generic_dev</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Allow the caller to set the attributes of -the generic SCSI interface device nodes. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_storage_setattr_scsi_generic_dev_dev"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>storage_setattr_scsi_generic_dev_dev</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Set attributes of the device nodes -for the SCSI generic inerface. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_storage_setattr_tape_dev"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>storage_setattr_tape_dev</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Allow the caller to set the attributes -of device nodes of tape devices. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_storage_swapon_fixed_disk"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>storage_swapon_fixed_disk</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Enable a fixed disk device as swap space -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_storage_tmpfs_filetrans_fixed_disk"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>storage_tmpfs_filetrans_fixed_disk</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Create block devices in on a tmpfs filesystem with the -fixed disk type via an automatic type transition. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_storage_unconfined"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>storage_unconfined</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Unconfined access to storage devices. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_storage_write_scsi_generic"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>storage_write_scsi_generic</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Allow the caller to directly write, in a -generic fashion, from any SCSI device. -This is extremly dangerous as it can bypass the -SELinux protections for filesystem objects, and -should only be used by trusted domains. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_storage_write_tape"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>storage_write_tape</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Allow the caller to directly read -a tape device. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - - -</div> -</body> -</html> diff --git a/www/api-docs/kernel_terminal.html b/www/api-docs/kernel_terminal.html deleted file mode 100644 index 037110c..0000000 --- a/www/api-docs/kernel_terminal.html +++ /dev/null @@ -1,2119 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - - <a href='kernel_corecommands.html'> - corecommands</a><br/> - - - <a href='kernel_corenetwork.html'> - corenetwork</a><br/> - - - <a href='kernel_devices.html'> - devices</a><br/> - - - <a href='kernel_domain.html'> - domain</a><br/> - - - <a href='kernel_files.html'> - files</a><br/> - - - <a href='kernel_filesystem.html'> - filesystem</a><br/> - - - <a href='kernel_kernel.html'> - kernel</a><br/> - - - <a href='kernel_mcs.html'> - mcs</a><br/> - - - <a href='kernel_mls.html'> - mls</a><br/> - - - <a href='kernel_selinux.html'> - selinux</a><br/> - - - <a href='kernel_storage.html'> - storage</a><br/> - - - <a href='kernel_terminal.html'> - terminal</a><br/> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: kernel</h1><p/> -<h2>Module: terminal</h2><p/> - -<h3>Description:</h3> - -<p><p>Policy for terminals.</p></p> - - -<p>This module is required to be included in all policies.</p> - - -<a name="interfaces"></a> -<h3>Interfaces: </h3> - -<a name="link_term_create_pty"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>term_create_pty</b>( - - - - - domain - - - - , - - - - pty_type - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Create a pty in the /dev/pts directory. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process creating the pty. -</p> -</td><td> -No -</td></tr> - -<tr><td> -pty_type -</td><td> -<p> -The type of the pty. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_term_dontaudit_getattr_all_user_ptys"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>term_dontaudit_getattr_all_user_ptys</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to get the -attributes of any user pty -device nodes. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_term_dontaudit_getattr_all_user_ttys"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>term_dontaudit_getattr_all_user_ttys</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to get the -attributes of any user tty -device nodes. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_term_dontaudit_getattr_pty_dirs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>term_dontaudit_getattr_pty_dirs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to get the -attributes of the /dev/pts directory. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_term_dontaudit_getattr_unallocated_ttys"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>term_dontaudit_getattr_unallocated_ttys</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to get the attributes -of all unallocated tty device nodes. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_term_dontaudit_ioctl_unallocated_ttys"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>term_dontaudit_ioctl_unallocated_ttys</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to ioctl -unallocated tty device nodes. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_term_dontaudit_list_ptys"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>term_dontaudit_list_ptys</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to read the -/dev/pts directory. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_term_dontaudit_manage_pty_dirs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>term_dontaudit_manage_pty_dirs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to create, read, -write, or delete the /dev/pts directory. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_term_dontaudit_search_ptys"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>term_dontaudit_search_ptys</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to search the -contents of the /dev/pts directory. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_term_dontaudit_use_all_user_ptys"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>term_dontaudit_use_all_user_ptys</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to read any -user ptys. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_term_dontaudit_use_all_user_ttys"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>term_dontaudit_use_all_user_ttys</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to read or write -any user ttys. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_term_dontaudit_use_console"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>term_dontaudit_use_console</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attemtps to read from -or write to the console. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_term_dontaudit_use_generic_ptys"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>term_dontaudit_use_generic_ptys</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Dot not audit attempts to read and -write the generic pty type. This is -generally only used in the targeted policy. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_term_dontaudit_use_ptmx"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>term_dontaudit_use_ptmx</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to read and -write the pty multiplexor (/dev/ptmx). -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_term_dontaudit_use_unallocated_ttys"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>term_dontaudit_use_unallocated_ttys</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to read or -write unallocated ttys. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_term_getattr_all_user_ptys"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>term_getattr_all_user_ptys</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Get the attributes of all user -pty device nodes. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_term_getattr_all_user_ttys"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>term_getattr_all_user_ttys</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Get the attributes of all user tty -device nodes. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_term_getattr_unallocated_ttys"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>term_getattr_unallocated_ttys</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Get the attributes of all unallocated -tty device nodes. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_term_ioctl_generic_ptys"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>term_ioctl_generic_ptys</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -ioctl of generic pty types. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_term_list_ptys"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>term_list_ptys</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read the /dev/pts directory to -list all ptys. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_term_login_pty"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>term_login_pty</b>( - - - - - pty_type - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Transform specified type into a pty type -used by login programs, such as sshd. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -pty_type -</td><td> -<p> -An object type that will applied to a pty. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_term_pty"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>term_pty</b>( - - - - - pty_type - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Transform specified type into a pty type. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -pty_type -</td><td> -<p> -An object type that will applied to a pty. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_term_read_console"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>term_read_console</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read from the console. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_term_relabel_all_user_ptys"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>term_relabel_all_user_ptys</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Relabel from and to all user -user pty device nodes. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_term_relabel_all_user_ttys"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>term_relabel_all_user_ttys</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Relabel from and to all user -user tty device nodes. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_term_relabel_unallocated_ttys"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>term_relabel_unallocated_ttys</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Relabel from and to the unallocated -tty type. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_term_relabelto_all_user_ptys"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>term_relabelto_all_user_ptys</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Relabel to all user ptys. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_term_reset_tty_labels"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>term_reset_tty_labels</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Relabel from all user tty types to -the unallocated tty type. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_term_search_ptys"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>term_search_ptys</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Search the contents of the /dev/pts directory. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_term_setattr_all_user_ptys"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>term_setattr_all_user_ptys</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Set the attributes of all user -pty device nodes. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_term_setattr_all_user_ttys"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>term_setattr_all_user_ttys</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Set the attributes of all user tty -device nodes. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_term_setattr_console"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>term_setattr_console</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Set the attributes of the console -device node. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_term_setattr_unallocated_ttys"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>term_setattr_unallocated_ttys</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Set the attributes of all unallocated -tty device nodes. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_term_tty"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>term_tty</b>( - - - - - tty_type - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Transform specified type into a tty type. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -tty_type -</td><td> -<p> -An object type that will applied to a tty. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_term_use_all_terms"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>term_use_all_terms</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read and write the console, all -ttys and all ptys. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_term_use_all_user_ptys"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>term_use_all_user_ptys</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read and write all user ptys. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_term_use_all_user_ttys"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>term_use_all_user_ttys</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read and write all user to all user ttys. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_term_use_console"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>term_use_console</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read from and write to the console. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_term_use_controlling_term"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>term_use_controlling_term</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read and write the controlling -terminal (/dev/tty). -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_term_use_generic_ptys"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>term_use_generic_ptys</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read and write the generic pty -type. This is generally only used in -the targeted policy. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_term_use_ptmx"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>term_use_ptmx</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read and write the pty multiplexor (/dev/ptmx). -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process to allow access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_term_use_unallocated_ttys"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>term_use_unallocated_ttys</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read and write unallocated ttys. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_term_user_pty"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>term_user_pty</b>( - - - - - userdomain - - - - , - - - - object_type - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Transform specified type into an user -pty type. This allows it to be relabeled via -type change by login programs such as ssh. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -userdomain -</td><td> -<p> -The type of the user domain associated with -this pty. -</p> -</td><td> -No -</td></tr> - -<tr><td> -object_type -</td><td> -<p> -An object type that will applied to a pty. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_term_write_all_user_ttys"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>term_write_all_user_ttys</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Write to all user ttys. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_term_write_console"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>term_write_console</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Write to the console. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_term_write_unallocated_ttys"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>term_write_unallocated_ttys</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Write to unallocated ttys. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - - -</div> -</body> -</html> diff --git a/www/api-docs/services.html b/www/api-docs/services.html deleted file mode 100644 index 4b549ae..0000000 --- a/www/api-docs/services.html +++ /dev/null @@ -1,731 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - - <a href='services_apache.html'> - apache</a><br/> - - - <a href='services_apm.html'> - apm</a><br/> - - - <a href='services_arpwatch.html'> - arpwatch</a><br/> - - - <a href='services_automount.html'> - automount</a><br/> - - - <a href='services_avahi.html'> - avahi</a><br/> - - - <a href='services_bind.html'> - bind</a><br/> - - - <a href='services_bluetooth.html'> - bluetooth</a><br/> - - - <a href='services_canna.html'> - canna</a><br/> - - - <a href='services_comsat.html'> - comsat</a><br/> - - - <a href='services_cpucontrol.html'> - cpucontrol</a><br/> - - - <a href='services_cron.html'> - cron</a><br/> - - - <a href='services_cups.html'> - cups</a><br/> - - - <a href='services_cvs.html'> - cvs</a><br/> - - - <a href='services_cyrus.html'> - cyrus</a><br/> - - - <a href='services_dbskk.html'> - dbskk</a><br/> - - - <a href='services_dbus.html'> - dbus</a><br/> - - - <a href='services_dhcp.html'> - dhcp</a><br/> - - - <a href='services_dictd.html'> - dictd</a><br/> - - - <a href='services_distcc.html'> - distcc</a><br/> - - - <a href='services_djbdns.html'> - djbdns</a><br/> - - - <a href='services_dovecot.html'> - dovecot</a><br/> - - - <a href='services_fetchmail.html'> - fetchmail</a><br/> - - - <a href='services_finger.html'> - finger</a><br/> - - - <a href='services_ftp.html'> - ftp</a><br/> - - - <a href='services_gpm.html'> - gpm</a><br/> - - - <a href='services_hal.html'> - hal</a><br/> - - - <a href='services_howl.html'> - howl</a><br/> - - - <a href='services_i18n_input.html'> - i18n_input</a><br/> - - - <a href='services_inetd.html'> - inetd</a><br/> - - - <a href='services_inn.html'> - inn</a><br/> - - - <a href='services_irqbalance.html'> - irqbalance</a><br/> - - - <a href='services_kerberos.html'> - kerberos</a><br/> - - - <a href='services_ktalk.html'> - ktalk</a><br/> - - - <a href='services_ldap.html'> - ldap</a><br/> - - - <a href='services_lpd.html'> - lpd</a><br/> - - - <a href='services_mailman.html'> - mailman</a><br/> - - - <a href='services_mta.html'> - mta</a><br/> - - - <a href='services_mysql.html'> - mysql</a><br/> - - - <a href='services_networkmanager.html'> - networkmanager</a><br/> - - - <a href='services_nis.html'> - nis</a><br/> - - - <a href='services_nscd.html'> - nscd</a><br/> - - - <a href='services_ntp.html'> - ntp</a><br/> - - - <a href='services_openct.html'> - openct</a><br/> - - - <a href='services_pegasus.html'> - pegasus</a><br/> - - - <a href='services_portmap.html'> - portmap</a><br/> - - - <a href='services_postfix.html'> - postfix</a><br/> - - - <a href='services_postgresql.html'> - postgresql</a><br/> - - - <a href='services_ppp.html'> - ppp</a><br/> - - - <a href='services_privoxy.html'> - privoxy</a><br/> - - - <a href='services_procmail.html'> - procmail</a><br/> - - - <a href='services_publicfile.html'> - publicfile</a><br/> - - - <a href='services_radius.html'> - radius</a><br/> - - - <a href='services_radvd.html'> - radvd</a><br/> - - - <a href='services_rdisc.html'> - rdisc</a><br/> - - - <a href='services_remotelogin.html'> - remotelogin</a><br/> - - - <a href='services_rlogin.html'> - rlogin</a><br/> - - - <a href='services_roundup.html'> - roundup</a><br/> - - - <a href='services_rpc.html'> - rpc</a><br/> - - - <a href='services_rshd.html'> - rshd</a><br/> - - - <a href='services_rsync.html'> - rsync</a><br/> - - - <a href='services_samba.html'> - samba</a><br/> - - - <a href='services_sasl.html'> - sasl</a><br/> - - - <a href='services_sendmail.html'> - sendmail</a><br/> - - - <a href='services_slrnpull.html'> - slrnpull</a><br/> - - - <a href='services_smartmon.html'> - smartmon</a><br/> - - - <a href='services_snmp.html'> - snmp</a><br/> - - - <a href='services_spamassassin.html'> - spamassassin</a><br/> - - - <a href='services_squid.html'> - squid</a><br/> - - - <a href='services_ssh.html'> - ssh</a><br/> - - - <a href='services_stunnel.html'> - stunnel</a><br/> - - - <a href='services_sysstat.html'> - sysstat</a><br/> - - - <a href='services_tcpd.html'> - tcpd</a><br/> - - - <a href='services_telnet.html'> - telnet</a><br/> - - - <a href='services_tftp.html'> - tftp</a><br/> - - - <a href='services_timidity.html'> - timidity</a><br/> - - - <a href='services_ucspitcp.html'> - ucspitcp</a><br/> - - - <a href='services_uucp.html'> - uucp</a><br/> - - - <a href='services_xfs.html'> - xfs</a><br/> - - - <a href='services_xserver.html'> - xserver</a><br/> - - - <a href='services_zebra.html'> - zebra</a><br/> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> - -<h1>Layer: services</h1><p/> - -<p><p> - Policy modules for system services, like cron, and network services, - like sshd. -</p></p><br/> - - -<table border="1" cellspacing="0" cellpadding="3" width="75%"> -<tr><td class="title">Module:</td><td class="title">Description:</td></tr> - - - </td></tr> - - - </td></tr> - - - </td></tr> - - - <tr><td> - <a href='services_apache.html'> - apache</a></td> - <td><p>Apache web server</p></td> - - <tr><td> - <a href='services_apm.html'> - apm</a></td> - <td><p>Advanced power management daemon</p></td> - - <tr><td> - <a href='services_arpwatch.html'> - arpwatch</a></td> - <td><p>Ethernet activity monitor.</p></td> - - <tr><td> - <a href='services_automount.html'> - automount</a></td> - <td><p>Filesystem automounter service.</p></td> - - <tr><td> - <a href='services_avahi.html'> - avahi</a></td> - <td><p>mDNS/DNS-SD daemon implementing Apple ZeroConf architecture</p></td> - - <tr><td> - <a href='services_bind.html'> - bind</a></td> - <td><p>Berkeley internet name domain DNS server.</p></td> - - <tr><td> - <a href='services_bluetooth.html'> - bluetooth</a></td> - <td><p>Bluetooth tools and system services.</p></td> - - <tr><td> - <a href='services_canna.html'> - canna</a></td> - <td><p>Canna - kana-kanji conversion server</p></td> - - <tr><td> - <a href='services_comsat.html'> - comsat</a></td> - <td><p>Comsat, a biff server.</p></td> - - <tr><td> - <a href='services_cpucontrol.html'> - cpucontrol</a></td> - <td><p>Services for loading CPU microcode and CPU frequency scaling.</p></td> - - <tr><td> - <a href='services_cron.html'> - cron</a></td> - <td><p>Periodic execution of scheduled commands.</p></td> - - <tr><td> - <a href='services_cups.html'> - cups</a></td> - <td><p>Common UNIX printing system</p></td> - - <tr><td> - <a href='services_cvs.html'> - cvs</a></td> - <td><p>Concurrent versions system</p></td> - - <tr><td> - <a href='services_cyrus.html'> - cyrus</a></td> - <td><p>Cyrus is an IMAP service intended to be run on sealed servers</p></td> - - <tr><td> - <a href='services_dbskk.html'> - dbskk</a></td> - <td><p>Dictionary server for the SKK Japanese input method system.</p></td> - - <tr><td> - <a href='services_dbus.html'> - dbus</a></td> - <td><p>Desktop messaging bus</p></td> - - <tr><td> - <a href='services_dhcp.html'> - dhcp</a></td> - <td><p>Dynamic host configuration protocol (DHCP) server</p></td> - - <tr><td> - <a href='services_dictd.html'> - dictd</a></td> - <td><p>Dictionary daemon</p></td> - - <tr><td> - <a href='services_distcc.html'> - distcc</a></td> - <td><p>Distributed compiler daemon</p></td> - - <tr><td> - <a href='services_djbdns.html'> - djbdns</a></td> - <td><p>small and secure DNS daemon</p></td> - - <tr><td> - <a href='services_dovecot.html'> - dovecot</a></td> - <td><p>Dovecot POP and IMAP mail server</p></td> - - <tr><td> - <a href='services_fetchmail.html'> - fetchmail</a></td> - <td><p>Remote-mail retrieval and forwarding utility</p></td> - - <tr><td> - <a href='services_finger.html'> - finger</a></td> - <td><p>Finger user information service.</p></td> - - <tr><td> - <a href='services_ftp.html'> - ftp</a></td> - <td><p>File transfer protocol service</p></td> - - <tr><td> - <a href='services_gpm.html'> - gpm</a></td> - <td><p>General Purpose Mouse driver</p></td> - - <tr><td> - <a href='services_hal.html'> - hal</a></td> - <td><p>Hardware abstraction layer</p></td> - - <tr><td> - <a href='services_howl.html'> - howl</a></td> - <td><p>Port of Apple Rendezvous multicast DNS</p></td> - - <tr><td> - <a href='services_i18n_input.html'> - i18n_input</a></td> - <td><p>IIIMF htt server</p></td> - - <tr><td> - <a href='services_inetd.html'> - inetd</a></td> - <td><p>Internet services daemon.</p></td> - - <tr><td> - <a href='services_inn.html'> - inn</a></td> - <td><p>Internet News NNTP server</p></td> - - <tr><td> - <a href='services_irqbalance.html'> - irqbalance</a></td> - <td><p>IRQ balancing daemon</p></td> - - <tr><td> - <a href='services_kerberos.html'> - kerberos</a></td> - <td><p>MIT Kerberos admin and KDC</p></td> - - <tr><td> - <a href='services_ktalk.html'> - ktalk</a></td> - <td><p>KDE Talk daemon</p></td> - - <tr><td> - <a href='services_ldap.html'> - ldap</a></td> - <td><p>OpenLDAP directory server</p></td> - - <tr><td> - <a href='services_lpd.html'> - lpd</a></td> - <td><p>Line printer daemon</p></td> - - <tr><td> - <a href='services_mailman.html'> - mailman</a></td> - <td><p>Mailman is for managing electronic mail discussion and e-newsletter lists</p></td> - - <tr><td> - <a href='services_mta.html'> - mta</a></td> - <td><p>Policy common to all email tranfer agents.</p></td> - - <tr><td> - <a href='services_mysql.html'> - mysql</a></td> - <td><p>Policy for MySQL</p></td> - - <tr><td> - <a href='services_networkmanager.html'> - networkmanager</a></td> - <td><p>Manager for dynamically switching between networks.</p></td> - - <tr><td> - <a href='services_nis.html'> - nis</a></td> - <td><p>Policy for NIS (YP) servers and clients</p></td> - - <tr><td> - <a href='services_nscd.html'> - nscd</a></td> - <td><p>Name service cache daemon</p></td> - - <tr><td> - <a href='services_ntp.html'> - ntp</a></td> - <td><p>Network time protocol daemon</p></td> - - <tr><td> - <a href='services_openct.html'> - openct</a></td> - <td><p>Service for handling smart card readers.</p></td> - - <tr><td> - <a href='services_pegasus.html'> - pegasus</a></td> - <td><p>The Open Group Pegasus CIM/WBEM Server.</p></td> - - <tr><td> - <a href='services_portmap.html'> - portmap</a></td> - <td><p>RPC port mapping service.</p></td> - - <tr><td> - <a href='services_postfix.html'> - postfix</a></td> - <td><p>Postfix email server</p></td> - - <tr><td> - <a href='services_postgresql.html'> - postgresql</a></td> - <td><p>PostgreSQL relational database</p></td> - - <tr><td> - <a href='services_ppp.html'> - ppp</a></td> - <td><p>Point to Point Protocol daemon creates links in ppp networks</p></td> - - <tr><td> - <a href='services_privoxy.html'> - privoxy</a></td> - <td><p>Privacy enhancing web proxy.</p></td> - - <tr><td> - <a href='services_procmail.html'> - procmail</a></td> - <td><p>Procmail mail delivery agent</p></td> - - <tr><td> - <a href='services_publicfile.html'> - publicfile</a></td> - <td><p>publicfile supplies files to the public through HTTP and FTP</p></td> - - <tr><td> - <a href='services_radius.html'> - radius</a></td> - <td><p>RADIUS authentication and accounting server.</p></td> - - <tr><td> - <a href='services_radvd.html'> - radvd</a></td> - <td><p>IPv6 router advertisement daemon</p></td> - - <tr><td> - <a href='services_rdisc.html'> - rdisc</a></td> - <td><p>Network router discovery daemon</p></td> - - <tr><td> - <a href='services_remotelogin.html'> - remotelogin</a></td> - <td><p>Policy for rshd, rlogind, and telnetd.</p></td> - - <tr><td> - <a href='services_rlogin.html'> - rlogin</a></td> - <td><p>Remote login daemon</p></td> - - <tr><td> - <a href='services_roundup.html'> - roundup</a></td> - <td><p>Roundup Issue Tracking System policy</p></td> - - <tr><td> - <a href='services_rpc.html'> - rpc</a></td> - <td><p>Remote Procedure Call Daemon for managment of network based process communication</p></td> - - <tr><td> - <a href='services_rshd.html'> - rshd</a></td> - <td><p>Remote shell service.</p></td> - - <tr><td> - <a href='services_rsync.html'> - rsync</a></td> - <td><p>Fast incremental file transfer for synchronization</p></td> - - <tr><td> - <a href='services_samba.html'> - samba</a></td> - <td><p> -SMB and CIFS client/server programs for UNIX and -name Service Switch daemon for resolving names -from Windows NT servers. -</p></td> - - <tr><td> - <a href='services_sasl.html'> - sasl</a></td> - <td><p>SASL authentication server</p></td> - - <tr><td> - <a href='services_sendmail.html'> - sendmail</a></td> - <td><p>Policy for sendmail.</p></td> - - <tr><td> - <a href='services_slrnpull.html'> - slrnpull</a></td> - <td><p>Service for downloading news feeds the slrn newsreader.</p></td> - - <tr><td> - <a href='services_smartmon.html'> - smartmon</a></td> - <td><p>Smart disk monitoring daemon policy</p></td> - - <tr><td> - <a href='services_snmp.html'> - snmp</a></td> - <td><p>Simple network management protocol services</p></td> - - <tr><td> - <a href='services_spamassassin.html'> - spamassassin</a></td> - <td><p>Filter used for removing unsolicited email.</p></td> - - <tr><td> - <a href='services_squid.html'> - squid</a></td> - <td><p>Squid caching http proxy server</p></td> - - <tr><td> - <a href='services_ssh.html'> - ssh</a></td> - <td><p>Secure shell client and server policy.</p></td> - - <tr><td> - <a href='services_stunnel.html'> - stunnel</a></td> - <td><p>SSL Tunneling Proxy</p></td> - - <tr><td> - <a href='services_sysstat.html'> - sysstat</a></td> - <td><p>Policy for sysstat. Reports on various system states</p></td> - - <tr><td> - <a href='services_tcpd.html'> - tcpd</a></td> - <td><p>Policy for TCP daemon.</p></td> - - <tr><td> - <a href='services_telnet.html'> - telnet</a></td> - <td><p>Telnet daemon</p></td> - - <tr><td> - <a href='services_tftp.html'> - tftp</a></td> - <td><p>Trivial file transfer protocol daemon</p></td> - - <tr><td> - <a href='services_timidity.html'> - timidity</a></td> - <td><p>MIDI to WAV converter and player configured as a service</p></td> - - <tr><td> - <a href='services_ucspitcp.html'> - ucspitcp</a></td> - <td><p>ucspitcp policy</p></td> - - <tr><td> - <a href='services_uucp.html'> - uucp</a></td> - <td><p>Unix to Unix Copy</p></td> - - <tr><td> - <a href='services_xfs.html'> - xfs</a></td> - <td><p>X Windows Font Server </p></td> - - <tr><td> - <a href='services_xserver.html'> - xserver</a></td> - <td><p>X Windows Server</p></td> - - <tr><td> - <a href='services_zebra.html'> - zebra</a></td> - <td><p>Zebra border gateway protocol network routing service</p></td> - - </td></tr> - - - </td></tr> - -</table> -<p/><br/><br/> - -</div> -</body> -</html> diff --git a/www/api-docs/services_apache.html b/www/api-docs/services_apache.html deleted file mode 100644 index 85409b7..0000000 --- a/www/api-docs/services_apache.html +++ /dev/null @@ -1,1500 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - - <a href='services_apache.html'> - apache</a><br/> - - - <a href='services_apm.html'> - apm</a><br/> - - - <a href='services_arpwatch.html'> - arpwatch</a><br/> - - - <a href='services_automount.html'> - automount</a><br/> - - - <a href='services_avahi.html'> - avahi</a><br/> - - - <a href='services_bind.html'> - bind</a><br/> - - - <a href='services_bluetooth.html'> - bluetooth</a><br/> - - - <a href='services_canna.html'> - canna</a><br/> - - - <a href='services_comsat.html'> - comsat</a><br/> - - - <a href='services_cpucontrol.html'> - cpucontrol</a><br/> - - - <a href='services_cron.html'> - cron</a><br/> - - - <a href='services_cups.html'> - cups</a><br/> - - - <a href='services_cvs.html'> - cvs</a><br/> - - - <a href='services_cyrus.html'> - cyrus</a><br/> - - - <a href='services_dbskk.html'> - dbskk</a><br/> - - - <a href='services_dbus.html'> - dbus</a><br/> - - - <a href='services_dhcp.html'> - dhcp</a><br/> - - - <a href='services_dictd.html'> - dictd</a><br/> - - - <a href='services_distcc.html'> - distcc</a><br/> - - - <a href='services_djbdns.html'> - djbdns</a><br/> - - - <a href='services_dovecot.html'> - dovecot</a><br/> - - - <a href='services_fetchmail.html'> - fetchmail</a><br/> - - - <a href='services_finger.html'> - finger</a><br/> - - - <a href='services_ftp.html'> - ftp</a><br/> - - - <a href='services_gpm.html'> - gpm</a><br/> - - - <a href='services_hal.html'> - hal</a><br/> - - - <a href='services_howl.html'> - howl</a><br/> - - - <a href='services_i18n_input.html'> - i18n_input</a><br/> - - - <a href='services_inetd.html'> - inetd</a><br/> - - - <a href='services_inn.html'> - inn</a><br/> - - - <a href='services_irqbalance.html'> - irqbalance</a><br/> - - - <a href='services_kerberos.html'> - kerberos</a><br/> - - - <a href='services_ktalk.html'> - ktalk</a><br/> - - - <a href='services_ldap.html'> - ldap</a><br/> - - - <a href='services_lpd.html'> - lpd</a><br/> - - - <a href='services_mailman.html'> - mailman</a><br/> - - - <a href='services_mta.html'> - mta</a><br/> - - - <a href='services_mysql.html'> - mysql</a><br/> - - - <a href='services_networkmanager.html'> - networkmanager</a><br/> - - - <a href='services_nis.html'> - nis</a><br/> - - - <a href='services_nscd.html'> - nscd</a><br/> - - - <a href='services_ntp.html'> - ntp</a><br/> - - - <a href='services_openct.html'> - openct</a><br/> - - - <a href='services_pegasus.html'> - pegasus</a><br/> - - - <a href='services_portmap.html'> - portmap</a><br/> - - - <a href='services_postfix.html'> - postfix</a><br/> - - - <a href='services_postgresql.html'> - postgresql</a><br/> - - - <a href='services_ppp.html'> - ppp</a><br/> - - - <a href='services_privoxy.html'> - privoxy</a><br/> - - - <a href='services_procmail.html'> - procmail</a><br/> - - - <a href='services_publicfile.html'> - publicfile</a><br/> - - - <a href='services_radius.html'> - radius</a><br/> - - - <a href='services_radvd.html'> - radvd</a><br/> - - - <a href='services_rdisc.html'> - rdisc</a><br/> - - - <a href='services_remotelogin.html'> - remotelogin</a><br/> - - - <a href='services_rlogin.html'> - rlogin</a><br/> - - - <a href='services_roundup.html'> - roundup</a><br/> - - - <a href='services_rpc.html'> - rpc</a><br/> - - - <a href='services_rshd.html'> - rshd</a><br/> - - - <a href='services_rsync.html'> - rsync</a><br/> - - - <a href='services_samba.html'> - samba</a><br/> - - - <a href='services_sasl.html'> - sasl</a><br/> - - - <a href='services_sendmail.html'> - sendmail</a><br/> - - - <a href='services_slrnpull.html'> - slrnpull</a><br/> - - - <a href='services_smartmon.html'> - smartmon</a><br/> - - - <a href='services_snmp.html'> - snmp</a><br/> - - - <a href='services_spamassassin.html'> - spamassassin</a><br/> - - - <a href='services_squid.html'> - squid</a><br/> - - - <a href='services_ssh.html'> - ssh</a><br/> - - - <a href='services_stunnel.html'> - stunnel</a><br/> - - - <a href='services_sysstat.html'> - sysstat</a><br/> - - - <a href='services_tcpd.html'> - tcpd</a><br/> - - - <a href='services_telnet.html'> - telnet</a><br/> - - - <a href='services_tftp.html'> - tftp</a><br/> - - - <a href='services_timidity.html'> - timidity</a><br/> - - - <a href='services_ucspitcp.html'> - ucspitcp</a><br/> - - - <a href='services_uucp.html'> - uucp</a><br/> - - - <a href='services_xfs.html'> - xfs</a><br/> - - - <a href='services_xserver.html'> - xserver</a><br/> - - - <a href='services_zebra.html'> - zebra</a><br/> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: services</h1><p/> -<h2>Module: apache</h2><p/> - -<a href=#interfaces>Interfaces</a> -<a href=#templates>Templates</a> - -<h3>Description:</h3> - -<p><p>Apache web server</p></p> - - - -<a name="interfaces"></a> -<h3>Interfaces: </h3> - -<a name="link_apache_append_squirrelmail_data"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>apache_append_squirrelmail_data</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Allow the specified domain to append -apache squirrelmail data. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_apache_domtrans"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>apache_domtrans</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Transition to apache. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_apache_domtrans_all_scripts"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>apache_domtrans_all_scripts</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute all user scripts in the user -script domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_apache_domtrans_helper"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>apache_domtrans_helper</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute the Apache helper program with -a domain transition. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_apache_domtrans_sys_script"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>apache_domtrans_sys_script</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute all web scripts in the system -script domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_apache_dontaudit_append_log"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>apache_dontaudit_append_log</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to append to the -Apache logs. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_apache_dontaudit_rw_stream_sockets"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>apache_dontaudit_rw_stream_sockets</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to read and write Apache -unix domain stream sockets. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_apache_dontaudit_rw_sys_script_stream_sockets"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>apache_dontaudit_rw_sys_script_stream_sockets</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to read and write Apache -system script unix domain stream sockets. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_apache_dontaudit_rw_tcp_sockets"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>apache_dontaudit_rw_tcp_sockets</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to read and write Apache -TCP sockets. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_apache_dontaudit_search_modules"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>apache_dontaudit_search_modules</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to search Apache -module directories. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_apache_exec_modules"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>apache_exec_modules</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Allow the specified domain to execute -apache modules. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_apache_list_modules"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>apache_list_modules</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Allow the specified domain to list -the contents of the apache modules -directory. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_apache_manage_sys_content"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>apache_manage_sys_content</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Allow the specified domain to manage -apache system content files. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_apache_read_config"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>apache_read_config</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Allow the specified domain to read -apache configuration files. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_apache_read_log"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>apache_read_log</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Allow the specified domain to read -apache log files. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_apache_read_squirrelmail_data"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>apache_read_squirrelmail_data</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Allow the specified domain to read -apache squirrelmail data. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_apache_read_sys_content"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>apache_read_sys_content</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read apache system content -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_apache_run_all_scripts"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>apache_run_all_scripts</b>( - - - - - domain - - - - , - - - - role - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute all user scripts in the user -script domain. Add user script domains -to the specified role. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -<tr><td> -role -</td><td> -<p> -The role to be allowed the script domains. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_apache_run_helper"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>apache_run_helper</b>( - - - - - domain - - - - , - - - - role - - - - , - - - - terminal - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute the Apache helper program with -a domain transition, and allow the -specified role the dmidecode domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -<tr><td> -role -</td><td> -<p> -The role to be allowed the dmidecode domain. -</p> -</td><td> -No -</td></tr> - -<tr><td> -terminal -</td><td> -<p> -The type of the terminal allow the dmidecode domain to use. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_apache_search_sys_script_state"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>apache_search_sys_script_state</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Search system script state directory. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_apache_sigchld"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>apache_sigchld</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send a SIGCHLD signal to apache. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_apache_signull"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>apache_signull</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send a null signal to apache. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_apache_use_fds"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>apache_use_fds</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Inherit and use file descriptors from Apache. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - -<a name="templates"></a> -<h3>Templates: </h3> - -<a name="link_apache_content_template"></a> -<div id="template"> - - -<div id="codeblock"> - -<b>apache_content_template</b>( - - - - - prefix - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Create a set of derived types for apache -web content. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -prefix -</td><td> -<p> -The prefix to be used for deriving type names. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_apache_per_userdomain_template"></a> -<div id="template"> - - -<div id="codeblock"> - -<b>apache_per_userdomain_template</b>( - - - - - userdomain_prefix - - - - , - - - - user_domain - - - - , - - - - user_role - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -The per user domain template for the apache module. -</p> - - -<h5>Description</h5> -<p> -</p><p> -This template creates types used for web pages -and web cgi to be used from the user home directory. -</p><p> -</p><p> -This template is invoked automatically for each user, and -generally does not need to be invoked directly -by policy writers. -</p><p> -</p> - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -userdomain_prefix -</td><td> -<p> -The prefix of the user domain (e.g., user -is the prefix for user_t). -</p> -</td><td> -No -</td></tr> - -<tr><td> -user_domain -</td><td> -<p> -The type of the user domain. -</p> -</td><td> -No -</td></tr> - -<tr><td> -user_role -</td><td> -<p> -The role associated with the user domain. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - -</div> -</body> -</html> diff --git a/www/api-docs/services_apm.html b/www/api-docs/services_apm.html deleted file mode 100644 index 91da64b..0000000 --- a/www/api-docs/services_apm.html +++ /dev/null @@ -1,568 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - - <a href='services_apache.html'> - apache</a><br/> - - - <a href='services_apm.html'> - apm</a><br/> - - - <a href='services_arpwatch.html'> - arpwatch</a><br/> - - - <a href='services_automount.html'> - automount</a><br/> - - - <a href='services_avahi.html'> - avahi</a><br/> - - - <a href='services_bind.html'> - bind</a><br/> - - - <a href='services_bluetooth.html'> - bluetooth</a><br/> - - - <a href='services_canna.html'> - canna</a><br/> - - - <a href='services_comsat.html'> - comsat</a><br/> - - - <a href='services_cpucontrol.html'> - cpucontrol</a><br/> - - - <a href='services_cron.html'> - cron</a><br/> - - - <a href='services_cups.html'> - cups</a><br/> - - - <a href='services_cvs.html'> - cvs</a><br/> - - - <a href='services_cyrus.html'> - cyrus</a><br/> - - - <a href='services_dbskk.html'> - dbskk</a><br/> - - - <a href='services_dbus.html'> - dbus</a><br/> - - - <a href='services_dhcp.html'> - dhcp</a><br/> - - - <a href='services_dictd.html'> - dictd</a><br/> - - - <a href='services_distcc.html'> - distcc</a><br/> - - - <a href='services_djbdns.html'> - djbdns</a><br/> - - - <a href='services_dovecot.html'> - dovecot</a><br/> - - - <a href='services_fetchmail.html'> - fetchmail</a><br/> - - - <a href='services_finger.html'> - finger</a><br/> - - - <a href='services_ftp.html'> - ftp</a><br/> - - - <a href='services_gpm.html'> - gpm</a><br/> - - - <a href='services_hal.html'> - hal</a><br/> - - - <a href='services_howl.html'> - howl</a><br/> - - - <a href='services_i18n_input.html'> - i18n_input</a><br/> - - - <a href='services_inetd.html'> - inetd</a><br/> - - - <a href='services_inn.html'> - inn</a><br/> - - - <a href='services_irqbalance.html'> - irqbalance</a><br/> - - - <a href='services_kerberos.html'> - kerberos</a><br/> - - - <a href='services_ktalk.html'> - ktalk</a><br/> - - - <a href='services_ldap.html'> - ldap</a><br/> - - - <a href='services_lpd.html'> - lpd</a><br/> - - - <a href='services_mailman.html'> - mailman</a><br/> - - - <a href='services_mta.html'> - mta</a><br/> - - - <a href='services_mysql.html'> - mysql</a><br/> - - - <a href='services_networkmanager.html'> - networkmanager</a><br/> - - - <a href='services_nis.html'> - nis</a><br/> - - - <a href='services_nscd.html'> - nscd</a><br/> - - - <a href='services_ntp.html'> - ntp</a><br/> - - - <a href='services_openct.html'> - openct</a><br/> - - - <a href='services_pegasus.html'> - pegasus</a><br/> - - - <a href='services_portmap.html'> - portmap</a><br/> - - - <a href='services_postfix.html'> - postfix</a><br/> - - - <a href='services_postgresql.html'> - postgresql</a><br/> - - - <a href='services_ppp.html'> - ppp</a><br/> - - - <a href='services_privoxy.html'> - privoxy</a><br/> - - - <a href='services_procmail.html'> - procmail</a><br/> - - - <a href='services_publicfile.html'> - publicfile</a><br/> - - - <a href='services_radius.html'> - radius</a><br/> - - - <a href='services_radvd.html'> - radvd</a><br/> - - - <a href='services_rdisc.html'> - rdisc</a><br/> - - - <a href='services_remotelogin.html'> - remotelogin</a><br/> - - - <a href='services_rlogin.html'> - rlogin</a><br/> - - - <a href='services_roundup.html'> - roundup</a><br/> - - - <a href='services_rpc.html'> - rpc</a><br/> - - - <a href='services_rshd.html'> - rshd</a><br/> - - - <a href='services_rsync.html'> - rsync</a><br/> - - - <a href='services_samba.html'> - samba</a><br/> - - - <a href='services_sasl.html'> - sasl</a><br/> - - - <a href='services_sendmail.html'> - sendmail</a><br/> - - - <a href='services_slrnpull.html'> - slrnpull</a><br/> - - - <a href='services_smartmon.html'> - smartmon</a><br/> - - - <a href='services_snmp.html'> - snmp</a><br/> - - - <a href='services_spamassassin.html'> - spamassassin</a><br/> - - - <a href='services_squid.html'> - squid</a><br/> - - - <a href='services_ssh.html'> - ssh</a><br/> - - - <a href='services_stunnel.html'> - stunnel</a><br/> - - - <a href='services_sysstat.html'> - sysstat</a><br/> - - - <a href='services_tcpd.html'> - tcpd</a><br/> - - - <a href='services_telnet.html'> - telnet</a><br/> - - - <a href='services_tftp.html'> - tftp</a><br/> - - - <a href='services_timidity.html'> - timidity</a><br/> - - - <a href='services_ucspitcp.html'> - ucspitcp</a><br/> - - - <a href='services_uucp.html'> - uucp</a><br/> - - - <a href='services_xfs.html'> - xfs</a><br/> - - - <a href='services_xserver.html'> - xserver</a><br/> - - - <a href='services_zebra.html'> - zebra</a><br/> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: services</h1><p/> -<h2>Module: apm</h2><p/> - -<h3>Description:</h3> - -<p><p>Advanced power management daemon</p></p> - - - -<a name="interfaces"></a> -<h3>Interfaces: </h3> - -<a name="link_apm_append_log"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>apm_append_log</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Append to apm's log file. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_apm_domtrans_client"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>apm_domtrans_client</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute APM in the apm domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_apm_rw_stream_sockets"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>apm_rw_stream_sockets</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read and write to an apm unix stream socket. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_apm_stream_connect"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>apm_stream_connect</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Connect to apmd over an unix stream socket. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_apm_use_fds"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>apm_use_fds</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Use file descriptors for apmd. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_apm_write_pipes"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>apm_write_pipes</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Write to apmd unnamed pipes. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - - -</div> -</body> -</html> diff --git a/www/api-docs/services_arpwatch.html b/www/api-docs/services_arpwatch.html deleted file mode 100644 index ea5858d..0000000 --- a/www/api-docs/services_arpwatch.html +++ /dev/null @@ -1,527 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - - <a href='services_apache.html'> - apache</a><br/> - - - <a href='services_apm.html'> - apm</a><br/> - - - <a href='services_arpwatch.html'> - arpwatch</a><br/> - - - <a href='services_automount.html'> - automount</a><br/> - - - <a href='services_avahi.html'> - avahi</a><br/> - - - <a href='services_bind.html'> - bind</a><br/> - - - <a href='services_bluetooth.html'> - bluetooth</a><br/> - - - <a href='services_canna.html'> - canna</a><br/> - - - <a href='services_comsat.html'> - comsat</a><br/> - - - <a href='services_cpucontrol.html'> - cpucontrol</a><br/> - - - <a href='services_cron.html'> - cron</a><br/> - - - <a href='services_cups.html'> - cups</a><br/> - - - <a href='services_cvs.html'> - cvs</a><br/> - - - <a href='services_cyrus.html'> - cyrus</a><br/> - - - <a href='services_dbskk.html'> - dbskk</a><br/> - - - <a href='services_dbus.html'> - dbus</a><br/> - - - <a href='services_dhcp.html'> - dhcp</a><br/> - - - <a href='services_dictd.html'> - dictd</a><br/> - - - <a href='services_distcc.html'> - distcc</a><br/> - - - <a href='services_djbdns.html'> - djbdns</a><br/> - - - <a href='services_dovecot.html'> - dovecot</a><br/> - - - <a href='services_fetchmail.html'> - fetchmail</a><br/> - - - <a href='services_finger.html'> - finger</a><br/> - - - <a href='services_ftp.html'> - ftp</a><br/> - - - <a href='services_gpm.html'> - gpm</a><br/> - - - <a href='services_hal.html'> - hal</a><br/> - - - <a href='services_howl.html'> - howl</a><br/> - - - <a href='services_i18n_input.html'> - i18n_input</a><br/> - - - <a href='services_inetd.html'> - inetd</a><br/> - - - <a href='services_inn.html'> - inn</a><br/> - - - <a href='services_irqbalance.html'> - irqbalance</a><br/> - - - <a href='services_kerberos.html'> - kerberos</a><br/> - - - <a href='services_ktalk.html'> - ktalk</a><br/> - - - <a href='services_ldap.html'> - ldap</a><br/> - - - <a href='services_lpd.html'> - lpd</a><br/> - - - <a href='services_mailman.html'> - mailman</a><br/> - - - <a href='services_mta.html'> - mta</a><br/> - - - <a href='services_mysql.html'> - mysql</a><br/> - - - <a href='services_networkmanager.html'> - networkmanager</a><br/> - - - <a href='services_nis.html'> - nis</a><br/> - - - <a href='services_nscd.html'> - nscd</a><br/> - - - <a href='services_ntp.html'> - ntp</a><br/> - - - <a href='services_openct.html'> - openct</a><br/> - - - <a href='services_pegasus.html'> - pegasus</a><br/> - - - <a href='services_portmap.html'> - portmap</a><br/> - - - <a href='services_postfix.html'> - postfix</a><br/> - - - <a href='services_postgresql.html'> - postgresql</a><br/> - - - <a href='services_ppp.html'> - ppp</a><br/> - - - <a href='services_privoxy.html'> - privoxy</a><br/> - - - <a href='services_procmail.html'> - procmail</a><br/> - - - <a href='services_publicfile.html'> - publicfile</a><br/> - - - <a href='services_radius.html'> - radius</a><br/> - - - <a href='services_radvd.html'> - radvd</a><br/> - - - <a href='services_rdisc.html'> - rdisc</a><br/> - - - <a href='services_remotelogin.html'> - remotelogin</a><br/> - - - <a href='services_rlogin.html'> - rlogin</a><br/> - - - <a href='services_roundup.html'> - roundup</a><br/> - - - <a href='services_rpc.html'> - rpc</a><br/> - - - <a href='services_rshd.html'> - rshd</a><br/> - - - <a href='services_rsync.html'> - rsync</a><br/> - - - <a href='services_samba.html'> - samba</a><br/> - - - <a href='services_sasl.html'> - sasl</a><br/> - - - <a href='services_sendmail.html'> - sendmail</a><br/> - - - <a href='services_slrnpull.html'> - slrnpull</a><br/> - - - <a href='services_smartmon.html'> - smartmon</a><br/> - - - <a href='services_snmp.html'> - snmp</a><br/> - - - <a href='services_spamassassin.html'> - spamassassin</a><br/> - - - <a href='services_squid.html'> - squid</a><br/> - - - <a href='services_ssh.html'> - ssh</a><br/> - - - <a href='services_stunnel.html'> - stunnel</a><br/> - - - <a href='services_sysstat.html'> - sysstat</a><br/> - - - <a href='services_tcpd.html'> - tcpd</a><br/> - - - <a href='services_telnet.html'> - telnet</a><br/> - - - <a href='services_tftp.html'> - tftp</a><br/> - - - <a href='services_timidity.html'> - timidity</a><br/> - - - <a href='services_ucspitcp.html'> - ucspitcp</a><br/> - - - <a href='services_uucp.html'> - uucp</a><br/> - - - <a href='services_xfs.html'> - xfs</a><br/> - - - <a href='services_xserver.html'> - xserver</a><br/> - - - <a href='services_zebra.html'> - zebra</a><br/> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: services</h1><p/> -<h2>Module: arpwatch</h2><p/> - -<h3>Description:</h3> - -<p><p>Ethernet activity monitor.</p></p> - - - -<a name="interfaces"></a> -<h3>Interfaces: </h3> - -<a name="link_arpwatch_dontaudit_rw_packet_sockets"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>arpwatch_dontaudit_rw_packet_sockets</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to read and write -arpwatch packet sockets. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_arpwatch_manage_data_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>arpwatch_manage_data_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Create arpwatch data files. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_arpwatch_manage_tmp_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>arpwatch_manage_tmp_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read and write arpwatch temporary files. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_arpwatch_rw_tmp_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>arpwatch_rw_tmp_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read and write arpwatch temporary files. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_arpwatch_search_data"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>arpwatch_search_data</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Search arpwatch's data file directories. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - - -</div> -</body> -</html> diff --git a/www/api-docs/services_automount.html b/www/api-docs/services_automount.html deleted file mode 100644 index cb768e5..0000000 --- a/www/api-docs/services_automount.html +++ /dev/null @@ -1,443 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - - <a href='services_apache.html'> - apache</a><br/> - - - <a href='services_apm.html'> - apm</a><br/> - - - <a href='services_arpwatch.html'> - arpwatch</a><br/> - - - <a href='services_automount.html'> - automount</a><br/> - - - <a href='services_avahi.html'> - avahi</a><br/> - - - <a href='services_bind.html'> - bind</a><br/> - - - <a href='services_bluetooth.html'> - bluetooth</a><br/> - - - <a href='services_canna.html'> - canna</a><br/> - - - <a href='services_comsat.html'> - comsat</a><br/> - - - <a href='services_cpucontrol.html'> - cpucontrol</a><br/> - - - <a href='services_cron.html'> - cron</a><br/> - - - <a href='services_cups.html'> - cups</a><br/> - - - <a href='services_cvs.html'> - cvs</a><br/> - - - <a href='services_cyrus.html'> - cyrus</a><br/> - - - <a href='services_dbskk.html'> - dbskk</a><br/> - - - <a href='services_dbus.html'> - dbus</a><br/> - - - <a href='services_dhcp.html'> - dhcp</a><br/> - - - <a href='services_dictd.html'> - dictd</a><br/> - - - <a href='services_distcc.html'> - distcc</a><br/> - - - <a href='services_djbdns.html'> - djbdns</a><br/> - - - <a href='services_dovecot.html'> - dovecot</a><br/> - - - <a href='services_fetchmail.html'> - fetchmail</a><br/> - - - <a href='services_finger.html'> - finger</a><br/> - - - <a href='services_ftp.html'> - ftp</a><br/> - - - <a href='services_gpm.html'> - gpm</a><br/> - - - <a href='services_hal.html'> - hal</a><br/> - - - <a href='services_howl.html'> - howl</a><br/> - - - <a href='services_i18n_input.html'> - i18n_input</a><br/> - - - <a href='services_inetd.html'> - inetd</a><br/> - - - <a href='services_inn.html'> - inn</a><br/> - - - <a href='services_irqbalance.html'> - irqbalance</a><br/> - - - <a href='services_kerberos.html'> - kerberos</a><br/> - - - <a href='services_ktalk.html'> - ktalk</a><br/> - - - <a href='services_ldap.html'> - ldap</a><br/> - - - <a href='services_lpd.html'> - lpd</a><br/> - - - <a href='services_mailman.html'> - mailman</a><br/> - - - <a href='services_mta.html'> - mta</a><br/> - - - <a href='services_mysql.html'> - mysql</a><br/> - - - <a href='services_networkmanager.html'> - networkmanager</a><br/> - - - <a href='services_nis.html'> - nis</a><br/> - - - <a href='services_nscd.html'> - nscd</a><br/> - - - <a href='services_ntp.html'> - ntp</a><br/> - - - <a href='services_openct.html'> - openct</a><br/> - - - <a href='services_pegasus.html'> - pegasus</a><br/> - - - <a href='services_portmap.html'> - portmap</a><br/> - - - <a href='services_postfix.html'> - postfix</a><br/> - - - <a href='services_postgresql.html'> - postgresql</a><br/> - - - <a href='services_ppp.html'> - ppp</a><br/> - - - <a href='services_privoxy.html'> - privoxy</a><br/> - - - <a href='services_procmail.html'> - procmail</a><br/> - - - <a href='services_publicfile.html'> - publicfile</a><br/> - - - <a href='services_radius.html'> - radius</a><br/> - - - <a href='services_radvd.html'> - radvd</a><br/> - - - <a href='services_rdisc.html'> - rdisc</a><br/> - - - <a href='services_remotelogin.html'> - remotelogin</a><br/> - - - <a href='services_rlogin.html'> - rlogin</a><br/> - - - <a href='services_roundup.html'> - roundup</a><br/> - - - <a href='services_rpc.html'> - rpc</a><br/> - - - <a href='services_rshd.html'> - rshd</a><br/> - - - <a href='services_rsync.html'> - rsync</a><br/> - - - <a href='services_samba.html'> - samba</a><br/> - - - <a href='services_sasl.html'> - sasl</a><br/> - - - <a href='services_sendmail.html'> - sendmail</a><br/> - - - <a href='services_slrnpull.html'> - slrnpull</a><br/> - - - <a href='services_smartmon.html'> - smartmon</a><br/> - - - <a href='services_snmp.html'> - snmp</a><br/> - - - <a href='services_spamassassin.html'> - spamassassin</a><br/> - - - <a href='services_squid.html'> - squid</a><br/> - - - <a href='services_ssh.html'> - ssh</a><br/> - - - <a href='services_stunnel.html'> - stunnel</a><br/> - - - <a href='services_sysstat.html'> - sysstat</a><br/> - - - <a href='services_tcpd.html'> - tcpd</a><br/> - - - <a href='services_telnet.html'> - telnet</a><br/> - - - <a href='services_tftp.html'> - tftp</a><br/> - - - <a href='services_timidity.html'> - timidity</a><br/> - - - <a href='services_ucspitcp.html'> - ucspitcp</a><br/> - - - <a href='services_uucp.html'> - uucp</a><br/> - - - <a href='services_xfs.html'> - xfs</a><br/> - - - <a href='services_xserver.html'> - xserver</a><br/> - - - <a href='services_zebra.html'> - zebra</a><br/> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: services</h1><p/> -<h2>Module: automount</h2><p/> - -<h3>Description:</h3> - -<p><p>Filesystem automounter service.</p></p> - - - -<a name="interfaces"></a> -<h3>Interfaces: </h3> - -<a name="link_automount_domtrans"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>automount_domtrans</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute automount in the automount domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_automount_dontaudit_getattr_tmp_dirs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>automount_dontaudit_getattr_tmp_dirs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to get the attributes -of automount temporary directories. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_automount_exec_config"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>automount_exec_config</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute automount in the caller domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - - -</div> -</body> -</html> diff --git a/www/api-docs/services_avahi.html b/www/api-docs/services_avahi.html deleted file mode 100644 index 9385e9d..0000000 --- a/www/api-docs/services_avahi.html +++ /dev/null @@ -1,359 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - - <a href='services_apache.html'> - apache</a><br/> - - - <a href='services_apm.html'> - apm</a><br/> - - - <a href='services_arpwatch.html'> - arpwatch</a><br/> - - - <a href='services_automount.html'> - automount</a><br/> - - - <a href='services_avahi.html'> - avahi</a><br/> - - - <a href='services_bind.html'> - bind</a><br/> - - - <a href='services_bluetooth.html'> - bluetooth</a><br/> - - - <a href='services_canna.html'> - canna</a><br/> - - - <a href='services_comsat.html'> - comsat</a><br/> - - - <a href='services_cpucontrol.html'> - cpucontrol</a><br/> - - - <a href='services_cron.html'> - cron</a><br/> - - - <a href='services_cups.html'> - cups</a><br/> - - - <a href='services_cvs.html'> - cvs</a><br/> - - - <a href='services_cyrus.html'> - cyrus</a><br/> - - - <a href='services_dbskk.html'> - dbskk</a><br/> - - - <a href='services_dbus.html'> - dbus</a><br/> - - - <a href='services_dhcp.html'> - dhcp</a><br/> - - - <a href='services_dictd.html'> - dictd</a><br/> - - - <a href='services_distcc.html'> - distcc</a><br/> - - - <a href='services_djbdns.html'> - djbdns</a><br/> - - - <a href='services_dovecot.html'> - dovecot</a><br/> - - - <a href='services_fetchmail.html'> - fetchmail</a><br/> - - - <a href='services_finger.html'> - finger</a><br/> - - - <a href='services_ftp.html'> - ftp</a><br/> - - - <a href='services_gpm.html'> - gpm</a><br/> - - - <a href='services_hal.html'> - hal</a><br/> - - - <a href='services_howl.html'> - howl</a><br/> - - - <a href='services_i18n_input.html'> - i18n_input</a><br/> - - - <a href='services_inetd.html'> - inetd</a><br/> - - - <a href='services_inn.html'> - inn</a><br/> - - - <a href='services_irqbalance.html'> - irqbalance</a><br/> - - - <a href='services_kerberos.html'> - kerberos</a><br/> - - - <a href='services_ktalk.html'> - ktalk</a><br/> - - - <a href='services_ldap.html'> - ldap</a><br/> - - - <a href='services_lpd.html'> - lpd</a><br/> - - - <a href='services_mailman.html'> - mailman</a><br/> - - - <a href='services_mta.html'> - mta</a><br/> - - - <a href='services_mysql.html'> - mysql</a><br/> - - - <a href='services_networkmanager.html'> - networkmanager</a><br/> - - - <a href='services_nis.html'> - nis</a><br/> - - - <a href='services_nscd.html'> - nscd</a><br/> - - - <a href='services_ntp.html'> - ntp</a><br/> - - - <a href='services_openct.html'> - openct</a><br/> - - - <a href='services_pegasus.html'> - pegasus</a><br/> - - - <a href='services_portmap.html'> - portmap</a><br/> - - - <a href='services_postfix.html'> - postfix</a><br/> - - - <a href='services_postgresql.html'> - postgresql</a><br/> - - - <a href='services_ppp.html'> - ppp</a><br/> - - - <a href='services_privoxy.html'> - privoxy</a><br/> - - - <a href='services_procmail.html'> - procmail</a><br/> - - - <a href='services_publicfile.html'> - publicfile</a><br/> - - - <a href='services_radius.html'> - radius</a><br/> - - - <a href='services_radvd.html'> - radvd</a><br/> - - - <a href='services_rdisc.html'> - rdisc</a><br/> - - - <a href='services_remotelogin.html'> - remotelogin</a><br/> - - - <a href='services_rlogin.html'> - rlogin</a><br/> - - - <a href='services_roundup.html'> - roundup</a><br/> - - - <a href='services_rpc.html'> - rpc</a><br/> - - - <a href='services_rshd.html'> - rshd</a><br/> - - - <a href='services_rsync.html'> - rsync</a><br/> - - - <a href='services_samba.html'> - samba</a><br/> - - - <a href='services_sasl.html'> - sasl</a><br/> - - - <a href='services_sendmail.html'> - sendmail</a><br/> - - - <a href='services_slrnpull.html'> - slrnpull</a><br/> - - - <a href='services_smartmon.html'> - smartmon</a><br/> - - - <a href='services_snmp.html'> - snmp</a><br/> - - - <a href='services_spamassassin.html'> - spamassassin</a><br/> - - - <a href='services_squid.html'> - squid</a><br/> - - - <a href='services_ssh.html'> - ssh</a><br/> - - - <a href='services_stunnel.html'> - stunnel</a><br/> - - - <a href='services_sysstat.html'> - sysstat</a><br/> - - - <a href='services_tcpd.html'> - tcpd</a><br/> - - - <a href='services_telnet.html'> - telnet</a><br/> - - - <a href='services_tftp.html'> - tftp</a><br/> - - - <a href='services_timidity.html'> - timidity</a><br/> - - - <a href='services_ucspitcp.html'> - ucspitcp</a><br/> - - - <a href='services_uucp.html'> - uucp</a><br/> - - - <a href='services_xfs.html'> - xfs</a><br/> - - - <a href='services_xserver.html'> - xserver</a><br/> - - - <a href='services_zebra.html'> - zebra</a><br/> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: services</h1><p/> -<h2>Module: avahi</h2><p/> - -<h3>Description:</h3> - -<p><p>mDNS/DNS-SD daemon implementing Apple ZeroConf architecture</p></p> - - - -<a name="interfaces"></a> -<h3>Interfaces: </h3> - -<a name="link_avahi_dbus_chat"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>avahi_dbus_chat</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive messages from -avahi over dbus. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - - -</div> -</body> -</html> diff --git a/www/api-docs/services_bind.html b/www/api-docs/services_bind.html deleted file mode 100644 index 1f9ae98..0000000 --- a/www/api-docs/services_bind.html +++ /dev/null @@ -1,860 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - - <a href='services_apache.html'> - apache</a><br/> - - - <a href='services_apm.html'> - apm</a><br/> - - - <a href='services_arpwatch.html'> - arpwatch</a><br/> - - - <a href='services_automount.html'> - automount</a><br/> - - - <a href='services_avahi.html'> - avahi</a><br/> - - - <a href='services_bind.html'> - bind</a><br/> - - - <a href='services_bluetooth.html'> - bluetooth</a><br/> - - - <a href='services_canna.html'> - canna</a><br/> - - - <a href='services_comsat.html'> - comsat</a><br/> - - - <a href='services_cpucontrol.html'> - cpucontrol</a><br/> - - - <a href='services_cron.html'> - cron</a><br/> - - - <a href='services_cups.html'> - cups</a><br/> - - - <a href='services_cvs.html'> - cvs</a><br/> - - - <a href='services_cyrus.html'> - cyrus</a><br/> - - - <a href='services_dbskk.html'> - dbskk</a><br/> - - - <a href='services_dbus.html'> - dbus</a><br/> - - - <a href='services_dhcp.html'> - dhcp</a><br/> - - - <a href='services_dictd.html'> - dictd</a><br/> - - - <a href='services_distcc.html'> - distcc</a><br/> - - - <a href='services_djbdns.html'> - djbdns</a><br/> - - - <a href='services_dovecot.html'> - dovecot</a><br/> - - - <a href='services_fetchmail.html'> - fetchmail</a><br/> - - - <a href='services_finger.html'> - finger</a><br/> - - - <a href='services_ftp.html'> - ftp</a><br/> - - - <a href='services_gpm.html'> - gpm</a><br/> - - - <a href='services_hal.html'> - hal</a><br/> - - - <a href='services_howl.html'> - howl</a><br/> - - - <a href='services_i18n_input.html'> - i18n_input</a><br/> - - - <a href='services_inetd.html'> - inetd</a><br/> - - - <a href='services_inn.html'> - inn</a><br/> - - - <a href='services_irqbalance.html'> - irqbalance</a><br/> - - - <a href='services_kerberos.html'> - kerberos</a><br/> - - - <a href='services_ktalk.html'> - ktalk</a><br/> - - - <a href='services_ldap.html'> - ldap</a><br/> - - - <a href='services_lpd.html'> - lpd</a><br/> - - - <a href='services_mailman.html'> - mailman</a><br/> - - - <a href='services_mta.html'> - mta</a><br/> - - - <a href='services_mysql.html'> - mysql</a><br/> - - - <a href='services_networkmanager.html'> - networkmanager</a><br/> - - - <a href='services_nis.html'> - nis</a><br/> - - - <a href='services_nscd.html'> - nscd</a><br/> - - - <a href='services_ntp.html'> - ntp</a><br/> - - - <a href='services_openct.html'> - openct</a><br/> - - - <a href='services_pegasus.html'> - pegasus</a><br/> - - - <a href='services_portmap.html'> - portmap</a><br/> - - - <a href='services_postfix.html'> - postfix</a><br/> - - - <a href='services_postgresql.html'> - postgresql</a><br/> - - - <a href='services_ppp.html'> - ppp</a><br/> - - - <a href='services_privoxy.html'> - privoxy</a><br/> - - - <a href='services_procmail.html'> - procmail</a><br/> - - - <a href='services_publicfile.html'> - publicfile</a><br/> - - - <a href='services_radius.html'> - radius</a><br/> - - - <a href='services_radvd.html'> - radvd</a><br/> - - - <a href='services_rdisc.html'> - rdisc</a><br/> - - - <a href='services_remotelogin.html'> - remotelogin</a><br/> - - - <a href='services_rlogin.html'> - rlogin</a><br/> - - - <a href='services_roundup.html'> - roundup</a><br/> - - - <a href='services_rpc.html'> - rpc</a><br/> - - - <a href='services_rshd.html'> - rshd</a><br/> - - - <a href='services_rsync.html'> - rsync</a><br/> - - - <a href='services_samba.html'> - samba</a><br/> - - - <a href='services_sasl.html'> - sasl</a><br/> - - - <a href='services_sendmail.html'> - sendmail</a><br/> - - - <a href='services_slrnpull.html'> - slrnpull</a><br/> - - - <a href='services_smartmon.html'> - smartmon</a><br/> - - - <a href='services_snmp.html'> - snmp</a><br/> - - - <a href='services_spamassassin.html'> - spamassassin</a><br/> - - - <a href='services_squid.html'> - squid</a><br/> - - - <a href='services_ssh.html'> - ssh</a><br/> - - - <a href='services_stunnel.html'> - stunnel</a><br/> - - - <a href='services_sysstat.html'> - sysstat</a><br/> - - - <a href='services_tcpd.html'> - tcpd</a><br/> - - - <a href='services_telnet.html'> - telnet</a><br/> - - - <a href='services_tftp.html'> - tftp</a><br/> - - - <a href='services_timidity.html'> - timidity</a><br/> - - - <a href='services_ucspitcp.html'> - ucspitcp</a><br/> - - - <a href='services_uucp.html'> - uucp</a><br/> - - - <a href='services_xfs.html'> - xfs</a><br/> - - - <a href='services_xserver.html'> - xserver</a><br/> - - - <a href='services_zebra.html'> - zebra</a><br/> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: services</h1><p/> -<h2>Module: bind</h2><p/> - -<h3>Description:</h3> - -<p><p>Berkeley internet name domain DNS server.</p></p> - - - -<a name="interfaces"></a> -<h3>Interfaces: </h3> - -<a name="link_bind_domtrans"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>bind_domtrans</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute bind in the named domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_bind_domtrans_ndc"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>bind_domtrans_ndc</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute ndc in the ndc domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_bind_manage_cache"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>bind_manage_cache</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Create, read, write, and delete -BIND cache files. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_bind_manage_config_dirs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>bind_manage_config_dirs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Create, read, write, and delete -BIND configuration directories. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_bind_read_config"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>bind_read_config</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read BIND named configuration files. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_bind_read_dnssec_keys"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>bind_read_dnssec_keys</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read DNSSEC keys. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_bind_read_zone"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>bind_read_zone</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read BIND zone files. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_bind_run_ndc"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>bind_run_ndc</b>( - - - - - domain - - - - , - - - - role - - - - , - - - - terminal - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute ndc in the ndc domain, and -allow the specified role the ndc domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -<tr><td> -role -</td><td> -<p> -The role to be allowed the bind domain. -</p> -</td><td> -No -</td></tr> - -<tr><td> -terminal -</td><td> -<p> -The type of the terminal allow the bind domain to use. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_bind_search_cache"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>bind_search_cache</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Search the BIND cache directory. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_bind_setattr_pid_dirs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>bind_setattr_pid_dirs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to set the attributes -of the BIND pid directory. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_bind_signal"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>bind_signal</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send generic signals to BIND. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_bind_write_config"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>bind_write_config</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Write BIND named configuration files. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - - -</div> -</body> -</html> diff --git a/www/api-docs/services_bluetooth.html b/www/api-docs/services_bluetooth.html deleted file mode 100644 index 96eb95e..0000000 --- a/www/api-docs/services_bluetooth.html +++ /dev/null @@ -1,564 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - - <a href='services_apache.html'> - apache</a><br/> - - - <a href='services_apm.html'> - apm</a><br/> - - - <a href='services_arpwatch.html'> - arpwatch</a><br/> - - - <a href='services_automount.html'> - automount</a><br/> - - - <a href='services_avahi.html'> - avahi</a><br/> - - - <a href='services_bind.html'> - bind</a><br/> - - - <a href='services_bluetooth.html'> - bluetooth</a><br/> - - - <a href='services_canna.html'> - canna</a><br/> - - - <a href='services_comsat.html'> - comsat</a><br/> - - - <a href='services_cpucontrol.html'> - cpucontrol</a><br/> - - - <a href='services_cron.html'> - cron</a><br/> - - - <a href='services_cups.html'> - cups</a><br/> - - - <a href='services_cvs.html'> - cvs</a><br/> - - - <a href='services_cyrus.html'> - cyrus</a><br/> - - - <a href='services_dbskk.html'> - dbskk</a><br/> - - - <a href='services_dbus.html'> - dbus</a><br/> - - - <a href='services_dhcp.html'> - dhcp</a><br/> - - - <a href='services_dictd.html'> - dictd</a><br/> - - - <a href='services_distcc.html'> - distcc</a><br/> - - - <a href='services_djbdns.html'> - djbdns</a><br/> - - - <a href='services_dovecot.html'> - dovecot</a><br/> - - - <a href='services_fetchmail.html'> - fetchmail</a><br/> - - - <a href='services_finger.html'> - finger</a><br/> - - - <a href='services_ftp.html'> - ftp</a><br/> - - - <a href='services_gpm.html'> - gpm</a><br/> - - - <a href='services_hal.html'> - hal</a><br/> - - - <a href='services_howl.html'> - howl</a><br/> - - - <a href='services_i18n_input.html'> - i18n_input</a><br/> - - - <a href='services_inetd.html'> - inetd</a><br/> - - - <a href='services_inn.html'> - inn</a><br/> - - - <a href='services_irqbalance.html'> - irqbalance</a><br/> - - - <a href='services_kerberos.html'> - kerberos</a><br/> - - - <a href='services_ktalk.html'> - ktalk</a><br/> - - - <a href='services_ldap.html'> - ldap</a><br/> - - - <a href='services_lpd.html'> - lpd</a><br/> - - - <a href='services_mailman.html'> - mailman</a><br/> - - - <a href='services_mta.html'> - mta</a><br/> - - - <a href='services_mysql.html'> - mysql</a><br/> - - - <a href='services_networkmanager.html'> - networkmanager</a><br/> - - - <a href='services_nis.html'> - nis</a><br/> - - - <a href='services_nscd.html'> - nscd</a><br/> - - - <a href='services_ntp.html'> - ntp</a><br/> - - - <a href='services_openct.html'> - openct</a><br/> - - - <a href='services_pegasus.html'> - pegasus</a><br/> - - - <a href='services_portmap.html'> - portmap</a><br/> - - - <a href='services_postfix.html'> - postfix</a><br/> - - - <a href='services_postgresql.html'> - postgresql</a><br/> - - - <a href='services_ppp.html'> - ppp</a><br/> - - - <a href='services_privoxy.html'> - privoxy</a><br/> - - - <a href='services_procmail.html'> - procmail</a><br/> - - - <a href='services_publicfile.html'> - publicfile</a><br/> - - - <a href='services_radius.html'> - radius</a><br/> - - - <a href='services_radvd.html'> - radvd</a><br/> - - - <a href='services_rdisc.html'> - rdisc</a><br/> - - - <a href='services_remotelogin.html'> - remotelogin</a><br/> - - - <a href='services_rlogin.html'> - rlogin</a><br/> - - - <a href='services_roundup.html'> - roundup</a><br/> - - - <a href='services_rpc.html'> - rpc</a><br/> - - - <a href='services_rshd.html'> - rshd</a><br/> - - - <a href='services_rsync.html'> - rsync</a><br/> - - - <a href='services_samba.html'> - samba</a><br/> - - - <a href='services_sasl.html'> - sasl</a><br/> - - - <a href='services_sendmail.html'> - sendmail</a><br/> - - - <a href='services_slrnpull.html'> - slrnpull</a><br/> - - - <a href='services_smartmon.html'> - smartmon</a><br/> - - - <a href='services_snmp.html'> - snmp</a><br/> - - - <a href='services_spamassassin.html'> - spamassassin</a><br/> - - - <a href='services_squid.html'> - squid</a><br/> - - - <a href='services_ssh.html'> - ssh</a><br/> - - - <a href='services_stunnel.html'> - stunnel</a><br/> - - - <a href='services_sysstat.html'> - sysstat</a><br/> - - - <a href='services_tcpd.html'> - tcpd</a><br/> - - - <a href='services_telnet.html'> - telnet</a><br/> - - - <a href='services_tftp.html'> - tftp</a><br/> - - - <a href='services_timidity.html'> - timidity</a><br/> - - - <a href='services_ucspitcp.html'> - ucspitcp</a><br/> - - - <a href='services_uucp.html'> - uucp</a><br/> - - - <a href='services_xfs.html'> - xfs</a><br/> - - - <a href='services_xserver.html'> - xserver</a><br/> - - - <a href='services_zebra.html'> - zebra</a><br/> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: services</h1><p/> -<h2>Module: bluetooth</h2><p/> - -<h3>Description:</h3> - -<p><p>Bluetooth tools and system services.</p></p> - - - -<a name="interfaces"></a> -<h3>Interfaces: </h3> - -<a name="link_bluetooth_dbus_chat"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>bluetooth_dbus_chat</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive messages from -bluetooth over dbus. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_bluetooth_domtrans_helper"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>bluetooth_domtrans_helper</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute bluetooth_helper in the bluetooth_helper domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_bluetooth_dontaudit_read_helper_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>bluetooth_dontaudit_read_helper_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read bluetooth helper files. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_bluetooth_read_config"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>bluetooth_read_config</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read bluetooth daemon configuration. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_bluetooth_run_helper"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>bluetooth_run_helper</b>( - - - - - domain - - - - , - - - - role - - - - , - - - - terminal - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute bluetooth_helper in the bluetooth_helper domain, and -allow the specified role the bluetooth_helper domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -<tr><td> -role -</td><td> -<p> -The role to be allowed the bluetooth_helper domain. -</p> -</td><td> -No -</td></tr> - -<tr><td> -terminal -</td><td> -<p> -The type of the terminal allow the bluetooth_helper domain to use. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - - -</div> -</body> -</html> diff --git a/www/api-docs/services_canna.html b/www/api-docs/services_canna.html deleted file mode 100644 index b153def..0000000 --- a/www/api-docs/services_canna.html +++ /dev/null @@ -1,358 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - - <a href='services_apache.html'> - apache</a><br/> - - - <a href='services_apm.html'> - apm</a><br/> - - - <a href='services_arpwatch.html'> - arpwatch</a><br/> - - - <a href='services_automount.html'> - automount</a><br/> - - - <a href='services_avahi.html'> - avahi</a><br/> - - - <a href='services_bind.html'> - bind</a><br/> - - - <a href='services_bluetooth.html'> - bluetooth</a><br/> - - - <a href='services_canna.html'> - canna</a><br/> - - - <a href='services_comsat.html'> - comsat</a><br/> - - - <a href='services_cpucontrol.html'> - cpucontrol</a><br/> - - - <a href='services_cron.html'> - cron</a><br/> - - - <a href='services_cups.html'> - cups</a><br/> - - - <a href='services_cvs.html'> - cvs</a><br/> - - - <a href='services_cyrus.html'> - cyrus</a><br/> - - - <a href='services_dbskk.html'> - dbskk</a><br/> - - - <a href='services_dbus.html'> - dbus</a><br/> - - - <a href='services_dhcp.html'> - dhcp</a><br/> - - - <a href='services_dictd.html'> - dictd</a><br/> - - - <a href='services_distcc.html'> - distcc</a><br/> - - - <a href='services_djbdns.html'> - djbdns</a><br/> - - - <a href='services_dovecot.html'> - dovecot</a><br/> - - - <a href='services_fetchmail.html'> - fetchmail</a><br/> - - - <a href='services_finger.html'> - finger</a><br/> - - - <a href='services_ftp.html'> - ftp</a><br/> - - - <a href='services_gpm.html'> - gpm</a><br/> - - - <a href='services_hal.html'> - hal</a><br/> - - - <a href='services_howl.html'> - howl</a><br/> - - - <a href='services_i18n_input.html'> - i18n_input</a><br/> - - - <a href='services_inetd.html'> - inetd</a><br/> - - - <a href='services_inn.html'> - inn</a><br/> - - - <a href='services_irqbalance.html'> - irqbalance</a><br/> - - - <a href='services_kerberos.html'> - kerberos</a><br/> - - - <a href='services_ktalk.html'> - ktalk</a><br/> - - - <a href='services_ldap.html'> - ldap</a><br/> - - - <a href='services_lpd.html'> - lpd</a><br/> - - - <a href='services_mailman.html'> - mailman</a><br/> - - - <a href='services_mta.html'> - mta</a><br/> - - - <a href='services_mysql.html'> - mysql</a><br/> - - - <a href='services_networkmanager.html'> - networkmanager</a><br/> - - - <a href='services_nis.html'> - nis</a><br/> - - - <a href='services_nscd.html'> - nscd</a><br/> - - - <a href='services_ntp.html'> - ntp</a><br/> - - - <a href='services_openct.html'> - openct</a><br/> - - - <a href='services_pegasus.html'> - pegasus</a><br/> - - - <a href='services_portmap.html'> - portmap</a><br/> - - - <a href='services_postfix.html'> - postfix</a><br/> - - - <a href='services_postgresql.html'> - postgresql</a><br/> - - - <a href='services_ppp.html'> - ppp</a><br/> - - - <a href='services_privoxy.html'> - privoxy</a><br/> - - - <a href='services_procmail.html'> - procmail</a><br/> - - - <a href='services_publicfile.html'> - publicfile</a><br/> - - - <a href='services_radius.html'> - radius</a><br/> - - - <a href='services_radvd.html'> - radvd</a><br/> - - - <a href='services_rdisc.html'> - rdisc</a><br/> - - - <a href='services_remotelogin.html'> - remotelogin</a><br/> - - - <a href='services_rlogin.html'> - rlogin</a><br/> - - - <a href='services_roundup.html'> - roundup</a><br/> - - - <a href='services_rpc.html'> - rpc</a><br/> - - - <a href='services_rshd.html'> - rshd</a><br/> - - - <a href='services_rsync.html'> - rsync</a><br/> - - - <a href='services_samba.html'> - samba</a><br/> - - - <a href='services_sasl.html'> - sasl</a><br/> - - - <a href='services_sendmail.html'> - sendmail</a><br/> - - - <a href='services_slrnpull.html'> - slrnpull</a><br/> - - - <a href='services_smartmon.html'> - smartmon</a><br/> - - - <a href='services_snmp.html'> - snmp</a><br/> - - - <a href='services_spamassassin.html'> - spamassassin</a><br/> - - - <a href='services_squid.html'> - squid</a><br/> - - - <a href='services_ssh.html'> - ssh</a><br/> - - - <a href='services_stunnel.html'> - stunnel</a><br/> - - - <a href='services_sysstat.html'> - sysstat</a><br/> - - - <a href='services_tcpd.html'> - tcpd</a><br/> - - - <a href='services_telnet.html'> - telnet</a><br/> - - - <a href='services_tftp.html'> - tftp</a><br/> - - - <a href='services_timidity.html'> - timidity</a><br/> - - - <a href='services_ucspitcp.html'> - ucspitcp</a><br/> - - - <a href='services_uucp.html'> - uucp</a><br/> - - - <a href='services_xfs.html'> - xfs</a><br/> - - - <a href='services_xserver.html'> - xserver</a><br/> - - - <a href='services_zebra.html'> - zebra</a><br/> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: services</h1><p/> -<h2>Module: canna</h2><p/> - -<h3>Description:</h3> - -<p><p>Canna - kana-kanji conversion server</p></p> - - - -<a name="interfaces"></a> -<h3>Interfaces: </h3> - -<a name="link_canna_stream_connect"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>canna_stream_connect</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Connect to Canna using a unix domain stream socket. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - - -</div> -</body> -</html> diff --git a/www/api-docs/services_comsat.html b/www/api-docs/services_comsat.html deleted file mode 100644 index 4471af6..0000000 --- a/www/api-docs/services_comsat.html +++ /dev/null @@ -1,312 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - - <a href='services_apache.html'> - apache</a><br/> - - - <a href='services_apm.html'> - apm</a><br/> - - - <a href='services_arpwatch.html'> - arpwatch</a><br/> - - - <a href='services_automount.html'> - automount</a><br/> - - - <a href='services_avahi.html'> - avahi</a><br/> - - - <a href='services_bind.html'> - bind</a><br/> - - - <a href='services_bluetooth.html'> - bluetooth</a><br/> - - - <a href='services_canna.html'> - canna</a><br/> - - - <a href='services_comsat.html'> - comsat</a><br/> - - - <a href='services_cpucontrol.html'> - cpucontrol</a><br/> - - - <a href='services_cron.html'> - cron</a><br/> - - - <a href='services_cups.html'> - cups</a><br/> - - - <a href='services_cvs.html'> - cvs</a><br/> - - - <a href='services_cyrus.html'> - cyrus</a><br/> - - - <a href='services_dbskk.html'> - dbskk</a><br/> - - - <a href='services_dbus.html'> - dbus</a><br/> - - - <a href='services_dhcp.html'> - dhcp</a><br/> - - - <a href='services_dictd.html'> - dictd</a><br/> - - - <a href='services_distcc.html'> - distcc</a><br/> - - - <a href='services_djbdns.html'> - djbdns</a><br/> - - - <a href='services_dovecot.html'> - dovecot</a><br/> - - - <a href='services_fetchmail.html'> - fetchmail</a><br/> - - - <a href='services_finger.html'> - finger</a><br/> - - - <a href='services_ftp.html'> - ftp</a><br/> - - - <a href='services_gpm.html'> - gpm</a><br/> - - - <a href='services_hal.html'> - hal</a><br/> - - - <a href='services_howl.html'> - howl</a><br/> - - - <a href='services_i18n_input.html'> - i18n_input</a><br/> - - - <a href='services_inetd.html'> - inetd</a><br/> - - - <a href='services_inn.html'> - inn</a><br/> - - - <a href='services_irqbalance.html'> - irqbalance</a><br/> - - - <a href='services_kerberos.html'> - kerberos</a><br/> - - - <a href='services_ktalk.html'> - ktalk</a><br/> - - - <a href='services_ldap.html'> - ldap</a><br/> - - - <a href='services_lpd.html'> - lpd</a><br/> - - - <a href='services_mailman.html'> - mailman</a><br/> - - - <a href='services_mta.html'> - mta</a><br/> - - - <a href='services_mysql.html'> - mysql</a><br/> - - - <a href='services_networkmanager.html'> - networkmanager</a><br/> - - - <a href='services_nis.html'> - nis</a><br/> - - - <a href='services_nscd.html'> - nscd</a><br/> - - - <a href='services_ntp.html'> - ntp</a><br/> - - - <a href='services_openct.html'> - openct</a><br/> - - - <a href='services_pegasus.html'> - pegasus</a><br/> - - - <a href='services_portmap.html'> - portmap</a><br/> - - - <a href='services_postfix.html'> - postfix</a><br/> - - - <a href='services_postgresql.html'> - postgresql</a><br/> - - - <a href='services_ppp.html'> - ppp</a><br/> - - - <a href='services_privoxy.html'> - privoxy</a><br/> - - - <a href='services_procmail.html'> - procmail</a><br/> - - - <a href='services_publicfile.html'> - publicfile</a><br/> - - - <a href='services_radius.html'> - radius</a><br/> - - - <a href='services_radvd.html'> - radvd</a><br/> - - - <a href='services_rdisc.html'> - rdisc</a><br/> - - - <a href='services_remotelogin.html'> - remotelogin</a><br/> - - - <a href='services_rlogin.html'> - rlogin</a><br/> - - - <a href='services_roundup.html'> - roundup</a><br/> - - - <a href='services_rpc.html'> - rpc</a><br/> - - - <a href='services_rshd.html'> - rshd</a><br/> - - - <a href='services_rsync.html'> - rsync</a><br/> - - - <a href='services_samba.html'> - samba</a><br/> - - - <a href='services_sasl.html'> - sasl</a><br/> - - - <a href='services_sendmail.html'> - sendmail</a><br/> - - - <a href='services_slrnpull.html'> - slrnpull</a><br/> - - - <a href='services_smartmon.html'> - smartmon</a><br/> - - - <a href='services_snmp.html'> - snmp</a><br/> - - - <a href='services_spamassassin.html'> - spamassassin</a><br/> - - - <a href='services_squid.html'> - squid</a><br/> - - - <a href='services_ssh.html'> - ssh</a><br/> - - - <a href='services_stunnel.html'> - stunnel</a><br/> - - - <a href='services_sysstat.html'> - sysstat</a><br/> - - - <a href='services_tcpd.html'> - tcpd</a><br/> - - - <a href='services_telnet.html'> - telnet</a><br/> - - - <a href='services_tftp.html'> - tftp</a><br/> - - - <a href='services_timidity.html'> - timidity</a><br/> - - - <a href='services_ucspitcp.html'> - ucspitcp</a><br/> - - - <a href='services_uucp.html'> - uucp</a><br/> - - - <a href='services_xfs.html'> - xfs</a><br/> - - - <a href='services_xserver.html'> - xserver</a><br/> - - - <a href='services_zebra.html'> - zebra</a><br/> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: services</h1><p/> -<h2>Module: comsat</h2><p/> - -<h3>Description:</h3> - -<p><p>Comsat, a biff server.</p></p> - - - - - -<h3>No interfaces or templates.</h3> - - -</div> -</body> -</html> diff --git a/www/api-docs/services_cpucontrol.html b/www/api-docs/services_cpucontrol.html deleted file mode 100644 index 3f0a41a..0000000 --- a/www/api-docs/services_cpucontrol.html +++ /dev/null @@ -1,358 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - - <a href='services_apache.html'> - apache</a><br/> - - - <a href='services_apm.html'> - apm</a><br/> - - - <a href='services_arpwatch.html'> - arpwatch</a><br/> - - - <a href='services_automount.html'> - automount</a><br/> - - - <a href='services_avahi.html'> - avahi</a><br/> - - - <a href='services_bind.html'> - bind</a><br/> - - - <a href='services_bluetooth.html'> - bluetooth</a><br/> - - - <a href='services_canna.html'> - canna</a><br/> - - - <a href='services_comsat.html'> - comsat</a><br/> - - - <a href='services_cpucontrol.html'> - cpucontrol</a><br/> - - - <a href='services_cron.html'> - cron</a><br/> - - - <a href='services_cups.html'> - cups</a><br/> - - - <a href='services_cvs.html'> - cvs</a><br/> - - - <a href='services_cyrus.html'> - cyrus</a><br/> - - - <a href='services_dbskk.html'> - dbskk</a><br/> - - - <a href='services_dbus.html'> - dbus</a><br/> - - - <a href='services_dhcp.html'> - dhcp</a><br/> - - - <a href='services_dictd.html'> - dictd</a><br/> - - - <a href='services_distcc.html'> - distcc</a><br/> - - - <a href='services_djbdns.html'> - djbdns</a><br/> - - - <a href='services_dovecot.html'> - dovecot</a><br/> - - - <a href='services_fetchmail.html'> - fetchmail</a><br/> - - - <a href='services_finger.html'> - finger</a><br/> - - - <a href='services_ftp.html'> - ftp</a><br/> - - - <a href='services_gpm.html'> - gpm</a><br/> - - - <a href='services_hal.html'> - hal</a><br/> - - - <a href='services_howl.html'> - howl</a><br/> - - - <a href='services_i18n_input.html'> - i18n_input</a><br/> - - - <a href='services_inetd.html'> - inetd</a><br/> - - - <a href='services_inn.html'> - inn</a><br/> - - - <a href='services_irqbalance.html'> - irqbalance</a><br/> - - - <a href='services_kerberos.html'> - kerberos</a><br/> - - - <a href='services_ktalk.html'> - ktalk</a><br/> - - - <a href='services_ldap.html'> - ldap</a><br/> - - - <a href='services_lpd.html'> - lpd</a><br/> - - - <a href='services_mailman.html'> - mailman</a><br/> - - - <a href='services_mta.html'> - mta</a><br/> - - - <a href='services_mysql.html'> - mysql</a><br/> - - - <a href='services_networkmanager.html'> - networkmanager</a><br/> - - - <a href='services_nis.html'> - nis</a><br/> - - - <a href='services_nscd.html'> - nscd</a><br/> - - - <a href='services_ntp.html'> - ntp</a><br/> - - - <a href='services_openct.html'> - openct</a><br/> - - - <a href='services_pegasus.html'> - pegasus</a><br/> - - - <a href='services_portmap.html'> - portmap</a><br/> - - - <a href='services_postfix.html'> - postfix</a><br/> - - - <a href='services_postgresql.html'> - postgresql</a><br/> - - - <a href='services_ppp.html'> - ppp</a><br/> - - - <a href='services_privoxy.html'> - privoxy</a><br/> - - - <a href='services_procmail.html'> - procmail</a><br/> - - - <a href='services_publicfile.html'> - publicfile</a><br/> - - - <a href='services_radius.html'> - radius</a><br/> - - - <a href='services_radvd.html'> - radvd</a><br/> - - - <a href='services_rdisc.html'> - rdisc</a><br/> - - - <a href='services_remotelogin.html'> - remotelogin</a><br/> - - - <a href='services_rlogin.html'> - rlogin</a><br/> - - - <a href='services_roundup.html'> - roundup</a><br/> - - - <a href='services_rpc.html'> - rpc</a><br/> - - - <a href='services_rshd.html'> - rshd</a><br/> - - - <a href='services_rsync.html'> - rsync</a><br/> - - - <a href='services_samba.html'> - samba</a><br/> - - - <a href='services_sasl.html'> - sasl</a><br/> - - - <a href='services_sendmail.html'> - sendmail</a><br/> - - - <a href='services_slrnpull.html'> - slrnpull</a><br/> - - - <a href='services_smartmon.html'> - smartmon</a><br/> - - - <a href='services_snmp.html'> - snmp</a><br/> - - - <a href='services_spamassassin.html'> - spamassassin</a><br/> - - - <a href='services_squid.html'> - squid</a><br/> - - - <a href='services_ssh.html'> - ssh</a><br/> - - - <a href='services_stunnel.html'> - stunnel</a><br/> - - - <a href='services_sysstat.html'> - sysstat</a><br/> - - - <a href='services_tcpd.html'> - tcpd</a><br/> - - - <a href='services_telnet.html'> - telnet</a><br/> - - - <a href='services_tftp.html'> - tftp</a><br/> - - - <a href='services_timidity.html'> - timidity</a><br/> - - - <a href='services_ucspitcp.html'> - ucspitcp</a><br/> - - - <a href='services_uucp.html'> - uucp</a><br/> - - - <a href='services_xfs.html'> - xfs</a><br/> - - - <a href='services_xserver.html'> - xserver</a><br/> - - - <a href='services_zebra.html'> - zebra</a><br/> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: services</h1><p/> -<h2>Module: cpucontrol</h2><p/> - -<h3>Description:</h3> - -<p><p>Services for loading CPU microcode and CPU frequency scaling.</p></p> - - - -<a name="interfaces"></a> -<h3>Interfaces: </h3> - -<a name="link_cpucontrol_stub"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>cpucontrol_stub</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -CPUcontrol stub interface. No access allowed. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -N/A -</p> -</td><td> -Yes -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - - -</div> -</body> -</html> diff --git a/www/api-docs/services_cron.html b/www/api-docs/services_cron.html deleted file mode 100644 index 71f91af..0000000 --- a/www/api-docs/services_cron.html +++ /dev/null @@ -1,1079 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - - <a href='services_apache.html'> - apache</a><br/> - - - <a href='services_apm.html'> - apm</a><br/> - - - <a href='services_arpwatch.html'> - arpwatch</a><br/> - - - <a href='services_automount.html'> - automount</a><br/> - - - <a href='services_avahi.html'> - avahi</a><br/> - - - <a href='services_bind.html'> - bind</a><br/> - - - <a href='services_bluetooth.html'> - bluetooth</a><br/> - - - <a href='services_canna.html'> - canna</a><br/> - - - <a href='services_comsat.html'> - comsat</a><br/> - - - <a href='services_cpucontrol.html'> - cpucontrol</a><br/> - - - <a href='services_cron.html'> - cron</a><br/> - - - <a href='services_cups.html'> - cups</a><br/> - - - <a href='services_cvs.html'> - cvs</a><br/> - - - <a href='services_cyrus.html'> - cyrus</a><br/> - - - <a href='services_dbskk.html'> - dbskk</a><br/> - - - <a href='services_dbus.html'> - dbus</a><br/> - - - <a href='services_dhcp.html'> - dhcp</a><br/> - - - <a href='services_dictd.html'> - dictd</a><br/> - - - <a href='services_distcc.html'> - distcc</a><br/> - - - <a href='services_djbdns.html'> - djbdns</a><br/> - - - <a href='services_dovecot.html'> - dovecot</a><br/> - - - <a href='services_fetchmail.html'> - fetchmail</a><br/> - - - <a href='services_finger.html'> - finger</a><br/> - - - <a href='services_ftp.html'> - ftp</a><br/> - - - <a href='services_gpm.html'> - gpm</a><br/> - - - <a href='services_hal.html'> - hal</a><br/> - - - <a href='services_howl.html'> - howl</a><br/> - - - <a href='services_i18n_input.html'> - i18n_input</a><br/> - - - <a href='services_inetd.html'> - inetd</a><br/> - - - <a href='services_inn.html'> - inn</a><br/> - - - <a href='services_irqbalance.html'> - irqbalance</a><br/> - - - <a href='services_kerberos.html'> - kerberos</a><br/> - - - <a href='services_ktalk.html'> - ktalk</a><br/> - - - <a href='services_ldap.html'> - ldap</a><br/> - - - <a href='services_lpd.html'> - lpd</a><br/> - - - <a href='services_mailman.html'> - mailman</a><br/> - - - <a href='services_mta.html'> - mta</a><br/> - - - <a href='services_mysql.html'> - mysql</a><br/> - - - <a href='services_networkmanager.html'> - networkmanager</a><br/> - - - <a href='services_nis.html'> - nis</a><br/> - - - <a href='services_nscd.html'> - nscd</a><br/> - - - <a href='services_ntp.html'> - ntp</a><br/> - - - <a href='services_openct.html'> - openct</a><br/> - - - <a href='services_pegasus.html'> - pegasus</a><br/> - - - <a href='services_portmap.html'> - portmap</a><br/> - - - <a href='services_postfix.html'> - postfix</a><br/> - - - <a href='services_postgresql.html'> - postgresql</a><br/> - - - <a href='services_ppp.html'> - ppp</a><br/> - - - <a href='services_privoxy.html'> - privoxy</a><br/> - - - <a href='services_procmail.html'> - procmail</a><br/> - - - <a href='services_publicfile.html'> - publicfile</a><br/> - - - <a href='services_radius.html'> - radius</a><br/> - - - <a href='services_radvd.html'> - radvd</a><br/> - - - <a href='services_rdisc.html'> - rdisc</a><br/> - - - <a href='services_remotelogin.html'> - remotelogin</a><br/> - - - <a href='services_rlogin.html'> - rlogin</a><br/> - - - <a href='services_roundup.html'> - roundup</a><br/> - - - <a href='services_rpc.html'> - rpc</a><br/> - - - <a href='services_rshd.html'> - rshd</a><br/> - - - <a href='services_rsync.html'> - rsync</a><br/> - - - <a href='services_samba.html'> - samba</a><br/> - - - <a href='services_sasl.html'> - sasl</a><br/> - - - <a href='services_sendmail.html'> - sendmail</a><br/> - - - <a href='services_slrnpull.html'> - slrnpull</a><br/> - - - <a href='services_smartmon.html'> - smartmon</a><br/> - - - <a href='services_snmp.html'> - snmp</a><br/> - - - <a href='services_spamassassin.html'> - spamassassin</a><br/> - - - <a href='services_squid.html'> - squid</a><br/> - - - <a href='services_ssh.html'> - ssh</a><br/> - - - <a href='services_stunnel.html'> - stunnel</a><br/> - - - <a href='services_sysstat.html'> - sysstat</a><br/> - - - <a href='services_tcpd.html'> - tcpd</a><br/> - - - <a href='services_telnet.html'> - telnet</a><br/> - - - <a href='services_tftp.html'> - tftp</a><br/> - - - <a href='services_timidity.html'> - timidity</a><br/> - - - <a href='services_ucspitcp.html'> - ucspitcp</a><br/> - - - <a href='services_uucp.html'> - uucp</a><br/> - - - <a href='services_xfs.html'> - xfs</a><br/> - - - <a href='services_xserver.html'> - xserver</a><br/> - - - <a href='services_zebra.html'> - zebra</a><br/> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: services</h1><p/> -<h2>Module: cron</h2><p/> - -<a href=#interfaces>Interfaces</a> -<a href=#templates>Templates</a> - -<h3>Description:</h3> - -<p><p>Periodic execution of scheduled commands.</p></p> - - - -<a name="interfaces"></a> -<h3>Interfaces: </h3> - -<a name="link_cron_anacron_domtrans_system_job"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>cron_anacron_domtrans_system_job</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute APM in the apm domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_cron_dontaudit_append_system_job_tmp_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>cron_dontaudit_append_system_job_tmp_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to append temporary -files from the system cron jobs. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_cron_dontaudit_write_pipes"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>cron_dontaudit_write_pipes</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to write cron daemon unnamed pipes. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_cron_read_pipes"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>cron_read_pipes</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read a cron daemon unnamed pipe. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_cron_read_system_job_tmp_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>cron_read_system_job_tmp_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read temporary files from the system cron jobs. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_cron_rw_pipes"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>cron_rw_pipes</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read and write a cron daemon unnamed pipe. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_cron_rw_system_job_pipes"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>cron_rw_system_job_pipes</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read and write a system cron job unnamed pipe. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_cron_rw_tcp_sockets"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>cron_rw_tcp_sockets</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read, and write cron daemon TCP sockets. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_cron_search_spool"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>cron_search_spool</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Search the directory containing user cron tables. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process to performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_cron_sigchld"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>cron_sigchld</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send a SIGCHLD signal to the cron daemon. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_cron_system_entry"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>cron_system_entry</b>( - - - - - domain - - - - , - - - - entrypoint - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Make the specified program domain accessable -from the system cron jobs. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process to transition to. -</p> -</td><td> -No -</td></tr> - -<tr><td> -entrypoint -</td><td> -<p> -The type of the file used as an entrypoint to this domain. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_cron_use_fds"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>cron_use_fds</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Inherit and use a file descriptor -from the cron daemon. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_cron_use_system_job_fds"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>cron_use_system_job_fds</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Inherit and use a file descriptor -from system cron jobs. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_cron_write_system_job_pipes"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>cron_write_system_job_pipes</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Write a system cron job unnamed pipe. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - -<a name="templates"></a> -<h3>Templates: </h3> - -<a name="link_cron_admin_template"></a> -<div id="template"> - - -<div id="codeblock"> - -<b>cron_admin_template</b>( - - - - - userdomain_prefix - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -The administrative functions template for the cron module. -</p> - - -<h5>Description</h5> -<p> -</p><p> -This template creates rules for administrating the cron service, -allowing the specified user to manage other user crontabs. -</p><p> -</p> - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -userdomain_prefix -</td><td> -<p> -The prefix of the user domain (e.g., user -is the prefix for user_t). -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_cron_per_userdomain_template"></a> -<div id="template"> - - -<div id="codeblock"> - -<b>cron_per_userdomain_template</b>( - - - - - userdomain_prefix - - - - , - - - - user_domain - - - - , - - - - user_role - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -The per user domain template for the cron module. -</p> - - -<h5>Description</h5> -<p> -</p><p> -This template creates a derived domains which are used -for running programs on behalf of the user, from cron. -A type for the user crontab is also created. -</p><p> -</p><p> -This template is invoked automatically for each user, and -generally does not need to be invoked directly -by policy writers. -</p><p> -</p> - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -userdomain_prefix -</td><td> -<p> -The prefix of the user domain (e.g., user -is the prefix for user_t). -</p> -</td><td> -No -</td></tr> - -<tr><td> -user_domain -</td><td> -<p> -The type of the user domain. -</p> -</td><td> -No -</td></tr> - -<tr><td> -user_role -</td><td> -<p> -The role associated with the user domain. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - -</div> -</body> -</html> diff --git a/www/api-docs/services_cups.html b/www/api-docs/services_cups.html deleted file mode 100644 index 9e4a727..0000000 --- a/www/api-docs/services_cups.html +++ /dev/null @@ -1,781 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - - <a href='services_apache.html'> - apache</a><br/> - - - <a href='services_apm.html'> - apm</a><br/> - - - <a href='services_arpwatch.html'> - arpwatch</a><br/> - - - <a href='services_automount.html'> - automount</a><br/> - - - <a href='services_avahi.html'> - avahi</a><br/> - - - <a href='services_bind.html'> - bind</a><br/> - - - <a href='services_bluetooth.html'> - bluetooth</a><br/> - - - <a href='services_canna.html'> - canna</a><br/> - - - <a href='services_comsat.html'> - comsat</a><br/> - - - <a href='services_cpucontrol.html'> - cpucontrol</a><br/> - - - <a href='services_cron.html'> - cron</a><br/> - - - <a href='services_cups.html'> - cups</a><br/> - - - <a href='services_cvs.html'> - cvs</a><br/> - - - <a href='services_cyrus.html'> - cyrus</a><br/> - - - <a href='services_dbskk.html'> - dbskk</a><br/> - - - <a href='services_dbus.html'> - dbus</a><br/> - - - <a href='services_dhcp.html'> - dhcp</a><br/> - - - <a href='services_dictd.html'> - dictd</a><br/> - - - <a href='services_distcc.html'> - distcc</a><br/> - - - <a href='services_djbdns.html'> - djbdns</a><br/> - - - <a href='services_dovecot.html'> - dovecot</a><br/> - - - <a href='services_fetchmail.html'> - fetchmail</a><br/> - - - <a href='services_finger.html'> - finger</a><br/> - - - <a href='services_ftp.html'> - ftp</a><br/> - - - <a href='services_gpm.html'> - gpm</a><br/> - - - <a href='services_hal.html'> - hal</a><br/> - - - <a href='services_howl.html'> - howl</a><br/> - - - <a href='services_i18n_input.html'> - i18n_input</a><br/> - - - <a href='services_inetd.html'> - inetd</a><br/> - - - <a href='services_inn.html'> - inn</a><br/> - - - <a href='services_irqbalance.html'> - irqbalance</a><br/> - - - <a href='services_kerberos.html'> - kerberos</a><br/> - - - <a href='services_ktalk.html'> - ktalk</a><br/> - - - <a href='services_ldap.html'> - ldap</a><br/> - - - <a href='services_lpd.html'> - lpd</a><br/> - - - <a href='services_mailman.html'> - mailman</a><br/> - - - <a href='services_mta.html'> - mta</a><br/> - - - <a href='services_mysql.html'> - mysql</a><br/> - - - <a href='services_networkmanager.html'> - networkmanager</a><br/> - - - <a href='services_nis.html'> - nis</a><br/> - - - <a href='services_nscd.html'> - nscd</a><br/> - - - <a href='services_ntp.html'> - ntp</a><br/> - - - <a href='services_openct.html'> - openct</a><br/> - - - <a href='services_pegasus.html'> - pegasus</a><br/> - - - <a href='services_portmap.html'> - portmap</a><br/> - - - <a href='services_postfix.html'> - postfix</a><br/> - - - <a href='services_postgresql.html'> - postgresql</a><br/> - - - <a href='services_ppp.html'> - ppp</a><br/> - - - <a href='services_privoxy.html'> - privoxy</a><br/> - - - <a href='services_procmail.html'> - procmail</a><br/> - - - <a href='services_publicfile.html'> - publicfile</a><br/> - - - <a href='services_radius.html'> - radius</a><br/> - - - <a href='services_radvd.html'> - radvd</a><br/> - - - <a href='services_rdisc.html'> - rdisc</a><br/> - - - <a href='services_remotelogin.html'> - remotelogin</a><br/> - - - <a href='services_rlogin.html'> - rlogin</a><br/> - - - <a href='services_roundup.html'> - roundup</a><br/> - - - <a href='services_rpc.html'> - rpc</a><br/> - - - <a href='services_rshd.html'> - rshd</a><br/> - - - <a href='services_rsync.html'> - rsync</a><br/> - - - <a href='services_samba.html'> - samba</a><br/> - - - <a href='services_sasl.html'> - sasl</a><br/> - - - <a href='services_sendmail.html'> - sendmail</a><br/> - - - <a href='services_slrnpull.html'> - slrnpull</a><br/> - - - <a href='services_smartmon.html'> - smartmon</a><br/> - - - <a href='services_snmp.html'> - snmp</a><br/> - - - <a href='services_spamassassin.html'> - spamassassin</a><br/> - - - <a href='services_squid.html'> - squid</a><br/> - - - <a href='services_ssh.html'> - ssh</a><br/> - - - <a href='services_stunnel.html'> - stunnel</a><br/> - - - <a href='services_sysstat.html'> - sysstat</a><br/> - - - <a href='services_tcpd.html'> - tcpd</a><br/> - - - <a href='services_telnet.html'> - telnet</a><br/> - - - <a href='services_tftp.html'> - tftp</a><br/> - - - <a href='services_timidity.html'> - timidity</a><br/> - - - <a href='services_ucspitcp.html'> - ucspitcp</a><br/> - - - <a href='services_uucp.html'> - uucp</a><br/> - - - <a href='services_xfs.html'> - xfs</a><br/> - - - <a href='services_xserver.html'> - xserver</a><br/> - - - <a href='services_zebra.html'> - zebra</a><br/> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: services</h1><p/> -<h2>Module: cups</h2><p/> - -<h3>Description:</h3> - -<p><p>Common UNIX printing system</p></p> - - - -<a name="interfaces"></a> -<h3>Interfaces: </h3> - -<a name="link_cups_dbus_chat"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>cups_dbus_chat</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive messages from -cups over dbus. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_cups_dbus_chat_config"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>cups_dbus_chat_config</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive messages from -cupsd_config over dbus. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_cups_domtrans"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>cups_domtrans</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute cups in the cups domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_cups_domtrans_config"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>cups_domtrans_config</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute cups_config in the cups_config domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_cups_read_config"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>cups_read_config</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read cups configuration files. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_cups_read_log"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>cups_read_log</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read cups log files. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_cups_read_rw_config"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>cups_read_rw_config</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read cups-writable configuration files. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_cups_signal_config"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>cups_signal_config</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send generic signals to the cups -configuration daemon. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_cups_stream_connect_ptal"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>cups_stream_connect_ptal</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Connect to ptal over an unix domain stream socket. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_cups_tcp_connect"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>cups_tcp_connect</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Connect to cups over TCP. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_cups_write_log"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>cups_write_log</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Write cups log files. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - - -</div> -</body> -</html> diff --git a/www/api-docs/services_cvs.html b/www/api-docs/services_cvs.html deleted file mode 100644 index 23b545b..0000000 --- a/www/api-docs/services_cvs.html +++ /dev/null @@ -1,358 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - - <a href='services_apache.html'> - apache</a><br/> - - - <a href='services_apm.html'> - apm</a><br/> - - - <a href='services_arpwatch.html'> - arpwatch</a><br/> - - - <a href='services_automount.html'> - automount</a><br/> - - - <a href='services_avahi.html'> - avahi</a><br/> - - - <a href='services_bind.html'> - bind</a><br/> - - - <a href='services_bluetooth.html'> - bluetooth</a><br/> - - - <a href='services_canna.html'> - canna</a><br/> - - - <a href='services_comsat.html'> - comsat</a><br/> - - - <a href='services_cpucontrol.html'> - cpucontrol</a><br/> - - - <a href='services_cron.html'> - cron</a><br/> - - - <a href='services_cups.html'> - cups</a><br/> - - - <a href='services_cvs.html'> - cvs</a><br/> - - - <a href='services_cyrus.html'> - cyrus</a><br/> - - - <a href='services_dbskk.html'> - dbskk</a><br/> - - - <a href='services_dbus.html'> - dbus</a><br/> - - - <a href='services_dhcp.html'> - dhcp</a><br/> - - - <a href='services_dictd.html'> - dictd</a><br/> - - - <a href='services_distcc.html'> - distcc</a><br/> - - - <a href='services_djbdns.html'> - djbdns</a><br/> - - - <a href='services_dovecot.html'> - dovecot</a><br/> - - - <a href='services_fetchmail.html'> - fetchmail</a><br/> - - - <a href='services_finger.html'> - finger</a><br/> - - - <a href='services_ftp.html'> - ftp</a><br/> - - - <a href='services_gpm.html'> - gpm</a><br/> - - - <a href='services_hal.html'> - hal</a><br/> - - - <a href='services_howl.html'> - howl</a><br/> - - - <a href='services_i18n_input.html'> - i18n_input</a><br/> - - - <a href='services_inetd.html'> - inetd</a><br/> - - - <a href='services_inn.html'> - inn</a><br/> - - - <a href='services_irqbalance.html'> - irqbalance</a><br/> - - - <a href='services_kerberos.html'> - kerberos</a><br/> - - - <a href='services_ktalk.html'> - ktalk</a><br/> - - - <a href='services_ldap.html'> - ldap</a><br/> - - - <a href='services_lpd.html'> - lpd</a><br/> - - - <a href='services_mailman.html'> - mailman</a><br/> - - - <a href='services_mta.html'> - mta</a><br/> - - - <a href='services_mysql.html'> - mysql</a><br/> - - - <a href='services_networkmanager.html'> - networkmanager</a><br/> - - - <a href='services_nis.html'> - nis</a><br/> - - - <a href='services_nscd.html'> - nscd</a><br/> - - - <a href='services_ntp.html'> - ntp</a><br/> - - - <a href='services_openct.html'> - openct</a><br/> - - - <a href='services_pegasus.html'> - pegasus</a><br/> - - - <a href='services_portmap.html'> - portmap</a><br/> - - - <a href='services_postfix.html'> - postfix</a><br/> - - - <a href='services_postgresql.html'> - postgresql</a><br/> - - - <a href='services_ppp.html'> - ppp</a><br/> - - - <a href='services_privoxy.html'> - privoxy</a><br/> - - - <a href='services_procmail.html'> - procmail</a><br/> - - - <a href='services_publicfile.html'> - publicfile</a><br/> - - - <a href='services_radius.html'> - radius</a><br/> - - - <a href='services_radvd.html'> - radvd</a><br/> - - - <a href='services_rdisc.html'> - rdisc</a><br/> - - - <a href='services_remotelogin.html'> - remotelogin</a><br/> - - - <a href='services_rlogin.html'> - rlogin</a><br/> - - - <a href='services_roundup.html'> - roundup</a><br/> - - - <a href='services_rpc.html'> - rpc</a><br/> - - - <a href='services_rshd.html'> - rshd</a><br/> - - - <a href='services_rsync.html'> - rsync</a><br/> - - - <a href='services_samba.html'> - samba</a><br/> - - - <a href='services_sasl.html'> - sasl</a><br/> - - - <a href='services_sendmail.html'> - sendmail</a><br/> - - - <a href='services_slrnpull.html'> - slrnpull</a><br/> - - - <a href='services_smartmon.html'> - smartmon</a><br/> - - - <a href='services_snmp.html'> - snmp</a><br/> - - - <a href='services_spamassassin.html'> - spamassassin</a><br/> - - - <a href='services_squid.html'> - squid</a><br/> - - - <a href='services_ssh.html'> - ssh</a><br/> - - - <a href='services_stunnel.html'> - stunnel</a><br/> - - - <a href='services_sysstat.html'> - sysstat</a><br/> - - - <a href='services_tcpd.html'> - tcpd</a><br/> - - - <a href='services_telnet.html'> - telnet</a><br/> - - - <a href='services_tftp.html'> - tftp</a><br/> - - - <a href='services_timidity.html'> - timidity</a><br/> - - - <a href='services_ucspitcp.html'> - ucspitcp</a><br/> - - - <a href='services_uucp.html'> - uucp</a><br/> - - - <a href='services_xfs.html'> - xfs</a><br/> - - - <a href='services_xserver.html'> - xserver</a><br/> - - - <a href='services_zebra.html'> - zebra</a><br/> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: services</h1><p/> -<h2>Module: cvs</h2><p/> - -<h3>Description:</h3> - -<p><p>Concurrent versions system</p></p> - - - -<a name="interfaces"></a> -<h3>Interfaces: </h3> - -<a name="link_cvs_read_data"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>cvs_read_data</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read the CVS data and metadata. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - - -</div> -</body> -</html> diff --git a/www/api-docs/services_cyrus.html b/www/api-docs/services_cyrus.html deleted file mode 100644 index c0a953b..0000000 --- a/www/api-docs/services_cyrus.html +++ /dev/null @@ -1,359 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - - <a href='services_apache.html'> - apache</a><br/> - - - <a href='services_apm.html'> - apm</a><br/> - - - <a href='services_arpwatch.html'> - arpwatch</a><br/> - - - <a href='services_automount.html'> - automount</a><br/> - - - <a href='services_avahi.html'> - avahi</a><br/> - - - <a href='services_bind.html'> - bind</a><br/> - - - <a href='services_bluetooth.html'> - bluetooth</a><br/> - - - <a href='services_canna.html'> - canna</a><br/> - - - <a href='services_comsat.html'> - comsat</a><br/> - - - <a href='services_cpucontrol.html'> - cpucontrol</a><br/> - - - <a href='services_cron.html'> - cron</a><br/> - - - <a href='services_cups.html'> - cups</a><br/> - - - <a href='services_cvs.html'> - cvs</a><br/> - - - <a href='services_cyrus.html'> - cyrus</a><br/> - - - <a href='services_dbskk.html'> - dbskk</a><br/> - - - <a href='services_dbus.html'> - dbus</a><br/> - - - <a href='services_dhcp.html'> - dhcp</a><br/> - - - <a href='services_dictd.html'> - dictd</a><br/> - - - <a href='services_distcc.html'> - distcc</a><br/> - - - <a href='services_djbdns.html'> - djbdns</a><br/> - - - <a href='services_dovecot.html'> - dovecot</a><br/> - - - <a href='services_fetchmail.html'> - fetchmail</a><br/> - - - <a href='services_finger.html'> - finger</a><br/> - - - <a href='services_ftp.html'> - ftp</a><br/> - - - <a href='services_gpm.html'> - gpm</a><br/> - - - <a href='services_hal.html'> - hal</a><br/> - - - <a href='services_howl.html'> - howl</a><br/> - - - <a href='services_i18n_input.html'> - i18n_input</a><br/> - - - <a href='services_inetd.html'> - inetd</a><br/> - - - <a href='services_inn.html'> - inn</a><br/> - - - <a href='services_irqbalance.html'> - irqbalance</a><br/> - - - <a href='services_kerberos.html'> - kerberos</a><br/> - - - <a href='services_ktalk.html'> - ktalk</a><br/> - - - <a href='services_ldap.html'> - ldap</a><br/> - - - <a href='services_lpd.html'> - lpd</a><br/> - - - <a href='services_mailman.html'> - mailman</a><br/> - - - <a href='services_mta.html'> - mta</a><br/> - - - <a href='services_mysql.html'> - mysql</a><br/> - - - <a href='services_networkmanager.html'> - networkmanager</a><br/> - - - <a href='services_nis.html'> - nis</a><br/> - - - <a href='services_nscd.html'> - nscd</a><br/> - - - <a href='services_ntp.html'> - ntp</a><br/> - - - <a href='services_openct.html'> - openct</a><br/> - - - <a href='services_pegasus.html'> - pegasus</a><br/> - - - <a href='services_portmap.html'> - portmap</a><br/> - - - <a href='services_postfix.html'> - postfix</a><br/> - - - <a href='services_postgresql.html'> - postgresql</a><br/> - - - <a href='services_ppp.html'> - ppp</a><br/> - - - <a href='services_privoxy.html'> - privoxy</a><br/> - - - <a href='services_procmail.html'> - procmail</a><br/> - - - <a href='services_publicfile.html'> - publicfile</a><br/> - - - <a href='services_radius.html'> - radius</a><br/> - - - <a href='services_radvd.html'> - radvd</a><br/> - - - <a href='services_rdisc.html'> - rdisc</a><br/> - - - <a href='services_remotelogin.html'> - remotelogin</a><br/> - - - <a href='services_rlogin.html'> - rlogin</a><br/> - - - <a href='services_roundup.html'> - roundup</a><br/> - - - <a href='services_rpc.html'> - rpc</a><br/> - - - <a href='services_rshd.html'> - rshd</a><br/> - - - <a href='services_rsync.html'> - rsync</a><br/> - - - <a href='services_samba.html'> - samba</a><br/> - - - <a href='services_sasl.html'> - sasl</a><br/> - - - <a href='services_sendmail.html'> - sendmail</a><br/> - - - <a href='services_slrnpull.html'> - slrnpull</a><br/> - - - <a href='services_smartmon.html'> - smartmon</a><br/> - - - <a href='services_snmp.html'> - snmp</a><br/> - - - <a href='services_spamassassin.html'> - spamassassin</a><br/> - - - <a href='services_squid.html'> - squid</a><br/> - - - <a href='services_ssh.html'> - ssh</a><br/> - - - <a href='services_stunnel.html'> - stunnel</a><br/> - - - <a href='services_sysstat.html'> - sysstat</a><br/> - - - <a href='services_tcpd.html'> - tcpd</a><br/> - - - <a href='services_telnet.html'> - telnet</a><br/> - - - <a href='services_tftp.html'> - tftp</a><br/> - - - <a href='services_timidity.html'> - timidity</a><br/> - - - <a href='services_ucspitcp.html'> - ucspitcp</a><br/> - - - <a href='services_uucp.html'> - uucp</a><br/> - - - <a href='services_xfs.html'> - xfs</a><br/> - - - <a href='services_xserver.html'> - xserver</a><br/> - - - <a href='services_zebra.html'> - zebra</a><br/> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: services</h1><p/> -<h2>Module: cyrus</h2><p/> - -<h3>Description:</h3> - -<p><p>Cyrus is an IMAP service intended to be run on sealed servers</p></p> - - - -<a name="interfaces"></a> -<h3>Interfaces: </h3> - -<a name="link_cyrus_manage_data"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>cyrus_manage_data</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Allow caller to create, read, write, -and delete cyrus data files. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - - -</div> -</body> -</html> diff --git a/www/api-docs/services_dbskk.html b/www/api-docs/services_dbskk.html deleted file mode 100644 index 7e47230..0000000 --- a/www/api-docs/services_dbskk.html +++ /dev/null @@ -1,312 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - - <a href='services_apache.html'> - apache</a><br/> - - - <a href='services_apm.html'> - apm</a><br/> - - - <a href='services_arpwatch.html'> - arpwatch</a><br/> - - - <a href='services_automount.html'> - automount</a><br/> - - - <a href='services_avahi.html'> - avahi</a><br/> - - - <a href='services_bind.html'> - bind</a><br/> - - - <a href='services_bluetooth.html'> - bluetooth</a><br/> - - - <a href='services_canna.html'> - canna</a><br/> - - - <a href='services_comsat.html'> - comsat</a><br/> - - - <a href='services_cpucontrol.html'> - cpucontrol</a><br/> - - - <a href='services_cron.html'> - cron</a><br/> - - - <a href='services_cups.html'> - cups</a><br/> - - - <a href='services_cvs.html'> - cvs</a><br/> - - - <a href='services_cyrus.html'> - cyrus</a><br/> - - - <a href='services_dbskk.html'> - dbskk</a><br/> - - - <a href='services_dbus.html'> - dbus</a><br/> - - - <a href='services_dhcp.html'> - dhcp</a><br/> - - - <a href='services_dictd.html'> - dictd</a><br/> - - - <a href='services_distcc.html'> - distcc</a><br/> - - - <a href='services_djbdns.html'> - djbdns</a><br/> - - - <a href='services_dovecot.html'> - dovecot</a><br/> - - - <a href='services_fetchmail.html'> - fetchmail</a><br/> - - - <a href='services_finger.html'> - finger</a><br/> - - - <a href='services_ftp.html'> - ftp</a><br/> - - - <a href='services_gpm.html'> - gpm</a><br/> - - - <a href='services_hal.html'> - hal</a><br/> - - - <a href='services_howl.html'> - howl</a><br/> - - - <a href='services_i18n_input.html'> - i18n_input</a><br/> - - - <a href='services_inetd.html'> - inetd</a><br/> - - - <a href='services_inn.html'> - inn</a><br/> - - - <a href='services_irqbalance.html'> - irqbalance</a><br/> - - - <a href='services_kerberos.html'> - kerberos</a><br/> - - - <a href='services_ktalk.html'> - ktalk</a><br/> - - - <a href='services_ldap.html'> - ldap</a><br/> - - - <a href='services_lpd.html'> - lpd</a><br/> - - - <a href='services_mailman.html'> - mailman</a><br/> - - - <a href='services_mta.html'> - mta</a><br/> - - - <a href='services_mysql.html'> - mysql</a><br/> - - - <a href='services_networkmanager.html'> - networkmanager</a><br/> - - - <a href='services_nis.html'> - nis</a><br/> - - - <a href='services_nscd.html'> - nscd</a><br/> - - - <a href='services_ntp.html'> - ntp</a><br/> - - - <a href='services_openct.html'> - openct</a><br/> - - - <a href='services_pegasus.html'> - pegasus</a><br/> - - - <a href='services_portmap.html'> - portmap</a><br/> - - - <a href='services_postfix.html'> - postfix</a><br/> - - - <a href='services_postgresql.html'> - postgresql</a><br/> - - - <a href='services_ppp.html'> - ppp</a><br/> - - - <a href='services_privoxy.html'> - privoxy</a><br/> - - - <a href='services_procmail.html'> - procmail</a><br/> - - - <a href='services_publicfile.html'> - publicfile</a><br/> - - - <a href='services_radius.html'> - radius</a><br/> - - - <a href='services_radvd.html'> - radvd</a><br/> - - - <a href='services_rdisc.html'> - rdisc</a><br/> - - - <a href='services_remotelogin.html'> - remotelogin</a><br/> - - - <a href='services_rlogin.html'> - rlogin</a><br/> - - - <a href='services_roundup.html'> - roundup</a><br/> - - - <a href='services_rpc.html'> - rpc</a><br/> - - - <a href='services_rshd.html'> - rshd</a><br/> - - - <a href='services_rsync.html'> - rsync</a><br/> - - - <a href='services_samba.html'> - samba</a><br/> - - - <a href='services_sasl.html'> - sasl</a><br/> - - - <a href='services_sendmail.html'> - sendmail</a><br/> - - - <a href='services_slrnpull.html'> - slrnpull</a><br/> - - - <a href='services_smartmon.html'> - smartmon</a><br/> - - - <a href='services_snmp.html'> - snmp</a><br/> - - - <a href='services_spamassassin.html'> - spamassassin</a><br/> - - - <a href='services_squid.html'> - squid</a><br/> - - - <a href='services_ssh.html'> - ssh</a><br/> - - - <a href='services_stunnel.html'> - stunnel</a><br/> - - - <a href='services_sysstat.html'> - sysstat</a><br/> - - - <a href='services_tcpd.html'> - tcpd</a><br/> - - - <a href='services_telnet.html'> - telnet</a><br/> - - - <a href='services_tftp.html'> - tftp</a><br/> - - - <a href='services_timidity.html'> - timidity</a><br/> - - - <a href='services_ucspitcp.html'> - ucspitcp</a><br/> - - - <a href='services_uucp.html'> - uucp</a><br/> - - - <a href='services_xfs.html'> - xfs</a><br/> - - - <a href='services_xserver.html'> - xserver</a><br/> - - - <a href='services_zebra.html'> - zebra</a><br/> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: services</h1><p/> -<h2>Module: dbskk</h2><p/> - -<h3>Description:</h3> - -<p><p>Dictionary server for the SKK Japanese input method system.</p></p> - - - - - -<h3>No interfaces or templates.</h3> - - -</div> -</body> -</html> diff --git a/www/api-docs/services_dbus.html b/www/api-docs/services_dbus.html deleted file mode 100644 index 665ab9e..0000000 --- a/www/api-docs/services_dbus.html +++ /dev/null @@ -1,690 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - - <a href='services_apache.html'> - apache</a><br/> - - - <a href='services_apm.html'> - apm</a><br/> - - - <a href='services_arpwatch.html'> - arpwatch</a><br/> - - - <a href='services_automount.html'> - automount</a><br/> - - - <a href='services_avahi.html'> - avahi</a><br/> - - - <a href='services_bind.html'> - bind</a><br/> - - - <a href='services_bluetooth.html'> - bluetooth</a><br/> - - - <a href='services_canna.html'> - canna</a><br/> - - - <a href='services_comsat.html'> - comsat</a><br/> - - - <a href='services_cpucontrol.html'> - cpucontrol</a><br/> - - - <a href='services_cron.html'> - cron</a><br/> - - - <a href='services_cups.html'> - cups</a><br/> - - - <a href='services_cvs.html'> - cvs</a><br/> - - - <a href='services_cyrus.html'> - cyrus</a><br/> - - - <a href='services_dbskk.html'> - dbskk</a><br/> - - - <a href='services_dbus.html'> - dbus</a><br/> - - - <a href='services_dhcp.html'> - dhcp</a><br/> - - - <a href='services_dictd.html'> - dictd</a><br/> - - - <a href='services_distcc.html'> - distcc</a><br/> - - - <a href='services_djbdns.html'> - djbdns</a><br/> - - - <a href='services_dovecot.html'> - dovecot</a><br/> - - - <a href='services_fetchmail.html'> - fetchmail</a><br/> - - - <a href='services_finger.html'> - finger</a><br/> - - - <a href='services_ftp.html'> - ftp</a><br/> - - - <a href='services_gpm.html'> - gpm</a><br/> - - - <a href='services_hal.html'> - hal</a><br/> - - - <a href='services_howl.html'> - howl</a><br/> - - - <a href='services_i18n_input.html'> - i18n_input</a><br/> - - - <a href='services_inetd.html'> - inetd</a><br/> - - - <a href='services_inn.html'> - inn</a><br/> - - - <a href='services_irqbalance.html'> - irqbalance</a><br/> - - - <a href='services_kerberos.html'> - kerberos</a><br/> - - - <a href='services_ktalk.html'> - ktalk</a><br/> - - - <a href='services_ldap.html'> - ldap</a><br/> - - - <a href='services_lpd.html'> - lpd</a><br/> - - - <a href='services_mailman.html'> - mailman</a><br/> - - - <a href='services_mta.html'> - mta</a><br/> - - - <a href='services_mysql.html'> - mysql</a><br/> - - - <a href='services_networkmanager.html'> - networkmanager</a><br/> - - - <a href='services_nis.html'> - nis</a><br/> - - - <a href='services_nscd.html'> - nscd</a><br/> - - - <a href='services_ntp.html'> - ntp</a><br/> - - - <a href='services_openct.html'> - openct</a><br/> - - - <a href='services_pegasus.html'> - pegasus</a><br/> - - - <a href='services_portmap.html'> - portmap</a><br/> - - - <a href='services_postfix.html'> - postfix</a><br/> - - - <a href='services_postgresql.html'> - postgresql</a><br/> - - - <a href='services_ppp.html'> - ppp</a><br/> - - - <a href='services_privoxy.html'> - privoxy</a><br/> - - - <a href='services_procmail.html'> - procmail</a><br/> - - - <a href='services_publicfile.html'> - publicfile</a><br/> - - - <a href='services_radius.html'> - radius</a><br/> - - - <a href='services_radvd.html'> - radvd</a><br/> - - - <a href='services_rdisc.html'> - rdisc</a><br/> - - - <a href='services_remotelogin.html'> - remotelogin</a><br/> - - - <a href='services_rlogin.html'> - rlogin</a><br/> - - - <a href='services_roundup.html'> - roundup</a><br/> - - - <a href='services_rpc.html'> - rpc</a><br/> - - - <a href='services_rshd.html'> - rshd</a><br/> - - - <a href='services_rsync.html'> - rsync</a><br/> - - - <a href='services_samba.html'> - samba</a><br/> - - - <a href='services_sasl.html'> - sasl</a><br/> - - - <a href='services_sendmail.html'> - sendmail</a><br/> - - - <a href='services_slrnpull.html'> - slrnpull</a><br/> - - - <a href='services_smartmon.html'> - smartmon</a><br/> - - - <a href='services_snmp.html'> - snmp</a><br/> - - - <a href='services_spamassassin.html'> - spamassassin</a><br/> - - - <a href='services_squid.html'> - squid</a><br/> - - - <a href='services_ssh.html'> - ssh</a><br/> - - - <a href='services_stunnel.html'> - stunnel</a><br/> - - - <a href='services_sysstat.html'> - sysstat</a><br/> - - - <a href='services_tcpd.html'> - tcpd</a><br/> - - - <a href='services_telnet.html'> - telnet</a><br/> - - - <a href='services_tftp.html'> - tftp</a><br/> - - - <a href='services_timidity.html'> - timidity</a><br/> - - - <a href='services_ucspitcp.html'> - ucspitcp</a><br/> - - - <a href='services_uucp.html'> - uucp</a><br/> - - - <a href='services_xfs.html'> - xfs</a><br/> - - - <a href='services_xserver.html'> - xserver</a><br/> - - - <a href='services_zebra.html'> - zebra</a><br/> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: services</h1><p/> -<h2>Module: dbus</h2><p/> - -<a href=#interfaces>Interfaces</a> -<a href=#templates>Templates</a> - -<h3>Description:</h3> - -<p><p>Desktop messaging bus</p></p> - - - -<a name="interfaces"></a> -<h3>Interfaces: </h3> - -<a name="link_dbus_connect_system_bus"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dbus_connect_system_bus</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Connect to the the system DBUS -for service (acquire_svc). -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dbus_read_config"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dbus_read_config</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read dbus configuration. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dbus_send_system_bus"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dbus_send_system_bus</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send a message on the system DBUS. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dbus_stub"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dbus_stub</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -DBUS stub interface. No access allowed. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -N/A -</p> -</td><td> -Yes -</td></tr> - -</table> -</div> -</div> - -<a name="link_dbus_system_bus_unconfined"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dbus_system_bus_unconfined</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Allow unconfined access to the system DBUS. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - -<a name="templates"></a> -<h3>Templates: </h3> - -<a name="link_dbus_per_userdomain_template"></a> -<div id="template"> - - -<div id="codeblock"> - -<b>dbus_per_userdomain_template</b>( - - - - - userdomain_prefix - - - - , - - - - user_domain - - - - , - - - - user_role - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -The per user domain template for the dbus module. -</p> - - -<h5>Description</h5> -<p> -</p><p> -This template creates a derived domain which is -used for the user dbus. -</p><p> -</p><p> -This template is invoked automatically for each user, and -generally does not need to be invoked directly -by policy writers. -</p><p> -</p> - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -userdomain_prefix -</td><td> -<p> -The prefix of the user domain (e.g., user -is the prefix for user_t). -</p> -</td><td> -No -</td></tr> - -<tr><td> -user_domain -</td><td> -<p> -The type of the user domain. -</p> -</td><td> -No -</td></tr> - -<tr><td> -user_role -</td><td> -<p> -The role associated with the user domain. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_dbus_system_bus_client_template"></a> -<div id="template"> - - -<div id="codeblock"> - -<b>dbus_system_bus_client_template</b>( - - - - - domain_prefix - - - - , - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Template for creating connections to -the system DBUS. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain_prefix -</td><td> -<p> -The prefix of the domain (e.g., user -is the prefix for user_t). -</p> -</td><td> -No -</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the domain. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - -</div> -</body> -</html> diff --git a/www/api-docs/services_dhcp.html b/www/api-docs/services_dhcp.html deleted file mode 100644 index 33f9dad..0000000 --- a/www/api-docs/services_dhcp.html +++ /dev/null @@ -1,359 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - - <a href='services_apache.html'> - apache</a><br/> - - - <a href='services_apm.html'> - apm</a><br/> - - - <a href='services_arpwatch.html'> - arpwatch</a><br/> - - - <a href='services_automount.html'> - automount</a><br/> - - - <a href='services_avahi.html'> - avahi</a><br/> - - - <a href='services_bind.html'> - bind</a><br/> - - - <a href='services_bluetooth.html'> - bluetooth</a><br/> - - - <a href='services_canna.html'> - canna</a><br/> - - - <a href='services_comsat.html'> - comsat</a><br/> - - - <a href='services_cpucontrol.html'> - cpucontrol</a><br/> - - - <a href='services_cron.html'> - cron</a><br/> - - - <a href='services_cups.html'> - cups</a><br/> - - - <a href='services_cvs.html'> - cvs</a><br/> - - - <a href='services_cyrus.html'> - cyrus</a><br/> - - - <a href='services_dbskk.html'> - dbskk</a><br/> - - - <a href='services_dbus.html'> - dbus</a><br/> - - - <a href='services_dhcp.html'> - dhcp</a><br/> - - - <a href='services_dictd.html'> - dictd</a><br/> - - - <a href='services_distcc.html'> - distcc</a><br/> - - - <a href='services_djbdns.html'> - djbdns</a><br/> - - - <a href='services_dovecot.html'> - dovecot</a><br/> - - - <a href='services_fetchmail.html'> - fetchmail</a><br/> - - - <a href='services_finger.html'> - finger</a><br/> - - - <a href='services_ftp.html'> - ftp</a><br/> - - - <a href='services_gpm.html'> - gpm</a><br/> - - - <a href='services_hal.html'> - hal</a><br/> - - - <a href='services_howl.html'> - howl</a><br/> - - - <a href='services_i18n_input.html'> - i18n_input</a><br/> - - - <a href='services_inetd.html'> - inetd</a><br/> - - - <a href='services_inn.html'> - inn</a><br/> - - - <a href='services_irqbalance.html'> - irqbalance</a><br/> - - - <a href='services_kerberos.html'> - kerberos</a><br/> - - - <a href='services_ktalk.html'> - ktalk</a><br/> - - - <a href='services_ldap.html'> - ldap</a><br/> - - - <a href='services_lpd.html'> - lpd</a><br/> - - - <a href='services_mailman.html'> - mailman</a><br/> - - - <a href='services_mta.html'> - mta</a><br/> - - - <a href='services_mysql.html'> - mysql</a><br/> - - - <a href='services_networkmanager.html'> - networkmanager</a><br/> - - - <a href='services_nis.html'> - nis</a><br/> - - - <a href='services_nscd.html'> - nscd</a><br/> - - - <a href='services_ntp.html'> - ntp</a><br/> - - - <a href='services_openct.html'> - openct</a><br/> - - - <a href='services_pegasus.html'> - pegasus</a><br/> - - - <a href='services_portmap.html'> - portmap</a><br/> - - - <a href='services_postfix.html'> - postfix</a><br/> - - - <a href='services_postgresql.html'> - postgresql</a><br/> - - - <a href='services_ppp.html'> - ppp</a><br/> - - - <a href='services_privoxy.html'> - privoxy</a><br/> - - - <a href='services_procmail.html'> - procmail</a><br/> - - - <a href='services_publicfile.html'> - publicfile</a><br/> - - - <a href='services_radius.html'> - radius</a><br/> - - - <a href='services_radvd.html'> - radvd</a><br/> - - - <a href='services_rdisc.html'> - rdisc</a><br/> - - - <a href='services_remotelogin.html'> - remotelogin</a><br/> - - - <a href='services_rlogin.html'> - rlogin</a><br/> - - - <a href='services_roundup.html'> - roundup</a><br/> - - - <a href='services_rpc.html'> - rpc</a><br/> - - - <a href='services_rshd.html'> - rshd</a><br/> - - - <a href='services_rsync.html'> - rsync</a><br/> - - - <a href='services_samba.html'> - samba</a><br/> - - - <a href='services_sasl.html'> - sasl</a><br/> - - - <a href='services_sendmail.html'> - sendmail</a><br/> - - - <a href='services_slrnpull.html'> - slrnpull</a><br/> - - - <a href='services_smartmon.html'> - smartmon</a><br/> - - - <a href='services_snmp.html'> - snmp</a><br/> - - - <a href='services_spamassassin.html'> - spamassassin</a><br/> - - - <a href='services_squid.html'> - squid</a><br/> - - - <a href='services_ssh.html'> - ssh</a><br/> - - - <a href='services_stunnel.html'> - stunnel</a><br/> - - - <a href='services_sysstat.html'> - sysstat</a><br/> - - - <a href='services_tcpd.html'> - tcpd</a><br/> - - - <a href='services_telnet.html'> - telnet</a><br/> - - - <a href='services_tftp.html'> - tftp</a><br/> - - - <a href='services_timidity.html'> - timidity</a><br/> - - - <a href='services_ucspitcp.html'> - ucspitcp</a><br/> - - - <a href='services_uucp.html'> - uucp</a><br/> - - - <a href='services_xfs.html'> - xfs</a><br/> - - - <a href='services_xserver.html'> - xserver</a><br/> - - - <a href='services_zebra.html'> - zebra</a><br/> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: services</h1><p/> -<h2>Module: dhcp</h2><p/> - -<h3>Description:</h3> - -<p><p>Dynamic host configuration protocol (DHCP) server</p></p> - - - -<a name="interfaces"></a> -<h3>Interfaces: </h3> - -<a name="link_dhcpd_setattr_state_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dhcpd_setattr_state_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Set the attributes of the DCHP -server state files. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - - -</div> -</body> -</html> diff --git a/www/api-docs/services_dictd.html b/www/api-docs/services_dictd.html deleted file mode 100644 index 21b5f78..0000000 --- a/www/api-docs/services_dictd.html +++ /dev/null @@ -1,359 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - - <a href='services_apache.html'> - apache</a><br/> - - - <a href='services_apm.html'> - apm</a><br/> - - - <a href='services_arpwatch.html'> - arpwatch</a><br/> - - - <a href='services_automount.html'> - automount</a><br/> - - - <a href='services_avahi.html'> - avahi</a><br/> - - - <a href='services_bind.html'> - bind</a><br/> - - - <a href='services_bluetooth.html'> - bluetooth</a><br/> - - - <a href='services_canna.html'> - canna</a><br/> - - - <a href='services_comsat.html'> - comsat</a><br/> - - - <a href='services_cpucontrol.html'> - cpucontrol</a><br/> - - - <a href='services_cron.html'> - cron</a><br/> - - - <a href='services_cups.html'> - cups</a><br/> - - - <a href='services_cvs.html'> - cvs</a><br/> - - - <a href='services_cyrus.html'> - cyrus</a><br/> - - - <a href='services_dbskk.html'> - dbskk</a><br/> - - - <a href='services_dbus.html'> - dbus</a><br/> - - - <a href='services_dhcp.html'> - dhcp</a><br/> - - - <a href='services_dictd.html'> - dictd</a><br/> - - - <a href='services_distcc.html'> - distcc</a><br/> - - - <a href='services_djbdns.html'> - djbdns</a><br/> - - - <a href='services_dovecot.html'> - dovecot</a><br/> - - - <a href='services_fetchmail.html'> - fetchmail</a><br/> - - - <a href='services_finger.html'> - finger</a><br/> - - - <a href='services_ftp.html'> - ftp</a><br/> - - - <a href='services_gpm.html'> - gpm</a><br/> - - - <a href='services_hal.html'> - hal</a><br/> - - - <a href='services_howl.html'> - howl</a><br/> - - - <a href='services_i18n_input.html'> - i18n_input</a><br/> - - - <a href='services_inetd.html'> - inetd</a><br/> - - - <a href='services_inn.html'> - inn</a><br/> - - - <a href='services_irqbalance.html'> - irqbalance</a><br/> - - - <a href='services_kerberos.html'> - kerberos</a><br/> - - - <a href='services_ktalk.html'> - ktalk</a><br/> - - - <a href='services_ldap.html'> - ldap</a><br/> - - - <a href='services_lpd.html'> - lpd</a><br/> - - - <a href='services_mailman.html'> - mailman</a><br/> - - - <a href='services_mta.html'> - mta</a><br/> - - - <a href='services_mysql.html'> - mysql</a><br/> - - - <a href='services_networkmanager.html'> - networkmanager</a><br/> - - - <a href='services_nis.html'> - nis</a><br/> - - - <a href='services_nscd.html'> - nscd</a><br/> - - - <a href='services_ntp.html'> - ntp</a><br/> - - - <a href='services_openct.html'> - openct</a><br/> - - - <a href='services_pegasus.html'> - pegasus</a><br/> - - - <a href='services_portmap.html'> - portmap</a><br/> - - - <a href='services_postfix.html'> - postfix</a><br/> - - - <a href='services_postgresql.html'> - postgresql</a><br/> - - - <a href='services_ppp.html'> - ppp</a><br/> - - - <a href='services_privoxy.html'> - privoxy</a><br/> - - - <a href='services_procmail.html'> - procmail</a><br/> - - - <a href='services_publicfile.html'> - publicfile</a><br/> - - - <a href='services_radius.html'> - radius</a><br/> - - - <a href='services_radvd.html'> - radvd</a><br/> - - - <a href='services_rdisc.html'> - rdisc</a><br/> - - - <a href='services_remotelogin.html'> - remotelogin</a><br/> - - - <a href='services_rlogin.html'> - rlogin</a><br/> - - - <a href='services_roundup.html'> - roundup</a><br/> - - - <a href='services_rpc.html'> - rpc</a><br/> - - - <a href='services_rshd.html'> - rshd</a><br/> - - - <a href='services_rsync.html'> - rsync</a><br/> - - - <a href='services_samba.html'> - samba</a><br/> - - - <a href='services_sasl.html'> - sasl</a><br/> - - - <a href='services_sendmail.html'> - sendmail</a><br/> - - - <a href='services_slrnpull.html'> - slrnpull</a><br/> - - - <a href='services_smartmon.html'> - smartmon</a><br/> - - - <a href='services_snmp.html'> - snmp</a><br/> - - - <a href='services_spamassassin.html'> - spamassassin</a><br/> - - - <a href='services_squid.html'> - squid</a><br/> - - - <a href='services_ssh.html'> - ssh</a><br/> - - - <a href='services_stunnel.html'> - stunnel</a><br/> - - - <a href='services_sysstat.html'> - sysstat</a><br/> - - - <a href='services_tcpd.html'> - tcpd</a><br/> - - - <a href='services_telnet.html'> - telnet</a><br/> - - - <a href='services_tftp.html'> - tftp</a><br/> - - - <a href='services_timidity.html'> - timidity</a><br/> - - - <a href='services_ucspitcp.html'> - ucspitcp</a><br/> - - - <a href='services_uucp.html'> - uucp</a><br/> - - - <a href='services_xfs.html'> - xfs</a><br/> - - - <a href='services_xserver.html'> - xserver</a><br/> - - - <a href='services_zebra.html'> - zebra</a><br/> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: services</h1><p/> -<h2>Module: dictd</h2><p/> - -<h3>Description:</h3> - -<p><p>Dictionary daemon</p></p> - - - -<a name="interfaces"></a> -<h3>Interfaces: </h3> - -<a name="link_dictd_tcp_connect"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dictd_tcp_connect</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Use dictionary services by connecting -over TCP. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - - -</div> -</body> -</html> diff --git a/www/api-docs/services_distcc.html b/www/api-docs/services_distcc.html deleted file mode 100644 index 38838c1..0000000 --- a/www/api-docs/services_distcc.html +++ /dev/null @@ -1,312 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - - <a href='services_apache.html'> - apache</a><br/> - - - <a href='services_apm.html'> - apm</a><br/> - - - <a href='services_arpwatch.html'> - arpwatch</a><br/> - - - <a href='services_automount.html'> - automount</a><br/> - - - <a href='services_avahi.html'> - avahi</a><br/> - - - <a href='services_bind.html'> - bind</a><br/> - - - <a href='services_bluetooth.html'> - bluetooth</a><br/> - - - <a href='services_canna.html'> - canna</a><br/> - - - <a href='services_comsat.html'> - comsat</a><br/> - - - <a href='services_cpucontrol.html'> - cpucontrol</a><br/> - - - <a href='services_cron.html'> - cron</a><br/> - - - <a href='services_cups.html'> - cups</a><br/> - - - <a href='services_cvs.html'> - cvs</a><br/> - - - <a href='services_cyrus.html'> - cyrus</a><br/> - - - <a href='services_dbskk.html'> - dbskk</a><br/> - - - <a href='services_dbus.html'> - dbus</a><br/> - - - <a href='services_dhcp.html'> - dhcp</a><br/> - - - <a href='services_dictd.html'> - dictd</a><br/> - - - <a href='services_distcc.html'> - distcc</a><br/> - - - <a href='services_djbdns.html'> - djbdns</a><br/> - - - <a href='services_dovecot.html'> - dovecot</a><br/> - - - <a href='services_fetchmail.html'> - fetchmail</a><br/> - - - <a href='services_finger.html'> - finger</a><br/> - - - <a href='services_ftp.html'> - ftp</a><br/> - - - <a href='services_gpm.html'> - gpm</a><br/> - - - <a href='services_hal.html'> - hal</a><br/> - - - <a href='services_howl.html'> - howl</a><br/> - - - <a href='services_i18n_input.html'> - i18n_input</a><br/> - - - <a href='services_inetd.html'> - inetd</a><br/> - - - <a href='services_inn.html'> - inn</a><br/> - - - <a href='services_irqbalance.html'> - irqbalance</a><br/> - - - <a href='services_kerberos.html'> - kerberos</a><br/> - - - <a href='services_ktalk.html'> - ktalk</a><br/> - - - <a href='services_ldap.html'> - ldap</a><br/> - - - <a href='services_lpd.html'> - lpd</a><br/> - - - <a href='services_mailman.html'> - mailman</a><br/> - - - <a href='services_mta.html'> - mta</a><br/> - - - <a href='services_mysql.html'> - mysql</a><br/> - - - <a href='services_networkmanager.html'> - networkmanager</a><br/> - - - <a href='services_nis.html'> - nis</a><br/> - - - <a href='services_nscd.html'> - nscd</a><br/> - - - <a href='services_ntp.html'> - ntp</a><br/> - - - <a href='services_openct.html'> - openct</a><br/> - - - <a href='services_pegasus.html'> - pegasus</a><br/> - - - <a href='services_portmap.html'> - portmap</a><br/> - - - <a href='services_postfix.html'> - postfix</a><br/> - - - <a href='services_postgresql.html'> - postgresql</a><br/> - - - <a href='services_ppp.html'> - ppp</a><br/> - - - <a href='services_privoxy.html'> - privoxy</a><br/> - - - <a href='services_procmail.html'> - procmail</a><br/> - - - <a href='services_publicfile.html'> - publicfile</a><br/> - - - <a href='services_radius.html'> - radius</a><br/> - - - <a href='services_radvd.html'> - radvd</a><br/> - - - <a href='services_rdisc.html'> - rdisc</a><br/> - - - <a href='services_remotelogin.html'> - remotelogin</a><br/> - - - <a href='services_rlogin.html'> - rlogin</a><br/> - - - <a href='services_roundup.html'> - roundup</a><br/> - - - <a href='services_rpc.html'> - rpc</a><br/> - - - <a href='services_rshd.html'> - rshd</a><br/> - - - <a href='services_rsync.html'> - rsync</a><br/> - - - <a href='services_samba.html'> - samba</a><br/> - - - <a href='services_sasl.html'> - sasl</a><br/> - - - <a href='services_sendmail.html'> - sendmail</a><br/> - - - <a href='services_slrnpull.html'> - slrnpull</a><br/> - - - <a href='services_smartmon.html'> - smartmon</a><br/> - - - <a href='services_snmp.html'> - snmp</a><br/> - - - <a href='services_spamassassin.html'> - spamassassin</a><br/> - - - <a href='services_squid.html'> - squid</a><br/> - - - <a href='services_ssh.html'> - ssh</a><br/> - - - <a href='services_stunnel.html'> - stunnel</a><br/> - - - <a href='services_sysstat.html'> - sysstat</a><br/> - - - <a href='services_tcpd.html'> - tcpd</a><br/> - - - <a href='services_telnet.html'> - telnet</a><br/> - - - <a href='services_tftp.html'> - tftp</a><br/> - - - <a href='services_timidity.html'> - timidity</a><br/> - - - <a href='services_ucspitcp.html'> - ucspitcp</a><br/> - - - <a href='services_uucp.html'> - uucp</a><br/> - - - <a href='services_xfs.html'> - xfs</a><br/> - - - <a href='services_xserver.html'> - xserver</a><br/> - - - <a href='services_zebra.html'> - zebra</a><br/> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: services</h1><p/> -<h2>Module: distcc</h2><p/> - -<h3>Description:</h3> - -<p><p>Distributed compiler daemon</p></p> - - - - - -<h3>No interfaces or templates.</h3> - - -</div> -</body> -</html> diff --git a/www/api-docs/services_djbdns.html b/www/api-docs/services_djbdns.html deleted file mode 100644 index 6454e31..0000000 --- a/www/api-docs/services_djbdns.html +++ /dev/null @@ -1,359 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - - <a href='services_apache.html'> - apache</a><br/> - - - <a href='services_apm.html'> - apm</a><br/> - - - <a href='services_arpwatch.html'> - arpwatch</a><br/> - - - <a href='services_automount.html'> - automount</a><br/> - - - <a href='services_avahi.html'> - avahi</a><br/> - - - <a href='services_bind.html'> - bind</a><br/> - - - <a href='services_bluetooth.html'> - bluetooth</a><br/> - - - <a href='services_canna.html'> - canna</a><br/> - - - <a href='services_comsat.html'> - comsat</a><br/> - - - <a href='services_cpucontrol.html'> - cpucontrol</a><br/> - - - <a href='services_cron.html'> - cron</a><br/> - - - <a href='services_cups.html'> - cups</a><br/> - - - <a href='services_cvs.html'> - cvs</a><br/> - - - <a href='services_cyrus.html'> - cyrus</a><br/> - - - <a href='services_dbskk.html'> - dbskk</a><br/> - - - <a href='services_dbus.html'> - dbus</a><br/> - - - <a href='services_dhcp.html'> - dhcp</a><br/> - - - <a href='services_dictd.html'> - dictd</a><br/> - - - <a href='services_distcc.html'> - distcc</a><br/> - - - <a href='services_djbdns.html'> - djbdns</a><br/> - - - <a href='services_dovecot.html'> - dovecot</a><br/> - - - <a href='services_fetchmail.html'> - fetchmail</a><br/> - - - <a href='services_finger.html'> - finger</a><br/> - - - <a href='services_ftp.html'> - ftp</a><br/> - - - <a href='services_gpm.html'> - gpm</a><br/> - - - <a href='services_hal.html'> - hal</a><br/> - - - <a href='services_howl.html'> - howl</a><br/> - - - <a href='services_i18n_input.html'> - i18n_input</a><br/> - - - <a href='services_inetd.html'> - inetd</a><br/> - - - <a href='services_inn.html'> - inn</a><br/> - - - <a href='services_irqbalance.html'> - irqbalance</a><br/> - - - <a href='services_kerberos.html'> - kerberos</a><br/> - - - <a href='services_ktalk.html'> - ktalk</a><br/> - - - <a href='services_ldap.html'> - ldap</a><br/> - - - <a href='services_lpd.html'> - lpd</a><br/> - - - <a href='services_mailman.html'> - mailman</a><br/> - - - <a href='services_mta.html'> - mta</a><br/> - - - <a href='services_mysql.html'> - mysql</a><br/> - - - <a href='services_networkmanager.html'> - networkmanager</a><br/> - - - <a href='services_nis.html'> - nis</a><br/> - - - <a href='services_nscd.html'> - nscd</a><br/> - - - <a href='services_ntp.html'> - ntp</a><br/> - - - <a href='services_openct.html'> - openct</a><br/> - - - <a href='services_pegasus.html'> - pegasus</a><br/> - - - <a href='services_portmap.html'> - portmap</a><br/> - - - <a href='services_postfix.html'> - postfix</a><br/> - - - <a href='services_postgresql.html'> - postgresql</a><br/> - - - <a href='services_ppp.html'> - ppp</a><br/> - - - <a href='services_privoxy.html'> - privoxy</a><br/> - - - <a href='services_procmail.html'> - procmail</a><br/> - - - <a href='services_publicfile.html'> - publicfile</a><br/> - - - <a href='services_radius.html'> - radius</a><br/> - - - <a href='services_radvd.html'> - radvd</a><br/> - - - <a href='services_rdisc.html'> - rdisc</a><br/> - - - <a href='services_remotelogin.html'> - remotelogin</a><br/> - - - <a href='services_rlogin.html'> - rlogin</a><br/> - - - <a href='services_roundup.html'> - roundup</a><br/> - - - <a href='services_rpc.html'> - rpc</a><br/> - - - <a href='services_rshd.html'> - rshd</a><br/> - - - <a href='services_rsync.html'> - rsync</a><br/> - - - <a href='services_samba.html'> - samba</a><br/> - - - <a href='services_sasl.html'> - sasl</a><br/> - - - <a href='services_sendmail.html'> - sendmail</a><br/> - - - <a href='services_slrnpull.html'> - slrnpull</a><br/> - - - <a href='services_smartmon.html'> - smartmon</a><br/> - - - <a href='services_snmp.html'> - snmp</a><br/> - - - <a href='services_spamassassin.html'> - spamassassin</a><br/> - - - <a href='services_squid.html'> - squid</a><br/> - - - <a href='services_ssh.html'> - ssh</a><br/> - - - <a href='services_stunnel.html'> - stunnel</a><br/> - - - <a href='services_sysstat.html'> - sysstat</a><br/> - - - <a href='services_tcpd.html'> - tcpd</a><br/> - - - <a href='services_telnet.html'> - telnet</a><br/> - - - <a href='services_tftp.html'> - tftp</a><br/> - - - <a href='services_timidity.html'> - timidity</a><br/> - - - <a href='services_ucspitcp.html'> - ucspitcp</a><br/> - - - <a href='services_uucp.html'> - uucp</a><br/> - - - <a href='services_xfs.html'> - xfs</a><br/> - - - <a href='services_xserver.html'> - xserver</a><br/> - - - <a href='services_zebra.html'> - zebra</a><br/> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: services</h1><p/> -<h2>Module: djbdns</h2><p/> - -<h3>Description:</h3> - -<p><p>small and secure DNS daemon</p></p> - - - - -<a name="templates"></a> -<h3>Templates: </h3> - -<a name="link_djbdns_daemontools_domain_template"></a> -<div id="template"> - - -<div id="codeblock"> - -<b>djbdns_daemontools_domain_template</b>( - - - - - prefix - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Create a set of derived types for djbdns -components that are directly supervised by daemontools. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -prefix -</td><td> -<p> -The prefix to be used for deriving type names. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - -</div> -</body> -</html> diff --git a/www/api-docs/services_dovecot.html b/www/api-docs/services_dovecot.html deleted file mode 100644 index d0bda22..0000000 --- a/www/api-docs/services_dovecot.html +++ /dev/null @@ -1,358 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - - <a href='services_apache.html'> - apache</a><br/> - - - <a href='services_apm.html'> - apm</a><br/> - - - <a href='services_arpwatch.html'> - arpwatch</a><br/> - - - <a href='services_automount.html'> - automount</a><br/> - - - <a href='services_avahi.html'> - avahi</a><br/> - - - <a href='services_bind.html'> - bind</a><br/> - - - <a href='services_bluetooth.html'> - bluetooth</a><br/> - - - <a href='services_canna.html'> - canna</a><br/> - - - <a href='services_comsat.html'> - comsat</a><br/> - - - <a href='services_cpucontrol.html'> - cpucontrol</a><br/> - - - <a href='services_cron.html'> - cron</a><br/> - - - <a href='services_cups.html'> - cups</a><br/> - - - <a href='services_cvs.html'> - cvs</a><br/> - - - <a href='services_cyrus.html'> - cyrus</a><br/> - - - <a href='services_dbskk.html'> - dbskk</a><br/> - - - <a href='services_dbus.html'> - dbus</a><br/> - - - <a href='services_dhcp.html'> - dhcp</a><br/> - - - <a href='services_dictd.html'> - dictd</a><br/> - - - <a href='services_distcc.html'> - distcc</a><br/> - - - <a href='services_djbdns.html'> - djbdns</a><br/> - - - <a href='services_dovecot.html'> - dovecot</a><br/> - - - <a href='services_fetchmail.html'> - fetchmail</a><br/> - - - <a href='services_finger.html'> - finger</a><br/> - - - <a href='services_ftp.html'> - ftp</a><br/> - - - <a href='services_gpm.html'> - gpm</a><br/> - - - <a href='services_hal.html'> - hal</a><br/> - - - <a href='services_howl.html'> - howl</a><br/> - - - <a href='services_i18n_input.html'> - i18n_input</a><br/> - - - <a href='services_inetd.html'> - inetd</a><br/> - - - <a href='services_inn.html'> - inn</a><br/> - - - <a href='services_irqbalance.html'> - irqbalance</a><br/> - - - <a href='services_kerberos.html'> - kerberos</a><br/> - - - <a href='services_ktalk.html'> - ktalk</a><br/> - - - <a href='services_ldap.html'> - ldap</a><br/> - - - <a href='services_lpd.html'> - lpd</a><br/> - - - <a href='services_mailman.html'> - mailman</a><br/> - - - <a href='services_mta.html'> - mta</a><br/> - - - <a href='services_mysql.html'> - mysql</a><br/> - - - <a href='services_networkmanager.html'> - networkmanager</a><br/> - - - <a href='services_nis.html'> - nis</a><br/> - - - <a href='services_nscd.html'> - nscd</a><br/> - - - <a href='services_ntp.html'> - ntp</a><br/> - - - <a href='services_openct.html'> - openct</a><br/> - - - <a href='services_pegasus.html'> - pegasus</a><br/> - - - <a href='services_portmap.html'> - portmap</a><br/> - - - <a href='services_postfix.html'> - postfix</a><br/> - - - <a href='services_postgresql.html'> - postgresql</a><br/> - - - <a href='services_ppp.html'> - ppp</a><br/> - - - <a href='services_privoxy.html'> - privoxy</a><br/> - - - <a href='services_procmail.html'> - procmail</a><br/> - - - <a href='services_publicfile.html'> - publicfile</a><br/> - - - <a href='services_radius.html'> - radius</a><br/> - - - <a href='services_radvd.html'> - radvd</a><br/> - - - <a href='services_rdisc.html'> - rdisc</a><br/> - - - <a href='services_remotelogin.html'> - remotelogin</a><br/> - - - <a href='services_rlogin.html'> - rlogin</a><br/> - - - <a href='services_roundup.html'> - roundup</a><br/> - - - <a href='services_rpc.html'> - rpc</a><br/> - - - <a href='services_rshd.html'> - rshd</a><br/> - - - <a href='services_rsync.html'> - rsync</a><br/> - - - <a href='services_samba.html'> - samba</a><br/> - - - <a href='services_sasl.html'> - sasl</a><br/> - - - <a href='services_sendmail.html'> - sendmail</a><br/> - - - <a href='services_slrnpull.html'> - slrnpull</a><br/> - - - <a href='services_smartmon.html'> - smartmon</a><br/> - - - <a href='services_snmp.html'> - snmp</a><br/> - - - <a href='services_spamassassin.html'> - spamassassin</a><br/> - - - <a href='services_squid.html'> - squid</a><br/> - - - <a href='services_ssh.html'> - ssh</a><br/> - - - <a href='services_stunnel.html'> - stunnel</a><br/> - - - <a href='services_sysstat.html'> - sysstat</a><br/> - - - <a href='services_tcpd.html'> - tcpd</a><br/> - - - <a href='services_telnet.html'> - telnet</a><br/> - - - <a href='services_tftp.html'> - tftp</a><br/> - - - <a href='services_timidity.html'> - timidity</a><br/> - - - <a href='services_ucspitcp.html'> - ucspitcp</a><br/> - - - <a href='services_uucp.html'> - uucp</a><br/> - - - <a href='services_xfs.html'> - xfs</a><br/> - - - <a href='services_xserver.html'> - xserver</a><br/> - - - <a href='services_zebra.html'> - zebra</a><br/> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: services</h1><p/> -<h2>Module: dovecot</h2><p/> - -<h3>Description:</h3> - -<p><p>Dovecot POP and IMAP mail server</p></p> - - - -<a name="interfaces"></a> -<h3>Interfaces: </h3> - -<a name="link_dovecot_manage_spool"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>dovecot_manage_spool</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Create, read, write, and delete the dovecot spool files. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - - -</div> -</body> -</html> diff --git a/www/api-docs/services_fetchmail.html b/www/api-docs/services_fetchmail.html deleted file mode 100644 index 663ddea..0000000 --- a/www/api-docs/services_fetchmail.html +++ /dev/null @@ -1,312 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - - <a href='services_apache.html'> - apache</a><br/> - - - <a href='services_apm.html'> - apm</a><br/> - - - <a href='services_arpwatch.html'> - arpwatch</a><br/> - - - <a href='services_automount.html'> - automount</a><br/> - - - <a href='services_avahi.html'> - avahi</a><br/> - - - <a href='services_bind.html'> - bind</a><br/> - - - <a href='services_bluetooth.html'> - bluetooth</a><br/> - - - <a href='services_canna.html'> - canna</a><br/> - - - <a href='services_comsat.html'> - comsat</a><br/> - - - <a href='services_cpucontrol.html'> - cpucontrol</a><br/> - - - <a href='services_cron.html'> - cron</a><br/> - - - <a href='services_cups.html'> - cups</a><br/> - - - <a href='services_cvs.html'> - cvs</a><br/> - - - <a href='services_cyrus.html'> - cyrus</a><br/> - - - <a href='services_dbskk.html'> - dbskk</a><br/> - - - <a href='services_dbus.html'> - dbus</a><br/> - - - <a href='services_dhcp.html'> - dhcp</a><br/> - - - <a href='services_dictd.html'> - dictd</a><br/> - - - <a href='services_distcc.html'> - distcc</a><br/> - - - <a href='services_djbdns.html'> - djbdns</a><br/> - - - <a href='services_dovecot.html'> - dovecot</a><br/> - - - <a href='services_fetchmail.html'> - fetchmail</a><br/> - - - <a href='services_finger.html'> - finger</a><br/> - - - <a href='services_ftp.html'> - ftp</a><br/> - - - <a href='services_gpm.html'> - gpm</a><br/> - - - <a href='services_hal.html'> - hal</a><br/> - - - <a href='services_howl.html'> - howl</a><br/> - - - <a href='services_i18n_input.html'> - i18n_input</a><br/> - - - <a href='services_inetd.html'> - inetd</a><br/> - - - <a href='services_inn.html'> - inn</a><br/> - - - <a href='services_irqbalance.html'> - irqbalance</a><br/> - - - <a href='services_kerberos.html'> - kerberos</a><br/> - - - <a href='services_ktalk.html'> - ktalk</a><br/> - - - <a href='services_ldap.html'> - ldap</a><br/> - - - <a href='services_lpd.html'> - lpd</a><br/> - - - <a href='services_mailman.html'> - mailman</a><br/> - - - <a href='services_mta.html'> - mta</a><br/> - - - <a href='services_mysql.html'> - mysql</a><br/> - - - <a href='services_networkmanager.html'> - networkmanager</a><br/> - - - <a href='services_nis.html'> - nis</a><br/> - - - <a href='services_nscd.html'> - nscd</a><br/> - - - <a href='services_ntp.html'> - ntp</a><br/> - - - <a href='services_openct.html'> - openct</a><br/> - - - <a href='services_pegasus.html'> - pegasus</a><br/> - - - <a href='services_portmap.html'> - portmap</a><br/> - - - <a href='services_postfix.html'> - postfix</a><br/> - - - <a href='services_postgresql.html'> - postgresql</a><br/> - - - <a href='services_ppp.html'> - ppp</a><br/> - - - <a href='services_privoxy.html'> - privoxy</a><br/> - - - <a href='services_procmail.html'> - procmail</a><br/> - - - <a href='services_publicfile.html'> - publicfile</a><br/> - - - <a href='services_radius.html'> - radius</a><br/> - - - <a href='services_radvd.html'> - radvd</a><br/> - - - <a href='services_rdisc.html'> - rdisc</a><br/> - - - <a href='services_remotelogin.html'> - remotelogin</a><br/> - - - <a href='services_rlogin.html'> - rlogin</a><br/> - - - <a href='services_roundup.html'> - roundup</a><br/> - - - <a href='services_rpc.html'> - rpc</a><br/> - - - <a href='services_rshd.html'> - rshd</a><br/> - - - <a href='services_rsync.html'> - rsync</a><br/> - - - <a href='services_samba.html'> - samba</a><br/> - - - <a href='services_sasl.html'> - sasl</a><br/> - - - <a href='services_sendmail.html'> - sendmail</a><br/> - - - <a href='services_slrnpull.html'> - slrnpull</a><br/> - - - <a href='services_smartmon.html'> - smartmon</a><br/> - - - <a href='services_snmp.html'> - snmp</a><br/> - - - <a href='services_spamassassin.html'> - spamassassin</a><br/> - - - <a href='services_squid.html'> - squid</a><br/> - - - <a href='services_ssh.html'> - ssh</a><br/> - - - <a href='services_stunnel.html'> - stunnel</a><br/> - - - <a href='services_sysstat.html'> - sysstat</a><br/> - - - <a href='services_tcpd.html'> - tcpd</a><br/> - - - <a href='services_telnet.html'> - telnet</a><br/> - - - <a href='services_tftp.html'> - tftp</a><br/> - - - <a href='services_timidity.html'> - timidity</a><br/> - - - <a href='services_ucspitcp.html'> - ucspitcp</a><br/> - - - <a href='services_uucp.html'> - uucp</a><br/> - - - <a href='services_xfs.html'> - xfs</a><br/> - - - <a href='services_xserver.html'> - xserver</a><br/> - - - <a href='services_zebra.html'> - zebra</a><br/> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: services</h1><p/> -<h2>Module: fetchmail</h2><p/> - -<h3>Description:</h3> - -<p><p>Remote-mail retrieval and forwarding utility</p></p> - - - - - -<h3>No interfaces or templates.</h3> - - -</div> -</body> -</html> diff --git a/www/api-docs/services_finger.html b/www/api-docs/services_finger.html deleted file mode 100644 index 6a79f9b..0000000 --- a/www/api-docs/services_finger.html +++ /dev/null @@ -1,400 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - - <a href='services_apache.html'> - apache</a><br/> - - - <a href='services_apm.html'> - apm</a><br/> - - - <a href='services_arpwatch.html'> - arpwatch</a><br/> - - - <a href='services_automount.html'> - automount</a><br/> - - - <a href='services_avahi.html'> - avahi</a><br/> - - - <a href='services_bind.html'> - bind</a><br/> - - - <a href='services_bluetooth.html'> - bluetooth</a><br/> - - - <a href='services_canna.html'> - canna</a><br/> - - - <a href='services_comsat.html'> - comsat</a><br/> - - - <a href='services_cpucontrol.html'> - cpucontrol</a><br/> - - - <a href='services_cron.html'> - cron</a><br/> - - - <a href='services_cups.html'> - cups</a><br/> - - - <a href='services_cvs.html'> - cvs</a><br/> - - - <a href='services_cyrus.html'> - cyrus</a><br/> - - - <a href='services_dbskk.html'> - dbskk</a><br/> - - - <a href='services_dbus.html'> - dbus</a><br/> - - - <a href='services_dhcp.html'> - dhcp</a><br/> - - - <a href='services_dictd.html'> - dictd</a><br/> - - - <a href='services_distcc.html'> - distcc</a><br/> - - - <a href='services_djbdns.html'> - djbdns</a><br/> - - - <a href='services_dovecot.html'> - dovecot</a><br/> - - - <a href='services_fetchmail.html'> - fetchmail</a><br/> - - - <a href='services_finger.html'> - finger</a><br/> - - - <a href='services_ftp.html'> - ftp</a><br/> - - - <a href='services_gpm.html'> - gpm</a><br/> - - - <a href='services_hal.html'> - hal</a><br/> - - - <a href='services_howl.html'> - howl</a><br/> - - - <a href='services_i18n_input.html'> - i18n_input</a><br/> - - - <a href='services_inetd.html'> - inetd</a><br/> - - - <a href='services_inn.html'> - inn</a><br/> - - - <a href='services_irqbalance.html'> - irqbalance</a><br/> - - - <a href='services_kerberos.html'> - kerberos</a><br/> - - - <a href='services_ktalk.html'> - ktalk</a><br/> - - - <a href='services_ldap.html'> - ldap</a><br/> - - - <a href='services_lpd.html'> - lpd</a><br/> - - - <a href='services_mailman.html'> - mailman</a><br/> - - - <a href='services_mta.html'> - mta</a><br/> - - - <a href='services_mysql.html'> - mysql</a><br/> - - - <a href='services_networkmanager.html'> - networkmanager</a><br/> - - - <a href='services_nis.html'> - nis</a><br/> - - - <a href='services_nscd.html'> - nscd</a><br/> - - - <a href='services_ntp.html'> - ntp</a><br/> - - - <a href='services_openct.html'> - openct</a><br/> - - - <a href='services_pegasus.html'> - pegasus</a><br/> - - - <a href='services_portmap.html'> - portmap</a><br/> - - - <a href='services_postfix.html'> - postfix</a><br/> - - - <a href='services_postgresql.html'> - postgresql</a><br/> - - - <a href='services_ppp.html'> - ppp</a><br/> - - - <a href='services_privoxy.html'> - privoxy</a><br/> - - - <a href='services_procmail.html'> - procmail</a><br/> - - - <a href='services_publicfile.html'> - publicfile</a><br/> - - - <a href='services_radius.html'> - radius</a><br/> - - - <a href='services_radvd.html'> - radvd</a><br/> - - - <a href='services_rdisc.html'> - rdisc</a><br/> - - - <a href='services_remotelogin.html'> - remotelogin</a><br/> - - - <a href='services_rlogin.html'> - rlogin</a><br/> - - - <a href='services_roundup.html'> - roundup</a><br/> - - - <a href='services_rpc.html'> - rpc</a><br/> - - - <a href='services_rshd.html'> - rshd</a><br/> - - - <a href='services_rsync.html'> - rsync</a><br/> - - - <a href='services_samba.html'> - samba</a><br/> - - - <a href='services_sasl.html'> - sasl</a><br/> - - - <a href='services_sendmail.html'> - sendmail</a><br/> - - - <a href='services_slrnpull.html'> - slrnpull</a><br/> - - - <a href='services_smartmon.html'> - smartmon</a><br/> - - - <a href='services_snmp.html'> - snmp</a><br/> - - - <a href='services_spamassassin.html'> - spamassassin</a><br/> - - - <a href='services_squid.html'> - squid</a><br/> - - - <a href='services_ssh.html'> - ssh</a><br/> - - - <a href='services_stunnel.html'> - stunnel</a><br/> - - - <a href='services_sysstat.html'> - sysstat</a><br/> - - - <a href='services_tcpd.html'> - tcpd</a><br/> - - - <a href='services_telnet.html'> - telnet</a><br/> - - - <a href='services_tftp.html'> - tftp</a><br/> - - - <a href='services_timidity.html'> - timidity</a><br/> - - - <a href='services_ucspitcp.html'> - ucspitcp</a><br/> - - - <a href='services_uucp.html'> - uucp</a><br/> - - - <a href='services_xfs.html'> - xfs</a><br/> - - - <a href='services_xserver.html'> - xserver</a><br/> - - - <a href='services_zebra.html'> - zebra</a><br/> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: services</h1><p/> -<h2>Module: finger</h2><p/> - -<h3>Description:</h3> - -<p><p>Finger user information service.</p></p> - - - -<a name="interfaces"></a> -<h3>Interfaces: </h3> - -<a name="link_finger_domtrans"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>finger_domtrans</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute fingerd in the fingerd domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_finger_tcp_connect"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>finger_tcp_connect</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Allow the specified domain to connect to fingerd with a tcp socket. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - - -</div> -</body> -</html> diff --git a/www/api-docs/services_ftp.html b/www/api-docs/services_ftp.html deleted file mode 100644 index 496f943..0000000 --- a/www/api-docs/services_ftp.html +++ /dev/null @@ -1,550 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - - <a href='services_apache.html'> - apache</a><br/> - - - <a href='services_apm.html'> - apm</a><br/> - - - <a href='services_arpwatch.html'> - arpwatch</a><br/> - - - <a href='services_automount.html'> - automount</a><br/> - - - <a href='services_avahi.html'> - avahi</a><br/> - - - <a href='services_bind.html'> - bind</a><br/> - - - <a href='services_bluetooth.html'> - bluetooth</a><br/> - - - <a href='services_canna.html'> - canna</a><br/> - - - <a href='services_comsat.html'> - comsat</a><br/> - - - <a href='services_cpucontrol.html'> - cpucontrol</a><br/> - - - <a href='services_cron.html'> - cron</a><br/> - - - <a href='services_cups.html'> - cups</a><br/> - - - <a href='services_cvs.html'> - cvs</a><br/> - - - <a href='services_cyrus.html'> - cyrus</a><br/> - - - <a href='services_dbskk.html'> - dbskk</a><br/> - - - <a href='services_dbus.html'> - dbus</a><br/> - - - <a href='services_dhcp.html'> - dhcp</a><br/> - - - <a href='services_dictd.html'> - dictd</a><br/> - - - <a href='services_distcc.html'> - distcc</a><br/> - - - <a href='services_djbdns.html'> - djbdns</a><br/> - - - <a href='services_dovecot.html'> - dovecot</a><br/> - - - <a href='services_fetchmail.html'> - fetchmail</a><br/> - - - <a href='services_finger.html'> - finger</a><br/> - - - <a href='services_ftp.html'> - ftp</a><br/> - - - <a href='services_gpm.html'> - gpm</a><br/> - - - <a href='services_hal.html'> - hal</a><br/> - - - <a href='services_howl.html'> - howl</a><br/> - - - <a href='services_i18n_input.html'> - i18n_input</a><br/> - - - <a href='services_inetd.html'> - inetd</a><br/> - - - <a href='services_inn.html'> - inn</a><br/> - - - <a href='services_irqbalance.html'> - irqbalance</a><br/> - - - <a href='services_kerberos.html'> - kerberos</a><br/> - - - <a href='services_ktalk.html'> - ktalk</a><br/> - - - <a href='services_ldap.html'> - ldap</a><br/> - - - <a href='services_lpd.html'> - lpd</a><br/> - - - <a href='services_mailman.html'> - mailman</a><br/> - - - <a href='services_mta.html'> - mta</a><br/> - - - <a href='services_mysql.html'> - mysql</a><br/> - - - <a href='services_networkmanager.html'> - networkmanager</a><br/> - - - <a href='services_nis.html'> - nis</a><br/> - - - <a href='services_nscd.html'> - nscd</a><br/> - - - <a href='services_ntp.html'> - ntp</a><br/> - - - <a href='services_openct.html'> - openct</a><br/> - - - <a href='services_pegasus.html'> - pegasus</a><br/> - - - <a href='services_portmap.html'> - portmap</a><br/> - - - <a href='services_postfix.html'> - postfix</a><br/> - - - <a href='services_postgresql.html'> - postgresql</a><br/> - - - <a href='services_ppp.html'> - ppp</a><br/> - - - <a href='services_privoxy.html'> - privoxy</a><br/> - - - <a href='services_procmail.html'> - procmail</a><br/> - - - <a href='services_publicfile.html'> - publicfile</a><br/> - - - <a href='services_radius.html'> - radius</a><br/> - - - <a href='services_radvd.html'> - radvd</a><br/> - - - <a href='services_rdisc.html'> - rdisc</a><br/> - - - <a href='services_remotelogin.html'> - remotelogin</a><br/> - - - <a href='services_rlogin.html'> - rlogin</a><br/> - - - <a href='services_roundup.html'> - roundup</a><br/> - - - <a href='services_rpc.html'> - rpc</a><br/> - - - <a href='services_rshd.html'> - rshd</a><br/> - - - <a href='services_rsync.html'> - rsync</a><br/> - - - <a href='services_samba.html'> - samba</a><br/> - - - <a href='services_sasl.html'> - sasl</a><br/> - - - <a href='services_sendmail.html'> - sendmail</a><br/> - - - <a href='services_slrnpull.html'> - slrnpull</a><br/> - - - <a href='services_smartmon.html'> - smartmon</a><br/> - - - <a href='services_snmp.html'> - snmp</a><br/> - - - <a href='services_spamassassin.html'> - spamassassin</a><br/> - - - <a href='services_squid.html'> - squid</a><br/> - - - <a href='services_ssh.html'> - ssh</a><br/> - - - <a href='services_stunnel.html'> - stunnel</a><br/> - - - <a href='services_sysstat.html'> - sysstat</a><br/> - - - <a href='services_tcpd.html'> - tcpd</a><br/> - - - <a href='services_telnet.html'> - telnet</a><br/> - - - <a href='services_tftp.html'> - tftp</a><br/> - - - <a href='services_timidity.html'> - timidity</a><br/> - - - <a href='services_ucspitcp.html'> - ucspitcp</a><br/> - - - <a href='services_uucp.html'> - uucp</a><br/> - - - <a href='services_xfs.html'> - xfs</a><br/> - - - <a href='services_xserver.html'> - xserver</a><br/> - - - <a href='services_zebra.html'> - zebra</a><br/> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: services</h1><p/> -<h2>Module: ftp</h2><p/> - -<a href=#interfaces>Interfaces</a> -<a href=#templates>Templates</a> - -<h3>Description:</h3> - -<p><p>File transfer protocol service</p></p> - - - -<a name="interfaces"></a> -<h3>Interfaces: </h3> - -<a name="link_ftp_check_exec"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>ftp_check_exec</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute FTP daemon entry point programs. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_ftp_read_config"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>ftp_read_config</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read ftpd etc files -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_ftp_read_log"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>ftp_read_log</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read FTP transfer logs -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_ftp_tcp_connect"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>ftp_tcp_connect</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Use ftp by connecting over TCP. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - -<a name="templates"></a> -<h3>Templates: </h3> - -<a name="link_ftp_per_userdomain_template"></a> -<div id="template"> - - -<div id="codeblock"> - -<b>ftp_per_userdomain_template</b>( - - - - - userdomain_prefix - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -The per user domain template for the ftp module. -</p> - - -<h5>Description</h5> -<p> -</p><p> -This template allows ftpd to manage files in -a user home directory, creating files with the -correct type. -</p><p> -</p><p> -This template is invoked automatically for each user, and -generally does not need to be invoked directly -by policy writers. -</p><p> -</p> - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -userdomain_prefix -</td><td> -<p> -The prefix of the user domain (e.g., user -is the prefix for user_t). -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - -</div> -</body> -</html> diff --git a/www/api-docs/services_gpm.html b/www/api-docs/services_gpm.html deleted file mode 100644 index 30587ac..0000000 --- a/www/api-docs/services_gpm.html +++ /dev/null @@ -1,489 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - - <a href='services_apache.html'> - apache</a><br/> - - - <a href='services_apm.html'> - apm</a><br/> - - - <a href='services_arpwatch.html'> - arpwatch</a><br/> - - - <a href='services_automount.html'> - automount</a><br/> - - - <a href='services_avahi.html'> - avahi</a><br/> - - - <a href='services_bind.html'> - bind</a><br/> - - - <a href='services_bluetooth.html'> - bluetooth</a><br/> - - - <a href='services_canna.html'> - canna</a><br/> - - - <a href='services_comsat.html'> - comsat</a><br/> - - - <a href='services_cpucontrol.html'> - cpucontrol</a><br/> - - - <a href='services_cron.html'> - cron</a><br/> - - - <a href='services_cups.html'> - cups</a><br/> - - - <a href='services_cvs.html'> - cvs</a><br/> - - - <a href='services_cyrus.html'> - cyrus</a><br/> - - - <a href='services_dbskk.html'> - dbskk</a><br/> - - - <a href='services_dbus.html'> - dbus</a><br/> - - - <a href='services_dhcp.html'> - dhcp</a><br/> - - - <a href='services_dictd.html'> - dictd</a><br/> - - - <a href='services_distcc.html'> - distcc</a><br/> - - - <a href='services_djbdns.html'> - djbdns</a><br/> - - - <a href='services_dovecot.html'> - dovecot</a><br/> - - - <a href='services_fetchmail.html'> - fetchmail</a><br/> - - - <a href='services_finger.html'> - finger</a><br/> - - - <a href='services_ftp.html'> - ftp</a><br/> - - - <a href='services_gpm.html'> - gpm</a><br/> - - - <a href='services_hal.html'> - hal</a><br/> - - - <a href='services_howl.html'> - howl</a><br/> - - - <a href='services_i18n_input.html'> - i18n_input</a><br/> - - - <a href='services_inetd.html'> - inetd</a><br/> - - - <a href='services_inn.html'> - inn</a><br/> - - - <a href='services_irqbalance.html'> - irqbalance</a><br/> - - - <a href='services_kerberos.html'> - kerberos</a><br/> - - - <a href='services_ktalk.html'> - ktalk</a><br/> - - - <a href='services_ldap.html'> - ldap</a><br/> - - - <a href='services_lpd.html'> - lpd</a><br/> - - - <a href='services_mailman.html'> - mailman</a><br/> - - - <a href='services_mta.html'> - mta</a><br/> - - - <a href='services_mysql.html'> - mysql</a><br/> - - - <a href='services_networkmanager.html'> - networkmanager</a><br/> - - - <a href='services_nis.html'> - nis</a><br/> - - - <a href='services_nscd.html'> - nscd</a><br/> - - - <a href='services_ntp.html'> - ntp</a><br/> - - - <a href='services_openct.html'> - openct</a><br/> - - - <a href='services_pegasus.html'> - pegasus</a><br/> - - - <a href='services_portmap.html'> - portmap</a><br/> - - - <a href='services_postfix.html'> - postfix</a><br/> - - - <a href='services_postgresql.html'> - postgresql</a><br/> - - - <a href='services_ppp.html'> - ppp</a><br/> - - - <a href='services_privoxy.html'> - privoxy</a><br/> - - - <a href='services_procmail.html'> - procmail</a><br/> - - - <a href='services_publicfile.html'> - publicfile</a><br/> - - - <a href='services_radius.html'> - radius</a><br/> - - - <a href='services_radvd.html'> - radvd</a><br/> - - - <a href='services_rdisc.html'> - rdisc</a><br/> - - - <a href='services_remotelogin.html'> - remotelogin</a><br/> - - - <a href='services_rlogin.html'> - rlogin</a><br/> - - - <a href='services_roundup.html'> - roundup</a><br/> - - - <a href='services_rpc.html'> - rpc</a><br/> - - - <a href='services_rshd.html'> - rshd</a><br/> - - - <a href='services_rsync.html'> - rsync</a><br/> - - - <a href='services_samba.html'> - samba</a><br/> - - - <a href='services_sasl.html'> - sasl</a><br/> - - - <a href='services_sendmail.html'> - sendmail</a><br/> - - - <a href='services_slrnpull.html'> - slrnpull</a><br/> - - - <a href='services_smartmon.html'> - smartmon</a><br/> - - - <a href='services_snmp.html'> - snmp</a><br/> - - - <a href='services_spamassassin.html'> - spamassassin</a><br/> - - - <a href='services_squid.html'> - squid</a><br/> - - - <a href='services_ssh.html'> - ssh</a><br/> - - - <a href='services_stunnel.html'> - stunnel</a><br/> - - - <a href='services_sysstat.html'> - sysstat</a><br/> - - - <a href='services_tcpd.html'> - tcpd</a><br/> - - - <a href='services_telnet.html'> - telnet</a><br/> - - - <a href='services_tftp.html'> - tftp</a><br/> - - - <a href='services_timidity.html'> - timidity</a><br/> - - - <a href='services_ucspitcp.html'> - ucspitcp</a><br/> - - - <a href='services_uucp.html'> - uucp</a><br/> - - - <a href='services_xfs.html'> - xfs</a><br/> - - - <a href='services_xserver.html'> - xserver</a><br/> - - - <a href='services_zebra.html'> - zebra</a><br/> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: services</h1><p/> -<h2>Module: gpm</h2><p/> - -<h3>Description:</h3> - -<p><p>General Purpose Mouse driver</p></p> - - - -<a name="interfaces"></a> -<h3>Interfaces: </h3> - -<a name="link_gpm_dontaudit_getattr_gpmctl"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>gpm_dontaudit_getattr_gpmctl</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to get the -attributes of the GPM control channel -named socket. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_gpm_getattr_gpmctl"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>gpm_getattr_gpmctl</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Get the attributes of the GPM -control channel named socket. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_gpm_setattr_gpmctl"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>gpm_setattr_gpmctl</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Set the attributes of the GPM -control channel named socket. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_gpm_stream_connect"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>gpm_stream_connect</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Connect to GPM over a unix domain -stream socket. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - - -</div> -</body> -</html> diff --git a/www/api-docs/services_hal.html b/www/api-docs/services_hal.html deleted file mode 100644 index b6ba2df..0000000 --- a/www/api-docs/services_hal.html +++ /dev/null @@ -1,529 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - - <a href='services_apache.html'> - apache</a><br/> - - - <a href='services_apm.html'> - apm</a><br/> - - - <a href='services_arpwatch.html'> - arpwatch</a><br/> - - - <a href='services_automount.html'> - automount</a><br/> - - - <a href='services_avahi.html'> - avahi</a><br/> - - - <a href='services_bind.html'> - bind</a><br/> - - - <a href='services_bluetooth.html'> - bluetooth</a><br/> - - - <a href='services_canna.html'> - canna</a><br/> - - - <a href='services_comsat.html'> - comsat</a><br/> - - - <a href='services_cpucontrol.html'> - cpucontrol</a><br/> - - - <a href='services_cron.html'> - cron</a><br/> - - - <a href='services_cups.html'> - cups</a><br/> - - - <a href='services_cvs.html'> - cvs</a><br/> - - - <a href='services_cyrus.html'> - cyrus</a><br/> - - - <a href='services_dbskk.html'> - dbskk</a><br/> - - - <a href='services_dbus.html'> - dbus</a><br/> - - - <a href='services_dhcp.html'> - dhcp</a><br/> - - - <a href='services_dictd.html'> - dictd</a><br/> - - - <a href='services_distcc.html'> - distcc</a><br/> - - - <a href='services_djbdns.html'> - djbdns</a><br/> - - - <a href='services_dovecot.html'> - dovecot</a><br/> - - - <a href='services_fetchmail.html'> - fetchmail</a><br/> - - - <a href='services_finger.html'> - finger</a><br/> - - - <a href='services_ftp.html'> - ftp</a><br/> - - - <a href='services_gpm.html'> - gpm</a><br/> - - - <a href='services_hal.html'> - hal</a><br/> - - - <a href='services_howl.html'> - howl</a><br/> - - - <a href='services_i18n_input.html'> - i18n_input</a><br/> - - - <a href='services_inetd.html'> - inetd</a><br/> - - - <a href='services_inn.html'> - inn</a><br/> - - - <a href='services_irqbalance.html'> - irqbalance</a><br/> - - - <a href='services_kerberos.html'> - kerberos</a><br/> - - - <a href='services_ktalk.html'> - ktalk</a><br/> - - - <a href='services_ldap.html'> - ldap</a><br/> - - - <a href='services_lpd.html'> - lpd</a><br/> - - - <a href='services_mailman.html'> - mailman</a><br/> - - - <a href='services_mta.html'> - mta</a><br/> - - - <a href='services_mysql.html'> - mysql</a><br/> - - - <a href='services_networkmanager.html'> - networkmanager</a><br/> - - - <a href='services_nis.html'> - nis</a><br/> - - - <a href='services_nscd.html'> - nscd</a><br/> - - - <a href='services_ntp.html'> - ntp</a><br/> - - - <a href='services_openct.html'> - openct</a><br/> - - - <a href='services_pegasus.html'> - pegasus</a><br/> - - - <a href='services_portmap.html'> - portmap</a><br/> - - - <a href='services_postfix.html'> - postfix</a><br/> - - - <a href='services_postgresql.html'> - postgresql</a><br/> - - - <a href='services_ppp.html'> - ppp</a><br/> - - - <a href='services_privoxy.html'> - privoxy</a><br/> - - - <a href='services_procmail.html'> - procmail</a><br/> - - - <a href='services_publicfile.html'> - publicfile</a><br/> - - - <a href='services_radius.html'> - radius</a><br/> - - - <a href='services_radvd.html'> - radvd</a><br/> - - - <a href='services_rdisc.html'> - rdisc</a><br/> - - - <a href='services_remotelogin.html'> - remotelogin</a><br/> - - - <a href='services_rlogin.html'> - rlogin</a><br/> - - - <a href='services_roundup.html'> - roundup</a><br/> - - - <a href='services_rpc.html'> - rpc</a><br/> - - - <a href='services_rshd.html'> - rshd</a><br/> - - - <a href='services_rsync.html'> - rsync</a><br/> - - - <a href='services_samba.html'> - samba</a><br/> - - - <a href='services_sasl.html'> - sasl</a><br/> - - - <a href='services_sendmail.html'> - sendmail</a><br/> - - - <a href='services_slrnpull.html'> - slrnpull</a><br/> - - - <a href='services_smartmon.html'> - smartmon</a><br/> - - - <a href='services_snmp.html'> - snmp</a><br/> - - - <a href='services_spamassassin.html'> - spamassassin</a><br/> - - - <a href='services_squid.html'> - squid</a><br/> - - - <a href='services_ssh.html'> - ssh</a><br/> - - - <a href='services_stunnel.html'> - stunnel</a><br/> - - - <a href='services_sysstat.html'> - sysstat</a><br/> - - - <a href='services_tcpd.html'> - tcpd</a><br/> - - - <a href='services_telnet.html'> - telnet</a><br/> - - - <a href='services_tftp.html'> - tftp</a><br/> - - - <a href='services_timidity.html'> - timidity</a><br/> - - - <a href='services_ucspitcp.html'> - ucspitcp</a><br/> - - - <a href='services_uucp.html'> - uucp</a><br/> - - - <a href='services_xfs.html'> - xfs</a><br/> - - - <a href='services_xserver.html'> - xserver</a><br/> - - - <a href='services_zebra.html'> - zebra</a><br/> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: services</h1><p/> -<h2>Module: hal</h2><p/> - -<h3>Description:</h3> - -<p><p>Hardware abstraction layer</p></p> - - - -<a name="interfaces"></a> -<h3>Interfaces: </h3> - -<a name="link_hal_dbus_chat"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>hal_dbus_chat</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive messages from -hal over dbus. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_hal_dbus_send"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>hal_dbus_send</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send a dbus message to hal. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_hal_dgram_send"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>hal_dgram_send</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send to hal over a unix domain -datagram socket. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_hal_domtrans"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>hal_domtrans</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute hal in the hal domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_hal_stream_connect"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>hal_stream_connect</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send to hal over a unix domain -stream socket. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - - -</div> -</body> -</html> diff --git a/www/api-docs/services_howl.html b/www/api-docs/services_howl.html deleted file mode 100644 index 55402c4..0000000 --- a/www/api-docs/services_howl.html +++ /dev/null @@ -1,358 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - - <a href='services_apache.html'> - apache</a><br/> - - - <a href='services_apm.html'> - apm</a><br/> - - - <a href='services_arpwatch.html'> - arpwatch</a><br/> - - - <a href='services_automount.html'> - automount</a><br/> - - - <a href='services_avahi.html'> - avahi</a><br/> - - - <a href='services_bind.html'> - bind</a><br/> - - - <a href='services_bluetooth.html'> - bluetooth</a><br/> - - - <a href='services_canna.html'> - canna</a><br/> - - - <a href='services_comsat.html'> - comsat</a><br/> - - - <a href='services_cpucontrol.html'> - cpucontrol</a><br/> - - - <a href='services_cron.html'> - cron</a><br/> - - - <a href='services_cups.html'> - cups</a><br/> - - - <a href='services_cvs.html'> - cvs</a><br/> - - - <a href='services_cyrus.html'> - cyrus</a><br/> - - - <a href='services_dbskk.html'> - dbskk</a><br/> - - - <a href='services_dbus.html'> - dbus</a><br/> - - - <a href='services_dhcp.html'> - dhcp</a><br/> - - - <a href='services_dictd.html'> - dictd</a><br/> - - - <a href='services_distcc.html'> - distcc</a><br/> - - - <a href='services_djbdns.html'> - djbdns</a><br/> - - - <a href='services_dovecot.html'> - dovecot</a><br/> - - - <a href='services_fetchmail.html'> - fetchmail</a><br/> - - - <a href='services_finger.html'> - finger</a><br/> - - - <a href='services_ftp.html'> - ftp</a><br/> - - - <a href='services_gpm.html'> - gpm</a><br/> - - - <a href='services_hal.html'> - hal</a><br/> - - - <a href='services_howl.html'> - howl</a><br/> - - - <a href='services_i18n_input.html'> - i18n_input</a><br/> - - - <a href='services_inetd.html'> - inetd</a><br/> - - - <a href='services_inn.html'> - inn</a><br/> - - - <a href='services_irqbalance.html'> - irqbalance</a><br/> - - - <a href='services_kerberos.html'> - kerberos</a><br/> - - - <a href='services_ktalk.html'> - ktalk</a><br/> - - - <a href='services_ldap.html'> - ldap</a><br/> - - - <a href='services_lpd.html'> - lpd</a><br/> - - - <a href='services_mailman.html'> - mailman</a><br/> - - - <a href='services_mta.html'> - mta</a><br/> - - - <a href='services_mysql.html'> - mysql</a><br/> - - - <a href='services_networkmanager.html'> - networkmanager</a><br/> - - - <a href='services_nis.html'> - nis</a><br/> - - - <a href='services_nscd.html'> - nscd</a><br/> - - - <a href='services_ntp.html'> - ntp</a><br/> - - - <a href='services_openct.html'> - openct</a><br/> - - - <a href='services_pegasus.html'> - pegasus</a><br/> - - - <a href='services_portmap.html'> - portmap</a><br/> - - - <a href='services_postfix.html'> - postfix</a><br/> - - - <a href='services_postgresql.html'> - postgresql</a><br/> - - - <a href='services_ppp.html'> - ppp</a><br/> - - - <a href='services_privoxy.html'> - privoxy</a><br/> - - - <a href='services_procmail.html'> - procmail</a><br/> - - - <a href='services_publicfile.html'> - publicfile</a><br/> - - - <a href='services_radius.html'> - radius</a><br/> - - - <a href='services_radvd.html'> - radvd</a><br/> - - - <a href='services_rdisc.html'> - rdisc</a><br/> - - - <a href='services_remotelogin.html'> - remotelogin</a><br/> - - - <a href='services_rlogin.html'> - rlogin</a><br/> - - - <a href='services_roundup.html'> - roundup</a><br/> - - - <a href='services_rpc.html'> - rpc</a><br/> - - - <a href='services_rshd.html'> - rshd</a><br/> - - - <a href='services_rsync.html'> - rsync</a><br/> - - - <a href='services_samba.html'> - samba</a><br/> - - - <a href='services_sasl.html'> - sasl</a><br/> - - - <a href='services_sendmail.html'> - sendmail</a><br/> - - - <a href='services_slrnpull.html'> - slrnpull</a><br/> - - - <a href='services_smartmon.html'> - smartmon</a><br/> - - - <a href='services_snmp.html'> - snmp</a><br/> - - - <a href='services_spamassassin.html'> - spamassassin</a><br/> - - - <a href='services_squid.html'> - squid</a><br/> - - - <a href='services_ssh.html'> - ssh</a><br/> - - - <a href='services_stunnel.html'> - stunnel</a><br/> - - - <a href='services_sysstat.html'> - sysstat</a><br/> - - - <a href='services_tcpd.html'> - tcpd</a><br/> - - - <a href='services_telnet.html'> - telnet</a><br/> - - - <a href='services_tftp.html'> - tftp</a><br/> - - - <a href='services_timidity.html'> - timidity</a><br/> - - - <a href='services_ucspitcp.html'> - ucspitcp</a><br/> - - - <a href='services_uucp.html'> - uucp</a><br/> - - - <a href='services_xfs.html'> - xfs</a><br/> - - - <a href='services_xserver.html'> - xserver</a><br/> - - - <a href='services_zebra.html'> - zebra</a><br/> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: services</h1><p/> -<h2>Module: howl</h2><p/> - -<h3>Description:</h3> - -<p><p>Port of Apple Rendezvous multicast DNS</p></p> - - - -<a name="interfaces"></a> -<h3>Interfaces: </h3> - -<a name="link_howl_signal"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>howl_signal</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send generic signals to howl. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - - -</div> -</body> -</html> diff --git a/www/api-docs/services_i18n_input.html b/www/api-docs/services_i18n_input.html deleted file mode 100644 index 69458c3..0000000 --- a/www/api-docs/services_i18n_input.html +++ /dev/null @@ -1,358 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - - <a href='services_apache.html'> - apache</a><br/> - - - <a href='services_apm.html'> - apm</a><br/> - - - <a href='services_arpwatch.html'> - arpwatch</a><br/> - - - <a href='services_automount.html'> - automount</a><br/> - - - <a href='services_avahi.html'> - avahi</a><br/> - - - <a href='services_bind.html'> - bind</a><br/> - - - <a href='services_bluetooth.html'> - bluetooth</a><br/> - - - <a href='services_canna.html'> - canna</a><br/> - - - <a href='services_comsat.html'> - comsat</a><br/> - - - <a href='services_cpucontrol.html'> - cpucontrol</a><br/> - - - <a href='services_cron.html'> - cron</a><br/> - - - <a href='services_cups.html'> - cups</a><br/> - - - <a href='services_cvs.html'> - cvs</a><br/> - - - <a href='services_cyrus.html'> - cyrus</a><br/> - - - <a href='services_dbskk.html'> - dbskk</a><br/> - - - <a href='services_dbus.html'> - dbus</a><br/> - - - <a href='services_dhcp.html'> - dhcp</a><br/> - - - <a href='services_dictd.html'> - dictd</a><br/> - - - <a href='services_distcc.html'> - distcc</a><br/> - - - <a href='services_djbdns.html'> - djbdns</a><br/> - - - <a href='services_dovecot.html'> - dovecot</a><br/> - - - <a href='services_fetchmail.html'> - fetchmail</a><br/> - - - <a href='services_finger.html'> - finger</a><br/> - - - <a href='services_ftp.html'> - ftp</a><br/> - - - <a href='services_gpm.html'> - gpm</a><br/> - - - <a href='services_hal.html'> - hal</a><br/> - - - <a href='services_howl.html'> - howl</a><br/> - - - <a href='services_i18n_input.html'> - i18n_input</a><br/> - - - <a href='services_inetd.html'> - inetd</a><br/> - - - <a href='services_inn.html'> - inn</a><br/> - - - <a href='services_irqbalance.html'> - irqbalance</a><br/> - - - <a href='services_kerberos.html'> - kerberos</a><br/> - - - <a href='services_ktalk.html'> - ktalk</a><br/> - - - <a href='services_ldap.html'> - ldap</a><br/> - - - <a href='services_lpd.html'> - lpd</a><br/> - - - <a href='services_mailman.html'> - mailman</a><br/> - - - <a href='services_mta.html'> - mta</a><br/> - - - <a href='services_mysql.html'> - mysql</a><br/> - - - <a href='services_networkmanager.html'> - networkmanager</a><br/> - - - <a href='services_nis.html'> - nis</a><br/> - - - <a href='services_nscd.html'> - nscd</a><br/> - - - <a href='services_ntp.html'> - ntp</a><br/> - - - <a href='services_openct.html'> - openct</a><br/> - - - <a href='services_pegasus.html'> - pegasus</a><br/> - - - <a href='services_portmap.html'> - portmap</a><br/> - - - <a href='services_postfix.html'> - postfix</a><br/> - - - <a href='services_postgresql.html'> - postgresql</a><br/> - - - <a href='services_ppp.html'> - ppp</a><br/> - - - <a href='services_privoxy.html'> - privoxy</a><br/> - - - <a href='services_procmail.html'> - procmail</a><br/> - - - <a href='services_publicfile.html'> - publicfile</a><br/> - - - <a href='services_radius.html'> - radius</a><br/> - - - <a href='services_radvd.html'> - radvd</a><br/> - - - <a href='services_rdisc.html'> - rdisc</a><br/> - - - <a href='services_remotelogin.html'> - remotelogin</a><br/> - - - <a href='services_rlogin.html'> - rlogin</a><br/> - - - <a href='services_roundup.html'> - roundup</a><br/> - - - <a href='services_rpc.html'> - rpc</a><br/> - - - <a href='services_rshd.html'> - rshd</a><br/> - - - <a href='services_rsync.html'> - rsync</a><br/> - - - <a href='services_samba.html'> - samba</a><br/> - - - <a href='services_sasl.html'> - sasl</a><br/> - - - <a href='services_sendmail.html'> - sendmail</a><br/> - - - <a href='services_slrnpull.html'> - slrnpull</a><br/> - - - <a href='services_smartmon.html'> - smartmon</a><br/> - - - <a href='services_snmp.html'> - snmp</a><br/> - - - <a href='services_spamassassin.html'> - spamassassin</a><br/> - - - <a href='services_squid.html'> - squid</a><br/> - - - <a href='services_ssh.html'> - ssh</a><br/> - - - <a href='services_stunnel.html'> - stunnel</a><br/> - - - <a href='services_sysstat.html'> - sysstat</a><br/> - - - <a href='services_tcpd.html'> - tcpd</a><br/> - - - <a href='services_telnet.html'> - telnet</a><br/> - - - <a href='services_tftp.html'> - tftp</a><br/> - - - <a href='services_timidity.html'> - timidity</a><br/> - - - <a href='services_ucspitcp.html'> - ucspitcp</a><br/> - - - <a href='services_uucp.html'> - uucp</a><br/> - - - <a href='services_xfs.html'> - xfs</a><br/> - - - <a href='services_xserver.html'> - xserver</a><br/> - - - <a href='services_zebra.html'> - zebra</a><br/> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: services</h1><p/> -<h2>Module: i18n_input</h2><p/> - -<h3>Description:</h3> - -<p><p>IIIMF htt server</p></p> - - - -<a name="interfaces"></a> -<h3>Interfaces: </h3> - -<a name="link_i18n_use"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>i18n_use</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Use i18n_input over a TCP connection. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - - -</div> -</body> -</html> diff --git a/www/api-docs/services_inetd.html b/www/api-docs/services_inetd.html deleted file mode 100644 index e3aa1ad..0000000 --- a/www/api-docs/services_inetd.html +++ /dev/null @@ -1,777 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - - <a href='services_apache.html'> - apache</a><br/> - - - <a href='services_apm.html'> - apm</a><br/> - - - <a href='services_arpwatch.html'> - arpwatch</a><br/> - - - <a href='services_automount.html'> - automount</a><br/> - - - <a href='services_avahi.html'> - avahi</a><br/> - - - <a href='services_bind.html'> - bind</a><br/> - - - <a href='services_bluetooth.html'> - bluetooth</a><br/> - - - <a href='services_canna.html'> - canna</a><br/> - - - <a href='services_comsat.html'> - comsat</a><br/> - - - <a href='services_cpucontrol.html'> - cpucontrol</a><br/> - - - <a href='services_cron.html'> - cron</a><br/> - - - <a href='services_cups.html'> - cups</a><br/> - - - <a href='services_cvs.html'> - cvs</a><br/> - - - <a href='services_cyrus.html'> - cyrus</a><br/> - - - <a href='services_dbskk.html'> - dbskk</a><br/> - - - <a href='services_dbus.html'> - dbus</a><br/> - - - <a href='services_dhcp.html'> - dhcp</a><br/> - - - <a href='services_dictd.html'> - dictd</a><br/> - - - <a href='services_distcc.html'> - distcc</a><br/> - - - <a href='services_djbdns.html'> - djbdns</a><br/> - - - <a href='services_dovecot.html'> - dovecot</a><br/> - - - <a href='services_fetchmail.html'> - fetchmail</a><br/> - - - <a href='services_finger.html'> - finger</a><br/> - - - <a href='services_ftp.html'> - ftp</a><br/> - - - <a href='services_gpm.html'> - gpm</a><br/> - - - <a href='services_hal.html'> - hal</a><br/> - - - <a href='services_howl.html'> - howl</a><br/> - - - <a href='services_i18n_input.html'> - i18n_input</a><br/> - - - <a href='services_inetd.html'> - inetd</a><br/> - - - <a href='services_inn.html'> - inn</a><br/> - - - <a href='services_irqbalance.html'> - irqbalance</a><br/> - - - <a href='services_kerberos.html'> - kerberos</a><br/> - - - <a href='services_ktalk.html'> - ktalk</a><br/> - - - <a href='services_ldap.html'> - ldap</a><br/> - - - <a href='services_lpd.html'> - lpd</a><br/> - - - <a href='services_mailman.html'> - mailman</a><br/> - - - <a href='services_mta.html'> - mta</a><br/> - - - <a href='services_mysql.html'> - mysql</a><br/> - - - <a href='services_networkmanager.html'> - networkmanager</a><br/> - - - <a href='services_nis.html'> - nis</a><br/> - - - <a href='services_nscd.html'> - nscd</a><br/> - - - <a href='services_ntp.html'> - ntp</a><br/> - - - <a href='services_openct.html'> - openct</a><br/> - - - <a href='services_pegasus.html'> - pegasus</a><br/> - - - <a href='services_portmap.html'> - portmap</a><br/> - - - <a href='services_postfix.html'> - postfix</a><br/> - - - <a href='services_postgresql.html'> - postgresql</a><br/> - - - <a href='services_ppp.html'> - ppp</a><br/> - - - <a href='services_privoxy.html'> - privoxy</a><br/> - - - <a href='services_procmail.html'> - procmail</a><br/> - - - <a href='services_publicfile.html'> - publicfile</a><br/> - - - <a href='services_radius.html'> - radius</a><br/> - - - <a href='services_radvd.html'> - radvd</a><br/> - - - <a href='services_rdisc.html'> - rdisc</a><br/> - - - <a href='services_remotelogin.html'> - remotelogin</a><br/> - - - <a href='services_rlogin.html'> - rlogin</a><br/> - - - <a href='services_roundup.html'> - roundup</a><br/> - - - <a href='services_rpc.html'> - rpc</a><br/> - - - <a href='services_rshd.html'> - rshd</a><br/> - - - <a href='services_rsync.html'> - rsync</a><br/> - - - <a href='services_samba.html'> - samba</a><br/> - - - <a href='services_sasl.html'> - sasl</a><br/> - - - <a href='services_sendmail.html'> - sendmail</a><br/> - - - <a href='services_slrnpull.html'> - slrnpull</a><br/> - - - <a href='services_smartmon.html'> - smartmon</a><br/> - - - <a href='services_snmp.html'> - snmp</a><br/> - - - <a href='services_spamassassin.html'> - spamassassin</a><br/> - - - <a href='services_squid.html'> - squid</a><br/> - - - <a href='services_ssh.html'> - ssh</a><br/> - - - <a href='services_stunnel.html'> - stunnel</a><br/> - - - <a href='services_sysstat.html'> - sysstat</a><br/> - - - <a href='services_tcpd.html'> - tcpd</a><br/> - - - <a href='services_telnet.html'> - telnet</a><br/> - - - <a href='services_tftp.html'> - tftp</a><br/> - - - <a href='services_timidity.html'> - timidity</a><br/> - - - <a href='services_ucspitcp.html'> - ucspitcp</a><br/> - - - <a href='services_uucp.html'> - uucp</a><br/> - - - <a href='services_xfs.html'> - xfs</a><br/> - - - <a href='services_xserver.html'> - xserver</a><br/> - - - <a href='services_zebra.html'> - zebra</a><br/> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: services</h1><p/> -<h2>Module: inetd</h2><p/> - -<h3>Description:</h3> - -<p><p>Internet services daemon.</p></p> - - - -<a name="interfaces"></a> -<h3>Interfaces: </h3> - -<a name="link_inetd_core_service_domain"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>inetd_core_service_domain</b>( - - - - - domain - - - - , - - - - entrypoint - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Define the specified domain as a inetd service. -</p> - - -<h5>Description</h5> -<p> -</p><p> -Define the specified domain as a inetd service. The -inetd_service_domain(), inetd_tcp_service_domain(), -or inetd_udp_service_domain() interfaces should be used -instead of this interface, as this interface only provides -the common rules to these three interfaces. -</p><p> -</p> - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type associated with the inetd service process. -</p> -</td><td> -No -</td></tr> - -<tr><td> -entrypoint -</td><td> -<p> -The type associated with the process program. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_inetd_domtrans_child"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>inetd_domtrans_child</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Run inetd child process in the inet child domain -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_inetd_rw_tcp_sockets"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>inetd_rw_tcp_sockets</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read and write inetd TCP sockets. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_inetd_service_domain"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>inetd_service_domain</b>( - - - - - domain - - - - , - - - - entrypoint - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Define the specified domain as a TCP and UDP inetd service. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type associated with the inetd service process. -</p> -</td><td> -No -</td></tr> - -<tr><td> -entrypoint -</td><td> -<p> -The type associated with the process program. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_inetd_tcp_connect"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>inetd_tcp_connect</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Connect to the inetd service using a TCP connection. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_inetd_tcp_service_domain"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>inetd_tcp_service_domain</b>( - - - - - domain - - - - , - - - - entrypoint - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Define the specified domain as a TCP inetd service. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type associated with the inetd service process. -</p> -</td><td> -No -</td></tr> - -<tr><td> -entrypoint -</td><td> -<p> -The type associated with the process program. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_inetd_udp_send"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>inetd_udp_send</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send UDP network traffic to inetd. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_inetd_udp_service_domain"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>inetd_udp_service_domain</b>( - - - - - domain - - - - , - - - - entrypoint - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Define the specified domain as a UDP inetd service. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type associated with the inetd service process. -</p> -</td><td> -No -</td></tr> - -<tr><td> -entrypoint -</td><td> -<p> -The type associated with the process program. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_inetd_use_fds"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>inetd_use_fds</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Inherit and use file descriptors from inetd. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - - -</div> -</body> -</html> diff --git a/www/api-docs/services_inn.html b/www/api-docs/services_inn.html deleted file mode 100644 index d81ecd3..0000000 --- a/www/api-docs/services_inn.html +++ /dev/null @@ -1,654 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - - <a href='services_apache.html'> - apache</a><br/> - - - <a href='services_apm.html'> - apm</a><br/> - - - <a href='services_arpwatch.html'> - arpwatch</a><br/> - - - <a href='services_automount.html'> - automount</a><br/> - - - <a href='services_avahi.html'> - avahi</a><br/> - - - <a href='services_bind.html'> - bind</a><br/> - - - <a href='services_bluetooth.html'> - bluetooth</a><br/> - - - <a href='services_canna.html'> - canna</a><br/> - - - <a href='services_comsat.html'> - comsat</a><br/> - - - <a href='services_cpucontrol.html'> - cpucontrol</a><br/> - - - <a href='services_cron.html'> - cron</a><br/> - - - <a href='services_cups.html'> - cups</a><br/> - - - <a href='services_cvs.html'> - cvs</a><br/> - - - <a href='services_cyrus.html'> - cyrus</a><br/> - - - <a href='services_dbskk.html'> - dbskk</a><br/> - - - <a href='services_dbus.html'> - dbus</a><br/> - - - <a href='services_dhcp.html'> - dhcp</a><br/> - - - <a href='services_dictd.html'> - dictd</a><br/> - - - <a href='services_distcc.html'> - distcc</a><br/> - - - <a href='services_djbdns.html'> - djbdns</a><br/> - - - <a href='services_dovecot.html'> - dovecot</a><br/> - - - <a href='services_fetchmail.html'> - fetchmail</a><br/> - - - <a href='services_finger.html'> - finger</a><br/> - - - <a href='services_ftp.html'> - ftp</a><br/> - - - <a href='services_gpm.html'> - gpm</a><br/> - - - <a href='services_hal.html'> - hal</a><br/> - - - <a href='services_howl.html'> - howl</a><br/> - - - <a href='services_i18n_input.html'> - i18n_input</a><br/> - - - <a href='services_inetd.html'> - inetd</a><br/> - - - <a href='services_inn.html'> - inn</a><br/> - - - <a href='services_irqbalance.html'> - irqbalance</a><br/> - - - <a href='services_kerberos.html'> - kerberos</a><br/> - - - <a href='services_ktalk.html'> - ktalk</a><br/> - - - <a href='services_ldap.html'> - ldap</a><br/> - - - <a href='services_lpd.html'> - lpd</a><br/> - - - <a href='services_mailman.html'> - mailman</a><br/> - - - <a href='services_mta.html'> - mta</a><br/> - - - <a href='services_mysql.html'> - mysql</a><br/> - - - <a href='services_networkmanager.html'> - networkmanager</a><br/> - - - <a href='services_nis.html'> - nis</a><br/> - - - <a href='services_nscd.html'> - nscd</a><br/> - - - <a href='services_ntp.html'> - ntp</a><br/> - - - <a href='services_openct.html'> - openct</a><br/> - - - <a href='services_pegasus.html'> - pegasus</a><br/> - - - <a href='services_portmap.html'> - portmap</a><br/> - - - <a href='services_postfix.html'> - postfix</a><br/> - - - <a href='services_postgresql.html'> - postgresql</a><br/> - - - <a href='services_ppp.html'> - ppp</a><br/> - - - <a href='services_privoxy.html'> - privoxy</a><br/> - - - <a href='services_procmail.html'> - procmail</a><br/> - - - <a href='services_publicfile.html'> - publicfile</a><br/> - - - <a href='services_radius.html'> - radius</a><br/> - - - <a href='services_radvd.html'> - radvd</a><br/> - - - <a href='services_rdisc.html'> - rdisc</a><br/> - - - <a href='services_remotelogin.html'> - remotelogin</a><br/> - - - <a href='services_rlogin.html'> - rlogin</a><br/> - - - <a href='services_roundup.html'> - roundup</a><br/> - - - <a href='services_rpc.html'> - rpc</a><br/> - - - <a href='services_rshd.html'> - rshd</a><br/> - - - <a href='services_rsync.html'> - rsync</a><br/> - - - <a href='services_samba.html'> - samba</a><br/> - - - <a href='services_sasl.html'> - sasl</a><br/> - - - <a href='services_sendmail.html'> - sendmail</a><br/> - - - <a href='services_slrnpull.html'> - slrnpull</a><br/> - - - <a href='services_smartmon.html'> - smartmon</a><br/> - - - <a href='services_snmp.html'> - snmp</a><br/> - - - <a href='services_spamassassin.html'> - spamassassin</a><br/> - - - <a href='services_squid.html'> - squid</a><br/> - - - <a href='services_ssh.html'> - ssh</a><br/> - - - <a href='services_stunnel.html'> - stunnel</a><br/> - - - <a href='services_sysstat.html'> - sysstat</a><br/> - - - <a href='services_tcpd.html'> - tcpd</a><br/> - - - <a href='services_telnet.html'> - telnet</a><br/> - - - <a href='services_tftp.html'> - tftp</a><br/> - - - <a href='services_timidity.html'> - timidity</a><br/> - - - <a href='services_ucspitcp.html'> - ucspitcp</a><br/> - - - <a href='services_uucp.html'> - uucp</a><br/> - - - <a href='services_xfs.html'> - xfs</a><br/> - - - <a href='services_xserver.html'> - xserver</a><br/> - - - <a href='services_zebra.html'> - zebra</a><br/> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: services</h1><p/> -<h2>Module: inn</h2><p/> - -<h3>Description:</h3> - -<p><p>Internet News NNTP server</p></p> - - - -<a name="interfaces"></a> -<h3>Interfaces: </h3> - -<a name="link_inn_dgram_send"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>inn_dgram_send</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send to a innd unix dgram socket. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_inn_exec"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>inn_exec</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Allow the specified domain to execute innd -in the caller domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_inn_exec_config"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>inn_exec_config</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Allow the specified domain to execute -inn configuration files in /etc. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_inn_manage_log"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>inn_manage_log</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Create, read, write, and delete the innd log. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_inn_manage_pid"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>inn_manage_pid</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Create, read, write, and delete the innd pid files. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_inn_read_config"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>inn_read_config</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read innd configuration files. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_inn_read_news_lib"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>inn_read_news_lib</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read innd news library files. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_inn_read_news_spool"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>inn_read_news_spool</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read innd news library files. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - - -</div> -</body> -</html> diff --git a/www/api-docs/services_irqbalance.html b/www/api-docs/services_irqbalance.html deleted file mode 100644 index a55294e..0000000 --- a/www/api-docs/services_irqbalance.html +++ /dev/null @@ -1,312 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - - <a href='services_apache.html'> - apache</a><br/> - - - <a href='services_apm.html'> - apm</a><br/> - - - <a href='services_arpwatch.html'> - arpwatch</a><br/> - - - <a href='services_automount.html'> - automount</a><br/> - - - <a href='services_avahi.html'> - avahi</a><br/> - - - <a href='services_bind.html'> - bind</a><br/> - - - <a href='services_bluetooth.html'> - bluetooth</a><br/> - - - <a href='services_canna.html'> - canna</a><br/> - - - <a href='services_comsat.html'> - comsat</a><br/> - - - <a href='services_cpucontrol.html'> - cpucontrol</a><br/> - - - <a href='services_cron.html'> - cron</a><br/> - - - <a href='services_cups.html'> - cups</a><br/> - - - <a href='services_cvs.html'> - cvs</a><br/> - - - <a href='services_cyrus.html'> - cyrus</a><br/> - - - <a href='services_dbskk.html'> - dbskk</a><br/> - - - <a href='services_dbus.html'> - dbus</a><br/> - - - <a href='services_dhcp.html'> - dhcp</a><br/> - - - <a href='services_dictd.html'> - dictd</a><br/> - - - <a href='services_distcc.html'> - distcc</a><br/> - - - <a href='services_djbdns.html'> - djbdns</a><br/> - - - <a href='services_dovecot.html'> - dovecot</a><br/> - - - <a href='services_fetchmail.html'> - fetchmail</a><br/> - - - <a href='services_finger.html'> - finger</a><br/> - - - <a href='services_ftp.html'> - ftp</a><br/> - - - <a href='services_gpm.html'> - gpm</a><br/> - - - <a href='services_hal.html'> - hal</a><br/> - - - <a href='services_howl.html'> - howl</a><br/> - - - <a href='services_i18n_input.html'> - i18n_input</a><br/> - - - <a href='services_inetd.html'> - inetd</a><br/> - - - <a href='services_inn.html'> - inn</a><br/> - - - <a href='services_irqbalance.html'> - irqbalance</a><br/> - - - <a href='services_kerberos.html'> - kerberos</a><br/> - - - <a href='services_ktalk.html'> - ktalk</a><br/> - - - <a href='services_ldap.html'> - ldap</a><br/> - - - <a href='services_lpd.html'> - lpd</a><br/> - - - <a href='services_mailman.html'> - mailman</a><br/> - - - <a href='services_mta.html'> - mta</a><br/> - - - <a href='services_mysql.html'> - mysql</a><br/> - - - <a href='services_networkmanager.html'> - networkmanager</a><br/> - - - <a href='services_nis.html'> - nis</a><br/> - - - <a href='services_nscd.html'> - nscd</a><br/> - - - <a href='services_ntp.html'> - ntp</a><br/> - - - <a href='services_openct.html'> - openct</a><br/> - - - <a href='services_pegasus.html'> - pegasus</a><br/> - - - <a href='services_portmap.html'> - portmap</a><br/> - - - <a href='services_postfix.html'> - postfix</a><br/> - - - <a href='services_postgresql.html'> - postgresql</a><br/> - - - <a href='services_ppp.html'> - ppp</a><br/> - - - <a href='services_privoxy.html'> - privoxy</a><br/> - - - <a href='services_procmail.html'> - procmail</a><br/> - - - <a href='services_publicfile.html'> - publicfile</a><br/> - - - <a href='services_radius.html'> - radius</a><br/> - - - <a href='services_radvd.html'> - radvd</a><br/> - - - <a href='services_rdisc.html'> - rdisc</a><br/> - - - <a href='services_remotelogin.html'> - remotelogin</a><br/> - - - <a href='services_rlogin.html'> - rlogin</a><br/> - - - <a href='services_roundup.html'> - roundup</a><br/> - - - <a href='services_rpc.html'> - rpc</a><br/> - - - <a href='services_rshd.html'> - rshd</a><br/> - - - <a href='services_rsync.html'> - rsync</a><br/> - - - <a href='services_samba.html'> - samba</a><br/> - - - <a href='services_sasl.html'> - sasl</a><br/> - - - <a href='services_sendmail.html'> - sendmail</a><br/> - - - <a href='services_slrnpull.html'> - slrnpull</a><br/> - - - <a href='services_smartmon.html'> - smartmon</a><br/> - - - <a href='services_snmp.html'> - snmp</a><br/> - - - <a href='services_spamassassin.html'> - spamassassin</a><br/> - - - <a href='services_squid.html'> - squid</a><br/> - - - <a href='services_ssh.html'> - ssh</a><br/> - - - <a href='services_stunnel.html'> - stunnel</a><br/> - - - <a href='services_sysstat.html'> - sysstat</a><br/> - - - <a href='services_tcpd.html'> - tcpd</a><br/> - - - <a href='services_telnet.html'> - telnet</a><br/> - - - <a href='services_tftp.html'> - tftp</a><br/> - - - <a href='services_timidity.html'> - timidity</a><br/> - - - <a href='services_ucspitcp.html'> - ucspitcp</a><br/> - - - <a href='services_uucp.html'> - uucp</a><br/> - - - <a href='services_xfs.html'> - xfs</a><br/> - - - <a href='services_xserver.html'> - xserver</a><br/> - - - <a href='services_zebra.html'> - zebra</a><br/> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: services</h1><p/> -<h2>Module: irqbalance</h2><p/> - -<h3>Description:</h3> - -<p><p>IRQ balancing daemon</p></p> - - - - - -<h3>No interfaces or templates.</h3> - - -</div> -</body> -</html> diff --git a/www/api-docs/services_kerberos.html b/www/api-docs/services_kerberos.html deleted file mode 100644 index 44d40be..0000000 --- a/www/api-docs/services_kerberos.html +++ /dev/null @@ -1,547 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - - <a href='services_apache.html'> - apache</a><br/> - - - <a href='services_apm.html'> - apm</a><br/> - - - <a href='services_arpwatch.html'> - arpwatch</a><br/> - - - <a href='services_automount.html'> - automount</a><br/> - - - <a href='services_avahi.html'> - avahi</a><br/> - - - <a href='services_bind.html'> - bind</a><br/> - - - <a href='services_bluetooth.html'> - bluetooth</a><br/> - - - <a href='services_canna.html'> - canna</a><br/> - - - <a href='services_comsat.html'> - comsat</a><br/> - - - <a href='services_cpucontrol.html'> - cpucontrol</a><br/> - - - <a href='services_cron.html'> - cron</a><br/> - - - <a href='services_cups.html'> - cups</a><br/> - - - <a href='services_cvs.html'> - cvs</a><br/> - - - <a href='services_cyrus.html'> - cyrus</a><br/> - - - <a href='services_dbskk.html'> - dbskk</a><br/> - - - <a href='services_dbus.html'> - dbus</a><br/> - - - <a href='services_dhcp.html'> - dhcp</a><br/> - - - <a href='services_dictd.html'> - dictd</a><br/> - - - <a href='services_distcc.html'> - distcc</a><br/> - - - <a href='services_djbdns.html'> - djbdns</a><br/> - - - <a href='services_dovecot.html'> - dovecot</a><br/> - - - <a href='services_fetchmail.html'> - fetchmail</a><br/> - - - <a href='services_finger.html'> - finger</a><br/> - - - <a href='services_ftp.html'> - ftp</a><br/> - - - <a href='services_gpm.html'> - gpm</a><br/> - - - <a href='services_hal.html'> - hal</a><br/> - - - <a href='services_howl.html'> - howl</a><br/> - - - <a href='services_i18n_input.html'> - i18n_input</a><br/> - - - <a href='services_inetd.html'> - inetd</a><br/> - - - <a href='services_inn.html'> - inn</a><br/> - - - <a href='services_irqbalance.html'> - irqbalance</a><br/> - - - <a href='services_kerberos.html'> - kerberos</a><br/> - - - <a href='services_ktalk.html'> - ktalk</a><br/> - - - <a href='services_ldap.html'> - ldap</a><br/> - - - <a href='services_lpd.html'> - lpd</a><br/> - - - <a href='services_mailman.html'> - mailman</a><br/> - - - <a href='services_mta.html'> - mta</a><br/> - - - <a href='services_mysql.html'> - mysql</a><br/> - - - <a href='services_networkmanager.html'> - networkmanager</a><br/> - - - <a href='services_nis.html'> - nis</a><br/> - - - <a href='services_nscd.html'> - nscd</a><br/> - - - <a href='services_ntp.html'> - ntp</a><br/> - - - <a href='services_openct.html'> - openct</a><br/> - - - <a href='services_pegasus.html'> - pegasus</a><br/> - - - <a href='services_portmap.html'> - portmap</a><br/> - - - <a href='services_postfix.html'> - postfix</a><br/> - - - <a href='services_postgresql.html'> - postgresql</a><br/> - - - <a href='services_ppp.html'> - ppp</a><br/> - - - <a href='services_privoxy.html'> - privoxy</a><br/> - - - <a href='services_procmail.html'> - procmail</a><br/> - - - <a href='services_publicfile.html'> - publicfile</a><br/> - - - <a href='services_radius.html'> - radius</a><br/> - - - <a href='services_radvd.html'> - radvd</a><br/> - - - <a href='services_rdisc.html'> - rdisc</a><br/> - - - <a href='services_remotelogin.html'> - remotelogin</a><br/> - - - <a href='services_rlogin.html'> - rlogin</a><br/> - - - <a href='services_roundup.html'> - roundup</a><br/> - - - <a href='services_rpc.html'> - rpc</a><br/> - - - <a href='services_rshd.html'> - rshd</a><br/> - - - <a href='services_rsync.html'> - rsync</a><br/> - - - <a href='services_samba.html'> - samba</a><br/> - - - <a href='services_sasl.html'> - sasl</a><br/> - - - <a href='services_sendmail.html'> - sendmail</a><br/> - - - <a href='services_slrnpull.html'> - slrnpull</a><br/> - - - <a href='services_smartmon.html'> - smartmon</a><br/> - - - <a href='services_snmp.html'> - snmp</a><br/> - - - <a href='services_spamassassin.html'> - spamassassin</a><br/> - - - <a href='services_squid.html'> - squid</a><br/> - - - <a href='services_ssh.html'> - ssh</a><br/> - - - <a href='services_stunnel.html'> - stunnel</a><br/> - - - <a href='services_sysstat.html'> - sysstat</a><br/> - - - <a href='services_tcpd.html'> - tcpd</a><br/> - - - <a href='services_telnet.html'> - telnet</a><br/> - - - <a href='services_tftp.html'> - tftp</a><br/> - - - <a href='services_timidity.html'> - timidity</a><br/> - - - <a href='services_ucspitcp.html'> - ucspitcp</a><br/> - - - <a href='services_uucp.html'> - uucp</a><br/> - - - <a href='services_xfs.html'> - xfs</a><br/> - - - <a href='services_xserver.html'> - xserver</a><br/> - - - <a href='services_zebra.html'> - zebra</a><br/> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: services</h1><p/> -<h2>Module: kerberos</h2><p/> - -<h3>Description:</h3> - -<p><p> -</p><p> -This policy supports: -</p><p> -</p><p> -Servers: -<ul><p> -</p><li><p>kadmind</p></li><p> -</p><li><p>krb5kdc</p></li><p> -</p></ul> -</p><p> -</p><p> -Clients: -<ul><p> -</p><li><p>kinit</p></li><p> -</p><li><p>kdestroy</p></li><p> -</p><li><p>klist</p></li><p> -</p><li><p>ksu (incomplete)</p></li><p> -</p></ul> -</p><p> -</p></p> - - - -<a name="interfaces"></a> -<h3>Interfaces: </h3> - -<a name="link_kerberos_dontaudit_write_config"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>kerberos_dontaudit_write_config</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to write the kerberos -configuration file (/etc/krb5.conf). -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_kerberos_read_config"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>kerberos_read_config</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read the kerberos configuration file (/etc/krb5.conf). -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_kerberos_read_keytab"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>kerberos_read_keytab</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read the kerberos key table. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_kerberos_rw_config"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>kerberos_rw_config</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read and write the kerberos configuration file (/etc/krb5.conf). -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_kerberos_use"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>kerberos_use</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Use kerberos services -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - - -</div> -</body> -</html> diff --git a/www/api-docs/services_ktalk.html b/www/api-docs/services_ktalk.html deleted file mode 100644 index 7d2f9b0..0000000 --- a/www/api-docs/services_ktalk.html +++ /dev/null @@ -1,312 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - - <a href='services_apache.html'> - apache</a><br/> - - - <a href='services_apm.html'> - apm</a><br/> - - - <a href='services_arpwatch.html'> - arpwatch</a><br/> - - - <a href='services_automount.html'> - automount</a><br/> - - - <a href='services_avahi.html'> - avahi</a><br/> - - - <a href='services_bind.html'> - bind</a><br/> - - - <a href='services_bluetooth.html'> - bluetooth</a><br/> - - - <a href='services_canna.html'> - canna</a><br/> - - - <a href='services_comsat.html'> - comsat</a><br/> - - - <a href='services_cpucontrol.html'> - cpucontrol</a><br/> - - - <a href='services_cron.html'> - cron</a><br/> - - - <a href='services_cups.html'> - cups</a><br/> - - - <a href='services_cvs.html'> - cvs</a><br/> - - - <a href='services_cyrus.html'> - cyrus</a><br/> - - - <a href='services_dbskk.html'> - dbskk</a><br/> - - - <a href='services_dbus.html'> - dbus</a><br/> - - - <a href='services_dhcp.html'> - dhcp</a><br/> - - - <a href='services_dictd.html'> - dictd</a><br/> - - - <a href='services_distcc.html'> - distcc</a><br/> - - - <a href='services_djbdns.html'> - djbdns</a><br/> - - - <a href='services_dovecot.html'> - dovecot</a><br/> - - - <a href='services_fetchmail.html'> - fetchmail</a><br/> - - - <a href='services_finger.html'> - finger</a><br/> - - - <a href='services_ftp.html'> - ftp</a><br/> - - - <a href='services_gpm.html'> - gpm</a><br/> - - - <a href='services_hal.html'> - hal</a><br/> - - - <a href='services_howl.html'> - howl</a><br/> - - - <a href='services_i18n_input.html'> - i18n_input</a><br/> - - - <a href='services_inetd.html'> - inetd</a><br/> - - - <a href='services_inn.html'> - inn</a><br/> - - - <a href='services_irqbalance.html'> - irqbalance</a><br/> - - - <a href='services_kerberos.html'> - kerberos</a><br/> - - - <a href='services_ktalk.html'> - ktalk</a><br/> - - - <a href='services_ldap.html'> - ldap</a><br/> - - - <a href='services_lpd.html'> - lpd</a><br/> - - - <a href='services_mailman.html'> - mailman</a><br/> - - - <a href='services_mta.html'> - mta</a><br/> - - - <a href='services_mysql.html'> - mysql</a><br/> - - - <a href='services_networkmanager.html'> - networkmanager</a><br/> - - - <a href='services_nis.html'> - nis</a><br/> - - - <a href='services_nscd.html'> - nscd</a><br/> - - - <a href='services_ntp.html'> - ntp</a><br/> - - - <a href='services_openct.html'> - openct</a><br/> - - - <a href='services_pegasus.html'> - pegasus</a><br/> - - - <a href='services_portmap.html'> - portmap</a><br/> - - - <a href='services_postfix.html'> - postfix</a><br/> - - - <a href='services_postgresql.html'> - postgresql</a><br/> - - - <a href='services_ppp.html'> - ppp</a><br/> - - - <a href='services_privoxy.html'> - privoxy</a><br/> - - - <a href='services_procmail.html'> - procmail</a><br/> - - - <a href='services_publicfile.html'> - publicfile</a><br/> - - - <a href='services_radius.html'> - radius</a><br/> - - - <a href='services_radvd.html'> - radvd</a><br/> - - - <a href='services_rdisc.html'> - rdisc</a><br/> - - - <a href='services_remotelogin.html'> - remotelogin</a><br/> - - - <a href='services_rlogin.html'> - rlogin</a><br/> - - - <a href='services_roundup.html'> - roundup</a><br/> - - - <a href='services_rpc.html'> - rpc</a><br/> - - - <a href='services_rshd.html'> - rshd</a><br/> - - - <a href='services_rsync.html'> - rsync</a><br/> - - - <a href='services_samba.html'> - samba</a><br/> - - - <a href='services_sasl.html'> - sasl</a><br/> - - - <a href='services_sendmail.html'> - sendmail</a><br/> - - - <a href='services_slrnpull.html'> - slrnpull</a><br/> - - - <a href='services_smartmon.html'> - smartmon</a><br/> - - - <a href='services_snmp.html'> - snmp</a><br/> - - - <a href='services_spamassassin.html'> - spamassassin</a><br/> - - - <a href='services_squid.html'> - squid</a><br/> - - - <a href='services_ssh.html'> - ssh</a><br/> - - - <a href='services_stunnel.html'> - stunnel</a><br/> - - - <a href='services_sysstat.html'> - sysstat</a><br/> - - - <a href='services_tcpd.html'> - tcpd</a><br/> - - - <a href='services_telnet.html'> - telnet</a><br/> - - - <a href='services_tftp.html'> - tftp</a><br/> - - - <a href='services_timidity.html'> - timidity</a><br/> - - - <a href='services_ucspitcp.html'> - ucspitcp</a><br/> - - - <a href='services_uucp.html'> - uucp</a><br/> - - - <a href='services_xfs.html'> - xfs</a><br/> - - - <a href='services_xserver.html'> - xserver</a><br/> - - - <a href='services_zebra.html'> - zebra</a><br/> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: services</h1><p/> -<h2>Module: ktalk</h2><p/> - -<h3>Description:</h3> - -<p><p>KDE Talk daemon</p></p> - - - - - -<h3>No interfaces or templates.</h3> - - -</div> -</body> -</html> diff --git a/www/api-docs/services_ldap.html b/www/api-docs/services_ldap.html deleted file mode 100644 index 291537c..0000000 --- a/www/api-docs/services_ldap.html +++ /dev/null @@ -1,443 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - - <a href='services_apache.html'> - apache</a><br/> - - - <a href='services_apm.html'> - apm</a><br/> - - - <a href='services_arpwatch.html'> - arpwatch</a><br/> - - - <a href='services_automount.html'> - automount</a><br/> - - - <a href='services_avahi.html'> - avahi</a><br/> - - - <a href='services_bind.html'> - bind</a><br/> - - - <a href='services_bluetooth.html'> - bluetooth</a><br/> - - - <a href='services_canna.html'> - canna</a><br/> - - - <a href='services_comsat.html'> - comsat</a><br/> - - - <a href='services_cpucontrol.html'> - cpucontrol</a><br/> - - - <a href='services_cron.html'> - cron</a><br/> - - - <a href='services_cups.html'> - cups</a><br/> - - - <a href='services_cvs.html'> - cvs</a><br/> - - - <a href='services_cyrus.html'> - cyrus</a><br/> - - - <a href='services_dbskk.html'> - dbskk</a><br/> - - - <a href='services_dbus.html'> - dbus</a><br/> - - - <a href='services_dhcp.html'> - dhcp</a><br/> - - - <a href='services_dictd.html'> - dictd</a><br/> - - - <a href='services_distcc.html'> - distcc</a><br/> - - - <a href='services_djbdns.html'> - djbdns</a><br/> - - - <a href='services_dovecot.html'> - dovecot</a><br/> - - - <a href='services_fetchmail.html'> - fetchmail</a><br/> - - - <a href='services_finger.html'> - finger</a><br/> - - - <a href='services_ftp.html'> - ftp</a><br/> - - - <a href='services_gpm.html'> - gpm</a><br/> - - - <a href='services_hal.html'> - hal</a><br/> - - - <a href='services_howl.html'> - howl</a><br/> - - - <a href='services_i18n_input.html'> - i18n_input</a><br/> - - - <a href='services_inetd.html'> - inetd</a><br/> - - - <a href='services_inn.html'> - inn</a><br/> - - - <a href='services_irqbalance.html'> - irqbalance</a><br/> - - - <a href='services_kerberos.html'> - kerberos</a><br/> - - - <a href='services_ktalk.html'> - ktalk</a><br/> - - - <a href='services_ldap.html'> - ldap</a><br/> - - - <a href='services_lpd.html'> - lpd</a><br/> - - - <a href='services_mailman.html'> - mailman</a><br/> - - - <a href='services_mta.html'> - mta</a><br/> - - - <a href='services_mysql.html'> - mysql</a><br/> - - - <a href='services_networkmanager.html'> - networkmanager</a><br/> - - - <a href='services_nis.html'> - nis</a><br/> - - - <a href='services_nscd.html'> - nscd</a><br/> - - - <a href='services_ntp.html'> - ntp</a><br/> - - - <a href='services_openct.html'> - openct</a><br/> - - - <a href='services_pegasus.html'> - pegasus</a><br/> - - - <a href='services_portmap.html'> - portmap</a><br/> - - - <a href='services_postfix.html'> - postfix</a><br/> - - - <a href='services_postgresql.html'> - postgresql</a><br/> - - - <a href='services_ppp.html'> - ppp</a><br/> - - - <a href='services_privoxy.html'> - privoxy</a><br/> - - - <a href='services_procmail.html'> - procmail</a><br/> - - - <a href='services_publicfile.html'> - publicfile</a><br/> - - - <a href='services_radius.html'> - radius</a><br/> - - - <a href='services_radvd.html'> - radvd</a><br/> - - - <a href='services_rdisc.html'> - rdisc</a><br/> - - - <a href='services_remotelogin.html'> - remotelogin</a><br/> - - - <a href='services_rlogin.html'> - rlogin</a><br/> - - - <a href='services_roundup.html'> - roundup</a><br/> - - - <a href='services_rpc.html'> - rpc</a><br/> - - - <a href='services_rshd.html'> - rshd</a><br/> - - - <a href='services_rsync.html'> - rsync</a><br/> - - - <a href='services_samba.html'> - samba</a><br/> - - - <a href='services_sasl.html'> - sasl</a><br/> - - - <a href='services_sendmail.html'> - sendmail</a><br/> - - - <a href='services_slrnpull.html'> - slrnpull</a><br/> - - - <a href='services_smartmon.html'> - smartmon</a><br/> - - - <a href='services_snmp.html'> - snmp</a><br/> - - - <a href='services_spamassassin.html'> - spamassassin</a><br/> - - - <a href='services_squid.html'> - squid</a><br/> - - - <a href='services_ssh.html'> - ssh</a><br/> - - - <a href='services_stunnel.html'> - stunnel</a><br/> - - - <a href='services_sysstat.html'> - sysstat</a><br/> - - - <a href='services_tcpd.html'> - tcpd</a><br/> - - - <a href='services_telnet.html'> - telnet</a><br/> - - - <a href='services_tftp.html'> - tftp</a><br/> - - - <a href='services_timidity.html'> - timidity</a><br/> - - - <a href='services_ucspitcp.html'> - ucspitcp</a><br/> - - - <a href='services_uucp.html'> - uucp</a><br/> - - - <a href='services_xfs.html'> - xfs</a><br/> - - - <a href='services_xserver.html'> - xserver</a><br/> - - - <a href='services_zebra.html'> - zebra</a><br/> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: services</h1><p/> -<h2>Module: ldap</h2><p/> - -<h3>Description:</h3> - -<p><p>OpenLDAP directory server</p></p> - - - -<a name="interfaces"></a> -<h3>Interfaces: </h3> - -<a name="link_ldap_list_db"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>ldap_list_db</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read the contents of the OpenLDAP -database directories. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_ldap_read_config"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>ldap_read_config</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read the OpenLDAP configuration files. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_ldap_use"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>ldap_use</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Use LDAP over TCP connection. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - - -</div> -</body> -</html> diff --git a/www/api-docs/services_lpd.html b/www/api-docs/services_lpd.html deleted file mode 100644 index 8863ba0..0000000 --- a/www/api-docs/services_lpd.html +++ /dev/null @@ -1,715 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - - <a href='services_apache.html'> - apache</a><br/> - - - <a href='services_apm.html'> - apm</a><br/> - - - <a href='services_arpwatch.html'> - arpwatch</a><br/> - - - <a href='services_automount.html'> - automount</a><br/> - - - <a href='services_avahi.html'> - avahi</a><br/> - - - <a href='services_bind.html'> - bind</a><br/> - - - <a href='services_bluetooth.html'> - bluetooth</a><br/> - - - <a href='services_canna.html'> - canna</a><br/> - - - <a href='services_comsat.html'> - comsat</a><br/> - - - <a href='services_cpucontrol.html'> - cpucontrol</a><br/> - - - <a href='services_cron.html'> - cron</a><br/> - - - <a href='services_cups.html'> - cups</a><br/> - - - <a href='services_cvs.html'> - cvs</a><br/> - - - <a href='services_cyrus.html'> - cyrus</a><br/> - - - <a href='services_dbskk.html'> - dbskk</a><br/> - - - <a href='services_dbus.html'> - dbus</a><br/> - - - <a href='services_dhcp.html'> - dhcp</a><br/> - - - <a href='services_dictd.html'> - dictd</a><br/> - - - <a href='services_distcc.html'> - distcc</a><br/> - - - <a href='services_djbdns.html'> - djbdns</a><br/> - - - <a href='services_dovecot.html'> - dovecot</a><br/> - - - <a href='services_fetchmail.html'> - fetchmail</a><br/> - - - <a href='services_finger.html'> - finger</a><br/> - - - <a href='services_ftp.html'> - ftp</a><br/> - - - <a href='services_gpm.html'> - gpm</a><br/> - - - <a href='services_hal.html'> - hal</a><br/> - - - <a href='services_howl.html'> - howl</a><br/> - - - <a href='services_i18n_input.html'> - i18n_input</a><br/> - - - <a href='services_inetd.html'> - inetd</a><br/> - - - <a href='services_inn.html'> - inn</a><br/> - - - <a href='services_irqbalance.html'> - irqbalance</a><br/> - - - <a href='services_kerberos.html'> - kerberos</a><br/> - - - <a href='services_ktalk.html'> - ktalk</a><br/> - - - <a href='services_ldap.html'> - ldap</a><br/> - - - <a href='services_lpd.html'> - lpd</a><br/> - - - <a href='services_mailman.html'> - mailman</a><br/> - - - <a href='services_mta.html'> - mta</a><br/> - - - <a href='services_mysql.html'> - mysql</a><br/> - - - <a href='services_networkmanager.html'> - networkmanager</a><br/> - - - <a href='services_nis.html'> - nis</a><br/> - - - <a href='services_nscd.html'> - nscd</a><br/> - - - <a href='services_ntp.html'> - ntp</a><br/> - - - <a href='services_openct.html'> - openct</a><br/> - - - <a href='services_pegasus.html'> - pegasus</a><br/> - - - <a href='services_portmap.html'> - portmap</a><br/> - - - <a href='services_postfix.html'> - postfix</a><br/> - - - <a href='services_postgresql.html'> - postgresql</a><br/> - - - <a href='services_ppp.html'> - ppp</a><br/> - - - <a href='services_privoxy.html'> - privoxy</a><br/> - - - <a href='services_procmail.html'> - procmail</a><br/> - - - <a href='services_publicfile.html'> - publicfile</a><br/> - - - <a href='services_radius.html'> - radius</a><br/> - - - <a href='services_radvd.html'> - radvd</a><br/> - - - <a href='services_rdisc.html'> - rdisc</a><br/> - - - <a href='services_remotelogin.html'> - remotelogin</a><br/> - - - <a href='services_rlogin.html'> - rlogin</a><br/> - - - <a href='services_roundup.html'> - roundup</a><br/> - - - <a href='services_rpc.html'> - rpc</a><br/> - - - <a href='services_rshd.html'> - rshd</a><br/> - - - <a href='services_rsync.html'> - rsync</a><br/> - - - <a href='services_samba.html'> - samba</a><br/> - - - <a href='services_sasl.html'> - sasl</a><br/> - - - <a href='services_sendmail.html'> - sendmail</a><br/> - - - <a href='services_slrnpull.html'> - slrnpull</a><br/> - - - <a href='services_smartmon.html'> - smartmon</a><br/> - - - <a href='services_snmp.html'> - snmp</a><br/> - - - <a href='services_spamassassin.html'> - spamassassin</a><br/> - - - <a href='services_squid.html'> - squid</a><br/> - - - <a href='services_ssh.html'> - ssh</a><br/> - - - <a href='services_stunnel.html'> - stunnel</a><br/> - - - <a href='services_sysstat.html'> - sysstat</a><br/> - - - <a href='services_tcpd.html'> - tcpd</a><br/> - - - <a href='services_telnet.html'> - telnet</a><br/> - - - <a href='services_tftp.html'> - tftp</a><br/> - - - <a href='services_timidity.html'> - timidity</a><br/> - - - <a href='services_ucspitcp.html'> - ucspitcp</a><br/> - - - <a href='services_uucp.html'> - uucp</a><br/> - - - <a href='services_xfs.html'> - xfs</a><br/> - - - <a href='services_xserver.html'> - xserver</a><br/> - - - <a href='services_zebra.html'> - zebra</a><br/> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: services</h1><p/> -<h2>Module: lpd</h2><p/> - -<a href=#interfaces>Interfaces</a> -<a href=#templates>Templates</a> - -<h3>Description:</h3> - -<p><p>Line printer daemon</p></p> - - - -<a name="interfaces"></a> -<h3>Interfaces: </h3> - -<a name="link_lpd_domtrans_checkpc"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>lpd_domtrans_checkpc</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute lpd in the lpd domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_lpd_list_spool"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>lpd_list_spool</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -List the contents of the printer spool directories. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_lpd_manage_spool"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>lpd_manage_spool</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Create, read, write, and delete printer spool files. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_lpd_read_config"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>lpd_read_config</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -List the contents of the printer spool directories. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_lpd_run_checkpc"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>lpd_run_checkpc</b>( - - - - - domain - - - - , - - - - role - - - - , - - - - terminal - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute amrecover in the lpd domain, and -allow the specified role the lpd domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -<tr><td> -role -</td><td> -<p> -The role to be allowed the lpd domain. -</p> -</td><td> -No -</td></tr> - -<tr><td> -terminal -</td><td> -<p> -The type of the terminal allow the lpd domain to use. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - -<a name="templates"></a> -<h3>Templates: </h3> - -<a name="link_lpd_per_userdomain_template"></a> -<div id="template"> - - -<div id="codeblock"> - -<b>lpd_per_userdomain_template</b>( - - - - - userdomain_prefix - - - - , - - - - user_domain - - - - , - - - - user_role - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -The per user domain template for the lpd module. -</p> - - -<h5>Description</h5> -<p> -</p><p> -This template creates a derived domains which are used -for lpr printing client. -</p><p> -</p><p> -This template is invoked automatically for each user, and -generally does not need to be invoked directly -by policy writers. -</p><p> -</p> - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -userdomain_prefix -</td><td> -<p> -The prefix of the user domain (e.g., user -is the prefix for user_t). -</p> -</td><td> -No -</td></tr> - -<tr><td> -user_domain -</td><td> -<p> -The type of the user domain. -</p> -</td><td> -No -</td></tr> - -<tr><td> -user_role -</td><td> -<p> -The role associated with the user domain. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_lpr_admin_template"></a> -<div id="template"> - - -<div id="codeblock"> - -<b>lpr_admin_template</b>( - - - - - userdomain_prefix - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -The administrative functions template for the lpd module. -</p> - - -<h5>Description</h5> -<p> -</p><p> -This template creates rules for administrating the ldp service, -allowing the specified user to manage lpr files. -</p><p> -</p> - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -userdomain_prefix -</td><td> -<p> -The prefix of the user domain (e.g., user -is the prefix for user_t). -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - -</div> -</body> -</html> diff --git a/www/api-docs/services_mailman.html b/www/api-docs/services_mailman.html deleted file mode 100644 index c7f16cb..0000000 --- a/www/api-docs/services_mailman.html +++ /dev/null @@ -1,755 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - - <a href='services_apache.html'> - apache</a><br/> - - - <a href='services_apm.html'> - apm</a><br/> - - - <a href='services_arpwatch.html'> - arpwatch</a><br/> - - - <a href='services_automount.html'> - automount</a><br/> - - - <a href='services_avahi.html'> - avahi</a><br/> - - - <a href='services_bind.html'> - bind</a><br/> - - - <a href='services_bluetooth.html'> - bluetooth</a><br/> - - - <a href='services_canna.html'> - canna</a><br/> - - - <a href='services_comsat.html'> - comsat</a><br/> - - - <a href='services_cpucontrol.html'> - cpucontrol</a><br/> - - - <a href='services_cron.html'> - cron</a><br/> - - - <a href='services_cups.html'> - cups</a><br/> - - - <a href='services_cvs.html'> - cvs</a><br/> - - - <a href='services_cyrus.html'> - cyrus</a><br/> - - - <a href='services_dbskk.html'> - dbskk</a><br/> - - - <a href='services_dbus.html'> - dbus</a><br/> - - - <a href='services_dhcp.html'> - dhcp</a><br/> - - - <a href='services_dictd.html'> - dictd</a><br/> - - - <a href='services_distcc.html'> - distcc</a><br/> - - - <a href='services_djbdns.html'> - djbdns</a><br/> - - - <a href='services_dovecot.html'> - dovecot</a><br/> - - - <a href='services_fetchmail.html'> - fetchmail</a><br/> - - - <a href='services_finger.html'> - finger</a><br/> - - - <a href='services_ftp.html'> - ftp</a><br/> - - - <a href='services_gpm.html'> - gpm</a><br/> - - - <a href='services_hal.html'> - hal</a><br/> - - - <a href='services_howl.html'> - howl</a><br/> - - - <a href='services_i18n_input.html'> - i18n_input</a><br/> - - - <a href='services_inetd.html'> - inetd</a><br/> - - - <a href='services_inn.html'> - inn</a><br/> - - - <a href='services_irqbalance.html'> - irqbalance</a><br/> - - - <a href='services_kerberos.html'> - kerberos</a><br/> - - - <a href='services_ktalk.html'> - ktalk</a><br/> - - - <a href='services_ldap.html'> - ldap</a><br/> - - - <a href='services_lpd.html'> - lpd</a><br/> - - - <a href='services_mailman.html'> - mailman</a><br/> - - - <a href='services_mta.html'> - mta</a><br/> - - - <a href='services_mysql.html'> - mysql</a><br/> - - - <a href='services_networkmanager.html'> - networkmanager</a><br/> - - - <a href='services_nis.html'> - nis</a><br/> - - - <a href='services_nscd.html'> - nscd</a><br/> - - - <a href='services_ntp.html'> - ntp</a><br/> - - - <a href='services_openct.html'> - openct</a><br/> - - - <a href='services_pegasus.html'> - pegasus</a><br/> - - - <a href='services_portmap.html'> - portmap</a><br/> - - - <a href='services_postfix.html'> - postfix</a><br/> - - - <a href='services_postgresql.html'> - postgresql</a><br/> - - - <a href='services_ppp.html'> - ppp</a><br/> - - - <a href='services_privoxy.html'> - privoxy</a><br/> - - - <a href='services_procmail.html'> - procmail</a><br/> - - - <a href='services_publicfile.html'> - publicfile</a><br/> - - - <a href='services_radius.html'> - radius</a><br/> - - - <a href='services_radvd.html'> - radvd</a><br/> - - - <a href='services_rdisc.html'> - rdisc</a><br/> - - - <a href='services_remotelogin.html'> - remotelogin</a><br/> - - - <a href='services_rlogin.html'> - rlogin</a><br/> - - - <a href='services_roundup.html'> - roundup</a><br/> - - - <a href='services_rpc.html'> - rpc</a><br/> - - - <a href='services_rshd.html'> - rshd</a><br/> - - - <a href='services_rsync.html'> - rsync</a><br/> - - - <a href='services_samba.html'> - samba</a><br/> - - - <a href='services_sasl.html'> - sasl</a><br/> - - - <a href='services_sendmail.html'> - sendmail</a><br/> - - - <a href='services_slrnpull.html'> - slrnpull</a><br/> - - - <a href='services_smartmon.html'> - smartmon</a><br/> - - - <a href='services_snmp.html'> - snmp</a><br/> - - - <a href='services_spamassassin.html'> - spamassassin</a><br/> - - - <a href='services_squid.html'> - squid</a><br/> - - - <a href='services_ssh.html'> - ssh</a><br/> - - - <a href='services_stunnel.html'> - stunnel</a><br/> - - - <a href='services_sysstat.html'> - sysstat</a><br/> - - - <a href='services_tcpd.html'> - tcpd</a><br/> - - - <a href='services_telnet.html'> - telnet</a><br/> - - - <a href='services_tftp.html'> - tftp</a><br/> - - - <a href='services_timidity.html'> - timidity</a><br/> - - - <a href='services_ucspitcp.html'> - ucspitcp</a><br/> - - - <a href='services_uucp.html'> - uucp</a><br/> - - - <a href='services_xfs.html'> - xfs</a><br/> - - - <a href='services_xserver.html'> - xserver</a><br/> - - - <a href='services_zebra.html'> - zebra</a><br/> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: services</h1><p/> -<h2>Module: mailman</h2><p/> - -<a href=#interfaces>Interfaces</a> -<a href=#templates>Templates</a> - -<h3>Description:</h3> - -<p><p>Mailman is for managing electronic mail discussion and e-newsletter lists</p></p> - - - -<a name="interfaces"></a> -<h3>Interfaces: </h3> - -<a name="link_mailman_domtrans"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>mailman_domtrans</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute mailman in the mailman domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_mailman_domtrans_cgi"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>mailman_domtrans_cgi</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute mailman CGI scripts in the -mailman CGI domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_mailman_exec"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>mailman_exec</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute mailman in the caller domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowd access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_mailman_list_data"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>mailman_list_data</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -List the contents of mailman data directories. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_mailman_manage_log"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>mailman_manage_log</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Create, read, write, and delete -mailman logs. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_mailman_read_archive"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>mailman_read_archive</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Allow domain to read mailman archive files. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_mailman_read_data_symlinks"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>mailman_read_data_symlinks</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Allow read acces to mailman data symbolic links. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_mailman_search_data"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>mailman_search_data</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Allow domain to search data directories. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_mailman_signal_cgi"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>mailman_signal_cgi</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send generic signals to the mailman cgi domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - -<a name="templates"></a> -<h3>Templates: </h3> - -<a name="link_mailman_domain_template"></a> -<div id="template"> - - -<div id="codeblock"> - -<b>mailman_domain_template</b>( - - - - - userdomain_prefix - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -The template to define a mailmain domain. -</p> - - -<h5>Description</h5> -<p> -</p><p> -This template creates a domain to be used for -a new mailman daemon. -</p><p> -</p> - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -userdomain_prefix -</td><td> -<p> -The type of daemon to be used eg, cgi would give mailman_cgi_ -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - -</div> -</body> -</html> diff --git a/www/api-docs/services_mta.html b/www/api-docs/services_mta.html deleted file mode 100644 index d4101aa..0000000 --- a/www/api-docs/services_mta.html +++ /dev/null @@ -1,1709 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - - <a href='services_apache.html'> - apache</a><br/> - - - <a href='services_apm.html'> - apm</a><br/> - - - <a href='services_arpwatch.html'> - arpwatch</a><br/> - - - <a href='services_automount.html'> - automount</a><br/> - - - <a href='services_avahi.html'> - avahi</a><br/> - - - <a href='services_bind.html'> - bind</a><br/> - - - <a href='services_bluetooth.html'> - bluetooth</a><br/> - - - <a href='services_canna.html'> - canna</a><br/> - - - <a href='services_comsat.html'> - comsat</a><br/> - - - <a href='services_cpucontrol.html'> - cpucontrol</a><br/> - - - <a href='services_cron.html'> - cron</a><br/> - - - <a href='services_cups.html'> - cups</a><br/> - - - <a href='services_cvs.html'> - cvs</a><br/> - - - <a href='services_cyrus.html'> - cyrus</a><br/> - - - <a href='services_dbskk.html'> - dbskk</a><br/> - - - <a href='services_dbus.html'> - dbus</a><br/> - - - <a href='services_dhcp.html'> - dhcp</a><br/> - - - <a href='services_dictd.html'> - dictd</a><br/> - - - <a href='services_distcc.html'> - distcc</a><br/> - - - <a href='services_djbdns.html'> - djbdns</a><br/> - - - <a href='services_dovecot.html'> - dovecot</a><br/> - - - <a href='services_fetchmail.html'> - fetchmail</a><br/> - - - <a href='services_finger.html'> - finger</a><br/> - - - <a href='services_ftp.html'> - ftp</a><br/> - - - <a href='services_gpm.html'> - gpm</a><br/> - - - <a href='services_hal.html'> - hal</a><br/> - - - <a href='services_howl.html'> - howl</a><br/> - - - <a href='services_i18n_input.html'> - i18n_input</a><br/> - - - <a href='services_inetd.html'> - inetd</a><br/> - - - <a href='services_inn.html'> - inn</a><br/> - - - <a href='services_irqbalance.html'> - irqbalance</a><br/> - - - <a href='services_kerberos.html'> - kerberos</a><br/> - - - <a href='services_ktalk.html'> - ktalk</a><br/> - - - <a href='services_ldap.html'> - ldap</a><br/> - - - <a href='services_lpd.html'> - lpd</a><br/> - - - <a href='services_mailman.html'> - mailman</a><br/> - - - <a href='services_mta.html'> - mta</a><br/> - - - <a href='services_mysql.html'> - mysql</a><br/> - - - <a href='services_networkmanager.html'> - networkmanager</a><br/> - - - <a href='services_nis.html'> - nis</a><br/> - - - <a href='services_nscd.html'> - nscd</a><br/> - - - <a href='services_ntp.html'> - ntp</a><br/> - - - <a href='services_openct.html'> - openct</a><br/> - - - <a href='services_pegasus.html'> - pegasus</a><br/> - - - <a href='services_portmap.html'> - portmap</a><br/> - - - <a href='services_postfix.html'> - postfix</a><br/> - - - <a href='services_postgresql.html'> - postgresql</a><br/> - - - <a href='services_ppp.html'> - ppp</a><br/> - - - <a href='services_privoxy.html'> - privoxy</a><br/> - - - <a href='services_procmail.html'> - procmail</a><br/> - - - <a href='services_publicfile.html'> - publicfile</a><br/> - - - <a href='services_radius.html'> - radius</a><br/> - - - <a href='services_radvd.html'> - radvd</a><br/> - - - <a href='services_rdisc.html'> - rdisc</a><br/> - - - <a href='services_remotelogin.html'> - remotelogin</a><br/> - - - <a href='services_rlogin.html'> - rlogin</a><br/> - - - <a href='services_roundup.html'> - roundup</a><br/> - - - <a href='services_rpc.html'> - rpc</a><br/> - - - <a href='services_rshd.html'> - rshd</a><br/> - - - <a href='services_rsync.html'> - rsync</a><br/> - - - <a href='services_samba.html'> - samba</a><br/> - - - <a href='services_sasl.html'> - sasl</a><br/> - - - <a href='services_sendmail.html'> - sendmail</a><br/> - - - <a href='services_slrnpull.html'> - slrnpull</a><br/> - - - <a href='services_smartmon.html'> - smartmon</a><br/> - - - <a href='services_snmp.html'> - snmp</a><br/> - - - <a href='services_spamassassin.html'> - spamassassin</a><br/> - - - <a href='services_squid.html'> - squid</a><br/> - - - <a href='services_ssh.html'> - ssh</a><br/> - - - <a href='services_stunnel.html'> - stunnel</a><br/> - - - <a href='services_sysstat.html'> - sysstat</a><br/> - - - <a href='services_tcpd.html'> - tcpd</a><br/> - - - <a href='services_telnet.html'> - telnet</a><br/> - - - <a href='services_tftp.html'> - tftp</a><br/> - - - <a href='services_timidity.html'> - timidity</a><br/> - - - <a href='services_ucspitcp.html'> - ucspitcp</a><br/> - - - <a href='services_uucp.html'> - uucp</a><br/> - - - <a href='services_xfs.html'> - xfs</a><br/> - - - <a href='services_xserver.html'> - xserver</a><br/> - - - <a href='services_zebra.html'> - zebra</a><br/> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: services</h1><p/> -<h2>Module: mta</h2><p/> - -<a href=#interfaces>Interfaces</a> -<a href=#templates>Templates</a> - -<h3>Description:</h3> - -<p><p>Policy common to all email tranfer agents.</p></p> - - - -<a name="interfaces"></a> -<h3>Interfaces: </h3> - -<a name="link_mta_append_spool"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>mta_append_spool</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Create, read, and write the mail spool. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_mta_delete_spool"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>mta_delete_spool</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Delete from the mail spool. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_mta_dontaudit_getattr_spool_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>mta_dontaudit_getattr_spool_files</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_mta_dontaudit_read_spool_symlinks"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>mta_dontaudit_read_spool_symlinks</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to read a symlink -in the mail spool. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_mta_dontaudit_rw_delivery_tcp_sockets"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>mta_dontaudit_rw_delivery_tcp_sockets</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to read and write TCP -sockets of mail delivery domains. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Mail server domain. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_mta_dontaudit_rw_queue"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>mta_dontaudit_rw_queue</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to read and -write the mail queue. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_mta_etc_filetrans_aliases"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>mta_etc_filetrans_aliases</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Type transition files created in /etc -to the mail address aliases type. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_mta_exec"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>mta_exec</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_mta_getattr_spool"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>mta_getattr_spool</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_mta_mailserver"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>mta_mailserver</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_mta_mailserver_delivery"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>mta_mailserver_delivery</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Make a type a mailserver type used -for delivering mail to local users. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Mail server domain type used for delivering mail. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_mta_mailserver_sender"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>mta_mailserver_sender</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Make a type a mailserver type used -for sending mail. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Mail server domain type used for sending mail. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_mta_mailserver_user_agent"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>mta_mailserver_user_agent</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Make a type a mailserver type used -for sending mail on behalf of local -users to the local mail spool. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Mail server domain type used for sending local mail. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_mta_manage_queue"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>mta_manage_queue</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_mta_manage_spool"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>mta_manage_spool</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_mta_read_aliases"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>mta_read_aliases</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read mail address aliases. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_mta_read_config"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>mta_read_config</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read mail server configuration. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_mta_read_sendmail_bin"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>mta_read_sendmail_bin</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read sendmail binary. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_mta_rw_aliases"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>mta_rw_aliases</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_mta_rw_spool"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>mta_rw_spool</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_mta_rw_user_mail_stream_sockets"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>mta_rw_user_mail_stream_sockets</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read and write unix domain stream sockets -of user mail domains. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_mta_send_mail"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>mta_send_mail</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_mta_sendmail_mailserver"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>mta_sendmail_mailserver</b>( - - - - - domain - - - - , - - - - entry_point - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Modified mailserver interface for -sendmail daemon use. -</p> - - -<h5>Description</h5> -<p> -</p><p> -A modified MTA mail server interface for -the sendmail program. It's design does -not fit well with policy, and using the -regular interface causes a type_transition -conflict if direct running of init scripts -is enabled. -</p><p> -</p><p> -This interface should most likely only be used -by the sendmail policy. -</p><p> -</p> - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type to be used for the mail server. -</p> -</td><td> -No -</td></tr> - -<tr><td> -entry_point -</td><td> -<p> -The type to be used for the domain entry point program. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_mta_spool_filetrans"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>mta_spool_filetrans</b>( - - - - - domain - - - - , - - - - private type - - - - , - - - - object - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Create private objects in the -mail spool directory. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -<tr><td> -private type -</td><td> -<p> -The type of the object to be created. -</p> -</td><td> -No -</td></tr> - -<tr><td> -object -</td><td> -<p> -The object class of the object being created. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_mta_stub"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>mta_stub</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -MTA stub interface. No access allowed. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -N/A -</p> -</td><td> -Yes -</td></tr> - -</table> -</div> -</div> - -<a name="link_mta_tcp_connect_all_mailservers"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>mta_tcp_connect_all_mailservers</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Connect to all mail servers over TCP. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Mail server domain. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - -<a name="templates"></a> -<h3>Templates: </h3> - -<a name="link_mta_admin_template"></a> -<div id="template"> - - -<div id="codeblock"> - -<b>mta_admin_template</b>( - - - - - userdomain_prefix - - - - , - - - - user_domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Provide extra permissions for admin users -mail domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -userdomain_prefix -</td><td> -<p> -The prefix of the user domain (e.g., user -is the prefix for user_t). -</p> -</td><td> -No -</td></tr> - -<tr><td> -user_domain -</td><td> -<p> -The type of the user domain. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_mta_base_mail_template"></a> -<div id="template"> - - -<div id="codeblock"> - -<b>mta_base_mail_template</b>( - - - - - domain_prefix - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Basic mail transfer agent domain template. -</p> - - -<h5>Description</h5> -<p> -</p><p> -This template creates a derived domain which is -a email transfer agent, which sends mail on -behalf of the user. -</p><p> -</p><p> -This is the basic types and rules, common -to the system agent and user agents. -</p><p> -</p> - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain_prefix -</td><td> -<p> -The prefix of the domain (e.g., user -is the prefix for user_t). -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_mta_per_userdomain_template"></a> -<div id="template"> - - -<div id="codeblock"> - -<b>mta_per_userdomain_template</b>( - - - - - userdomain_prefix - - - - , - - - - user_domain - - - - , - - - - user_role - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -The per user domain template for the mta module. -</p> - - -<h5>Description</h5> -<p> -</p><p> -This template creates a derived domain which is -a email transfer agent, which sends mail on -behalf of the user. -</p><p> -</p><p> -This template is invoked automatically for each user, and -generally does not need to be invoked directly -by policy writers. -</p><p> -</p> - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -userdomain_prefix -</td><td> -<p> -The prefix of the user domain (e.g., user -is the prefix for user_t). -</p> -</td><td> -No -</td></tr> - -<tr><td> -user_domain -</td><td> -<p> -The type of the user domain. -</p> -</td><td> -No -</td></tr> - -<tr><td> -user_role -</td><td> -<p> -The role associated with the user domain. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - -</div> -</body> -</html> diff --git a/www/api-docs/services_mysql.html b/www/api-docs/services_mysql.html deleted file mode 100644 index f561414..0000000 --- a/www/api-docs/services_mysql.html +++ /dev/null @@ -1,654 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - - <a href='services_apache.html'> - apache</a><br/> - - - <a href='services_apm.html'> - apm</a><br/> - - - <a href='services_arpwatch.html'> - arpwatch</a><br/> - - - <a href='services_automount.html'> - automount</a><br/> - - - <a href='services_avahi.html'> - avahi</a><br/> - - - <a href='services_bind.html'> - bind</a><br/> - - - <a href='services_bluetooth.html'> - bluetooth</a><br/> - - - <a href='services_canna.html'> - canna</a><br/> - - - <a href='services_comsat.html'> - comsat</a><br/> - - - <a href='services_cpucontrol.html'> - cpucontrol</a><br/> - - - <a href='services_cron.html'> - cron</a><br/> - - - <a href='services_cups.html'> - cups</a><br/> - - - <a href='services_cvs.html'> - cvs</a><br/> - - - <a href='services_cyrus.html'> - cyrus</a><br/> - - - <a href='services_dbskk.html'> - dbskk</a><br/> - - - <a href='services_dbus.html'> - dbus</a><br/> - - - <a href='services_dhcp.html'> - dhcp</a><br/> - - - <a href='services_dictd.html'> - dictd</a><br/> - - - <a href='services_distcc.html'> - distcc</a><br/> - - - <a href='services_djbdns.html'> - djbdns</a><br/> - - - <a href='services_dovecot.html'> - dovecot</a><br/> - - - <a href='services_fetchmail.html'> - fetchmail</a><br/> - - - <a href='services_finger.html'> - finger</a><br/> - - - <a href='services_ftp.html'> - ftp</a><br/> - - - <a href='services_gpm.html'> - gpm</a><br/> - - - <a href='services_hal.html'> - hal</a><br/> - - - <a href='services_howl.html'> - howl</a><br/> - - - <a href='services_i18n_input.html'> - i18n_input</a><br/> - - - <a href='services_inetd.html'> - inetd</a><br/> - - - <a href='services_inn.html'> - inn</a><br/> - - - <a href='services_irqbalance.html'> - irqbalance</a><br/> - - - <a href='services_kerberos.html'> - kerberos</a><br/> - - - <a href='services_ktalk.html'> - ktalk</a><br/> - - - <a href='services_ldap.html'> - ldap</a><br/> - - - <a href='services_lpd.html'> - lpd</a><br/> - - - <a href='services_mailman.html'> - mailman</a><br/> - - - <a href='services_mta.html'> - mta</a><br/> - - - <a href='services_mysql.html'> - mysql</a><br/> - - - <a href='services_networkmanager.html'> - networkmanager</a><br/> - - - <a href='services_nis.html'> - nis</a><br/> - - - <a href='services_nscd.html'> - nscd</a><br/> - - - <a href='services_ntp.html'> - ntp</a><br/> - - - <a href='services_openct.html'> - openct</a><br/> - - - <a href='services_pegasus.html'> - pegasus</a><br/> - - - <a href='services_portmap.html'> - portmap</a><br/> - - - <a href='services_postfix.html'> - postfix</a><br/> - - - <a href='services_postgresql.html'> - postgresql</a><br/> - - - <a href='services_ppp.html'> - ppp</a><br/> - - - <a href='services_privoxy.html'> - privoxy</a><br/> - - - <a href='services_procmail.html'> - procmail</a><br/> - - - <a href='services_publicfile.html'> - publicfile</a><br/> - - - <a href='services_radius.html'> - radius</a><br/> - - - <a href='services_radvd.html'> - radvd</a><br/> - - - <a href='services_rdisc.html'> - rdisc</a><br/> - - - <a href='services_remotelogin.html'> - remotelogin</a><br/> - - - <a href='services_rlogin.html'> - rlogin</a><br/> - - - <a href='services_roundup.html'> - roundup</a><br/> - - - <a href='services_rpc.html'> - rpc</a><br/> - - - <a href='services_rshd.html'> - rshd</a><br/> - - - <a href='services_rsync.html'> - rsync</a><br/> - - - <a href='services_samba.html'> - samba</a><br/> - - - <a href='services_sasl.html'> - sasl</a><br/> - - - <a href='services_sendmail.html'> - sendmail</a><br/> - - - <a href='services_slrnpull.html'> - slrnpull</a><br/> - - - <a href='services_smartmon.html'> - smartmon</a><br/> - - - <a href='services_snmp.html'> - snmp</a><br/> - - - <a href='services_spamassassin.html'> - spamassassin</a><br/> - - - <a href='services_squid.html'> - squid</a><br/> - - - <a href='services_ssh.html'> - ssh</a><br/> - - - <a href='services_stunnel.html'> - stunnel</a><br/> - - - <a href='services_sysstat.html'> - sysstat</a><br/> - - - <a href='services_tcpd.html'> - tcpd</a><br/> - - - <a href='services_telnet.html'> - telnet</a><br/> - - - <a href='services_tftp.html'> - tftp</a><br/> - - - <a href='services_timidity.html'> - timidity</a><br/> - - - <a href='services_ucspitcp.html'> - ucspitcp</a><br/> - - - <a href='services_uucp.html'> - uucp</a><br/> - - - <a href='services_xfs.html'> - xfs</a><br/> - - - <a href='services_xserver.html'> - xserver</a><br/> - - - <a href='services_zebra.html'> - zebra</a><br/> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: services</h1><p/> -<h2>Module: mysql</h2><p/> - -<h3>Description:</h3> - -<p><p>Policy for MySQL</p></p> - - - -<a name="interfaces"></a> -<h3>Interfaces: </h3> - -<a name="link_mysql_manage_db_dirs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>mysql_manage_db_dirs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Create, read, write, and delete MySQL database directories. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_mysql_read_config"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>mysql_read_config</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read MySQL configuration files. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_mysql_rw_db_dirs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>mysql_rw_db_dirs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read and write to the MySQL database directory. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_mysql_rw_db_sockets"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>mysql_rw_db_sockets</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read and write to the MySQL database -named socket. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_mysql_search_db"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>mysql_search_db</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Search the directories that contain MySQL -database storage. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_mysql_signal"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>mysql_signal</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send a generic signal to MySQL. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_mysql_stream_connect"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>mysql_stream_connect</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Connect to MySQL using a unix domain stream socket. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_mysql_write_log"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>mysql_write_log</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Write to the MySQL log. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - - -</div> -</body> -</html> diff --git a/www/api-docs/services_networkmanager.html b/www/api-docs/services_networkmanager.html deleted file mode 100644 index 190d4aa..0000000 --- a/www/api-docs/services_networkmanager.html +++ /dev/null @@ -1,486 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - - <a href='services_apache.html'> - apache</a><br/> - - - <a href='services_apm.html'> - apm</a><br/> - - - <a href='services_arpwatch.html'> - arpwatch</a><br/> - - - <a href='services_automount.html'> - automount</a><br/> - - - <a href='services_avahi.html'> - avahi</a><br/> - - - <a href='services_bind.html'> - bind</a><br/> - - - <a href='services_bluetooth.html'> - bluetooth</a><br/> - - - <a href='services_canna.html'> - canna</a><br/> - - - <a href='services_comsat.html'> - comsat</a><br/> - - - <a href='services_cpucontrol.html'> - cpucontrol</a><br/> - - - <a href='services_cron.html'> - cron</a><br/> - - - <a href='services_cups.html'> - cups</a><br/> - - - <a href='services_cvs.html'> - cvs</a><br/> - - - <a href='services_cyrus.html'> - cyrus</a><br/> - - - <a href='services_dbskk.html'> - dbskk</a><br/> - - - <a href='services_dbus.html'> - dbus</a><br/> - - - <a href='services_dhcp.html'> - dhcp</a><br/> - - - <a href='services_dictd.html'> - dictd</a><br/> - - - <a href='services_distcc.html'> - distcc</a><br/> - - - <a href='services_djbdns.html'> - djbdns</a><br/> - - - <a href='services_dovecot.html'> - dovecot</a><br/> - - - <a href='services_fetchmail.html'> - fetchmail</a><br/> - - - <a href='services_finger.html'> - finger</a><br/> - - - <a href='services_ftp.html'> - ftp</a><br/> - - - <a href='services_gpm.html'> - gpm</a><br/> - - - <a href='services_hal.html'> - hal</a><br/> - - - <a href='services_howl.html'> - howl</a><br/> - - - <a href='services_i18n_input.html'> - i18n_input</a><br/> - - - <a href='services_inetd.html'> - inetd</a><br/> - - - <a href='services_inn.html'> - inn</a><br/> - - - <a href='services_irqbalance.html'> - irqbalance</a><br/> - - - <a href='services_kerberos.html'> - kerberos</a><br/> - - - <a href='services_ktalk.html'> - ktalk</a><br/> - - - <a href='services_ldap.html'> - ldap</a><br/> - - - <a href='services_lpd.html'> - lpd</a><br/> - - - <a href='services_mailman.html'> - mailman</a><br/> - - - <a href='services_mta.html'> - mta</a><br/> - - - <a href='services_mysql.html'> - mysql</a><br/> - - - <a href='services_networkmanager.html'> - networkmanager</a><br/> - - - <a href='services_nis.html'> - nis</a><br/> - - - <a href='services_nscd.html'> - nscd</a><br/> - - - <a href='services_ntp.html'> - ntp</a><br/> - - - <a href='services_openct.html'> - openct</a><br/> - - - <a href='services_pegasus.html'> - pegasus</a><br/> - - - <a href='services_portmap.html'> - portmap</a><br/> - - - <a href='services_postfix.html'> - postfix</a><br/> - - - <a href='services_postgresql.html'> - postgresql</a><br/> - - - <a href='services_ppp.html'> - ppp</a><br/> - - - <a href='services_privoxy.html'> - privoxy</a><br/> - - - <a href='services_procmail.html'> - procmail</a><br/> - - - <a href='services_publicfile.html'> - publicfile</a><br/> - - - <a href='services_radius.html'> - radius</a><br/> - - - <a href='services_radvd.html'> - radvd</a><br/> - - - <a href='services_rdisc.html'> - rdisc</a><br/> - - - <a href='services_remotelogin.html'> - remotelogin</a><br/> - - - <a href='services_rlogin.html'> - rlogin</a><br/> - - - <a href='services_roundup.html'> - roundup</a><br/> - - - <a href='services_rpc.html'> - rpc</a><br/> - - - <a href='services_rshd.html'> - rshd</a><br/> - - - <a href='services_rsync.html'> - rsync</a><br/> - - - <a href='services_samba.html'> - samba</a><br/> - - - <a href='services_sasl.html'> - sasl</a><br/> - - - <a href='services_sendmail.html'> - sendmail</a><br/> - - - <a href='services_slrnpull.html'> - slrnpull</a><br/> - - - <a href='services_smartmon.html'> - smartmon</a><br/> - - - <a href='services_snmp.html'> - snmp</a><br/> - - - <a href='services_spamassassin.html'> - spamassassin</a><br/> - - - <a href='services_squid.html'> - squid</a><br/> - - - <a href='services_ssh.html'> - ssh</a><br/> - - - <a href='services_stunnel.html'> - stunnel</a><br/> - - - <a href='services_sysstat.html'> - sysstat</a><br/> - - - <a href='services_tcpd.html'> - tcpd</a><br/> - - - <a href='services_telnet.html'> - telnet</a><br/> - - - <a href='services_tftp.html'> - tftp</a><br/> - - - <a href='services_timidity.html'> - timidity</a><br/> - - - <a href='services_ucspitcp.html'> - ucspitcp</a><br/> - - - <a href='services_uucp.html'> - uucp</a><br/> - - - <a href='services_xfs.html'> - xfs</a><br/> - - - <a href='services_xserver.html'> - xserver</a><br/> - - - <a href='services_zebra.html'> - zebra</a><br/> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: services</h1><p/> -<h2>Module: networkmanager</h2><p/> - -<h3>Description:</h3> - -<p><p>Manager for dynamically switching between networks.</p></p> - - - -<a name="interfaces"></a> -<h3>Interfaces: </h3> - -<a name="link_networkmanager_dbus_chat"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>networkmanager_dbus_chat</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive messages from -NetworkManager over dbus. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_networkmanager_rw_packet_sockets"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>networkmanager_rw_packet_sockets</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read and write NetworkManager packet sockets. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_networkmanager_rw_routing_sockets"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>networkmanager_rw_routing_sockets</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read and write NetworkManager netlink -routing sockets. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_networkmanager_rw_udp_sockets"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>networkmanager_rw_udp_sockets</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read and write NetworkManager UDP sockets. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - - -</div> -</body> -</html> diff --git a/www/api-docs/services_nis.html b/www/api-docs/services_nis.html deleted file mode 100644 index f2bb4e4..0000000 --- a/www/api-docs/services_nis.html +++ /dev/null @@ -1,751 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - - <a href='services_apache.html'> - apache</a><br/> - - - <a href='services_apm.html'> - apm</a><br/> - - - <a href='services_arpwatch.html'> - arpwatch</a><br/> - - - <a href='services_automount.html'> - automount</a><br/> - - - <a href='services_avahi.html'> - avahi</a><br/> - - - <a href='services_bind.html'> - bind</a><br/> - - - <a href='services_bluetooth.html'> - bluetooth</a><br/> - - - <a href='services_canna.html'> - canna</a><br/> - - - <a href='services_comsat.html'> - comsat</a><br/> - - - <a href='services_cpucontrol.html'> - cpucontrol</a><br/> - - - <a href='services_cron.html'> - cron</a><br/> - - - <a href='services_cups.html'> - cups</a><br/> - - - <a href='services_cvs.html'> - cvs</a><br/> - - - <a href='services_cyrus.html'> - cyrus</a><br/> - - - <a href='services_dbskk.html'> - dbskk</a><br/> - - - <a href='services_dbus.html'> - dbus</a><br/> - - - <a href='services_dhcp.html'> - dhcp</a><br/> - - - <a href='services_dictd.html'> - dictd</a><br/> - - - <a href='services_distcc.html'> - distcc</a><br/> - - - <a href='services_djbdns.html'> - djbdns</a><br/> - - - <a href='services_dovecot.html'> - dovecot</a><br/> - - - <a href='services_fetchmail.html'> - fetchmail</a><br/> - - - <a href='services_finger.html'> - finger</a><br/> - - - <a href='services_ftp.html'> - ftp</a><br/> - - - <a href='services_gpm.html'> - gpm</a><br/> - - - <a href='services_hal.html'> - hal</a><br/> - - - <a href='services_howl.html'> - howl</a><br/> - - - <a href='services_i18n_input.html'> - i18n_input</a><br/> - - - <a href='services_inetd.html'> - inetd</a><br/> - - - <a href='services_inn.html'> - inn</a><br/> - - - <a href='services_irqbalance.html'> - irqbalance</a><br/> - - - <a href='services_kerberos.html'> - kerberos</a><br/> - - - <a href='services_ktalk.html'> - ktalk</a><br/> - - - <a href='services_ldap.html'> - ldap</a><br/> - - - <a href='services_lpd.html'> - lpd</a><br/> - - - <a href='services_mailman.html'> - mailman</a><br/> - - - <a href='services_mta.html'> - mta</a><br/> - - - <a href='services_mysql.html'> - mysql</a><br/> - - - <a href='services_networkmanager.html'> - networkmanager</a><br/> - - - <a href='services_nis.html'> - nis</a><br/> - - - <a href='services_nscd.html'> - nscd</a><br/> - - - <a href='services_ntp.html'> - ntp</a><br/> - - - <a href='services_openct.html'> - openct</a><br/> - - - <a href='services_pegasus.html'> - pegasus</a><br/> - - - <a href='services_portmap.html'> - portmap</a><br/> - - - <a href='services_postfix.html'> - postfix</a><br/> - - - <a href='services_postgresql.html'> - postgresql</a><br/> - - - <a href='services_ppp.html'> - ppp</a><br/> - - - <a href='services_privoxy.html'> - privoxy</a><br/> - - - <a href='services_procmail.html'> - procmail</a><br/> - - - <a href='services_publicfile.html'> - publicfile</a><br/> - - - <a href='services_radius.html'> - radius</a><br/> - - - <a href='services_radvd.html'> - radvd</a><br/> - - - <a href='services_rdisc.html'> - rdisc</a><br/> - - - <a href='services_remotelogin.html'> - remotelogin</a><br/> - - - <a href='services_rlogin.html'> - rlogin</a><br/> - - - <a href='services_roundup.html'> - roundup</a><br/> - - - <a href='services_rpc.html'> - rpc</a><br/> - - - <a href='services_rshd.html'> - rshd</a><br/> - - - <a href='services_rsync.html'> - rsync</a><br/> - - - <a href='services_samba.html'> - samba</a><br/> - - - <a href='services_sasl.html'> - sasl</a><br/> - - - <a href='services_sendmail.html'> - sendmail</a><br/> - - - <a href='services_slrnpull.html'> - slrnpull</a><br/> - - - <a href='services_smartmon.html'> - smartmon</a><br/> - - - <a href='services_snmp.html'> - snmp</a><br/> - - - <a href='services_spamassassin.html'> - spamassassin</a><br/> - - - <a href='services_squid.html'> - squid</a><br/> - - - <a href='services_ssh.html'> - ssh</a><br/> - - - <a href='services_stunnel.html'> - stunnel</a><br/> - - - <a href='services_sysstat.html'> - sysstat</a><br/> - - - <a href='services_tcpd.html'> - tcpd</a><br/> - - - <a href='services_telnet.html'> - telnet</a><br/> - - - <a href='services_tftp.html'> - tftp</a><br/> - - - <a href='services_timidity.html'> - timidity</a><br/> - - - <a href='services_ucspitcp.html'> - ucspitcp</a><br/> - - - <a href='services_uucp.html'> - uucp</a><br/> - - - <a href='services_xfs.html'> - xfs</a><br/> - - - <a href='services_xserver.html'> - xserver</a><br/> - - - <a href='services_zebra.html'> - zebra</a><br/> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: services</h1><p/> -<h2>Module: nis</h2><p/> - -<h3>Description:</h3> - -<p><p>Policy for NIS (YP) servers and clients</p></p> - - - -<a name="interfaces"></a> -<h3>Interfaces: </h3> - -<a name="link_nis_delete_ypbind_pid"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>nis_delete_ypbind_pid</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Delete ypbind pid files. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_nis_domtrans_ypbind"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>nis_domtrans_ypbind</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute ypbind in the ypbind domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_nis_list_var_yp"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>nis_list_var_yp</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -List the contents of the NIS data directory. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_nis_read_ypbind_pid"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>nis_read_ypbind_pid</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read ypbind pid files. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_nis_read_ypserv_config"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>nis_read_ypserv_config</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read ypserv configuration files. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_nis_signal_ypbind"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>nis_signal_ypbind</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send generic signals to ypbind. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_nis_tcp_connect_ypbind"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>nis_tcp_connect_ypbind</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Connect to ypbind over TCP. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_nis_udp_send_ypbind"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>nis_udp_send_ypbind</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send UDP network traffic to NIS clients. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_nis_use_ypbind"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>nis_use_ypbind</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Use the ypbind service to access NIS services. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_nis_use_ypbind_uncond"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>nis_use_ypbind_uncond</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Use the ypbind service to access NIS services -unconditionally. -</p> - - -<h5>Description</h5> -<p> -</p><p> -Use the ypbind service to access NIS services -unconditionally. -</p><p> -</p><p> -This interface was added because of apache and -spamassassin, to fix a nested conditionals problem. -When that support is added, this should be removed, -and the regular interface should be used. -</p><p> -</p> - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - - -</div> -</body> -</html> diff --git a/www/api-docs/services_nscd.html b/www/api-docs/services_nscd.html deleted file mode 100644 index 845964f..0000000 --- a/www/api-docs/services_nscd.html +++ /dev/null @@ -1,528 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - - <a href='services_apache.html'> - apache</a><br/> - - - <a href='services_apm.html'> - apm</a><br/> - - - <a href='services_arpwatch.html'> - arpwatch</a><br/> - - - <a href='services_automount.html'> - automount</a><br/> - - - <a href='services_avahi.html'> - avahi</a><br/> - - - <a href='services_bind.html'> - bind</a><br/> - - - <a href='services_bluetooth.html'> - bluetooth</a><br/> - - - <a href='services_canna.html'> - canna</a><br/> - - - <a href='services_comsat.html'> - comsat</a><br/> - - - <a href='services_cpucontrol.html'> - cpucontrol</a><br/> - - - <a href='services_cron.html'> - cron</a><br/> - - - <a href='services_cups.html'> - cups</a><br/> - - - <a href='services_cvs.html'> - cvs</a><br/> - - - <a href='services_cyrus.html'> - cyrus</a><br/> - - - <a href='services_dbskk.html'> - dbskk</a><br/> - - - <a href='services_dbus.html'> - dbus</a><br/> - - - <a href='services_dhcp.html'> - dhcp</a><br/> - - - <a href='services_dictd.html'> - dictd</a><br/> - - - <a href='services_distcc.html'> - distcc</a><br/> - - - <a href='services_djbdns.html'> - djbdns</a><br/> - - - <a href='services_dovecot.html'> - dovecot</a><br/> - - - <a href='services_fetchmail.html'> - fetchmail</a><br/> - - - <a href='services_finger.html'> - finger</a><br/> - - - <a href='services_ftp.html'> - ftp</a><br/> - - - <a href='services_gpm.html'> - gpm</a><br/> - - - <a href='services_hal.html'> - hal</a><br/> - - - <a href='services_howl.html'> - howl</a><br/> - - - <a href='services_i18n_input.html'> - i18n_input</a><br/> - - - <a href='services_inetd.html'> - inetd</a><br/> - - - <a href='services_inn.html'> - inn</a><br/> - - - <a href='services_irqbalance.html'> - irqbalance</a><br/> - - - <a href='services_kerberos.html'> - kerberos</a><br/> - - - <a href='services_ktalk.html'> - ktalk</a><br/> - - - <a href='services_ldap.html'> - ldap</a><br/> - - - <a href='services_lpd.html'> - lpd</a><br/> - - - <a href='services_mailman.html'> - mailman</a><br/> - - - <a href='services_mta.html'> - mta</a><br/> - - - <a href='services_mysql.html'> - mysql</a><br/> - - - <a href='services_networkmanager.html'> - networkmanager</a><br/> - - - <a href='services_nis.html'> - nis</a><br/> - - - <a href='services_nscd.html'> - nscd</a><br/> - - - <a href='services_ntp.html'> - ntp</a><br/> - - - <a href='services_openct.html'> - openct</a><br/> - - - <a href='services_pegasus.html'> - pegasus</a><br/> - - - <a href='services_portmap.html'> - portmap</a><br/> - - - <a href='services_postfix.html'> - postfix</a><br/> - - - <a href='services_postgresql.html'> - postgresql</a><br/> - - - <a href='services_ppp.html'> - ppp</a><br/> - - - <a href='services_privoxy.html'> - privoxy</a><br/> - - - <a href='services_procmail.html'> - procmail</a><br/> - - - <a href='services_publicfile.html'> - publicfile</a><br/> - - - <a href='services_radius.html'> - radius</a><br/> - - - <a href='services_radvd.html'> - radvd</a><br/> - - - <a href='services_rdisc.html'> - rdisc</a><br/> - - - <a href='services_remotelogin.html'> - remotelogin</a><br/> - - - <a href='services_rlogin.html'> - rlogin</a><br/> - - - <a href='services_roundup.html'> - roundup</a><br/> - - - <a href='services_rpc.html'> - rpc</a><br/> - - - <a href='services_rshd.html'> - rshd</a><br/> - - - <a href='services_rsync.html'> - rsync</a><br/> - - - <a href='services_samba.html'> - samba</a><br/> - - - <a href='services_sasl.html'> - sasl</a><br/> - - - <a href='services_sendmail.html'> - sendmail</a><br/> - - - <a href='services_slrnpull.html'> - slrnpull</a><br/> - - - <a href='services_smartmon.html'> - smartmon</a><br/> - - - <a href='services_snmp.html'> - snmp</a><br/> - - - <a href='services_spamassassin.html'> - spamassassin</a><br/> - - - <a href='services_squid.html'> - squid</a><br/> - - - <a href='services_ssh.html'> - ssh</a><br/> - - - <a href='services_stunnel.html'> - stunnel</a><br/> - - - <a href='services_sysstat.html'> - sysstat</a><br/> - - - <a href='services_tcpd.html'> - tcpd</a><br/> - - - <a href='services_telnet.html'> - telnet</a><br/> - - - <a href='services_tftp.html'> - tftp</a><br/> - - - <a href='services_timidity.html'> - timidity</a><br/> - - - <a href='services_ucspitcp.html'> - ucspitcp</a><br/> - - - <a href='services_uucp.html'> - uucp</a><br/> - - - <a href='services_xfs.html'> - xfs</a><br/> - - - <a href='services_xserver.html'> - xserver</a><br/> - - - <a href='services_zebra.html'> - zebra</a><br/> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: services</h1><p/> -<h2>Module: nscd</h2><p/> - -<h3>Description:</h3> - -<p><p>Name service cache daemon</p></p> - - - -<a name="interfaces"></a> -<h3>Interfaces: </h3> - -<a name="link_nscd_domtrans"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>nscd_domtrans</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute NSCD in the nscd domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_nscd_read_pid"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>nscd_read_pid</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read NSCD pid file. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_nscd_shm_use"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>nscd_shm_use</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Use NSCD services by mapping the database from -an inherited NSCD file descriptor. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_nscd_socket_use"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>nscd_socket_use</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Use NSCD services by connecting using -a unix stream socket. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_nscd_unconfined"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>nscd_unconfined</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Unconfined access to NSCD services. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - - -</div> -</body> -</html> diff --git a/www/api-docs/services_ntp.html b/www/api-docs/services_ntp.html deleted file mode 100644 index 21c4d29..0000000 --- a/www/api-docs/services_ntp.html +++ /dev/null @@ -1,442 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - - <a href='services_apache.html'> - apache</a><br/> - - - <a href='services_apm.html'> - apm</a><br/> - - - <a href='services_arpwatch.html'> - arpwatch</a><br/> - - - <a href='services_automount.html'> - automount</a><br/> - - - <a href='services_avahi.html'> - avahi</a><br/> - - - <a href='services_bind.html'> - bind</a><br/> - - - <a href='services_bluetooth.html'> - bluetooth</a><br/> - - - <a href='services_canna.html'> - canna</a><br/> - - - <a href='services_comsat.html'> - comsat</a><br/> - - - <a href='services_cpucontrol.html'> - cpucontrol</a><br/> - - - <a href='services_cron.html'> - cron</a><br/> - - - <a href='services_cups.html'> - cups</a><br/> - - - <a href='services_cvs.html'> - cvs</a><br/> - - - <a href='services_cyrus.html'> - cyrus</a><br/> - - - <a href='services_dbskk.html'> - dbskk</a><br/> - - - <a href='services_dbus.html'> - dbus</a><br/> - - - <a href='services_dhcp.html'> - dhcp</a><br/> - - - <a href='services_dictd.html'> - dictd</a><br/> - - - <a href='services_distcc.html'> - distcc</a><br/> - - - <a href='services_djbdns.html'> - djbdns</a><br/> - - - <a href='services_dovecot.html'> - dovecot</a><br/> - - - <a href='services_fetchmail.html'> - fetchmail</a><br/> - - - <a href='services_finger.html'> - finger</a><br/> - - - <a href='services_ftp.html'> - ftp</a><br/> - - - <a href='services_gpm.html'> - gpm</a><br/> - - - <a href='services_hal.html'> - hal</a><br/> - - - <a href='services_howl.html'> - howl</a><br/> - - - <a href='services_i18n_input.html'> - i18n_input</a><br/> - - - <a href='services_inetd.html'> - inetd</a><br/> - - - <a href='services_inn.html'> - inn</a><br/> - - - <a href='services_irqbalance.html'> - irqbalance</a><br/> - - - <a href='services_kerberos.html'> - kerberos</a><br/> - - - <a href='services_ktalk.html'> - ktalk</a><br/> - - - <a href='services_ldap.html'> - ldap</a><br/> - - - <a href='services_lpd.html'> - lpd</a><br/> - - - <a href='services_mailman.html'> - mailman</a><br/> - - - <a href='services_mta.html'> - mta</a><br/> - - - <a href='services_mysql.html'> - mysql</a><br/> - - - <a href='services_networkmanager.html'> - networkmanager</a><br/> - - - <a href='services_nis.html'> - nis</a><br/> - - - <a href='services_nscd.html'> - nscd</a><br/> - - - <a href='services_ntp.html'> - ntp</a><br/> - - - <a href='services_openct.html'> - openct</a><br/> - - - <a href='services_pegasus.html'> - pegasus</a><br/> - - - <a href='services_portmap.html'> - portmap</a><br/> - - - <a href='services_postfix.html'> - postfix</a><br/> - - - <a href='services_postgresql.html'> - postgresql</a><br/> - - - <a href='services_ppp.html'> - ppp</a><br/> - - - <a href='services_privoxy.html'> - privoxy</a><br/> - - - <a href='services_procmail.html'> - procmail</a><br/> - - - <a href='services_publicfile.html'> - publicfile</a><br/> - - - <a href='services_radius.html'> - radius</a><br/> - - - <a href='services_radvd.html'> - radvd</a><br/> - - - <a href='services_rdisc.html'> - rdisc</a><br/> - - - <a href='services_remotelogin.html'> - remotelogin</a><br/> - - - <a href='services_rlogin.html'> - rlogin</a><br/> - - - <a href='services_roundup.html'> - roundup</a><br/> - - - <a href='services_rpc.html'> - rpc</a><br/> - - - <a href='services_rshd.html'> - rshd</a><br/> - - - <a href='services_rsync.html'> - rsync</a><br/> - - - <a href='services_samba.html'> - samba</a><br/> - - - <a href='services_sasl.html'> - sasl</a><br/> - - - <a href='services_sendmail.html'> - sendmail</a><br/> - - - <a href='services_slrnpull.html'> - slrnpull</a><br/> - - - <a href='services_smartmon.html'> - smartmon</a><br/> - - - <a href='services_snmp.html'> - snmp</a><br/> - - - <a href='services_spamassassin.html'> - spamassassin</a><br/> - - - <a href='services_squid.html'> - squid</a><br/> - - - <a href='services_ssh.html'> - ssh</a><br/> - - - <a href='services_stunnel.html'> - stunnel</a><br/> - - - <a href='services_sysstat.html'> - sysstat</a><br/> - - - <a href='services_tcpd.html'> - tcpd</a><br/> - - - <a href='services_telnet.html'> - telnet</a><br/> - - - <a href='services_tftp.html'> - tftp</a><br/> - - - <a href='services_timidity.html'> - timidity</a><br/> - - - <a href='services_ucspitcp.html'> - ucspitcp</a><br/> - - - <a href='services_uucp.html'> - uucp</a><br/> - - - <a href='services_xfs.html'> - xfs</a><br/> - - - <a href='services_xserver.html'> - xserver</a><br/> - - - <a href='services_zebra.html'> - zebra</a><br/> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: services</h1><p/> -<h2>Module: ntp</h2><p/> - -<h3>Description:</h3> - -<p><p>Network time protocol daemon</p></p> - - - -<a name="interfaces"></a> -<h3>Interfaces: </h3> - -<a name="link_ntp_domtrans"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>ntp_domtrans</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute ntp server in the ntpd domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_ntp_domtrans_ntpdate"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>ntp_domtrans_ntpdate</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute ntp server in the ntpd domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_ntp_stub"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>ntp_stub</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -NTP stub interface. No access allowed. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -N/A -</p> -</td><td> -Yes -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - - -</div> -</body> -</html> diff --git a/www/api-docs/services_openct.html b/www/api-docs/services_openct.html deleted file mode 100644 index fccf66e..0000000 --- a/www/api-docs/services_openct.html +++ /dev/null @@ -1,312 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - - <a href='services_apache.html'> - apache</a><br/> - - - <a href='services_apm.html'> - apm</a><br/> - - - <a href='services_arpwatch.html'> - arpwatch</a><br/> - - - <a href='services_automount.html'> - automount</a><br/> - - - <a href='services_avahi.html'> - avahi</a><br/> - - - <a href='services_bind.html'> - bind</a><br/> - - - <a href='services_bluetooth.html'> - bluetooth</a><br/> - - - <a href='services_canna.html'> - canna</a><br/> - - - <a href='services_comsat.html'> - comsat</a><br/> - - - <a href='services_cpucontrol.html'> - cpucontrol</a><br/> - - - <a href='services_cron.html'> - cron</a><br/> - - - <a href='services_cups.html'> - cups</a><br/> - - - <a href='services_cvs.html'> - cvs</a><br/> - - - <a href='services_cyrus.html'> - cyrus</a><br/> - - - <a href='services_dbskk.html'> - dbskk</a><br/> - - - <a href='services_dbus.html'> - dbus</a><br/> - - - <a href='services_dhcp.html'> - dhcp</a><br/> - - - <a href='services_dictd.html'> - dictd</a><br/> - - - <a href='services_distcc.html'> - distcc</a><br/> - - - <a href='services_djbdns.html'> - djbdns</a><br/> - - - <a href='services_dovecot.html'> - dovecot</a><br/> - - - <a href='services_fetchmail.html'> - fetchmail</a><br/> - - - <a href='services_finger.html'> - finger</a><br/> - - - <a href='services_ftp.html'> - ftp</a><br/> - - - <a href='services_gpm.html'> - gpm</a><br/> - - - <a href='services_hal.html'> - hal</a><br/> - - - <a href='services_howl.html'> - howl</a><br/> - - - <a href='services_i18n_input.html'> - i18n_input</a><br/> - - - <a href='services_inetd.html'> - inetd</a><br/> - - - <a href='services_inn.html'> - inn</a><br/> - - - <a href='services_irqbalance.html'> - irqbalance</a><br/> - - - <a href='services_kerberos.html'> - kerberos</a><br/> - - - <a href='services_ktalk.html'> - ktalk</a><br/> - - - <a href='services_ldap.html'> - ldap</a><br/> - - - <a href='services_lpd.html'> - lpd</a><br/> - - - <a href='services_mailman.html'> - mailman</a><br/> - - - <a href='services_mta.html'> - mta</a><br/> - - - <a href='services_mysql.html'> - mysql</a><br/> - - - <a href='services_networkmanager.html'> - networkmanager</a><br/> - - - <a href='services_nis.html'> - nis</a><br/> - - - <a href='services_nscd.html'> - nscd</a><br/> - - - <a href='services_ntp.html'> - ntp</a><br/> - - - <a href='services_openct.html'> - openct</a><br/> - - - <a href='services_pegasus.html'> - pegasus</a><br/> - - - <a href='services_portmap.html'> - portmap</a><br/> - - - <a href='services_postfix.html'> - postfix</a><br/> - - - <a href='services_postgresql.html'> - postgresql</a><br/> - - - <a href='services_ppp.html'> - ppp</a><br/> - - - <a href='services_privoxy.html'> - privoxy</a><br/> - - - <a href='services_procmail.html'> - procmail</a><br/> - - - <a href='services_publicfile.html'> - publicfile</a><br/> - - - <a href='services_radius.html'> - radius</a><br/> - - - <a href='services_radvd.html'> - radvd</a><br/> - - - <a href='services_rdisc.html'> - rdisc</a><br/> - - - <a href='services_remotelogin.html'> - remotelogin</a><br/> - - - <a href='services_rlogin.html'> - rlogin</a><br/> - - - <a href='services_roundup.html'> - roundup</a><br/> - - - <a href='services_rpc.html'> - rpc</a><br/> - - - <a href='services_rshd.html'> - rshd</a><br/> - - - <a href='services_rsync.html'> - rsync</a><br/> - - - <a href='services_samba.html'> - samba</a><br/> - - - <a href='services_sasl.html'> - sasl</a><br/> - - - <a href='services_sendmail.html'> - sendmail</a><br/> - - - <a href='services_slrnpull.html'> - slrnpull</a><br/> - - - <a href='services_smartmon.html'> - smartmon</a><br/> - - - <a href='services_snmp.html'> - snmp</a><br/> - - - <a href='services_spamassassin.html'> - spamassassin</a><br/> - - - <a href='services_squid.html'> - squid</a><br/> - - - <a href='services_ssh.html'> - ssh</a><br/> - - - <a href='services_stunnel.html'> - stunnel</a><br/> - - - <a href='services_sysstat.html'> - sysstat</a><br/> - - - <a href='services_tcpd.html'> - tcpd</a><br/> - - - <a href='services_telnet.html'> - telnet</a><br/> - - - <a href='services_tftp.html'> - tftp</a><br/> - - - <a href='services_timidity.html'> - timidity</a><br/> - - - <a href='services_ucspitcp.html'> - ucspitcp</a><br/> - - - <a href='services_uucp.html'> - uucp</a><br/> - - - <a href='services_xfs.html'> - xfs</a><br/> - - - <a href='services_xserver.html'> - xserver</a><br/> - - - <a href='services_zebra.html'> - zebra</a><br/> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: services</h1><p/> -<h2>Module: openct</h2><p/> - -<h3>Description:</h3> - -<p><p>Service for handling smart card readers.</p></p> - - - - - -<h3>No interfaces or templates.</h3> - - -</div> -</body> -</html> diff --git a/www/api-docs/services_pegasus.html b/www/api-docs/services_pegasus.html deleted file mode 100644 index 2d7e842..0000000 --- a/www/api-docs/services_pegasus.html +++ /dev/null @@ -1,312 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - - <a href='services_apache.html'> - apache</a><br/> - - - <a href='services_apm.html'> - apm</a><br/> - - - <a href='services_arpwatch.html'> - arpwatch</a><br/> - - - <a href='services_automount.html'> - automount</a><br/> - - - <a href='services_avahi.html'> - avahi</a><br/> - - - <a href='services_bind.html'> - bind</a><br/> - - - <a href='services_bluetooth.html'> - bluetooth</a><br/> - - - <a href='services_canna.html'> - canna</a><br/> - - - <a href='services_comsat.html'> - comsat</a><br/> - - - <a href='services_cpucontrol.html'> - cpucontrol</a><br/> - - - <a href='services_cron.html'> - cron</a><br/> - - - <a href='services_cups.html'> - cups</a><br/> - - - <a href='services_cvs.html'> - cvs</a><br/> - - - <a href='services_cyrus.html'> - cyrus</a><br/> - - - <a href='services_dbskk.html'> - dbskk</a><br/> - - - <a href='services_dbus.html'> - dbus</a><br/> - - - <a href='services_dhcp.html'> - dhcp</a><br/> - - - <a href='services_dictd.html'> - dictd</a><br/> - - - <a href='services_distcc.html'> - distcc</a><br/> - - - <a href='services_djbdns.html'> - djbdns</a><br/> - - - <a href='services_dovecot.html'> - dovecot</a><br/> - - - <a href='services_fetchmail.html'> - fetchmail</a><br/> - - - <a href='services_finger.html'> - finger</a><br/> - - - <a href='services_ftp.html'> - ftp</a><br/> - - - <a href='services_gpm.html'> - gpm</a><br/> - - - <a href='services_hal.html'> - hal</a><br/> - - - <a href='services_howl.html'> - howl</a><br/> - - - <a href='services_i18n_input.html'> - i18n_input</a><br/> - - - <a href='services_inetd.html'> - inetd</a><br/> - - - <a href='services_inn.html'> - inn</a><br/> - - - <a href='services_irqbalance.html'> - irqbalance</a><br/> - - - <a href='services_kerberos.html'> - kerberos</a><br/> - - - <a href='services_ktalk.html'> - ktalk</a><br/> - - - <a href='services_ldap.html'> - ldap</a><br/> - - - <a href='services_lpd.html'> - lpd</a><br/> - - - <a href='services_mailman.html'> - mailman</a><br/> - - - <a href='services_mta.html'> - mta</a><br/> - - - <a href='services_mysql.html'> - mysql</a><br/> - - - <a href='services_networkmanager.html'> - networkmanager</a><br/> - - - <a href='services_nis.html'> - nis</a><br/> - - - <a href='services_nscd.html'> - nscd</a><br/> - - - <a href='services_ntp.html'> - ntp</a><br/> - - - <a href='services_openct.html'> - openct</a><br/> - - - <a href='services_pegasus.html'> - pegasus</a><br/> - - - <a href='services_portmap.html'> - portmap</a><br/> - - - <a href='services_postfix.html'> - postfix</a><br/> - - - <a href='services_postgresql.html'> - postgresql</a><br/> - - - <a href='services_ppp.html'> - ppp</a><br/> - - - <a href='services_privoxy.html'> - privoxy</a><br/> - - - <a href='services_procmail.html'> - procmail</a><br/> - - - <a href='services_publicfile.html'> - publicfile</a><br/> - - - <a href='services_radius.html'> - radius</a><br/> - - - <a href='services_radvd.html'> - radvd</a><br/> - - - <a href='services_rdisc.html'> - rdisc</a><br/> - - - <a href='services_remotelogin.html'> - remotelogin</a><br/> - - - <a href='services_rlogin.html'> - rlogin</a><br/> - - - <a href='services_roundup.html'> - roundup</a><br/> - - - <a href='services_rpc.html'> - rpc</a><br/> - - - <a href='services_rshd.html'> - rshd</a><br/> - - - <a href='services_rsync.html'> - rsync</a><br/> - - - <a href='services_samba.html'> - samba</a><br/> - - - <a href='services_sasl.html'> - sasl</a><br/> - - - <a href='services_sendmail.html'> - sendmail</a><br/> - - - <a href='services_slrnpull.html'> - slrnpull</a><br/> - - - <a href='services_smartmon.html'> - smartmon</a><br/> - - - <a href='services_snmp.html'> - snmp</a><br/> - - - <a href='services_spamassassin.html'> - spamassassin</a><br/> - - - <a href='services_squid.html'> - squid</a><br/> - - - <a href='services_ssh.html'> - ssh</a><br/> - - - <a href='services_stunnel.html'> - stunnel</a><br/> - - - <a href='services_sysstat.html'> - sysstat</a><br/> - - - <a href='services_tcpd.html'> - tcpd</a><br/> - - - <a href='services_telnet.html'> - telnet</a><br/> - - - <a href='services_tftp.html'> - tftp</a><br/> - - - <a href='services_timidity.html'> - timidity</a><br/> - - - <a href='services_ucspitcp.html'> - ucspitcp</a><br/> - - - <a href='services_uucp.html'> - uucp</a><br/> - - - <a href='services_xfs.html'> - xfs</a><br/> - - - <a href='services_xserver.html'> - xserver</a><br/> - - - <a href='services_zebra.html'> - zebra</a><br/> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: services</h1><p/> -<h2>Module: pegasus</h2><p/> - -<h3>Description:</h3> - -<p><p>The Open Group Pegasus CIM/WBEM Server.</p></p> - - - - - -<h3>No interfaces or templates.</h3> - - -</div> -</body> -</html> diff --git a/www/api-docs/services_portmap.html b/www/api-docs/services_portmap.html deleted file mode 100644 index 2e85d71..0000000 --- a/www/api-docs/services_portmap.html +++ /dev/null @@ -1,564 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - - <a href='services_apache.html'> - apache</a><br/> - - - <a href='services_apm.html'> - apm</a><br/> - - - <a href='services_arpwatch.html'> - arpwatch</a><br/> - - - <a href='services_automount.html'> - automount</a><br/> - - - <a href='services_avahi.html'> - avahi</a><br/> - - - <a href='services_bind.html'> - bind</a><br/> - - - <a href='services_bluetooth.html'> - bluetooth</a><br/> - - - <a href='services_canna.html'> - canna</a><br/> - - - <a href='services_comsat.html'> - comsat</a><br/> - - - <a href='services_cpucontrol.html'> - cpucontrol</a><br/> - - - <a href='services_cron.html'> - cron</a><br/> - - - <a href='services_cups.html'> - cups</a><br/> - - - <a href='services_cvs.html'> - cvs</a><br/> - - - <a href='services_cyrus.html'> - cyrus</a><br/> - - - <a href='services_dbskk.html'> - dbskk</a><br/> - - - <a href='services_dbus.html'> - dbus</a><br/> - - - <a href='services_dhcp.html'> - dhcp</a><br/> - - - <a href='services_dictd.html'> - dictd</a><br/> - - - <a href='services_distcc.html'> - distcc</a><br/> - - - <a href='services_djbdns.html'> - djbdns</a><br/> - - - <a href='services_dovecot.html'> - dovecot</a><br/> - - - <a href='services_fetchmail.html'> - fetchmail</a><br/> - - - <a href='services_finger.html'> - finger</a><br/> - - - <a href='services_ftp.html'> - ftp</a><br/> - - - <a href='services_gpm.html'> - gpm</a><br/> - - - <a href='services_hal.html'> - hal</a><br/> - - - <a href='services_howl.html'> - howl</a><br/> - - - <a href='services_i18n_input.html'> - i18n_input</a><br/> - - - <a href='services_inetd.html'> - inetd</a><br/> - - - <a href='services_inn.html'> - inn</a><br/> - - - <a href='services_irqbalance.html'> - irqbalance</a><br/> - - - <a href='services_kerberos.html'> - kerberos</a><br/> - - - <a href='services_ktalk.html'> - ktalk</a><br/> - - - <a href='services_ldap.html'> - ldap</a><br/> - - - <a href='services_lpd.html'> - lpd</a><br/> - - - <a href='services_mailman.html'> - mailman</a><br/> - - - <a href='services_mta.html'> - mta</a><br/> - - - <a href='services_mysql.html'> - mysql</a><br/> - - - <a href='services_networkmanager.html'> - networkmanager</a><br/> - - - <a href='services_nis.html'> - nis</a><br/> - - - <a href='services_nscd.html'> - nscd</a><br/> - - - <a href='services_ntp.html'> - ntp</a><br/> - - - <a href='services_openct.html'> - openct</a><br/> - - - <a href='services_pegasus.html'> - pegasus</a><br/> - - - <a href='services_portmap.html'> - portmap</a><br/> - - - <a href='services_postfix.html'> - postfix</a><br/> - - - <a href='services_postgresql.html'> - postgresql</a><br/> - - - <a href='services_ppp.html'> - ppp</a><br/> - - - <a href='services_privoxy.html'> - privoxy</a><br/> - - - <a href='services_procmail.html'> - procmail</a><br/> - - - <a href='services_publicfile.html'> - publicfile</a><br/> - - - <a href='services_radius.html'> - radius</a><br/> - - - <a href='services_radvd.html'> - radvd</a><br/> - - - <a href='services_rdisc.html'> - rdisc</a><br/> - - - <a href='services_remotelogin.html'> - remotelogin</a><br/> - - - <a href='services_rlogin.html'> - rlogin</a><br/> - - - <a href='services_roundup.html'> - roundup</a><br/> - - - <a href='services_rpc.html'> - rpc</a><br/> - - - <a href='services_rshd.html'> - rshd</a><br/> - - - <a href='services_rsync.html'> - rsync</a><br/> - - - <a href='services_samba.html'> - samba</a><br/> - - - <a href='services_sasl.html'> - sasl</a><br/> - - - <a href='services_sendmail.html'> - sendmail</a><br/> - - - <a href='services_slrnpull.html'> - slrnpull</a><br/> - - - <a href='services_smartmon.html'> - smartmon</a><br/> - - - <a href='services_snmp.html'> - snmp</a><br/> - - - <a href='services_spamassassin.html'> - spamassassin</a><br/> - - - <a href='services_squid.html'> - squid</a><br/> - - - <a href='services_ssh.html'> - ssh</a><br/> - - - <a href='services_stunnel.html'> - stunnel</a><br/> - - - <a href='services_sysstat.html'> - sysstat</a><br/> - - - <a href='services_tcpd.html'> - tcpd</a><br/> - - - <a href='services_telnet.html'> - telnet</a><br/> - - - <a href='services_tftp.html'> - tftp</a><br/> - - - <a href='services_timidity.html'> - timidity</a><br/> - - - <a href='services_ucspitcp.html'> - ucspitcp</a><br/> - - - <a href='services_uucp.html'> - uucp</a><br/> - - - <a href='services_xfs.html'> - xfs</a><br/> - - - <a href='services_xserver.html'> - xserver</a><br/> - - - <a href='services_zebra.html'> - zebra</a><br/> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: services</h1><p/> -<h2>Module: portmap</h2><p/> - -<h3>Description:</h3> - -<p><p>RPC port mapping service.</p></p> - - - -<a name="interfaces"></a> -<h3>Interfaces: </h3> - -<a name="link_portmap_domtrans_helper"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>portmap_domtrans_helper</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute portmap_helper in the helper domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_portmap_run_helper"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>portmap_run_helper</b>( - - - - - domain - - - - , - - - - role - - - - , - - - - terminal - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute portmap helper in the helper domain, and -allow the specified role the helper domain. -Communicate with portmap. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -<tr><td> -role -</td><td> -<p> -The role to be allowed the portmap domain. -</p> -</td><td> -No -</td></tr> - -<tr><td> -terminal -</td><td> -<p> -The type of the terminal allow the portmap domain to use. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_portmap_tcp_connect"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>portmap_tcp_connect</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Connect to portmap over a TCP socket -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_portmap_udp_chat"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>portmap_udp_chat</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive UDP network traffic from portmap. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_portmap_udp_send"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>portmap_udp_send</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send UDP network traffic to portmap. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - - -</div> -</body> -</html> diff --git a/www/api-docs/services_postfix.html b/www/api-docs/services_postfix.html deleted file mode 100644 index 3561d79..0000000 --- a/www/api-docs/services_postfix.html +++ /dev/null @@ -1,1120 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - - <a href='services_apache.html'> - apache</a><br/> - - - <a href='services_apm.html'> - apm</a><br/> - - - <a href='services_arpwatch.html'> - arpwatch</a><br/> - - - <a href='services_automount.html'> - automount</a><br/> - - - <a href='services_avahi.html'> - avahi</a><br/> - - - <a href='services_bind.html'> - bind</a><br/> - - - <a href='services_bluetooth.html'> - bluetooth</a><br/> - - - <a href='services_canna.html'> - canna</a><br/> - - - <a href='services_comsat.html'> - comsat</a><br/> - - - <a href='services_cpucontrol.html'> - cpucontrol</a><br/> - - - <a href='services_cron.html'> - cron</a><br/> - - - <a href='services_cups.html'> - cups</a><br/> - - - <a href='services_cvs.html'> - cvs</a><br/> - - - <a href='services_cyrus.html'> - cyrus</a><br/> - - - <a href='services_dbskk.html'> - dbskk</a><br/> - - - <a href='services_dbus.html'> - dbus</a><br/> - - - <a href='services_dhcp.html'> - dhcp</a><br/> - - - <a href='services_dictd.html'> - dictd</a><br/> - - - <a href='services_distcc.html'> - distcc</a><br/> - - - <a href='services_djbdns.html'> - djbdns</a><br/> - - - <a href='services_dovecot.html'> - dovecot</a><br/> - - - <a href='services_fetchmail.html'> - fetchmail</a><br/> - - - <a href='services_finger.html'> - finger</a><br/> - - - <a href='services_ftp.html'> - ftp</a><br/> - - - <a href='services_gpm.html'> - gpm</a><br/> - - - <a href='services_hal.html'> - hal</a><br/> - - - <a href='services_howl.html'> - howl</a><br/> - - - <a href='services_i18n_input.html'> - i18n_input</a><br/> - - - <a href='services_inetd.html'> - inetd</a><br/> - - - <a href='services_inn.html'> - inn</a><br/> - - - <a href='services_irqbalance.html'> - irqbalance</a><br/> - - - <a href='services_kerberos.html'> - kerberos</a><br/> - - - <a href='services_ktalk.html'> - ktalk</a><br/> - - - <a href='services_ldap.html'> - ldap</a><br/> - - - <a href='services_lpd.html'> - lpd</a><br/> - - - <a href='services_mailman.html'> - mailman</a><br/> - - - <a href='services_mta.html'> - mta</a><br/> - - - <a href='services_mysql.html'> - mysql</a><br/> - - - <a href='services_networkmanager.html'> - networkmanager</a><br/> - - - <a href='services_nis.html'> - nis</a><br/> - - - <a href='services_nscd.html'> - nscd</a><br/> - - - <a href='services_ntp.html'> - ntp</a><br/> - - - <a href='services_openct.html'> - openct</a><br/> - - - <a href='services_pegasus.html'> - pegasus</a><br/> - - - <a href='services_portmap.html'> - portmap</a><br/> - - - <a href='services_postfix.html'> - postfix</a><br/> - - - <a href='services_postgresql.html'> - postgresql</a><br/> - - - <a href='services_ppp.html'> - ppp</a><br/> - - - <a href='services_privoxy.html'> - privoxy</a><br/> - - - <a href='services_procmail.html'> - procmail</a><br/> - - - <a href='services_publicfile.html'> - publicfile</a><br/> - - - <a href='services_radius.html'> - radius</a><br/> - - - <a href='services_radvd.html'> - radvd</a><br/> - - - <a href='services_rdisc.html'> - rdisc</a><br/> - - - <a href='services_remotelogin.html'> - remotelogin</a><br/> - - - <a href='services_rlogin.html'> - rlogin</a><br/> - - - <a href='services_roundup.html'> - roundup</a><br/> - - - <a href='services_rpc.html'> - rpc</a><br/> - - - <a href='services_rshd.html'> - rshd</a><br/> - - - <a href='services_rsync.html'> - rsync</a><br/> - - - <a href='services_samba.html'> - samba</a><br/> - - - <a href='services_sasl.html'> - sasl</a><br/> - - - <a href='services_sendmail.html'> - sendmail</a><br/> - - - <a href='services_slrnpull.html'> - slrnpull</a><br/> - - - <a href='services_smartmon.html'> - smartmon</a><br/> - - - <a href='services_snmp.html'> - snmp</a><br/> - - - <a href='services_spamassassin.html'> - spamassassin</a><br/> - - - <a href='services_squid.html'> - squid</a><br/> - - - <a href='services_ssh.html'> - ssh</a><br/> - - - <a href='services_stunnel.html'> - stunnel</a><br/> - - - <a href='services_sysstat.html'> - sysstat</a><br/> - - - <a href='services_tcpd.html'> - tcpd</a><br/> - - - <a href='services_telnet.html'> - telnet</a><br/> - - - <a href='services_tftp.html'> - tftp</a><br/> - - - <a href='services_timidity.html'> - timidity</a><br/> - - - <a href='services_ucspitcp.html'> - ucspitcp</a><br/> - - - <a href='services_uucp.html'> - uucp</a><br/> - - - <a href='services_xfs.html'> - xfs</a><br/> - - - <a href='services_xserver.html'> - xserver</a><br/> - - - <a href='services_zebra.html'> - zebra</a><br/> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: services</h1><p/> -<h2>Module: postfix</h2><p/> - -<a href=#interfaces>Interfaces</a> -<a href=#templates>Templates</a> - -<h3>Description:</h3> - -<p><p>Postfix email server</p></p> - - - -<a name="interfaces"></a> -<h3>Interfaces: </h3> - -<a name="link_postfix_config_filetrans"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>postfix_config_filetrans</b>( - - - - - domain - - - - , - - - - private type - - - - , - - - - object - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Create files with the specified type in -the postfix configuration directories. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -<tr><td> -private type -</td><td> -<p> -The type of the object to be created. -</p> -</td><td> -No -</td></tr> - -<tr><td> -object -</td><td> -<p> -The object class of the object being created. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_postfix_domtrans_map"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>postfix_domtrans_map</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute postfix_map in the postfix_map domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_postfix_domtrans_master"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>postfix_domtrans_master</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute the master postfix program in the -postfix_master domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_postfix_domtrans_user_mail_handler"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>postfix_domtrans_user_mail_handler</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute postfix user mail programs -in their respective domains. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_postfix_dontaudit_rw_local_tcp_sockets"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>postfix_dontaudit_rw_local_tcp_sockets</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to read and -write postfix local delivery -TCP sockets. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_postfix_dontaudit_use_fds"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>postfix_dontaudit_use_fds</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to use -postfix master process file -file descriptors. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_postfix_exec_master"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>postfix_exec_master</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute the master postfix program in the -caller domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_postfix_list_spool"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>postfix_list_spool</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -List postfix mail spool directories. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_postfix_read_config"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>postfix_read_config</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read postfix configuration files. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_postfix_run_map"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>postfix_run_map</b>( - - - - - domain - - - - , - - - - role - - - - , - - - - terminal - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute postfix_map in the postfix_map domain, and -allow the specified role the postfix_map domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -<tr><td> -role -</td><td> -<p> -The role to be allowed the postfix_map domain. -</p> -</td><td> -No -</td></tr> - -<tr><td> -terminal -</td><td> -<p> -The type of the terminal allow the postfix_map domain to use. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_postfix_search_spool"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>postfix_search_spool</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Search postfix mail spool directories. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_postfix_stub"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>postfix_stub</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Postfix stub interface. No access allowed. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -N/A -</p> -</td><td> -Yes -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - -<a name="templates"></a> -<h3>Templates: </h3> - -<a name="link_postfix_domain_template"></a> -<div id="template"> - - -<div id="codeblock"> - -<b>postfix_domain_template</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_postfix_per_userdomain_template"></a> -<div id="template"> - - -<div id="codeblock"> - -<b>postfix_per_userdomain_template</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_postfix_public_domain_template"></a> -<div id="template"> - - -<div id="codeblock"> - -<b>postfix_public_domain_template</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_postfix_server_domain_template"></a> -<div id="template"> - - -<div id="codeblock"> - -<b>postfix_server_domain_template</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_postfix_user_domain_template"></a> -<div id="template"> - - -<div id="codeblock"> - -<b>postfix_user_domain_template</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - -</div> -</body> -</html> diff --git a/www/api-docs/services_postgresql.html b/www/api-docs/services_postgresql.html deleted file mode 100644 index 38ae591..0000000 --- a/www/api-docs/services_postgresql.html +++ /dev/null @@ -1,568 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - - <a href='services_apache.html'> - apache</a><br/> - - - <a href='services_apm.html'> - apm</a><br/> - - - <a href='services_arpwatch.html'> - arpwatch</a><br/> - - - <a href='services_automount.html'> - automount</a><br/> - - - <a href='services_avahi.html'> - avahi</a><br/> - - - <a href='services_bind.html'> - bind</a><br/> - - - <a href='services_bluetooth.html'> - bluetooth</a><br/> - - - <a href='services_canna.html'> - canna</a><br/> - - - <a href='services_comsat.html'> - comsat</a><br/> - - - <a href='services_cpucontrol.html'> - cpucontrol</a><br/> - - - <a href='services_cron.html'> - cron</a><br/> - - - <a href='services_cups.html'> - cups</a><br/> - - - <a href='services_cvs.html'> - cvs</a><br/> - - - <a href='services_cyrus.html'> - cyrus</a><br/> - - - <a href='services_dbskk.html'> - dbskk</a><br/> - - - <a href='services_dbus.html'> - dbus</a><br/> - - - <a href='services_dhcp.html'> - dhcp</a><br/> - - - <a href='services_dictd.html'> - dictd</a><br/> - - - <a href='services_distcc.html'> - distcc</a><br/> - - - <a href='services_djbdns.html'> - djbdns</a><br/> - - - <a href='services_dovecot.html'> - dovecot</a><br/> - - - <a href='services_fetchmail.html'> - fetchmail</a><br/> - - - <a href='services_finger.html'> - finger</a><br/> - - - <a href='services_ftp.html'> - ftp</a><br/> - - - <a href='services_gpm.html'> - gpm</a><br/> - - - <a href='services_hal.html'> - hal</a><br/> - - - <a href='services_howl.html'> - howl</a><br/> - - - <a href='services_i18n_input.html'> - i18n_input</a><br/> - - - <a href='services_inetd.html'> - inetd</a><br/> - - - <a href='services_inn.html'> - inn</a><br/> - - - <a href='services_irqbalance.html'> - irqbalance</a><br/> - - - <a href='services_kerberos.html'> - kerberos</a><br/> - - - <a href='services_ktalk.html'> - ktalk</a><br/> - - - <a href='services_ldap.html'> - ldap</a><br/> - - - <a href='services_lpd.html'> - lpd</a><br/> - - - <a href='services_mailman.html'> - mailman</a><br/> - - - <a href='services_mta.html'> - mta</a><br/> - - - <a href='services_mysql.html'> - mysql</a><br/> - - - <a href='services_networkmanager.html'> - networkmanager</a><br/> - - - <a href='services_nis.html'> - nis</a><br/> - - - <a href='services_nscd.html'> - nscd</a><br/> - - - <a href='services_ntp.html'> - ntp</a><br/> - - - <a href='services_openct.html'> - openct</a><br/> - - - <a href='services_pegasus.html'> - pegasus</a><br/> - - - <a href='services_portmap.html'> - portmap</a><br/> - - - <a href='services_postfix.html'> - postfix</a><br/> - - - <a href='services_postgresql.html'> - postgresql</a><br/> - - - <a href='services_ppp.html'> - ppp</a><br/> - - - <a href='services_privoxy.html'> - privoxy</a><br/> - - - <a href='services_procmail.html'> - procmail</a><br/> - - - <a href='services_publicfile.html'> - publicfile</a><br/> - - - <a href='services_radius.html'> - radius</a><br/> - - - <a href='services_radvd.html'> - radvd</a><br/> - - - <a href='services_rdisc.html'> - rdisc</a><br/> - - - <a href='services_remotelogin.html'> - remotelogin</a><br/> - - - <a href='services_rlogin.html'> - rlogin</a><br/> - - - <a href='services_roundup.html'> - roundup</a><br/> - - - <a href='services_rpc.html'> - rpc</a><br/> - - - <a href='services_rshd.html'> - rshd</a><br/> - - - <a href='services_rsync.html'> - rsync</a><br/> - - - <a href='services_samba.html'> - samba</a><br/> - - - <a href='services_sasl.html'> - sasl</a><br/> - - - <a href='services_sendmail.html'> - sendmail</a><br/> - - - <a href='services_slrnpull.html'> - slrnpull</a><br/> - - - <a href='services_smartmon.html'> - smartmon</a><br/> - - - <a href='services_snmp.html'> - snmp</a><br/> - - - <a href='services_spamassassin.html'> - spamassassin</a><br/> - - - <a href='services_squid.html'> - squid</a><br/> - - - <a href='services_ssh.html'> - ssh</a><br/> - - - <a href='services_stunnel.html'> - stunnel</a><br/> - - - <a href='services_sysstat.html'> - sysstat</a><br/> - - - <a href='services_tcpd.html'> - tcpd</a><br/> - - - <a href='services_telnet.html'> - telnet</a><br/> - - - <a href='services_tftp.html'> - tftp</a><br/> - - - <a href='services_timidity.html'> - timidity</a><br/> - - - <a href='services_ucspitcp.html'> - ucspitcp</a><br/> - - - <a href='services_uucp.html'> - uucp</a><br/> - - - <a href='services_xfs.html'> - xfs</a><br/> - - - <a href='services_xserver.html'> - xserver</a><br/> - - - <a href='services_zebra.html'> - zebra</a><br/> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: services</h1><p/> -<h2>Module: postgresql</h2><p/> - -<h3>Description:</h3> - -<p><p>PostgreSQL relational database</p></p> - - - -<a name="interfaces"></a> -<h3>Interfaces: </h3> - -<a name="link_postgresql_domtrans"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>postgresql_domtrans</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute postgresql in the postgresql domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_postgresql_manage_db"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>postgresql_manage_db</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Allow the specified domain to manage postgresql's database. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_postgresql_read_config"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>postgresql_read_config</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Allow the specified domain to read postgresql's etc. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_postgresql_search_db"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>postgresql_search_db</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Allow the specified domain to search postgresql's database directory. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_postgresql_stream_connect"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>postgresql_stream_connect</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Allow the specified domain to connect to postgresql with a unix socket. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_postgresql_tcp_connect"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>postgresql_tcp_connect</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Allow the specified domain to connect to postgresql with a tcp socket. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - - -</div> -</body> -</html> diff --git a/www/api-docs/services_ppp.html b/www/api-docs/services_ppp.html deleted file mode 100644 index a71a4cc..0000000 --- a/www/api-docs/services_ppp.html +++ /dev/null @@ -1,611 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - - <a href='services_apache.html'> - apache</a><br/> - - - <a href='services_apm.html'> - apm</a><br/> - - - <a href='services_arpwatch.html'> - arpwatch</a><br/> - - - <a href='services_automount.html'> - automount</a><br/> - - - <a href='services_avahi.html'> - avahi</a><br/> - - - <a href='services_bind.html'> - bind</a><br/> - - - <a href='services_bluetooth.html'> - bluetooth</a><br/> - - - <a href='services_canna.html'> - canna</a><br/> - - - <a href='services_comsat.html'> - comsat</a><br/> - - - <a href='services_cpucontrol.html'> - cpucontrol</a><br/> - - - <a href='services_cron.html'> - cron</a><br/> - - - <a href='services_cups.html'> - cups</a><br/> - - - <a href='services_cvs.html'> - cvs</a><br/> - - - <a href='services_cyrus.html'> - cyrus</a><br/> - - - <a href='services_dbskk.html'> - dbskk</a><br/> - - - <a href='services_dbus.html'> - dbus</a><br/> - - - <a href='services_dhcp.html'> - dhcp</a><br/> - - - <a href='services_dictd.html'> - dictd</a><br/> - - - <a href='services_distcc.html'> - distcc</a><br/> - - - <a href='services_djbdns.html'> - djbdns</a><br/> - - - <a href='services_dovecot.html'> - dovecot</a><br/> - - - <a href='services_fetchmail.html'> - fetchmail</a><br/> - - - <a href='services_finger.html'> - finger</a><br/> - - - <a href='services_ftp.html'> - ftp</a><br/> - - - <a href='services_gpm.html'> - gpm</a><br/> - - - <a href='services_hal.html'> - hal</a><br/> - - - <a href='services_howl.html'> - howl</a><br/> - - - <a href='services_i18n_input.html'> - i18n_input</a><br/> - - - <a href='services_inetd.html'> - inetd</a><br/> - - - <a href='services_inn.html'> - inn</a><br/> - - - <a href='services_irqbalance.html'> - irqbalance</a><br/> - - - <a href='services_kerberos.html'> - kerberos</a><br/> - - - <a href='services_ktalk.html'> - ktalk</a><br/> - - - <a href='services_ldap.html'> - ldap</a><br/> - - - <a href='services_lpd.html'> - lpd</a><br/> - - - <a href='services_mailman.html'> - mailman</a><br/> - - - <a href='services_mta.html'> - mta</a><br/> - - - <a href='services_mysql.html'> - mysql</a><br/> - - - <a href='services_networkmanager.html'> - networkmanager</a><br/> - - - <a href='services_nis.html'> - nis</a><br/> - - - <a href='services_nscd.html'> - nscd</a><br/> - - - <a href='services_ntp.html'> - ntp</a><br/> - - - <a href='services_openct.html'> - openct</a><br/> - - - <a href='services_pegasus.html'> - pegasus</a><br/> - - - <a href='services_portmap.html'> - portmap</a><br/> - - - <a href='services_postfix.html'> - postfix</a><br/> - - - <a href='services_postgresql.html'> - postgresql</a><br/> - - - <a href='services_ppp.html'> - ppp</a><br/> - - - <a href='services_privoxy.html'> - privoxy</a><br/> - - - <a href='services_procmail.html'> - procmail</a><br/> - - - <a href='services_publicfile.html'> - publicfile</a><br/> - - - <a href='services_radius.html'> - radius</a><br/> - - - <a href='services_radvd.html'> - radvd</a><br/> - - - <a href='services_rdisc.html'> - rdisc</a><br/> - - - <a href='services_remotelogin.html'> - remotelogin</a><br/> - - - <a href='services_rlogin.html'> - rlogin</a><br/> - - - <a href='services_roundup.html'> - roundup</a><br/> - - - <a href='services_rpc.html'> - rpc</a><br/> - - - <a href='services_rshd.html'> - rshd</a><br/> - - - <a href='services_rsync.html'> - rsync</a><br/> - - - <a href='services_samba.html'> - samba</a><br/> - - - <a href='services_sasl.html'> - sasl</a><br/> - - - <a href='services_sendmail.html'> - sendmail</a><br/> - - - <a href='services_slrnpull.html'> - slrnpull</a><br/> - - - <a href='services_smartmon.html'> - smartmon</a><br/> - - - <a href='services_snmp.html'> - snmp</a><br/> - - - <a href='services_spamassassin.html'> - spamassassin</a><br/> - - - <a href='services_squid.html'> - squid</a><br/> - - - <a href='services_ssh.html'> - ssh</a><br/> - - - <a href='services_stunnel.html'> - stunnel</a><br/> - - - <a href='services_sysstat.html'> - sysstat</a><br/> - - - <a href='services_tcpd.html'> - tcpd</a><br/> - - - <a href='services_telnet.html'> - telnet</a><br/> - - - <a href='services_tftp.html'> - tftp</a><br/> - - - <a href='services_timidity.html'> - timidity</a><br/> - - - <a href='services_ucspitcp.html'> - ucspitcp</a><br/> - - - <a href='services_uucp.html'> - uucp</a><br/> - - - <a href='services_xfs.html'> - xfs</a><br/> - - - <a href='services_xserver.html'> - xserver</a><br/> - - - <a href='services_zebra.html'> - zebra</a><br/> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: services</h1><p/> -<h2>Module: ppp</h2><p/> - -<h3>Description:</h3> - -<p><p>Point to Point Protocol daemon creates links in ppp networks</p></p> - - - -<a name="interfaces"></a> -<h3>Interfaces: </h3> - -<a name="link_ppp_domtrans"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>ppp_domtrans</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute domain in the ppp domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_ppp_dontaudit_use_fds"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>ppp_dontaudit_use_fds</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to inherit -and use PPP file discriptors. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_ppp_run"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>ppp_run</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Unconditionally execute ppp daemon on behalf of a user or staff type. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_ppp_run_cond"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>ppp_run_cond</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Conditionally execute ppp daemon on behalf of a user or staff type. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_ppp_sigchld"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>ppp_sigchld</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send a SIGCHLD signal to PPP. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_ppp_signal"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>ppp_signal</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send a generic signal to PPP. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_ppp_use_fds"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>ppp_use_fds</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Use PPP file discriptors. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - - -</div> -</body> -</html> diff --git a/www/api-docs/services_privoxy.html b/www/api-docs/services_privoxy.html deleted file mode 100644 index 0db57dc..0000000 --- a/www/api-docs/services_privoxy.html +++ /dev/null @@ -1,312 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - - <a href='services_apache.html'> - apache</a><br/> - - - <a href='services_apm.html'> - apm</a><br/> - - - <a href='services_arpwatch.html'> - arpwatch</a><br/> - - - <a href='services_automount.html'> - automount</a><br/> - - - <a href='services_avahi.html'> - avahi</a><br/> - - - <a href='services_bind.html'> - bind</a><br/> - - - <a href='services_bluetooth.html'> - bluetooth</a><br/> - - - <a href='services_canna.html'> - canna</a><br/> - - - <a href='services_comsat.html'> - comsat</a><br/> - - - <a href='services_cpucontrol.html'> - cpucontrol</a><br/> - - - <a href='services_cron.html'> - cron</a><br/> - - - <a href='services_cups.html'> - cups</a><br/> - - - <a href='services_cvs.html'> - cvs</a><br/> - - - <a href='services_cyrus.html'> - cyrus</a><br/> - - - <a href='services_dbskk.html'> - dbskk</a><br/> - - - <a href='services_dbus.html'> - dbus</a><br/> - - - <a href='services_dhcp.html'> - dhcp</a><br/> - - - <a href='services_dictd.html'> - dictd</a><br/> - - - <a href='services_distcc.html'> - distcc</a><br/> - - - <a href='services_djbdns.html'> - djbdns</a><br/> - - - <a href='services_dovecot.html'> - dovecot</a><br/> - - - <a href='services_fetchmail.html'> - fetchmail</a><br/> - - - <a href='services_finger.html'> - finger</a><br/> - - - <a href='services_ftp.html'> - ftp</a><br/> - - - <a href='services_gpm.html'> - gpm</a><br/> - - - <a href='services_hal.html'> - hal</a><br/> - - - <a href='services_howl.html'> - howl</a><br/> - - - <a href='services_i18n_input.html'> - i18n_input</a><br/> - - - <a href='services_inetd.html'> - inetd</a><br/> - - - <a href='services_inn.html'> - inn</a><br/> - - - <a href='services_irqbalance.html'> - irqbalance</a><br/> - - - <a href='services_kerberos.html'> - kerberos</a><br/> - - - <a href='services_ktalk.html'> - ktalk</a><br/> - - - <a href='services_ldap.html'> - ldap</a><br/> - - - <a href='services_lpd.html'> - lpd</a><br/> - - - <a href='services_mailman.html'> - mailman</a><br/> - - - <a href='services_mta.html'> - mta</a><br/> - - - <a href='services_mysql.html'> - mysql</a><br/> - - - <a href='services_networkmanager.html'> - networkmanager</a><br/> - - - <a href='services_nis.html'> - nis</a><br/> - - - <a href='services_nscd.html'> - nscd</a><br/> - - - <a href='services_ntp.html'> - ntp</a><br/> - - - <a href='services_openct.html'> - openct</a><br/> - - - <a href='services_pegasus.html'> - pegasus</a><br/> - - - <a href='services_portmap.html'> - portmap</a><br/> - - - <a href='services_postfix.html'> - postfix</a><br/> - - - <a href='services_postgresql.html'> - postgresql</a><br/> - - - <a href='services_ppp.html'> - ppp</a><br/> - - - <a href='services_privoxy.html'> - privoxy</a><br/> - - - <a href='services_procmail.html'> - procmail</a><br/> - - - <a href='services_publicfile.html'> - publicfile</a><br/> - - - <a href='services_radius.html'> - radius</a><br/> - - - <a href='services_radvd.html'> - radvd</a><br/> - - - <a href='services_rdisc.html'> - rdisc</a><br/> - - - <a href='services_remotelogin.html'> - remotelogin</a><br/> - - - <a href='services_rlogin.html'> - rlogin</a><br/> - - - <a href='services_roundup.html'> - roundup</a><br/> - - - <a href='services_rpc.html'> - rpc</a><br/> - - - <a href='services_rshd.html'> - rshd</a><br/> - - - <a href='services_rsync.html'> - rsync</a><br/> - - - <a href='services_samba.html'> - samba</a><br/> - - - <a href='services_sasl.html'> - sasl</a><br/> - - - <a href='services_sendmail.html'> - sendmail</a><br/> - - - <a href='services_slrnpull.html'> - slrnpull</a><br/> - - - <a href='services_smartmon.html'> - smartmon</a><br/> - - - <a href='services_snmp.html'> - snmp</a><br/> - - - <a href='services_spamassassin.html'> - spamassassin</a><br/> - - - <a href='services_squid.html'> - squid</a><br/> - - - <a href='services_ssh.html'> - ssh</a><br/> - - - <a href='services_stunnel.html'> - stunnel</a><br/> - - - <a href='services_sysstat.html'> - sysstat</a><br/> - - - <a href='services_tcpd.html'> - tcpd</a><br/> - - - <a href='services_telnet.html'> - telnet</a><br/> - - - <a href='services_tftp.html'> - tftp</a><br/> - - - <a href='services_timidity.html'> - timidity</a><br/> - - - <a href='services_ucspitcp.html'> - ucspitcp</a><br/> - - - <a href='services_uucp.html'> - uucp</a><br/> - - - <a href='services_xfs.html'> - xfs</a><br/> - - - <a href='services_xserver.html'> - xserver</a><br/> - - - <a href='services_zebra.html'> - zebra</a><br/> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: services</h1><p/> -<h2>Module: privoxy</h2><p/> - -<h3>Description:</h3> - -<p><p>Privacy enhancing web proxy.</p></p> - - - - - -<h3>No interfaces or templates.</h3> - - -</div> -</body> -</html> diff --git a/www/api-docs/services_procmail.html b/www/api-docs/services_procmail.html deleted file mode 100644 index bb00dd4..0000000 --- a/www/api-docs/services_procmail.html +++ /dev/null @@ -1,400 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - - <a href='services_apache.html'> - apache</a><br/> - - - <a href='services_apm.html'> - apm</a><br/> - - - <a href='services_arpwatch.html'> - arpwatch</a><br/> - - - <a href='services_automount.html'> - automount</a><br/> - - - <a href='services_avahi.html'> - avahi</a><br/> - - - <a href='services_bind.html'> - bind</a><br/> - - - <a href='services_bluetooth.html'> - bluetooth</a><br/> - - - <a href='services_canna.html'> - canna</a><br/> - - - <a href='services_comsat.html'> - comsat</a><br/> - - - <a href='services_cpucontrol.html'> - cpucontrol</a><br/> - - - <a href='services_cron.html'> - cron</a><br/> - - - <a href='services_cups.html'> - cups</a><br/> - - - <a href='services_cvs.html'> - cvs</a><br/> - - - <a href='services_cyrus.html'> - cyrus</a><br/> - - - <a href='services_dbskk.html'> - dbskk</a><br/> - - - <a href='services_dbus.html'> - dbus</a><br/> - - - <a href='services_dhcp.html'> - dhcp</a><br/> - - - <a href='services_dictd.html'> - dictd</a><br/> - - - <a href='services_distcc.html'> - distcc</a><br/> - - - <a href='services_djbdns.html'> - djbdns</a><br/> - - - <a href='services_dovecot.html'> - dovecot</a><br/> - - - <a href='services_fetchmail.html'> - fetchmail</a><br/> - - - <a href='services_finger.html'> - finger</a><br/> - - - <a href='services_ftp.html'> - ftp</a><br/> - - - <a href='services_gpm.html'> - gpm</a><br/> - - - <a href='services_hal.html'> - hal</a><br/> - - - <a href='services_howl.html'> - howl</a><br/> - - - <a href='services_i18n_input.html'> - i18n_input</a><br/> - - - <a href='services_inetd.html'> - inetd</a><br/> - - - <a href='services_inn.html'> - inn</a><br/> - - - <a href='services_irqbalance.html'> - irqbalance</a><br/> - - - <a href='services_kerberos.html'> - kerberos</a><br/> - - - <a href='services_ktalk.html'> - ktalk</a><br/> - - - <a href='services_ldap.html'> - ldap</a><br/> - - - <a href='services_lpd.html'> - lpd</a><br/> - - - <a href='services_mailman.html'> - mailman</a><br/> - - - <a href='services_mta.html'> - mta</a><br/> - - - <a href='services_mysql.html'> - mysql</a><br/> - - - <a href='services_networkmanager.html'> - networkmanager</a><br/> - - - <a href='services_nis.html'> - nis</a><br/> - - - <a href='services_nscd.html'> - nscd</a><br/> - - - <a href='services_ntp.html'> - ntp</a><br/> - - - <a href='services_openct.html'> - openct</a><br/> - - - <a href='services_pegasus.html'> - pegasus</a><br/> - - - <a href='services_portmap.html'> - portmap</a><br/> - - - <a href='services_postfix.html'> - postfix</a><br/> - - - <a href='services_postgresql.html'> - postgresql</a><br/> - - - <a href='services_ppp.html'> - ppp</a><br/> - - - <a href='services_privoxy.html'> - privoxy</a><br/> - - - <a href='services_procmail.html'> - procmail</a><br/> - - - <a href='services_publicfile.html'> - publicfile</a><br/> - - - <a href='services_radius.html'> - radius</a><br/> - - - <a href='services_radvd.html'> - radvd</a><br/> - - - <a href='services_rdisc.html'> - rdisc</a><br/> - - - <a href='services_remotelogin.html'> - remotelogin</a><br/> - - - <a href='services_rlogin.html'> - rlogin</a><br/> - - - <a href='services_roundup.html'> - roundup</a><br/> - - - <a href='services_rpc.html'> - rpc</a><br/> - - - <a href='services_rshd.html'> - rshd</a><br/> - - - <a href='services_rsync.html'> - rsync</a><br/> - - - <a href='services_samba.html'> - samba</a><br/> - - - <a href='services_sasl.html'> - sasl</a><br/> - - - <a href='services_sendmail.html'> - sendmail</a><br/> - - - <a href='services_slrnpull.html'> - slrnpull</a><br/> - - - <a href='services_smartmon.html'> - smartmon</a><br/> - - - <a href='services_snmp.html'> - snmp</a><br/> - - - <a href='services_spamassassin.html'> - spamassassin</a><br/> - - - <a href='services_squid.html'> - squid</a><br/> - - - <a href='services_ssh.html'> - ssh</a><br/> - - - <a href='services_stunnel.html'> - stunnel</a><br/> - - - <a href='services_sysstat.html'> - sysstat</a><br/> - - - <a href='services_tcpd.html'> - tcpd</a><br/> - - - <a href='services_telnet.html'> - telnet</a><br/> - - - <a href='services_tftp.html'> - tftp</a><br/> - - - <a href='services_timidity.html'> - timidity</a><br/> - - - <a href='services_ucspitcp.html'> - ucspitcp</a><br/> - - - <a href='services_uucp.html'> - uucp</a><br/> - - - <a href='services_xfs.html'> - xfs</a><br/> - - - <a href='services_xserver.html'> - xserver</a><br/> - - - <a href='services_zebra.html'> - zebra</a><br/> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: services</h1><p/> -<h2>Module: procmail</h2><p/> - -<h3>Description:</h3> - -<p><p>Procmail mail delivery agent</p></p> - - - -<a name="interfaces"></a> -<h3>Interfaces: </h3> - -<a name="link_procmail_domtrans"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>procmail_domtrans</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute procmail with a domain transition. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_procmail_exec"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>procmail_exec</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute procmail in the caller domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - - -</div> -</body> -</html> diff --git a/www/api-docs/services_publicfile.html b/www/api-docs/services_publicfile.html deleted file mode 100644 index 430ab15..0000000 --- a/www/api-docs/services_publicfile.html +++ /dev/null @@ -1,312 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - - <a href='services_apache.html'> - apache</a><br/> - - - <a href='services_apm.html'> - apm</a><br/> - - - <a href='services_arpwatch.html'> - arpwatch</a><br/> - - - <a href='services_automount.html'> - automount</a><br/> - - - <a href='services_avahi.html'> - avahi</a><br/> - - - <a href='services_bind.html'> - bind</a><br/> - - - <a href='services_bluetooth.html'> - bluetooth</a><br/> - - - <a href='services_canna.html'> - canna</a><br/> - - - <a href='services_comsat.html'> - comsat</a><br/> - - - <a href='services_cpucontrol.html'> - cpucontrol</a><br/> - - - <a href='services_cron.html'> - cron</a><br/> - - - <a href='services_cups.html'> - cups</a><br/> - - - <a href='services_cvs.html'> - cvs</a><br/> - - - <a href='services_cyrus.html'> - cyrus</a><br/> - - - <a href='services_dbskk.html'> - dbskk</a><br/> - - - <a href='services_dbus.html'> - dbus</a><br/> - - - <a href='services_dhcp.html'> - dhcp</a><br/> - - - <a href='services_dictd.html'> - dictd</a><br/> - - - <a href='services_distcc.html'> - distcc</a><br/> - - - <a href='services_djbdns.html'> - djbdns</a><br/> - - - <a href='services_dovecot.html'> - dovecot</a><br/> - - - <a href='services_fetchmail.html'> - fetchmail</a><br/> - - - <a href='services_finger.html'> - finger</a><br/> - - - <a href='services_ftp.html'> - ftp</a><br/> - - - <a href='services_gpm.html'> - gpm</a><br/> - - - <a href='services_hal.html'> - hal</a><br/> - - - <a href='services_howl.html'> - howl</a><br/> - - - <a href='services_i18n_input.html'> - i18n_input</a><br/> - - - <a href='services_inetd.html'> - inetd</a><br/> - - - <a href='services_inn.html'> - inn</a><br/> - - - <a href='services_irqbalance.html'> - irqbalance</a><br/> - - - <a href='services_kerberos.html'> - kerberos</a><br/> - - - <a href='services_ktalk.html'> - ktalk</a><br/> - - - <a href='services_ldap.html'> - ldap</a><br/> - - - <a href='services_lpd.html'> - lpd</a><br/> - - - <a href='services_mailman.html'> - mailman</a><br/> - - - <a href='services_mta.html'> - mta</a><br/> - - - <a href='services_mysql.html'> - mysql</a><br/> - - - <a href='services_networkmanager.html'> - networkmanager</a><br/> - - - <a href='services_nis.html'> - nis</a><br/> - - - <a href='services_nscd.html'> - nscd</a><br/> - - - <a href='services_ntp.html'> - ntp</a><br/> - - - <a href='services_openct.html'> - openct</a><br/> - - - <a href='services_pegasus.html'> - pegasus</a><br/> - - - <a href='services_portmap.html'> - portmap</a><br/> - - - <a href='services_postfix.html'> - postfix</a><br/> - - - <a href='services_postgresql.html'> - postgresql</a><br/> - - - <a href='services_ppp.html'> - ppp</a><br/> - - - <a href='services_privoxy.html'> - privoxy</a><br/> - - - <a href='services_procmail.html'> - procmail</a><br/> - - - <a href='services_publicfile.html'> - publicfile</a><br/> - - - <a href='services_radius.html'> - radius</a><br/> - - - <a href='services_radvd.html'> - radvd</a><br/> - - - <a href='services_rdisc.html'> - rdisc</a><br/> - - - <a href='services_remotelogin.html'> - remotelogin</a><br/> - - - <a href='services_rlogin.html'> - rlogin</a><br/> - - - <a href='services_roundup.html'> - roundup</a><br/> - - - <a href='services_rpc.html'> - rpc</a><br/> - - - <a href='services_rshd.html'> - rshd</a><br/> - - - <a href='services_rsync.html'> - rsync</a><br/> - - - <a href='services_samba.html'> - samba</a><br/> - - - <a href='services_sasl.html'> - sasl</a><br/> - - - <a href='services_sendmail.html'> - sendmail</a><br/> - - - <a href='services_slrnpull.html'> - slrnpull</a><br/> - - - <a href='services_smartmon.html'> - smartmon</a><br/> - - - <a href='services_snmp.html'> - snmp</a><br/> - - - <a href='services_spamassassin.html'> - spamassassin</a><br/> - - - <a href='services_squid.html'> - squid</a><br/> - - - <a href='services_ssh.html'> - ssh</a><br/> - - - <a href='services_stunnel.html'> - stunnel</a><br/> - - - <a href='services_sysstat.html'> - sysstat</a><br/> - - - <a href='services_tcpd.html'> - tcpd</a><br/> - - - <a href='services_telnet.html'> - telnet</a><br/> - - - <a href='services_tftp.html'> - tftp</a><br/> - - - <a href='services_timidity.html'> - timidity</a><br/> - - - <a href='services_ucspitcp.html'> - ucspitcp</a><br/> - - - <a href='services_uucp.html'> - uucp</a><br/> - - - <a href='services_xfs.html'> - xfs</a><br/> - - - <a href='services_xserver.html'> - xserver</a><br/> - - - <a href='services_zebra.html'> - zebra</a><br/> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: services</h1><p/> -<h2>Module: publicfile</h2><p/> - -<h3>Description:</h3> - -<p><p>publicfile supplies files to the public through HTTP and FTP</p></p> - - - - - -<h3>No interfaces or templates.</h3> - - -</div> -</body> -</html> diff --git a/www/api-docs/services_radius.html b/www/api-docs/services_radius.html deleted file mode 100644 index b7ae22a..0000000 --- a/www/api-docs/services_radius.html +++ /dev/null @@ -1,358 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - - <a href='services_apache.html'> - apache</a><br/> - - - <a href='services_apm.html'> - apm</a><br/> - - - <a href='services_arpwatch.html'> - arpwatch</a><br/> - - - <a href='services_automount.html'> - automount</a><br/> - - - <a href='services_avahi.html'> - avahi</a><br/> - - - <a href='services_bind.html'> - bind</a><br/> - - - <a href='services_bluetooth.html'> - bluetooth</a><br/> - - - <a href='services_canna.html'> - canna</a><br/> - - - <a href='services_comsat.html'> - comsat</a><br/> - - - <a href='services_cpucontrol.html'> - cpucontrol</a><br/> - - - <a href='services_cron.html'> - cron</a><br/> - - - <a href='services_cups.html'> - cups</a><br/> - - - <a href='services_cvs.html'> - cvs</a><br/> - - - <a href='services_cyrus.html'> - cyrus</a><br/> - - - <a href='services_dbskk.html'> - dbskk</a><br/> - - - <a href='services_dbus.html'> - dbus</a><br/> - - - <a href='services_dhcp.html'> - dhcp</a><br/> - - - <a href='services_dictd.html'> - dictd</a><br/> - - - <a href='services_distcc.html'> - distcc</a><br/> - - - <a href='services_djbdns.html'> - djbdns</a><br/> - - - <a href='services_dovecot.html'> - dovecot</a><br/> - - - <a href='services_fetchmail.html'> - fetchmail</a><br/> - - - <a href='services_finger.html'> - finger</a><br/> - - - <a href='services_ftp.html'> - ftp</a><br/> - - - <a href='services_gpm.html'> - gpm</a><br/> - - - <a href='services_hal.html'> - hal</a><br/> - - - <a href='services_howl.html'> - howl</a><br/> - - - <a href='services_i18n_input.html'> - i18n_input</a><br/> - - - <a href='services_inetd.html'> - inetd</a><br/> - - - <a href='services_inn.html'> - inn</a><br/> - - - <a href='services_irqbalance.html'> - irqbalance</a><br/> - - - <a href='services_kerberos.html'> - kerberos</a><br/> - - - <a href='services_ktalk.html'> - ktalk</a><br/> - - - <a href='services_ldap.html'> - ldap</a><br/> - - - <a href='services_lpd.html'> - lpd</a><br/> - - - <a href='services_mailman.html'> - mailman</a><br/> - - - <a href='services_mta.html'> - mta</a><br/> - - - <a href='services_mysql.html'> - mysql</a><br/> - - - <a href='services_networkmanager.html'> - networkmanager</a><br/> - - - <a href='services_nis.html'> - nis</a><br/> - - - <a href='services_nscd.html'> - nscd</a><br/> - - - <a href='services_ntp.html'> - ntp</a><br/> - - - <a href='services_openct.html'> - openct</a><br/> - - - <a href='services_pegasus.html'> - pegasus</a><br/> - - - <a href='services_portmap.html'> - portmap</a><br/> - - - <a href='services_postfix.html'> - postfix</a><br/> - - - <a href='services_postgresql.html'> - postgresql</a><br/> - - - <a href='services_ppp.html'> - ppp</a><br/> - - - <a href='services_privoxy.html'> - privoxy</a><br/> - - - <a href='services_procmail.html'> - procmail</a><br/> - - - <a href='services_publicfile.html'> - publicfile</a><br/> - - - <a href='services_radius.html'> - radius</a><br/> - - - <a href='services_radvd.html'> - radvd</a><br/> - - - <a href='services_rdisc.html'> - rdisc</a><br/> - - - <a href='services_remotelogin.html'> - remotelogin</a><br/> - - - <a href='services_rlogin.html'> - rlogin</a><br/> - - - <a href='services_roundup.html'> - roundup</a><br/> - - - <a href='services_rpc.html'> - rpc</a><br/> - - - <a href='services_rshd.html'> - rshd</a><br/> - - - <a href='services_rsync.html'> - rsync</a><br/> - - - <a href='services_samba.html'> - samba</a><br/> - - - <a href='services_sasl.html'> - sasl</a><br/> - - - <a href='services_sendmail.html'> - sendmail</a><br/> - - - <a href='services_slrnpull.html'> - slrnpull</a><br/> - - - <a href='services_smartmon.html'> - smartmon</a><br/> - - - <a href='services_snmp.html'> - snmp</a><br/> - - - <a href='services_spamassassin.html'> - spamassassin</a><br/> - - - <a href='services_squid.html'> - squid</a><br/> - - - <a href='services_ssh.html'> - ssh</a><br/> - - - <a href='services_stunnel.html'> - stunnel</a><br/> - - - <a href='services_sysstat.html'> - sysstat</a><br/> - - - <a href='services_tcpd.html'> - tcpd</a><br/> - - - <a href='services_telnet.html'> - telnet</a><br/> - - - <a href='services_tftp.html'> - tftp</a><br/> - - - <a href='services_timidity.html'> - timidity</a><br/> - - - <a href='services_ucspitcp.html'> - ucspitcp</a><br/> - - - <a href='services_uucp.html'> - uucp</a><br/> - - - <a href='services_xfs.html'> - xfs</a><br/> - - - <a href='services_xserver.html'> - xserver</a><br/> - - - <a href='services_zebra.html'> - zebra</a><br/> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: services</h1><p/> -<h2>Module: radius</h2><p/> - -<h3>Description:</h3> - -<p><p>RADIUS authentication and accounting server.</p></p> - - - -<a name="interfaces"></a> -<h3>Interfaces: </h3> - -<a name="link_radius_use"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>radius_use</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Use radius over a UDP connection. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - - -</div> -</body> -</html> diff --git a/www/api-docs/services_radvd.html b/www/api-docs/services_radvd.html deleted file mode 100644 index 11b446c..0000000 --- a/www/api-docs/services_radvd.html +++ /dev/null @@ -1,312 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - - <a href='services_apache.html'> - apache</a><br/> - - - <a href='services_apm.html'> - apm</a><br/> - - - <a href='services_arpwatch.html'> - arpwatch</a><br/> - - - <a href='services_automount.html'> - automount</a><br/> - - - <a href='services_avahi.html'> - avahi</a><br/> - - - <a href='services_bind.html'> - bind</a><br/> - - - <a href='services_bluetooth.html'> - bluetooth</a><br/> - - - <a href='services_canna.html'> - canna</a><br/> - - - <a href='services_comsat.html'> - comsat</a><br/> - - - <a href='services_cpucontrol.html'> - cpucontrol</a><br/> - - - <a href='services_cron.html'> - cron</a><br/> - - - <a href='services_cups.html'> - cups</a><br/> - - - <a href='services_cvs.html'> - cvs</a><br/> - - - <a href='services_cyrus.html'> - cyrus</a><br/> - - - <a href='services_dbskk.html'> - dbskk</a><br/> - - - <a href='services_dbus.html'> - dbus</a><br/> - - - <a href='services_dhcp.html'> - dhcp</a><br/> - - - <a href='services_dictd.html'> - dictd</a><br/> - - - <a href='services_distcc.html'> - distcc</a><br/> - - - <a href='services_djbdns.html'> - djbdns</a><br/> - - - <a href='services_dovecot.html'> - dovecot</a><br/> - - - <a href='services_fetchmail.html'> - fetchmail</a><br/> - - - <a href='services_finger.html'> - finger</a><br/> - - - <a href='services_ftp.html'> - ftp</a><br/> - - - <a href='services_gpm.html'> - gpm</a><br/> - - - <a href='services_hal.html'> - hal</a><br/> - - - <a href='services_howl.html'> - howl</a><br/> - - - <a href='services_i18n_input.html'> - i18n_input</a><br/> - - - <a href='services_inetd.html'> - inetd</a><br/> - - - <a href='services_inn.html'> - inn</a><br/> - - - <a href='services_irqbalance.html'> - irqbalance</a><br/> - - - <a href='services_kerberos.html'> - kerberos</a><br/> - - - <a href='services_ktalk.html'> - ktalk</a><br/> - - - <a href='services_ldap.html'> - ldap</a><br/> - - - <a href='services_lpd.html'> - lpd</a><br/> - - - <a href='services_mailman.html'> - mailman</a><br/> - - - <a href='services_mta.html'> - mta</a><br/> - - - <a href='services_mysql.html'> - mysql</a><br/> - - - <a href='services_networkmanager.html'> - networkmanager</a><br/> - - - <a href='services_nis.html'> - nis</a><br/> - - - <a href='services_nscd.html'> - nscd</a><br/> - - - <a href='services_ntp.html'> - ntp</a><br/> - - - <a href='services_openct.html'> - openct</a><br/> - - - <a href='services_pegasus.html'> - pegasus</a><br/> - - - <a href='services_portmap.html'> - portmap</a><br/> - - - <a href='services_postfix.html'> - postfix</a><br/> - - - <a href='services_postgresql.html'> - postgresql</a><br/> - - - <a href='services_ppp.html'> - ppp</a><br/> - - - <a href='services_privoxy.html'> - privoxy</a><br/> - - - <a href='services_procmail.html'> - procmail</a><br/> - - - <a href='services_publicfile.html'> - publicfile</a><br/> - - - <a href='services_radius.html'> - radius</a><br/> - - - <a href='services_radvd.html'> - radvd</a><br/> - - - <a href='services_rdisc.html'> - rdisc</a><br/> - - - <a href='services_remotelogin.html'> - remotelogin</a><br/> - - - <a href='services_rlogin.html'> - rlogin</a><br/> - - - <a href='services_roundup.html'> - roundup</a><br/> - - - <a href='services_rpc.html'> - rpc</a><br/> - - - <a href='services_rshd.html'> - rshd</a><br/> - - - <a href='services_rsync.html'> - rsync</a><br/> - - - <a href='services_samba.html'> - samba</a><br/> - - - <a href='services_sasl.html'> - sasl</a><br/> - - - <a href='services_sendmail.html'> - sendmail</a><br/> - - - <a href='services_slrnpull.html'> - slrnpull</a><br/> - - - <a href='services_smartmon.html'> - smartmon</a><br/> - - - <a href='services_snmp.html'> - snmp</a><br/> - - - <a href='services_spamassassin.html'> - spamassassin</a><br/> - - - <a href='services_squid.html'> - squid</a><br/> - - - <a href='services_ssh.html'> - ssh</a><br/> - - - <a href='services_stunnel.html'> - stunnel</a><br/> - - - <a href='services_sysstat.html'> - sysstat</a><br/> - - - <a href='services_tcpd.html'> - tcpd</a><br/> - - - <a href='services_telnet.html'> - telnet</a><br/> - - - <a href='services_tftp.html'> - tftp</a><br/> - - - <a href='services_timidity.html'> - timidity</a><br/> - - - <a href='services_ucspitcp.html'> - ucspitcp</a><br/> - - - <a href='services_uucp.html'> - uucp</a><br/> - - - <a href='services_xfs.html'> - xfs</a><br/> - - - <a href='services_xserver.html'> - xserver</a><br/> - - - <a href='services_zebra.html'> - zebra</a><br/> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: services</h1><p/> -<h2>Module: radvd</h2><p/> - -<h3>Description:</h3> - -<p><p>IPv6 router advertisement daemon</p></p> - - - - - -<h3>No interfaces or templates.</h3> - - -</div> -</body> -</html> diff --git a/www/api-docs/services_rdisc.html b/www/api-docs/services_rdisc.html deleted file mode 100644 index 7596239..0000000 --- a/www/api-docs/services_rdisc.html +++ /dev/null @@ -1,312 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - - <a href='services_apache.html'> - apache</a><br/> - - - <a href='services_apm.html'> - apm</a><br/> - - - <a href='services_arpwatch.html'> - arpwatch</a><br/> - - - <a href='services_automount.html'> - automount</a><br/> - - - <a href='services_avahi.html'> - avahi</a><br/> - - - <a href='services_bind.html'> - bind</a><br/> - - - <a href='services_bluetooth.html'> - bluetooth</a><br/> - - - <a href='services_canna.html'> - canna</a><br/> - - - <a href='services_comsat.html'> - comsat</a><br/> - - - <a href='services_cpucontrol.html'> - cpucontrol</a><br/> - - - <a href='services_cron.html'> - cron</a><br/> - - - <a href='services_cups.html'> - cups</a><br/> - - - <a href='services_cvs.html'> - cvs</a><br/> - - - <a href='services_cyrus.html'> - cyrus</a><br/> - - - <a href='services_dbskk.html'> - dbskk</a><br/> - - - <a href='services_dbus.html'> - dbus</a><br/> - - - <a href='services_dhcp.html'> - dhcp</a><br/> - - - <a href='services_dictd.html'> - dictd</a><br/> - - - <a href='services_distcc.html'> - distcc</a><br/> - - - <a href='services_djbdns.html'> - djbdns</a><br/> - - - <a href='services_dovecot.html'> - dovecot</a><br/> - - - <a href='services_fetchmail.html'> - fetchmail</a><br/> - - - <a href='services_finger.html'> - finger</a><br/> - - - <a href='services_ftp.html'> - ftp</a><br/> - - - <a href='services_gpm.html'> - gpm</a><br/> - - - <a href='services_hal.html'> - hal</a><br/> - - - <a href='services_howl.html'> - howl</a><br/> - - - <a href='services_i18n_input.html'> - i18n_input</a><br/> - - - <a href='services_inetd.html'> - inetd</a><br/> - - - <a href='services_inn.html'> - inn</a><br/> - - - <a href='services_irqbalance.html'> - irqbalance</a><br/> - - - <a href='services_kerberos.html'> - kerberos</a><br/> - - - <a href='services_ktalk.html'> - ktalk</a><br/> - - - <a href='services_ldap.html'> - ldap</a><br/> - - - <a href='services_lpd.html'> - lpd</a><br/> - - - <a href='services_mailman.html'> - mailman</a><br/> - - - <a href='services_mta.html'> - mta</a><br/> - - - <a href='services_mysql.html'> - mysql</a><br/> - - - <a href='services_networkmanager.html'> - networkmanager</a><br/> - - - <a href='services_nis.html'> - nis</a><br/> - - - <a href='services_nscd.html'> - nscd</a><br/> - - - <a href='services_ntp.html'> - ntp</a><br/> - - - <a href='services_openct.html'> - openct</a><br/> - - - <a href='services_pegasus.html'> - pegasus</a><br/> - - - <a href='services_portmap.html'> - portmap</a><br/> - - - <a href='services_postfix.html'> - postfix</a><br/> - - - <a href='services_postgresql.html'> - postgresql</a><br/> - - - <a href='services_ppp.html'> - ppp</a><br/> - - - <a href='services_privoxy.html'> - privoxy</a><br/> - - - <a href='services_procmail.html'> - procmail</a><br/> - - - <a href='services_publicfile.html'> - publicfile</a><br/> - - - <a href='services_radius.html'> - radius</a><br/> - - - <a href='services_radvd.html'> - radvd</a><br/> - - - <a href='services_rdisc.html'> - rdisc</a><br/> - - - <a href='services_remotelogin.html'> - remotelogin</a><br/> - - - <a href='services_rlogin.html'> - rlogin</a><br/> - - - <a href='services_roundup.html'> - roundup</a><br/> - - - <a href='services_rpc.html'> - rpc</a><br/> - - - <a href='services_rshd.html'> - rshd</a><br/> - - - <a href='services_rsync.html'> - rsync</a><br/> - - - <a href='services_samba.html'> - samba</a><br/> - - - <a href='services_sasl.html'> - sasl</a><br/> - - - <a href='services_sendmail.html'> - sendmail</a><br/> - - - <a href='services_slrnpull.html'> - slrnpull</a><br/> - - - <a href='services_smartmon.html'> - smartmon</a><br/> - - - <a href='services_snmp.html'> - snmp</a><br/> - - - <a href='services_spamassassin.html'> - spamassassin</a><br/> - - - <a href='services_squid.html'> - squid</a><br/> - - - <a href='services_ssh.html'> - ssh</a><br/> - - - <a href='services_stunnel.html'> - stunnel</a><br/> - - - <a href='services_sysstat.html'> - sysstat</a><br/> - - - <a href='services_tcpd.html'> - tcpd</a><br/> - - - <a href='services_telnet.html'> - telnet</a><br/> - - - <a href='services_tftp.html'> - tftp</a><br/> - - - <a href='services_timidity.html'> - timidity</a><br/> - - - <a href='services_ucspitcp.html'> - ucspitcp</a><br/> - - - <a href='services_uucp.html'> - uucp</a><br/> - - - <a href='services_xfs.html'> - xfs</a><br/> - - - <a href='services_xserver.html'> - xserver</a><br/> - - - <a href='services_zebra.html'> - zebra</a><br/> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: services</h1><p/> -<h2>Module: rdisc</h2><p/> - -<h3>Description:</h3> - -<p><p>Network router discovery daemon</p></p> - - - - - -<h3>No interfaces or templates.</h3> - - -</div> -</body> -</html> diff --git a/www/api-docs/services_remotelogin.html b/www/api-docs/services_remotelogin.html deleted file mode 100644 index 1764018..0000000 --- a/www/api-docs/services_remotelogin.html +++ /dev/null @@ -1,358 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - - <a href='services_apache.html'> - apache</a><br/> - - - <a href='services_apm.html'> - apm</a><br/> - - - <a href='services_arpwatch.html'> - arpwatch</a><br/> - - - <a href='services_automount.html'> - automount</a><br/> - - - <a href='services_avahi.html'> - avahi</a><br/> - - - <a href='services_bind.html'> - bind</a><br/> - - - <a href='services_bluetooth.html'> - bluetooth</a><br/> - - - <a href='services_canna.html'> - canna</a><br/> - - - <a href='services_comsat.html'> - comsat</a><br/> - - - <a href='services_cpucontrol.html'> - cpucontrol</a><br/> - - - <a href='services_cron.html'> - cron</a><br/> - - - <a href='services_cups.html'> - cups</a><br/> - - - <a href='services_cvs.html'> - cvs</a><br/> - - - <a href='services_cyrus.html'> - cyrus</a><br/> - - - <a href='services_dbskk.html'> - dbskk</a><br/> - - - <a href='services_dbus.html'> - dbus</a><br/> - - - <a href='services_dhcp.html'> - dhcp</a><br/> - - - <a href='services_dictd.html'> - dictd</a><br/> - - - <a href='services_distcc.html'> - distcc</a><br/> - - - <a href='services_djbdns.html'> - djbdns</a><br/> - - - <a href='services_dovecot.html'> - dovecot</a><br/> - - - <a href='services_fetchmail.html'> - fetchmail</a><br/> - - - <a href='services_finger.html'> - finger</a><br/> - - - <a href='services_ftp.html'> - ftp</a><br/> - - - <a href='services_gpm.html'> - gpm</a><br/> - - - <a href='services_hal.html'> - hal</a><br/> - - - <a href='services_howl.html'> - howl</a><br/> - - - <a href='services_i18n_input.html'> - i18n_input</a><br/> - - - <a href='services_inetd.html'> - inetd</a><br/> - - - <a href='services_inn.html'> - inn</a><br/> - - - <a href='services_irqbalance.html'> - irqbalance</a><br/> - - - <a href='services_kerberos.html'> - kerberos</a><br/> - - - <a href='services_ktalk.html'> - ktalk</a><br/> - - - <a href='services_ldap.html'> - ldap</a><br/> - - - <a href='services_lpd.html'> - lpd</a><br/> - - - <a href='services_mailman.html'> - mailman</a><br/> - - - <a href='services_mta.html'> - mta</a><br/> - - - <a href='services_mysql.html'> - mysql</a><br/> - - - <a href='services_networkmanager.html'> - networkmanager</a><br/> - - - <a href='services_nis.html'> - nis</a><br/> - - - <a href='services_nscd.html'> - nscd</a><br/> - - - <a href='services_ntp.html'> - ntp</a><br/> - - - <a href='services_openct.html'> - openct</a><br/> - - - <a href='services_pegasus.html'> - pegasus</a><br/> - - - <a href='services_portmap.html'> - portmap</a><br/> - - - <a href='services_postfix.html'> - postfix</a><br/> - - - <a href='services_postgresql.html'> - postgresql</a><br/> - - - <a href='services_ppp.html'> - ppp</a><br/> - - - <a href='services_privoxy.html'> - privoxy</a><br/> - - - <a href='services_procmail.html'> - procmail</a><br/> - - - <a href='services_publicfile.html'> - publicfile</a><br/> - - - <a href='services_radius.html'> - radius</a><br/> - - - <a href='services_radvd.html'> - radvd</a><br/> - - - <a href='services_rdisc.html'> - rdisc</a><br/> - - - <a href='services_remotelogin.html'> - remotelogin</a><br/> - - - <a href='services_rlogin.html'> - rlogin</a><br/> - - - <a href='services_roundup.html'> - roundup</a><br/> - - - <a href='services_rpc.html'> - rpc</a><br/> - - - <a href='services_rshd.html'> - rshd</a><br/> - - - <a href='services_rsync.html'> - rsync</a><br/> - - - <a href='services_samba.html'> - samba</a><br/> - - - <a href='services_sasl.html'> - sasl</a><br/> - - - <a href='services_sendmail.html'> - sendmail</a><br/> - - - <a href='services_slrnpull.html'> - slrnpull</a><br/> - - - <a href='services_smartmon.html'> - smartmon</a><br/> - - - <a href='services_snmp.html'> - snmp</a><br/> - - - <a href='services_spamassassin.html'> - spamassassin</a><br/> - - - <a href='services_squid.html'> - squid</a><br/> - - - <a href='services_ssh.html'> - ssh</a><br/> - - - <a href='services_stunnel.html'> - stunnel</a><br/> - - - <a href='services_sysstat.html'> - sysstat</a><br/> - - - <a href='services_tcpd.html'> - tcpd</a><br/> - - - <a href='services_telnet.html'> - telnet</a><br/> - - - <a href='services_tftp.html'> - tftp</a><br/> - - - <a href='services_timidity.html'> - timidity</a><br/> - - - <a href='services_ucspitcp.html'> - ucspitcp</a><br/> - - - <a href='services_uucp.html'> - uucp</a><br/> - - - <a href='services_xfs.html'> - xfs</a><br/> - - - <a href='services_xserver.html'> - xserver</a><br/> - - - <a href='services_zebra.html'> - zebra</a><br/> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: services</h1><p/> -<h2>Module: remotelogin</h2><p/> - -<h3>Description:</h3> - -<p><p>Policy for rshd, rlogind, and telnetd.</p></p> - - - -<a name="interfaces"></a> -<h3>Interfaces: </h3> - -<a name="link_remotelogin_domtrans"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>remotelogin_domtrans</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Domain transition to the remote login domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - - -</div> -</body> -</html> diff --git a/www/api-docs/services_rlogin.html b/www/api-docs/services_rlogin.html deleted file mode 100644 index 49fbf2f..0000000 --- a/www/api-docs/services_rlogin.html +++ /dev/null @@ -1,358 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - - <a href='services_apache.html'> - apache</a><br/> - - - <a href='services_apm.html'> - apm</a><br/> - - - <a href='services_arpwatch.html'> - arpwatch</a><br/> - - - <a href='services_automount.html'> - automount</a><br/> - - - <a href='services_avahi.html'> - avahi</a><br/> - - - <a href='services_bind.html'> - bind</a><br/> - - - <a href='services_bluetooth.html'> - bluetooth</a><br/> - - - <a href='services_canna.html'> - canna</a><br/> - - - <a href='services_comsat.html'> - comsat</a><br/> - - - <a href='services_cpucontrol.html'> - cpucontrol</a><br/> - - - <a href='services_cron.html'> - cron</a><br/> - - - <a href='services_cups.html'> - cups</a><br/> - - - <a href='services_cvs.html'> - cvs</a><br/> - - - <a href='services_cyrus.html'> - cyrus</a><br/> - - - <a href='services_dbskk.html'> - dbskk</a><br/> - - - <a href='services_dbus.html'> - dbus</a><br/> - - - <a href='services_dhcp.html'> - dhcp</a><br/> - - - <a href='services_dictd.html'> - dictd</a><br/> - - - <a href='services_distcc.html'> - distcc</a><br/> - - - <a href='services_djbdns.html'> - djbdns</a><br/> - - - <a href='services_dovecot.html'> - dovecot</a><br/> - - - <a href='services_fetchmail.html'> - fetchmail</a><br/> - - - <a href='services_finger.html'> - finger</a><br/> - - - <a href='services_ftp.html'> - ftp</a><br/> - - - <a href='services_gpm.html'> - gpm</a><br/> - - - <a href='services_hal.html'> - hal</a><br/> - - - <a href='services_howl.html'> - howl</a><br/> - - - <a href='services_i18n_input.html'> - i18n_input</a><br/> - - - <a href='services_inetd.html'> - inetd</a><br/> - - - <a href='services_inn.html'> - inn</a><br/> - - - <a href='services_irqbalance.html'> - irqbalance</a><br/> - - - <a href='services_kerberos.html'> - kerberos</a><br/> - - - <a href='services_ktalk.html'> - ktalk</a><br/> - - - <a href='services_ldap.html'> - ldap</a><br/> - - - <a href='services_lpd.html'> - lpd</a><br/> - - - <a href='services_mailman.html'> - mailman</a><br/> - - - <a href='services_mta.html'> - mta</a><br/> - - - <a href='services_mysql.html'> - mysql</a><br/> - - - <a href='services_networkmanager.html'> - networkmanager</a><br/> - - - <a href='services_nis.html'> - nis</a><br/> - - - <a href='services_nscd.html'> - nscd</a><br/> - - - <a href='services_ntp.html'> - ntp</a><br/> - - - <a href='services_openct.html'> - openct</a><br/> - - - <a href='services_pegasus.html'> - pegasus</a><br/> - - - <a href='services_portmap.html'> - portmap</a><br/> - - - <a href='services_postfix.html'> - postfix</a><br/> - - - <a href='services_postgresql.html'> - postgresql</a><br/> - - - <a href='services_ppp.html'> - ppp</a><br/> - - - <a href='services_privoxy.html'> - privoxy</a><br/> - - - <a href='services_procmail.html'> - procmail</a><br/> - - - <a href='services_publicfile.html'> - publicfile</a><br/> - - - <a href='services_radius.html'> - radius</a><br/> - - - <a href='services_radvd.html'> - radvd</a><br/> - - - <a href='services_rdisc.html'> - rdisc</a><br/> - - - <a href='services_remotelogin.html'> - remotelogin</a><br/> - - - <a href='services_rlogin.html'> - rlogin</a><br/> - - - <a href='services_roundup.html'> - roundup</a><br/> - - - <a href='services_rpc.html'> - rpc</a><br/> - - - <a href='services_rshd.html'> - rshd</a><br/> - - - <a href='services_rsync.html'> - rsync</a><br/> - - - <a href='services_samba.html'> - samba</a><br/> - - - <a href='services_sasl.html'> - sasl</a><br/> - - - <a href='services_sendmail.html'> - sendmail</a><br/> - - - <a href='services_slrnpull.html'> - slrnpull</a><br/> - - - <a href='services_smartmon.html'> - smartmon</a><br/> - - - <a href='services_snmp.html'> - snmp</a><br/> - - - <a href='services_spamassassin.html'> - spamassassin</a><br/> - - - <a href='services_squid.html'> - squid</a><br/> - - - <a href='services_ssh.html'> - ssh</a><br/> - - - <a href='services_stunnel.html'> - stunnel</a><br/> - - - <a href='services_sysstat.html'> - sysstat</a><br/> - - - <a href='services_tcpd.html'> - tcpd</a><br/> - - - <a href='services_telnet.html'> - telnet</a><br/> - - - <a href='services_tftp.html'> - tftp</a><br/> - - - <a href='services_timidity.html'> - timidity</a><br/> - - - <a href='services_ucspitcp.html'> - ucspitcp</a><br/> - - - <a href='services_uucp.html'> - uucp</a><br/> - - - <a href='services_xfs.html'> - xfs</a><br/> - - - <a href='services_xserver.html'> - xserver</a><br/> - - - <a href='services_zebra.html'> - zebra</a><br/> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: services</h1><p/> -<h2>Module: rlogin</h2><p/> - -<h3>Description:</h3> - -<p><p>Remote login daemon</p></p> - - - -<a name="interfaces"></a> -<h3>Interfaces: </h3> - -<a name="link_rlogin_domtrans"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>rlogin_domtrans</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute rlogind in the rlogin domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - - -</div> -</body> -</html> diff --git a/www/api-docs/services_roundup.html b/www/api-docs/services_roundup.html deleted file mode 100644 index 2b28ead..0000000 --- a/www/api-docs/services_roundup.html +++ /dev/null @@ -1,312 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - - <a href='services_apache.html'> - apache</a><br/> - - - <a href='services_apm.html'> - apm</a><br/> - - - <a href='services_arpwatch.html'> - arpwatch</a><br/> - - - <a href='services_automount.html'> - automount</a><br/> - - - <a href='services_avahi.html'> - avahi</a><br/> - - - <a href='services_bind.html'> - bind</a><br/> - - - <a href='services_bluetooth.html'> - bluetooth</a><br/> - - - <a href='services_canna.html'> - canna</a><br/> - - - <a href='services_comsat.html'> - comsat</a><br/> - - - <a href='services_cpucontrol.html'> - cpucontrol</a><br/> - - - <a href='services_cron.html'> - cron</a><br/> - - - <a href='services_cups.html'> - cups</a><br/> - - - <a href='services_cvs.html'> - cvs</a><br/> - - - <a href='services_cyrus.html'> - cyrus</a><br/> - - - <a href='services_dbskk.html'> - dbskk</a><br/> - - - <a href='services_dbus.html'> - dbus</a><br/> - - - <a href='services_dhcp.html'> - dhcp</a><br/> - - - <a href='services_dictd.html'> - dictd</a><br/> - - - <a href='services_distcc.html'> - distcc</a><br/> - - - <a href='services_djbdns.html'> - djbdns</a><br/> - - - <a href='services_dovecot.html'> - dovecot</a><br/> - - - <a href='services_fetchmail.html'> - fetchmail</a><br/> - - - <a href='services_finger.html'> - finger</a><br/> - - - <a href='services_ftp.html'> - ftp</a><br/> - - - <a href='services_gpm.html'> - gpm</a><br/> - - - <a href='services_hal.html'> - hal</a><br/> - - - <a href='services_howl.html'> - howl</a><br/> - - - <a href='services_i18n_input.html'> - i18n_input</a><br/> - - - <a href='services_inetd.html'> - inetd</a><br/> - - - <a href='services_inn.html'> - inn</a><br/> - - - <a href='services_irqbalance.html'> - irqbalance</a><br/> - - - <a href='services_kerberos.html'> - kerberos</a><br/> - - - <a href='services_ktalk.html'> - ktalk</a><br/> - - - <a href='services_ldap.html'> - ldap</a><br/> - - - <a href='services_lpd.html'> - lpd</a><br/> - - - <a href='services_mailman.html'> - mailman</a><br/> - - - <a href='services_mta.html'> - mta</a><br/> - - - <a href='services_mysql.html'> - mysql</a><br/> - - - <a href='services_networkmanager.html'> - networkmanager</a><br/> - - - <a href='services_nis.html'> - nis</a><br/> - - - <a href='services_nscd.html'> - nscd</a><br/> - - - <a href='services_ntp.html'> - ntp</a><br/> - - - <a href='services_openct.html'> - openct</a><br/> - - - <a href='services_pegasus.html'> - pegasus</a><br/> - - - <a href='services_portmap.html'> - portmap</a><br/> - - - <a href='services_postfix.html'> - postfix</a><br/> - - - <a href='services_postgresql.html'> - postgresql</a><br/> - - - <a href='services_ppp.html'> - ppp</a><br/> - - - <a href='services_privoxy.html'> - privoxy</a><br/> - - - <a href='services_procmail.html'> - procmail</a><br/> - - - <a href='services_publicfile.html'> - publicfile</a><br/> - - - <a href='services_radius.html'> - radius</a><br/> - - - <a href='services_radvd.html'> - radvd</a><br/> - - - <a href='services_rdisc.html'> - rdisc</a><br/> - - - <a href='services_remotelogin.html'> - remotelogin</a><br/> - - - <a href='services_rlogin.html'> - rlogin</a><br/> - - - <a href='services_roundup.html'> - roundup</a><br/> - - - <a href='services_rpc.html'> - rpc</a><br/> - - - <a href='services_rshd.html'> - rshd</a><br/> - - - <a href='services_rsync.html'> - rsync</a><br/> - - - <a href='services_samba.html'> - samba</a><br/> - - - <a href='services_sasl.html'> - sasl</a><br/> - - - <a href='services_sendmail.html'> - sendmail</a><br/> - - - <a href='services_slrnpull.html'> - slrnpull</a><br/> - - - <a href='services_smartmon.html'> - smartmon</a><br/> - - - <a href='services_snmp.html'> - snmp</a><br/> - - - <a href='services_spamassassin.html'> - spamassassin</a><br/> - - - <a href='services_squid.html'> - squid</a><br/> - - - <a href='services_ssh.html'> - ssh</a><br/> - - - <a href='services_stunnel.html'> - stunnel</a><br/> - - - <a href='services_sysstat.html'> - sysstat</a><br/> - - - <a href='services_tcpd.html'> - tcpd</a><br/> - - - <a href='services_telnet.html'> - telnet</a><br/> - - - <a href='services_tftp.html'> - tftp</a><br/> - - - <a href='services_timidity.html'> - timidity</a><br/> - - - <a href='services_ucspitcp.html'> - ucspitcp</a><br/> - - - <a href='services_uucp.html'> - uucp</a><br/> - - - <a href='services_xfs.html'> - xfs</a><br/> - - - <a href='services_xserver.html'> - xserver</a><br/> - - - <a href='services_zebra.html'> - zebra</a><br/> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: services</h1><p/> -<h2>Module: roundup</h2><p/> - -<h3>Description:</h3> - -<p><p>Roundup Issue Tracking System policy</p></p> - - - - - -<h3>No interfaces or templates.</h3> - - -</div> -</body> -</html> diff --git a/www/api-docs/services_rpc.html b/www/api-docs/services_rpc.html deleted file mode 100644 index b1d53ac..0000000 --- a/www/api-docs/services_rpc.html +++ /dev/null @@ -1,796 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - - <a href='services_apache.html'> - apache</a><br/> - - - <a href='services_apm.html'> - apm</a><br/> - - - <a href='services_arpwatch.html'> - arpwatch</a><br/> - - - <a href='services_automount.html'> - automount</a><br/> - - - <a href='services_avahi.html'> - avahi</a><br/> - - - <a href='services_bind.html'> - bind</a><br/> - - - <a href='services_bluetooth.html'> - bluetooth</a><br/> - - - <a href='services_canna.html'> - canna</a><br/> - - - <a href='services_comsat.html'> - comsat</a><br/> - - - <a href='services_cpucontrol.html'> - cpucontrol</a><br/> - - - <a href='services_cron.html'> - cron</a><br/> - - - <a href='services_cups.html'> - cups</a><br/> - - - <a href='services_cvs.html'> - cvs</a><br/> - - - <a href='services_cyrus.html'> - cyrus</a><br/> - - - <a href='services_dbskk.html'> - dbskk</a><br/> - - - <a href='services_dbus.html'> - dbus</a><br/> - - - <a href='services_dhcp.html'> - dhcp</a><br/> - - - <a href='services_dictd.html'> - dictd</a><br/> - - - <a href='services_distcc.html'> - distcc</a><br/> - - - <a href='services_djbdns.html'> - djbdns</a><br/> - - - <a href='services_dovecot.html'> - dovecot</a><br/> - - - <a href='services_fetchmail.html'> - fetchmail</a><br/> - - - <a href='services_finger.html'> - finger</a><br/> - - - <a href='services_ftp.html'> - ftp</a><br/> - - - <a href='services_gpm.html'> - gpm</a><br/> - - - <a href='services_hal.html'> - hal</a><br/> - - - <a href='services_howl.html'> - howl</a><br/> - - - <a href='services_i18n_input.html'> - i18n_input</a><br/> - - - <a href='services_inetd.html'> - inetd</a><br/> - - - <a href='services_inn.html'> - inn</a><br/> - - - <a href='services_irqbalance.html'> - irqbalance</a><br/> - - - <a href='services_kerberos.html'> - kerberos</a><br/> - - - <a href='services_ktalk.html'> - ktalk</a><br/> - - - <a href='services_ldap.html'> - ldap</a><br/> - - - <a href='services_lpd.html'> - lpd</a><br/> - - - <a href='services_mailman.html'> - mailman</a><br/> - - - <a href='services_mta.html'> - mta</a><br/> - - - <a href='services_mysql.html'> - mysql</a><br/> - - - <a href='services_networkmanager.html'> - networkmanager</a><br/> - - - <a href='services_nis.html'> - nis</a><br/> - - - <a href='services_nscd.html'> - nscd</a><br/> - - - <a href='services_ntp.html'> - ntp</a><br/> - - - <a href='services_openct.html'> - openct</a><br/> - - - <a href='services_pegasus.html'> - pegasus</a><br/> - - - <a href='services_portmap.html'> - portmap</a><br/> - - - <a href='services_postfix.html'> - postfix</a><br/> - - - <a href='services_postgresql.html'> - postgresql</a><br/> - - - <a href='services_ppp.html'> - ppp</a><br/> - - - <a href='services_privoxy.html'> - privoxy</a><br/> - - - <a href='services_procmail.html'> - procmail</a><br/> - - - <a href='services_publicfile.html'> - publicfile</a><br/> - - - <a href='services_radius.html'> - radius</a><br/> - - - <a href='services_radvd.html'> - radvd</a><br/> - - - <a href='services_rdisc.html'> - rdisc</a><br/> - - - <a href='services_remotelogin.html'> - remotelogin</a><br/> - - - <a href='services_rlogin.html'> - rlogin</a><br/> - - - <a href='services_roundup.html'> - roundup</a><br/> - - - <a href='services_rpc.html'> - rpc</a><br/> - - - <a href='services_rshd.html'> - rshd</a><br/> - - - <a href='services_rsync.html'> - rsync</a><br/> - - - <a href='services_samba.html'> - samba</a><br/> - - - <a href='services_sasl.html'> - sasl</a><br/> - - - <a href='services_sendmail.html'> - sendmail</a><br/> - - - <a href='services_slrnpull.html'> - slrnpull</a><br/> - - - <a href='services_smartmon.html'> - smartmon</a><br/> - - - <a href='services_snmp.html'> - snmp</a><br/> - - - <a href='services_spamassassin.html'> - spamassassin</a><br/> - - - <a href='services_squid.html'> - squid</a><br/> - - - <a href='services_ssh.html'> - ssh</a><br/> - - - <a href='services_stunnel.html'> - stunnel</a><br/> - - - <a href='services_sysstat.html'> - sysstat</a><br/> - - - <a href='services_tcpd.html'> - tcpd</a><br/> - - - <a href='services_telnet.html'> - telnet</a><br/> - - - <a href='services_tftp.html'> - tftp</a><br/> - - - <a href='services_timidity.html'> - timidity</a><br/> - - - <a href='services_ucspitcp.html'> - ucspitcp</a><br/> - - - <a href='services_uucp.html'> - uucp</a><br/> - - - <a href='services_xfs.html'> - xfs</a><br/> - - - <a href='services_xserver.html'> - xserver</a><br/> - - - <a href='services_zebra.html'> - zebra</a><br/> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: services</h1><p/> -<h2>Module: rpc</h2><p/> - -<a href=#interfaces>Interfaces</a> -<a href=#templates>Templates</a> - -<h3>Description:</h3> - -<p><p>Remote Procedure Call Daemon for managment of network based process communication</p></p> - - - -<a name="interfaces"></a> -<h3>Interfaces: </h3> - -<a name="link_rpc_domtrans_nfsd"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>rpc_domtrans_nfsd</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute domain in nfsd domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_rpc_dontaudit_getattr_exports"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>rpc_dontaudit_getattr_exports</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to get the attributes -of the NFS export file. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_rpc_manage_nfs_ro_content"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>rpc_manage_nfs_ro_content</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Allow domain to create read and write NFS directories. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_rpc_manage_nfs_rw_content"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>rpc_manage_nfs_rw_content</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Allow domain to create read and write NFS directories. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_rpc_read_exports"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>rpc_read_exports</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Allow read access to exports. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_rpc_search_nfs_state_data"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>rpc_search_nfs_state_data</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Search NFS state data in /var/lib/nfs. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_rpc_udp_rw_nfs_sockets"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>rpc_udp_rw_nfs_sockets</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Allow domain to read and write to an NFS UDP socket. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_rpc_udp_send"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>rpc_udp_send</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send UDP network traffic to rpc and recieve UDP traffic from rpc. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_rpc_udp_send_nfs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>rpc_udp_send_nfs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send UDP traffic to NFSd. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_rpc_write_exports"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>rpc_write_exports</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Allow write access to exports. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - -<a name="templates"></a> -<h3>Templates: </h3> - -<a name="link_rpc_domain_template"></a> -<div id="template"> - - -<div id="codeblock"> - -<b>rpc_domain_template</b>( - - - - - userdomain_prefix - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -The template to define a rpc domain. -</p> - - -<h5>Description</h5> -<p> -</p><p> -This template creates a domain to be used for -a new rpc daemon. -</p><p> -</p> - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -userdomain_prefix -</td><td> -<p> -The type of daemon to be used. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - -</div> -</body> -</html> diff --git a/www/api-docs/services_rshd.html b/www/api-docs/services_rshd.html deleted file mode 100644 index 6012c4c..0000000 --- a/www/api-docs/services_rshd.html +++ /dev/null @@ -1,358 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - - <a href='services_apache.html'> - apache</a><br/> - - - <a href='services_apm.html'> - apm</a><br/> - - - <a href='services_arpwatch.html'> - arpwatch</a><br/> - - - <a href='services_automount.html'> - automount</a><br/> - - - <a href='services_avahi.html'> - avahi</a><br/> - - - <a href='services_bind.html'> - bind</a><br/> - - - <a href='services_bluetooth.html'> - bluetooth</a><br/> - - - <a href='services_canna.html'> - canna</a><br/> - - - <a href='services_comsat.html'> - comsat</a><br/> - - - <a href='services_cpucontrol.html'> - cpucontrol</a><br/> - - - <a href='services_cron.html'> - cron</a><br/> - - - <a href='services_cups.html'> - cups</a><br/> - - - <a href='services_cvs.html'> - cvs</a><br/> - - - <a href='services_cyrus.html'> - cyrus</a><br/> - - - <a href='services_dbskk.html'> - dbskk</a><br/> - - - <a href='services_dbus.html'> - dbus</a><br/> - - - <a href='services_dhcp.html'> - dhcp</a><br/> - - - <a href='services_dictd.html'> - dictd</a><br/> - - - <a href='services_distcc.html'> - distcc</a><br/> - - - <a href='services_djbdns.html'> - djbdns</a><br/> - - - <a href='services_dovecot.html'> - dovecot</a><br/> - - - <a href='services_fetchmail.html'> - fetchmail</a><br/> - - - <a href='services_finger.html'> - finger</a><br/> - - - <a href='services_ftp.html'> - ftp</a><br/> - - - <a href='services_gpm.html'> - gpm</a><br/> - - - <a href='services_hal.html'> - hal</a><br/> - - - <a href='services_howl.html'> - howl</a><br/> - - - <a href='services_i18n_input.html'> - i18n_input</a><br/> - - - <a href='services_inetd.html'> - inetd</a><br/> - - - <a href='services_inn.html'> - inn</a><br/> - - - <a href='services_irqbalance.html'> - irqbalance</a><br/> - - - <a href='services_kerberos.html'> - kerberos</a><br/> - - - <a href='services_ktalk.html'> - ktalk</a><br/> - - - <a href='services_ldap.html'> - ldap</a><br/> - - - <a href='services_lpd.html'> - lpd</a><br/> - - - <a href='services_mailman.html'> - mailman</a><br/> - - - <a href='services_mta.html'> - mta</a><br/> - - - <a href='services_mysql.html'> - mysql</a><br/> - - - <a href='services_networkmanager.html'> - networkmanager</a><br/> - - - <a href='services_nis.html'> - nis</a><br/> - - - <a href='services_nscd.html'> - nscd</a><br/> - - - <a href='services_ntp.html'> - ntp</a><br/> - - - <a href='services_openct.html'> - openct</a><br/> - - - <a href='services_pegasus.html'> - pegasus</a><br/> - - - <a href='services_portmap.html'> - portmap</a><br/> - - - <a href='services_postfix.html'> - postfix</a><br/> - - - <a href='services_postgresql.html'> - postgresql</a><br/> - - - <a href='services_ppp.html'> - ppp</a><br/> - - - <a href='services_privoxy.html'> - privoxy</a><br/> - - - <a href='services_procmail.html'> - procmail</a><br/> - - - <a href='services_publicfile.html'> - publicfile</a><br/> - - - <a href='services_radius.html'> - radius</a><br/> - - - <a href='services_radvd.html'> - radvd</a><br/> - - - <a href='services_rdisc.html'> - rdisc</a><br/> - - - <a href='services_remotelogin.html'> - remotelogin</a><br/> - - - <a href='services_rlogin.html'> - rlogin</a><br/> - - - <a href='services_roundup.html'> - roundup</a><br/> - - - <a href='services_rpc.html'> - rpc</a><br/> - - - <a href='services_rshd.html'> - rshd</a><br/> - - - <a href='services_rsync.html'> - rsync</a><br/> - - - <a href='services_samba.html'> - samba</a><br/> - - - <a href='services_sasl.html'> - sasl</a><br/> - - - <a href='services_sendmail.html'> - sendmail</a><br/> - - - <a href='services_slrnpull.html'> - slrnpull</a><br/> - - - <a href='services_smartmon.html'> - smartmon</a><br/> - - - <a href='services_snmp.html'> - snmp</a><br/> - - - <a href='services_spamassassin.html'> - spamassassin</a><br/> - - - <a href='services_squid.html'> - squid</a><br/> - - - <a href='services_ssh.html'> - ssh</a><br/> - - - <a href='services_stunnel.html'> - stunnel</a><br/> - - - <a href='services_sysstat.html'> - sysstat</a><br/> - - - <a href='services_tcpd.html'> - tcpd</a><br/> - - - <a href='services_telnet.html'> - telnet</a><br/> - - - <a href='services_tftp.html'> - tftp</a><br/> - - - <a href='services_timidity.html'> - timidity</a><br/> - - - <a href='services_ucspitcp.html'> - ucspitcp</a><br/> - - - <a href='services_uucp.html'> - uucp</a><br/> - - - <a href='services_xfs.html'> - xfs</a><br/> - - - <a href='services_xserver.html'> - xserver</a><br/> - - - <a href='services_zebra.html'> - zebra</a><br/> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: services</h1><p/> -<h2>Module: rshd</h2><p/> - -<h3>Description:</h3> - -<p><p>Remote shell service.</p></p> - - - -<a name="interfaces"></a> -<h3>Interfaces: </h3> - -<a name="link_rshd_domtrans"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>rshd_domtrans</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Domain transition to rshd. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - - -</div> -</body> -</html> diff --git a/www/api-docs/services_rsync.html b/www/api-docs/services_rsync.html deleted file mode 100644 index 902689d..0000000 --- a/www/api-docs/services_rsync.html +++ /dev/null @@ -1,312 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - - <a href='services_apache.html'> - apache</a><br/> - - - <a href='services_apm.html'> - apm</a><br/> - - - <a href='services_arpwatch.html'> - arpwatch</a><br/> - - - <a href='services_automount.html'> - automount</a><br/> - - - <a href='services_avahi.html'> - avahi</a><br/> - - - <a href='services_bind.html'> - bind</a><br/> - - - <a href='services_bluetooth.html'> - bluetooth</a><br/> - - - <a href='services_canna.html'> - canna</a><br/> - - - <a href='services_comsat.html'> - comsat</a><br/> - - - <a href='services_cpucontrol.html'> - cpucontrol</a><br/> - - - <a href='services_cron.html'> - cron</a><br/> - - - <a href='services_cups.html'> - cups</a><br/> - - - <a href='services_cvs.html'> - cvs</a><br/> - - - <a href='services_cyrus.html'> - cyrus</a><br/> - - - <a href='services_dbskk.html'> - dbskk</a><br/> - - - <a href='services_dbus.html'> - dbus</a><br/> - - - <a href='services_dhcp.html'> - dhcp</a><br/> - - - <a href='services_dictd.html'> - dictd</a><br/> - - - <a href='services_distcc.html'> - distcc</a><br/> - - - <a href='services_djbdns.html'> - djbdns</a><br/> - - - <a href='services_dovecot.html'> - dovecot</a><br/> - - - <a href='services_fetchmail.html'> - fetchmail</a><br/> - - - <a href='services_finger.html'> - finger</a><br/> - - - <a href='services_ftp.html'> - ftp</a><br/> - - - <a href='services_gpm.html'> - gpm</a><br/> - - - <a href='services_hal.html'> - hal</a><br/> - - - <a href='services_howl.html'> - howl</a><br/> - - - <a href='services_i18n_input.html'> - i18n_input</a><br/> - - - <a href='services_inetd.html'> - inetd</a><br/> - - - <a href='services_inn.html'> - inn</a><br/> - - - <a href='services_irqbalance.html'> - irqbalance</a><br/> - - - <a href='services_kerberos.html'> - kerberos</a><br/> - - - <a href='services_ktalk.html'> - ktalk</a><br/> - - - <a href='services_ldap.html'> - ldap</a><br/> - - - <a href='services_lpd.html'> - lpd</a><br/> - - - <a href='services_mailman.html'> - mailman</a><br/> - - - <a href='services_mta.html'> - mta</a><br/> - - - <a href='services_mysql.html'> - mysql</a><br/> - - - <a href='services_networkmanager.html'> - networkmanager</a><br/> - - - <a href='services_nis.html'> - nis</a><br/> - - - <a href='services_nscd.html'> - nscd</a><br/> - - - <a href='services_ntp.html'> - ntp</a><br/> - - - <a href='services_openct.html'> - openct</a><br/> - - - <a href='services_pegasus.html'> - pegasus</a><br/> - - - <a href='services_portmap.html'> - portmap</a><br/> - - - <a href='services_postfix.html'> - postfix</a><br/> - - - <a href='services_postgresql.html'> - postgresql</a><br/> - - - <a href='services_ppp.html'> - ppp</a><br/> - - - <a href='services_privoxy.html'> - privoxy</a><br/> - - - <a href='services_procmail.html'> - procmail</a><br/> - - - <a href='services_publicfile.html'> - publicfile</a><br/> - - - <a href='services_radius.html'> - radius</a><br/> - - - <a href='services_radvd.html'> - radvd</a><br/> - - - <a href='services_rdisc.html'> - rdisc</a><br/> - - - <a href='services_remotelogin.html'> - remotelogin</a><br/> - - - <a href='services_rlogin.html'> - rlogin</a><br/> - - - <a href='services_roundup.html'> - roundup</a><br/> - - - <a href='services_rpc.html'> - rpc</a><br/> - - - <a href='services_rshd.html'> - rshd</a><br/> - - - <a href='services_rsync.html'> - rsync</a><br/> - - - <a href='services_samba.html'> - samba</a><br/> - - - <a href='services_sasl.html'> - sasl</a><br/> - - - <a href='services_sendmail.html'> - sendmail</a><br/> - - - <a href='services_slrnpull.html'> - slrnpull</a><br/> - - - <a href='services_smartmon.html'> - smartmon</a><br/> - - - <a href='services_snmp.html'> - snmp</a><br/> - - - <a href='services_spamassassin.html'> - spamassassin</a><br/> - - - <a href='services_squid.html'> - squid</a><br/> - - - <a href='services_ssh.html'> - ssh</a><br/> - - - <a href='services_stunnel.html'> - stunnel</a><br/> - - - <a href='services_sysstat.html'> - sysstat</a><br/> - - - <a href='services_tcpd.html'> - tcpd</a><br/> - - - <a href='services_telnet.html'> - telnet</a><br/> - - - <a href='services_tftp.html'> - tftp</a><br/> - - - <a href='services_timidity.html'> - timidity</a><br/> - - - <a href='services_ucspitcp.html'> - ucspitcp</a><br/> - - - <a href='services_uucp.html'> - uucp</a><br/> - - - <a href='services_xfs.html'> - xfs</a><br/> - - - <a href='services_xserver.html'> - xserver</a><br/> - - - <a href='services_zebra.html'> - zebra</a><br/> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: services</h1><p/> -<h2>Module: rsync</h2><p/> - -<h3>Description:</h3> - -<p><p>Fast incremental file transfer for synchronization</p></p> - - - - - -<h3>No interfaces or templates.</h3> - - -</div> -</body> -</html> diff --git a/www/api-docs/services_samba.html b/www/api-docs/services_samba.html deleted file mode 100644 index 3c2609a..0000000 --- a/www/api-docs/services_samba.html +++ /dev/null @@ -1,1136 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - - <a href='services_apache.html'> - apache</a><br/> - - - <a href='services_apm.html'> - apm</a><br/> - - - <a href='services_arpwatch.html'> - arpwatch</a><br/> - - - <a href='services_automount.html'> - automount</a><br/> - - - <a href='services_avahi.html'> - avahi</a><br/> - - - <a href='services_bind.html'> - bind</a><br/> - - - <a href='services_bluetooth.html'> - bluetooth</a><br/> - - - <a href='services_canna.html'> - canna</a><br/> - - - <a href='services_comsat.html'> - comsat</a><br/> - - - <a href='services_cpucontrol.html'> - cpucontrol</a><br/> - - - <a href='services_cron.html'> - cron</a><br/> - - - <a href='services_cups.html'> - cups</a><br/> - - - <a href='services_cvs.html'> - cvs</a><br/> - - - <a href='services_cyrus.html'> - cyrus</a><br/> - - - <a href='services_dbskk.html'> - dbskk</a><br/> - - - <a href='services_dbus.html'> - dbus</a><br/> - - - <a href='services_dhcp.html'> - dhcp</a><br/> - - - <a href='services_dictd.html'> - dictd</a><br/> - - - <a href='services_distcc.html'> - distcc</a><br/> - - - <a href='services_djbdns.html'> - djbdns</a><br/> - - - <a href='services_dovecot.html'> - dovecot</a><br/> - - - <a href='services_fetchmail.html'> - fetchmail</a><br/> - - - <a href='services_finger.html'> - finger</a><br/> - - - <a href='services_ftp.html'> - ftp</a><br/> - - - <a href='services_gpm.html'> - gpm</a><br/> - - - <a href='services_hal.html'> - hal</a><br/> - - - <a href='services_howl.html'> - howl</a><br/> - - - <a href='services_i18n_input.html'> - i18n_input</a><br/> - - - <a href='services_inetd.html'> - inetd</a><br/> - - - <a href='services_inn.html'> - inn</a><br/> - - - <a href='services_irqbalance.html'> - irqbalance</a><br/> - - - <a href='services_kerberos.html'> - kerberos</a><br/> - - - <a href='services_ktalk.html'> - ktalk</a><br/> - - - <a href='services_ldap.html'> - ldap</a><br/> - - - <a href='services_lpd.html'> - lpd</a><br/> - - - <a href='services_mailman.html'> - mailman</a><br/> - - - <a href='services_mta.html'> - mta</a><br/> - - - <a href='services_mysql.html'> - mysql</a><br/> - - - <a href='services_networkmanager.html'> - networkmanager</a><br/> - - - <a href='services_nis.html'> - nis</a><br/> - - - <a href='services_nscd.html'> - nscd</a><br/> - - - <a href='services_ntp.html'> - ntp</a><br/> - - - <a href='services_openct.html'> - openct</a><br/> - - - <a href='services_pegasus.html'> - pegasus</a><br/> - - - <a href='services_portmap.html'> - portmap</a><br/> - - - <a href='services_postfix.html'> - postfix</a><br/> - - - <a href='services_postgresql.html'> - postgresql</a><br/> - - - <a href='services_ppp.html'> - ppp</a><br/> - - - <a href='services_privoxy.html'> - privoxy</a><br/> - - - <a href='services_procmail.html'> - procmail</a><br/> - - - <a href='services_publicfile.html'> - publicfile</a><br/> - - - <a href='services_radius.html'> - radius</a><br/> - - - <a href='services_radvd.html'> - radvd</a><br/> - - - <a href='services_rdisc.html'> - rdisc</a><br/> - - - <a href='services_remotelogin.html'> - remotelogin</a><br/> - - - <a href='services_rlogin.html'> - rlogin</a><br/> - - - <a href='services_roundup.html'> - roundup</a><br/> - - - <a href='services_rpc.html'> - rpc</a><br/> - - - <a href='services_rshd.html'> - rshd</a><br/> - - - <a href='services_rsync.html'> - rsync</a><br/> - - - <a href='services_samba.html'> - samba</a><br/> - - - <a href='services_sasl.html'> - sasl</a><br/> - - - <a href='services_sendmail.html'> - sendmail</a><br/> - - - <a href='services_slrnpull.html'> - slrnpull</a><br/> - - - <a href='services_smartmon.html'> - smartmon</a><br/> - - - <a href='services_snmp.html'> - snmp</a><br/> - - - <a href='services_spamassassin.html'> - spamassassin</a><br/> - - - <a href='services_squid.html'> - squid</a><br/> - - - <a href='services_ssh.html'> - ssh</a><br/> - - - <a href='services_stunnel.html'> - stunnel</a><br/> - - - <a href='services_sysstat.html'> - sysstat</a><br/> - - - <a href='services_tcpd.html'> - tcpd</a><br/> - - - <a href='services_telnet.html'> - telnet</a><br/> - - - <a href='services_tftp.html'> - tftp</a><br/> - - - <a href='services_timidity.html'> - timidity</a><br/> - - - <a href='services_ucspitcp.html'> - ucspitcp</a><br/> - - - <a href='services_uucp.html'> - uucp</a><br/> - - - <a href='services_xfs.html'> - xfs</a><br/> - - - <a href='services_xserver.html'> - xserver</a><br/> - - - <a href='services_zebra.html'> - zebra</a><br/> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: services</h1><p/> -<h2>Module: samba</h2><p/> - -<a href=#interfaces>Interfaces</a> -<a href=#templates>Templates</a> - -<h3>Description:</h3> - -<p><p> -SMB and CIFS client/server programs for UNIX and -name Service Switch daemon for resolving names -from Windows NT servers. -</p></p> - - - -<a name="interfaces"></a> -<h3>Interfaces: </h3> - -<a name="link_samba_domtrans_net"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>samba_domtrans_net</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute samba net in the samba_net domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_samba_domtrans_smbmount"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>samba_domtrans_smbmount</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute smbmount in the smbmount domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_samba_domtrans_winbind_helper"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>samba_domtrans_winbind_helper</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute winbind_helper in the winbind_helper domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_samba_exec_log"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>samba_exec_log</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute samba log in the caller domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_samba_read_config"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>samba_read_config</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Allow the specified domain to read -samba configuration files. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_samba_read_log"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>samba_read_log</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Allow the specified domain to read samba's log files. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_samba_read_secrets"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>samba_read_secrets</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Allow the specified domain to read samba's secrets. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_samba_read_winbind_pid"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>samba_read_winbind_pid</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Allow the specified domain to read the winbind pid files. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_samba_run_net"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>samba_run_net</b>( - - - - - domain - - - - , - - - - role - - - - , - - - - terminal - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute samba net in the samba_net domain, and -allow the specified role the samba_net domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -<tr><td> -role -</td><td> -<p> -The role to be allowed the samba_net domain. -</p> -</td><td> -No -</td></tr> - -<tr><td> -terminal -</td><td> -<p> -The type of the terminal allow the samba_net domain to use. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_samba_run_winbind_helper"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>samba_run_winbind_helper</b>( - - - - - domain - - - - , - - - - role - - - - , - - - - terminal - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute winbind_helper in the winbind_helper domain, and -allow the specified role the winbind_helper domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -<tr><td> -role -</td><td> -<p> -The role to be allowed the winbind_helper domain. -</p> -</td><td> -No -</td></tr> - -<tr><td> -terminal -</td><td> -<p> -The type of the terminal allow the winbind_helper domain to use. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_samba_rw_config"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>samba_rw_config</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Allow the specified domain to read -and write samba configuration files. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_samba_rw_smbmount_tcp_sockets"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>samba_rw_smbmount_tcp_sockets</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Allow the specified domain to read and write to smbmount tcp sockets. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_samba_rw_var_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>samba_rw_var_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Allow the specified domain to -read and write samba /var files. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_samba_search_var"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>samba_search_var</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Allow the specified domain to search -samba /var directories. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_samba_stream_connect_winbind"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>samba_stream_connect_winbind</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Connect to winbind. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_samba_write_smbmount_tcp_sockets"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>samba_write_smbmount_tcp_sockets</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Allow the specified domain to write to smbmount tcp sockets. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - -<a name="templates"></a> -<h3>Templates: </h3> - -<a name="link_samba_per_userdomain_template"></a> -<div id="template"> - - -<div id="codeblock"> - -<b>samba_per_userdomain_template</b>( - - - - - userdomain_prefix - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -The per user domain template for the samba module. -</p> - - -<h5>Description</h5> -<p> -</p><p> -This template allows smbd to manage files in -a user home directory, creating files with the -correct type. -</p><p> -</p><p> -This template is invoked automatically for each user, and -generally does not need to be invoked directly -by policy writers. -</p><p> -</p> - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -userdomain_prefix -</td><td> -<p> -The prefix of the user domain (e.g., user -is the prefix for user_t). -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - -</div> -</body> -</html> diff --git a/www/api-docs/services_sasl.html b/www/api-docs/services_sasl.html deleted file mode 100644 index 0f58dfe..0000000 --- a/www/api-docs/services_sasl.html +++ /dev/null @@ -1,358 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - - <a href='services_apache.html'> - apache</a><br/> - - - <a href='services_apm.html'> - apm</a><br/> - - - <a href='services_arpwatch.html'> - arpwatch</a><br/> - - - <a href='services_automount.html'> - automount</a><br/> - - - <a href='services_avahi.html'> - avahi</a><br/> - - - <a href='services_bind.html'> - bind</a><br/> - - - <a href='services_bluetooth.html'> - bluetooth</a><br/> - - - <a href='services_canna.html'> - canna</a><br/> - - - <a href='services_comsat.html'> - comsat</a><br/> - - - <a href='services_cpucontrol.html'> - cpucontrol</a><br/> - - - <a href='services_cron.html'> - cron</a><br/> - - - <a href='services_cups.html'> - cups</a><br/> - - - <a href='services_cvs.html'> - cvs</a><br/> - - - <a href='services_cyrus.html'> - cyrus</a><br/> - - - <a href='services_dbskk.html'> - dbskk</a><br/> - - - <a href='services_dbus.html'> - dbus</a><br/> - - - <a href='services_dhcp.html'> - dhcp</a><br/> - - - <a href='services_dictd.html'> - dictd</a><br/> - - - <a href='services_distcc.html'> - distcc</a><br/> - - - <a href='services_djbdns.html'> - djbdns</a><br/> - - - <a href='services_dovecot.html'> - dovecot</a><br/> - - - <a href='services_fetchmail.html'> - fetchmail</a><br/> - - - <a href='services_finger.html'> - finger</a><br/> - - - <a href='services_ftp.html'> - ftp</a><br/> - - - <a href='services_gpm.html'> - gpm</a><br/> - - - <a href='services_hal.html'> - hal</a><br/> - - - <a href='services_howl.html'> - howl</a><br/> - - - <a href='services_i18n_input.html'> - i18n_input</a><br/> - - - <a href='services_inetd.html'> - inetd</a><br/> - - - <a href='services_inn.html'> - inn</a><br/> - - - <a href='services_irqbalance.html'> - irqbalance</a><br/> - - - <a href='services_kerberos.html'> - kerberos</a><br/> - - - <a href='services_ktalk.html'> - ktalk</a><br/> - - - <a href='services_ldap.html'> - ldap</a><br/> - - - <a href='services_lpd.html'> - lpd</a><br/> - - - <a href='services_mailman.html'> - mailman</a><br/> - - - <a href='services_mta.html'> - mta</a><br/> - - - <a href='services_mysql.html'> - mysql</a><br/> - - - <a href='services_networkmanager.html'> - networkmanager</a><br/> - - - <a href='services_nis.html'> - nis</a><br/> - - - <a href='services_nscd.html'> - nscd</a><br/> - - - <a href='services_ntp.html'> - ntp</a><br/> - - - <a href='services_openct.html'> - openct</a><br/> - - - <a href='services_pegasus.html'> - pegasus</a><br/> - - - <a href='services_portmap.html'> - portmap</a><br/> - - - <a href='services_postfix.html'> - postfix</a><br/> - - - <a href='services_postgresql.html'> - postgresql</a><br/> - - - <a href='services_ppp.html'> - ppp</a><br/> - - - <a href='services_privoxy.html'> - privoxy</a><br/> - - - <a href='services_procmail.html'> - procmail</a><br/> - - - <a href='services_publicfile.html'> - publicfile</a><br/> - - - <a href='services_radius.html'> - radius</a><br/> - - - <a href='services_radvd.html'> - radvd</a><br/> - - - <a href='services_rdisc.html'> - rdisc</a><br/> - - - <a href='services_remotelogin.html'> - remotelogin</a><br/> - - - <a href='services_rlogin.html'> - rlogin</a><br/> - - - <a href='services_roundup.html'> - roundup</a><br/> - - - <a href='services_rpc.html'> - rpc</a><br/> - - - <a href='services_rshd.html'> - rshd</a><br/> - - - <a href='services_rsync.html'> - rsync</a><br/> - - - <a href='services_samba.html'> - samba</a><br/> - - - <a href='services_sasl.html'> - sasl</a><br/> - - - <a href='services_sendmail.html'> - sendmail</a><br/> - - - <a href='services_slrnpull.html'> - slrnpull</a><br/> - - - <a href='services_smartmon.html'> - smartmon</a><br/> - - - <a href='services_snmp.html'> - snmp</a><br/> - - - <a href='services_spamassassin.html'> - spamassassin</a><br/> - - - <a href='services_squid.html'> - squid</a><br/> - - - <a href='services_ssh.html'> - ssh</a><br/> - - - <a href='services_stunnel.html'> - stunnel</a><br/> - - - <a href='services_sysstat.html'> - sysstat</a><br/> - - - <a href='services_tcpd.html'> - tcpd</a><br/> - - - <a href='services_telnet.html'> - telnet</a><br/> - - - <a href='services_tftp.html'> - tftp</a><br/> - - - <a href='services_timidity.html'> - timidity</a><br/> - - - <a href='services_ucspitcp.html'> - ucspitcp</a><br/> - - - <a href='services_uucp.html'> - uucp</a><br/> - - - <a href='services_xfs.html'> - xfs</a><br/> - - - <a href='services_xserver.html'> - xserver</a><br/> - - - <a href='services_zebra.html'> - zebra</a><br/> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: services</h1><p/> -<h2>Module: sasl</h2><p/> - -<h3>Description:</h3> - -<p><p>SASL authentication server</p></p> - - - -<a name="interfaces"></a> -<h3>Interfaces: </h3> - -<a name="link_sasl_connect"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>sasl_connect</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Connect to SASL. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - - -</div> -</body> -</html> diff --git a/www/api-docs/services_sendmail.html b/www/api-docs/services_sendmail.html deleted file mode 100644 index 69379ba..0000000 --- a/www/api-docs/services_sendmail.html +++ /dev/null @@ -1,568 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - - <a href='services_apache.html'> - apache</a><br/> - - - <a href='services_apm.html'> - apm</a><br/> - - - <a href='services_arpwatch.html'> - arpwatch</a><br/> - - - <a href='services_automount.html'> - automount</a><br/> - - - <a href='services_avahi.html'> - avahi</a><br/> - - - <a href='services_bind.html'> - bind</a><br/> - - - <a href='services_bluetooth.html'> - bluetooth</a><br/> - - - <a href='services_canna.html'> - canna</a><br/> - - - <a href='services_comsat.html'> - comsat</a><br/> - - - <a href='services_cpucontrol.html'> - cpucontrol</a><br/> - - - <a href='services_cron.html'> - cron</a><br/> - - - <a href='services_cups.html'> - cups</a><br/> - - - <a href='services_cvs.html'> - cvs</a><br/> - - - <a href='services_cyrus.html'> - cyrus</a><br/> - - - <a href='services_dbskk.html'> - dbskk</a><br/> - - - <a href='services_dbus.html'> - dbus</a><br/> - - - <a href='services_dhcp.html'> - dhcp</a><br/> - - - <a href='services_dictd.html'> - dictd</a><br/> - - - <a href='services_distcc.html'> - distcc</a><br/> - - - <a href='services_djbdns.html'> - djbdns</a><br/> - - - <a href='services_dovecot.html'> - dovecot</a><br/> - - - <a href='services_fetchmail.html'> - fetchmail</a><br/> - - - <a href='services_finger.html'> - finger</a><br/> - - - <a href='services_ftp.html'> - ftp</a><br/> - - - <a href='services_gpm.html'> - gpm</a><br/> - - - <a href='services_hal.html'> - hal</a><br/> - - - <a href='services_howl.html'> - howl</a><br/> - - - <a href='services_i18n_input.html'> - i18n_input</a><br/> - - - <a href='services_inetd.html'> - inetd</a><br/> - - - <a href='services_inn.html'> - inn</a><br/> - - - <a href='services_irqbalance.html'> - irqbalance</a><br/> - - - <a href='services_kerberos.html'> - kerberos</a><br/> - - - <a href='services_ktalk.html'> - ktalk</a><br/> - - - <a href='services_ldap.html'> - ldap</a><br/> - - - <a href='services_lpd.html'> - lpd</a><br/> - - - <a href='services_mailman.html'> - mailman</a><br/> - - - <a href='services_mta.html'> - mta</a><br/> - - - <a href='services_mysql.html'> - mysql</a><br/> - - - <a href='services_networkmanager.html'> - networkmanager</a><br/> - - - <a href='services_nis.html'> - nis</a><br/> - - - <a href='services_nscd.html'> - nscd</a><br/> - - - <a href='services_ntp.html'> - ntp</a><br/> - - - <a href='services_openct.html'> - openct</a><br/> - - - <a href='services_pegasus.html'> - pegasus</a><br/> - - - <a href='services_portmap.html'> - portmap</a><br/> - - - <a href='services_postfix.html'> - postfix</a><br/> - - - <a href='services_postgresql.html'> - postgresql</a><br/> - - - <a href='services_ppp.html'> - ppp</a><br/> - - - <a href='services_privoxy.html'> - privoxy</a><br/> - - - <a href='services_procmail.html'> - procmail</a><br/> - - - <a href='services_publicfile.html'> - publicfile</a><br/> - - - <a href='services_radius.html'> - radius</a><br/> - - - <a href='services_radvd.html'> - radvd</a><br/> - - - <a href='services_rdisc.html'> - rdisc</a><br/> - - - <a href='services_remotelogin.html'> - remotelogin</a><br/> - - - <a href='services_rlogin.html'> - rlogin</a><br/> - - - <a href='services_roundup.html'> - roundup</a><br/> - - - <a href='services_rpc.html'> - rpc</a><br/> - - - <a href='services_rshd.html'> - rshd</a><br/> - - - <a href='services_rsync.html'> - rsync</a><br/> - - - <a href='services_samba.html'> - samba</a><br/> - - - <a href='services_sasl.html'> - sasl</a><br/> - - - <a href='services_sendmail.html'> - sendmail</a><br/> - - - <a href='services_slrnpull.html'> - slrnpull</a><br/> - - - <a href='services_smartmon.html'> - smartmon</a><br/> - - - <a href='services_snmp.html'> - snmp</a><br/> - - - <a href='services_spamassassin.html'> - spamassassin</a><br/> - - - <a href='services_squid.html'> - squid</a><br/> - - - <a href='services_ssh.html'> - ssh</a><br/> - - - <a href='services_stunnel.html'> - stunnel</a><br/> - - - <a href='services_sysstat.html'> - sysstat</a><br/> - - - <a href='services_tcpd.html'> - tcpd</a><br/> - - - <a href='services_telnet.html'> - telnet</a><br/> - - - <a href='services_tftp.html'> - tftp</a><br/> - - - <a href='services_timidity.html'> - timidity</a><br/> - - - <a href='services_ucspitcp.html'> - ucspitcp</a><br/> - - - <a href='services_uucp.html'> - uucp</a><br/> - - - <a href='services_xfs.html'> - xfs</a><br/> - - - <a href='services_xserver.html'> - xserver</a><br/> - - - <a href='services_zebra.html'> - zebra</a><br/> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: services</h1><p/> -<h2>Module: sendmail</h2><p/> - -<h3>Description:</h3> - -<p><p>Policy for sendmail.</p></p> - - - -<a name="interfaces"></a> -<h3>Interfaces: </h3> - -<a name="link_sendmail_create_log"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>sendmail_create_log</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Create sendmail logs with the correct type. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_sendmail_domtrans"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>sendmail_domtrans</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Domain transition to sendmail. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_sendmail_manage_log"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>sendmail_manage_log</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Create, read, write, and delete sendmail logs. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_sendmail_rw_tcp_sockets"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>sendmail_rw_tcp_sockets</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read and write sendmail TCP sockets. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_sendmail_rw_unix_stream_sockets"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>sendmail_rw_unix_stream_sockets</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read and write sendmail unix_stream_sockets. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_sendmail_stub"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>sendmail_stub</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Sendmail stub interface. No access allowed. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -N/A -</p> -</td><td> -Yes -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - - -</div> -</body> -</html> diff --git a/www/api-docs/services_slrnpull.html b/www/api-docs/services_slrnpull.html deleted file mode 100644 index 59c4353..0000000 --- a/www/api-docs/services_slrnpull.html +++ /dev/null @@ -1,401 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - - <a href='services_apache.html'> - apache</a><br/> - - - <a href='services_apm.html'> - apm</a><br/> - - - <a href='services_arpwatch.html'> - arpwatch</a><br/> - - - <a href='services_automount.html'> - automount</a><br/> - - - <a href='services_avahi.html'> - avahi</a><br/> - - - <a href='services_bind.html'> - bind</a><br/> - - - <a href='services_bluetooth.html'> - bluetooth</a><br/> - - - <a href='services_canna.html'> - canna</a><br/> - - - <a href='services_comsat.html'> - comsat</a><br/> - - - <a href='services_cpucontrol.html'> - cpucontrol</a><br/> - - - <a href='services_cron.html'> - cron</a><br/> - - - <a href='services_cups.html'> - cups</a><br/> - - - <a href='services_cvs.html'> - cvs</a><br/> - - - <a href='services_cyrus.html'> - cyrus</a><br/> - - - <a href='services_dbskk.html'> - dbskk</a><br/> - - - <a href='services_dbus.html'> - dbus</a><br/> - - - <a href='services_dhcp.html'> - dhcp</a><br/> - - - <a href='services_dictd.html'> - dictd</a><br/> - - - <a href='services_distcc.html'> - distcc</a><br/> - - - <a href='services_djbdns.html'> - djbdns</a><br/> - - - <a href='services_dovecot.html'> - dovecot</a><br/> - - - <a href='services_fetchmail.html'> - fetchmail</a><br/> - - - <a href='services_finger.html'> - finger</a><br/> - - - <a href='services_ftp.html'> - ftp</a><br/> - - - <a href='services_gpm.html'> - gpm</a><br/> - - - <a href='services_hal.html'> - hal</a><br/> - - - <a href='services_howl.html'> - howl</a><br/> - - - <a href='services_i18n_input.html'> - i18n_input</a><br/> - - - <a href='services_inetd.html'> - inetd</a><br/> - - - <a href='services_inn.html'> - inn</a><br/> - - - <a href='services_irqbalance.html'> - irqbalance</a><br/> - - - <a href='services_kerberos.html'> - kerberos</a><br/> - - - <a href='services_ktalk.html'> - ktalk</a><br/> - - - <a href='services_ldap.html'> - ldap</a><br/> - - - <a href='services_lpd.html'> - lpd</a><br/> - - - <a href='services_mailman.html'> - mailman</a><br/> - - - <a href='services_mta.html'> - mta</a><br/> - - - <a href='services_mysql.html'> - mysql</a><br/> - - - <a href='services_networkmanager.html'> - networkmanager</a><br/> - - - <a href='services_nis.html'> - nis</a><br/> - - - <a href='services_nscd.html'> - nscd</a><br/> - - - <a href='services_ntp.html'> - ntp</a><br/> - - - <a href='services_openct.html'> - openct</a><br/> - - - <a href='services_pegasus.html'> - pegasus</a><br/> - - - <a href='services_portmap.html'> - portmap</a><br/> - - - <a href='services_postfix.html'> - postfix</a><br/> - - - <a href='services_postgresql.html'> - postgresql</a><br/> - - - <a href='services_ppp.html'> - ppp</a><br/> - - - <a href='services_privoxy.html'> - privoxy</a><br/> - - - <a href='services_procmail.html'> - procmail</a><br/> - - - <a href='services_publicfile.html'> - publicfile</a><br/> - - - <a href='services_radius.html'> - radius</a><br/> - - - <a href='services_radvd.html'> - radvd</a><br/> - - - <a href='services_rdisc.html'> - rdisc</a><br/> - - - <a href='services_remotelogin.html'> - remotelogin</a><br/> - - - <a href='services_rlogin.html'> - rlogin</a><br/> - - - <a href='services_roundup.html'> - roundup</a><br/> - - - <a href='services_rpc.html'> - rpc</a><br/> - - - <a href='services_rshd.html'> - rshd</a><br/> - - - <a href='services_rsync.html'> - rsync</a><br/> - - - <a href='services_samba.html'> - samba</a><br/> - - - <a href='services_sasl.html'> - sasl</a><br/> - - - <a href='services_sendmail.html'> - sendmail</a><br/> - - - <a href='services_slrnpull.html'> - slrnpull</a><br/> - - - <a href='services_smartmon.html'> - smartmon</a><br/> - - - <a href='services_snmp.html'> - snmp</a><br/> - - - <a href='services_spamassassin.html'> - spamassassin</a><br/> - - - <a href='services_squid.html'> - squid</a><br/> - - - <a href='services_ssh.html'> - ssh</a><br/> - - - <a href='services_stunnel.html'> - stunnel</a><br/> - - - <a href='services_sysstat.html'> - sysstat</a><br/> - - - <a href='services_tcpd.html'> - tcpd</a><br/> - - - <a href='services_telnet.html'> - telnet</a><br/> - - - <a href='services_tftp.html'> - tftp</a><br/> - - - <a href='services_timidity.html'> - timidity</a><br/> - - - <a href='services_ucspitcp.html'> - ucspitcp</a><br/> - - - <a href='services_uucp.html'> - uucp</a><br/> - - - <a href='services_xfs.html'> - xfs</a><br/> - - - <a href='services_xserver.html'> - xserver</a><br/> - - - <a href='services_zebra.html'> - zebra</a><br/> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: services</h1><p/> -<h2>Module: slrnpull</h2><p/> - -<h3>Description:</h3> - -<p><p>Service for downloading news feeds the slrn newsreader.</p></p> - - - -<a name="interfaces"></a> -<h3>Interfaces: </h3> - -<a name="link_slrnpull_manage_spool"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>slrnpull_manage_spool</b>( - - - - - pty_type - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Allow the domain to create, read, -write, and delete slrnpull spools. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -pty_type -</td><td> -<p> -domain allowed access -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_slrnpull_search_spool"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>slrnpull_search_spool</b>( - - - - - pty_type - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Allow the domain to search slrnpull spools. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -pty_type -</td><td> -<p> -domain allowed access -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - - -</div> -</body> -</html> diff --git a/www/api-docs/services_smartmon.html b/www/api-docs/services_smartmon.html deleted file mode 100644 index b5d8ea9..0000000 --- a/www/api-docs/services_smartmon.html +++ /dev/null @@ -1,358 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - - <a href='services_apache.html'> - apache</a><br/> - - - <a href='services_apm.html'> - apm</a><br/> - - - <a href='services_arpwatch.html'> - arpwatch</a><br/> - - - <a href='services_automount.html'> - automount</a><br/> - - - <a href='services_avahi.html'> - avahi</a><br/> - - - <a href='services_bind.html'> - bind</a><br/> - - - <a href='services_bluetooth.html'> - bluetooth</a><br/> - - - <a href='services_canna.html'> - canna</a><br/> - - - <a href='services_comsat.html'> - comsat</a><br/> - - - <a href='services_cpucontrol.html'> - cpucontrol</a><br/> - - - <a href='services_cron.html'> - cron</a><br/> - - - <a href='services_cups.html'> - cups</a><br/> - - - <a href='services_cvs.html'> - cvs</a><br/> - - - <a href='services_cyrus.html'> - cyrus</a><br/> - - - <a href='services_dbskk.html'> - dbskk</a><br/> - - - <a href='services_dbus.html'> - dbus</a><br/> - - - <a href='services_dhcp.html'> - dhcp</a><br/> - - - <a href='services_dictd.html'> - dictd</a><br/> - - - <a href='services_distcc.html'> - distcc</a><br/> - - - <a href='services_djbdns.html'> - djbdns</a><br/> - - - <a href='services_dovecot.html'> - dovecot</a><br/> - - - <a href='services_fetchmail.html'> - fetchmail</a><br/> - - - <a href='services_finger.html'> - finger</a><br/> - - - <a href='services_ftp.html'> - ftp</a><br/> - - - <a href='services_gpm.html'> - gpm</a><br/> - - - <a href='services_hal.html'> - hal</a><br/> - - - <a href='services_howl.html'> - howl</a><br/> - - - <a href='services_i18n_input.html'> - i18n_input</a><br/> - - - <a href='services_inetd.html'> - inetd</a><br/> - - - <a href='services_inn.html'> - inn</a><br/> - - - <a href='services_irqbalance.html'> - irqbalance</a><br/> - - - <a href='services_kerberos.html'> - kerberos</a><br/> - - - <a href='services_ktalk.html'> - ktalk</a><br/> - - - <a href='services_ldap.html'> - ldap</a><br/> - - - <a href='services_lpd.html'> - lpd</a><br/> - - - <a href='services_mailman.html'> - mailman</a><br/> - - - <a href='services_mta.html'> - mta</a><br/> - - - <a href='services_mysql.html'> - mysql</a><br/> - - - <a href='services_networkmanager.html'> - networkmanager</a><br/> - - - <a href='services_nis.html'> - nis</a><br/> - - - <a href='services_nscd.html'> - nscd</a><br/> - - - <a href='services_ntp.html'> - ntp</a><br/> - - - <a href='services_openct.html'> - openct</a><br/> - - - <a href='services_pegasus.html'> - pegasus</a><br/> - - - <a href='services_portmap.html'> - portmap</a><br/> - - - <a href='services_postfix.html'> - postfix</a><br/> - - - <a href='services_postgresql.html'> - postgresql</a><br/> - - - <a href='services_ppp.html'> - ppp</a><br/> - - - <a href='services_privoxy.html'> - privoxy</a><br/> - - - <a href='services_procmail.html'> - procmail</a><br/> - - - <a href='services_publicfile.html'> - publicfile</a><br/> - - - <a href='services_radius.html'> - radius</a><br/> - - - <a href='services_radvd.html'> - radvd</a><br/> - - - <a href='services_rdisc.html'> - rdisc</a><br/> - - - <a href='services_remotelogin.html'> - remotelogin</a><br/> - - - <a href='services_rlogin.html'> - rlogin</a><br/> - - - <a href='services_roundup.html'> - roundup</a><br/> - - - <a href='services_rpc.html'> - rpc</a><br/> - - - <a href='services_rshd.html'> - rshd</a><br/> - - - <a href='services_rsync.html'> - rsync</a><br/> - - - <a href='services_samba.html'> - samba</a><br/> - - - <a href='services_sasl.html'> - sasl</a><br/> - - - <a href='services_sendmail.html'> - sendmail</a><br/> - - - <a href='services_slrnpull.html'> - slrnpull</a><br/> - - - <a href='services_smartmon.html'> - smartmon</a><br/> - - - <a href='services_snmp.html'> - snmp</a><br/> - - - <a href='services_spamassassin.html'> - spamassassin</a><br/> - - - <a href='services_squid.html'> - squid</a><br/> - - - <a href='services_ssh.html'> - ssh</a><br/> - - - <a href='services_stunnel.html'> - stunnel</a><br/> - - - <a href='services_sysstat.html'> - sysstat</a><br/> - - - <a href='services_tcpd.html'> - tcpd</a><br/> - - - <a href='services_telnet.html'> - telnet</a><br/> - - - <a href='services_tftp.html'> - tftp</a><br/> - - - <a href='services_timidity.html'> - timidity</a><br/> - - - <a href='services_ucspitcp.html'> - ucspitcp</a><br/> - - - <a href='services_uucp.html'> - uucp</a><br/> - - - <a href='services_xfs.html'> - xfs</a><br/> - - - <a href='services_xserver.html'> - xserver</a><br/> - - - <a href='services_zebra.html'> - zebra</a><br/> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: services</h1><p/> -<h2>Module: smartmon</h2><p/> - -<h3>Description:</h3> - -<p><p>Smart disk monitoring daemon policy</p></p> - - - -<a name="interfaces"></a> -<h3>Interfaces: </h3> - -<a name="link_smartmon_read_tmp_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>smartmon_read_tmp_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Allow caller to read smartmon temporary files. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The process type reading the temporary files. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - - -</div> -</body> -</html> diff --git a/www/api-docs/services_snmp.html b/www/api-docs/services_snmp.html deleted file mode 100644 index 602a07f..0000000 --- a/www/api-docs/services_snmp.html +++ /dev/null @@ -1,442 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - - <a href='services_apache.html'> - apache</a><br/> - - - <a href='services_apm.html'> - apm</a><br/> - - - <a href='services_arpwatch.html'> - arpwatch</a><br/> - - - <a href='services_automount.html'> - automount</a><br/> - - - <a href='services_avahi.html'> - avahi</a><br/> - - - <a href='services_bind.html'> - bind</a><br/> - - - <a href='services_bluetooth.html'> - bluetooth</a><br/> - - - <a href='services_canna.html'> - canna</a><br/> - - - <a href='services_comsat.html'> - comsat</a><br/> - - - <a href='services_cpucontrol.html'> - cpucontrol</a><br/> - - - <a href='services_cron.html'> - cron</a><br/> - - - <a href='services_cups.html'> - cups</a><br/> - - - <a href='services_cvs.html'> - cvs</a><br/> - - - <a href='services_cyrus.html'> - cyrus</a><br/> - - - <a href='services_dbskk.html'> - dbskk</a><br/> - - - <a href='services_dbus.html'> - dbus</a><br/> - - - <a href='services_dhcp.html'> - dhcp</a><br/> - - - <a href='services_dictd.html'> - dictd</a><br/> - - - <a href='services_distcc.html'> - distcc</a><br/> - - - <a href='services_djbdns.html'> - djbdns</a><br/> - - - <a href='services_dovecot.html'> - dovecot</a><br/> - - - <a href='services_fetchmail.html'> - fetchmail</a><br/> - - - <a href='services_finger.html'> - finger</a><br/> - - - <a href='services_ftp.html'> - ftp</a><br/> - - - <a href='services_gpm.html'> - gpm</a><br/> - - - <a href='services_hal.html'> - hal</a><br/> - - - <a href='services_howl.html'> - howl</a><br/> - - - <a href='services_i18n_input.html'> - i18n_input</a><br/> - - - <a href='services_inetd.html'> - inetd</a><br/> - - - <a href='services_inn.html'> - inn</a><br/> - - - <a href='services_irqbalance.html'> - irqbalance</a><br/> - - - <a href='services_kerberos.html'> - kerberos</a><br/> - - - <a href='services_ktalk.html'> - ktalk</a><br/> - - - <a href='services_ldap.html'> - ldap</a><br/> - - - <a href='services_lpd.html'> - lpd</a><br/> - - - <a href='services_mailman.html'> - mailman</a><br/> - - - <a href='services_mta.html'> - mta</a><br/> - - - <a href='services_mysql.html'> - mysql</a><br/> - - - <a href='services_networkmanager.html'> - networkmanager</a><br/> - - - <a href='services_nis.html'> - nis</a><br/> - - - <a href='services_nscd.html'> - nscd</a><br/> - - - <a href='services_ntp.html'> - ntp</a><br/> - - - <a href='services_openct.html'> - openct</a><br/> - - - <a href='services_pegasus.html'> - pegasus</a><br/> - - - <a href='services_portmap.html'> - portmap</a><br/> - - - <a href='services_postfix.html'> - postfix</a><br/> - - - <a href='services_postgresql.html'> - postgresql</a><br/> - - - <a href='services_ppp.html'> - ppp</a><br/> - - - <a href='services_privoxy.html'> - privoxy</a><br/> - - - <a href='services_procmail.html'> - procmail</a><br/> - - - <a href='services_publicfile.html'> - publicfile</a><br/> - - - <a href='services_radius.html'> - radius</a><br/> - - - <a href='services_radvd.html'> - radvd</a><br/> - - - <a href='services_rdisc.html'> - rdisc</a><br/> - - - <a href='services_remotelogin.html'> - remotelogin</a><br/> - - - <a href='services_rlogin.html'> - rlogin</a><br/> - - - <a href='services_roundup.html'> - roundup</a><br/> - - - <a href='services_rpc.html'> - rpc</a><br/> - - - <a href='services_rshd.html'> - rshd</a><br/> - - - <a href='services_rsync.html'> - rsync</a><br/> - - - <a href='services_samba.html'> - samba</a><br/> - - - <a href='services_sasl.html'> - sasl</a><br/> - - - <a href='services_sendmail.html'> - sendmail</a><br/> - - - <a href='services_slrnpull.html'> - slrnpull</a><br/> - - - <a href='services_smartmon.html'> - smartmon</a><br/> - - - <a href='services_snmp.html'> - snmp</a><br/> - - - <a href='services_spamassassin.html'> - spamassassin</a><br/> - - - <a href='services_squid.html'> - squid</a><br/> - - - <a href='services_ssh.html'> - ssh</a><br/> - - - <a href='services_stunnel.html'> - stunnel</a><br/> - - - <a href='services_sysstat.html'> - sysstat</a><br/> - - - <a href='services_tcpd.html'> - tcpd</a><br/> - - - <a href='services_telnet.html'> - telnet</a><br/> - - - <a href='services_tftp.html'> - tftp</a><br/> - - - <a href='services_timidity.html'> - timidity</a><br/> - - - <a href='services_ucspitcp.html'> - ucspitcp</a><br/> - - - <a href='services_uucp.html'> - uucp</a><br/> - - - <a href='services_xfs.html'> - xfs</a><br/> - - - <a href='services_xserver.html'> - xserver</a><br/> - - - <a href='services_zebra.html'> - zebra</a><br/> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: services</h1><p/> -<h2>Module: snmp</h2><p/> - -<h3>Description:</h3> - -<p><p>Simple network management protocol services</p></p> - - - -<a name="interfaces"></a> -<h3>Interfaces: </h3> - -<a name="link_snmp_read_snmp_var_lib_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>snmp_read_snmp_var_lib_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read snmpd libraries. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_snmp_tcp_connect"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>snmp_tcp_connect</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Use snmp over a TCP connection. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_snmp_udp_chat"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>snmp_udp_chat</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive UDP traffic to SNMP -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - - -</div> -</body> -</html> diff --git a/www/api-docs/services_spamassassin.html b/www/api-docs/services_spamassassin.html deleted file mode 100644 index 4d54f0f..0000000 --- a/www/api-docs/services_spamassassin.html +++ /dev/null @@ -1,502 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - - <a href='services_apache.html'> - apache</a><br/> - - - <a href='services_apm.html'> - apm</a><br/> - - - <a href='services_arpwatch.html'> - arpwatch</a><br/> - - - <a href='services_automount.html'> - automount</a><br/> - - - <a href='services_avahi.html'> - avahi</a><br/> - - - <a href='services_bind.html'> - bind</a><br/> - - - <a href='services_bluetooth.html'> - bluetooth</a><br/> - - - <a href='services_canna.html'> - canna</a><br/> - - - <a href='services_comsat.html'> - comsat</a><br/> - - - <a href='services_cpucontrol.html'> - cpucontrol</a><br/> - - - <a href='services_cron.html'> - cron</a><br/> - - - <a href='services_cups.html'> - cups</a><br/> - - - <a href='services_cvs.html'> - cvs</a><br/> - - - <a href='services_cyrus.html'> - cyrus</a><br/> - - - <a href='services_dbskk.html'> - dbskk</a><br/> - - - <a href='services_dbus.html'> - dbus</a><br/> - - - <a href='services_dhcp.html'> - dhcp</a><br/> - - - <a href='services_dictd.html'> - dictd</a><br/> - - - <a href='services_distcc.html'> - distcc</a><br/> - - - <a href='services_djbdns.html'> - djbdns</a><br/> - - - <a href='services_dovecot.html'> - dovecot</a><br/> - - - <a href='services_fetchmail.html'> - fetchmail</a><br/> - - - <a href='services_finger.html'> - finger</a><br/> - - - <a href='services_ftp.html'> - ftp</a><br/> - - - <a href='services_gpm.html'> - gpm</a><br/> - - - <a href='services_hal.html'> - hal</a><br/> - - - <a href='services_howl.html'> - howl</a><br/> - - - <a href='services_i18n_input.html'> - i18n_input</a><br/> - - - <a href='services_inetd.html'> - inetd</a><br/> - - - <a href='services_inn.html'> - inn</a><br/> - - - <a href='services_irqbalance.html'> - irqbalance</a><br/> - - - <a href='services_kerberos.html'> - kerberos</a><br/> - - - <a href='services_ktalk.html'> - ktalk</a><br/> - - - <a href='services_ldap.html'> - ldap</a><br/> - - - <a href='services_lpd.html'> - lpd</a><br/> - - - <a href='services_mailman.html'> - mailman</a><br/> - - - <a href='services_mta.html'> - mta</a><br/> - - - <a href='services_mysql.html'> - mysql</a><br/> - - - <a href='services_networkmanager.html'> - networkmanager</a><br/> - - - <a href='services_nis.html'> - nis</a><br/> - - - <a href='services_nscd.html'> - nscd</a><br/> - - - <a href='services_ntp.html'> - ntp</a><br/> - - - <a href='services_openct.html'> - openct</a><br/> - - - <a href='services_pegasus.html'> - pegasus</a><br/> - - - <a href='services_portmap.html'> - portmap</a><br/> - - - <a href='services_postfix.html'> - postfix</a><br/> - - - <a href='services_postgresql.html'> - postgresql</a><br/> - - - <a href='services_ppp.html'> - ppp</a><br/> - - - <a href='services_privoxy.html'> - privoxy</a><br/> - - - <a href='services_procmail.html'> - procmail</a><br/> - - - <a href='services_publicfile.html'> - publicfile</a><br/> - - - <a href='services_radius.html'> - radius</a><br/> - - - <a href='services_radvd.html'> - radvd</a><br/> - - - <a href='services_rdisc.html'> - rdisc</a><br/> - - - <a href='services_remotelogin.html'> - remotelogin</a><br/> - - - <a href='services_rlogin.html'> - rlogin</a><br/> - - - <a href='services_roundup.html'> - roundup</a><br/> - - - <a href='services_rpc.html'> - rpc</a><br/> - - - <a href='services_rshd.html'> - rshd</a><br/> - - - <a href='services_rsync.html'> - rsync</a><br/> - - - <a href='services_samba.html'> - samba</a><br/> - - - <a href='services_sasl.html'> - sasl</a><br/> - - - <a href='services_sendmail.html'> - sendmail</a><br/> - - - <a href='services_slrnpull.html'> - slrnpull</a><br/> - - - <a href='services_smartmon.html'> - smartmon</a><br/> - - - <a href='services_snmp.html'> - snmp</a><br/> - - - <a href='services_spamassassin.html'> - spamassassin</a><br/> - - - <a href='services_squid.html'> - squid</a><br/> - - - <a href='services_ssh.html'> - ssh</a><br/> - - - <a href='services_stunnel.html'> - stunnel</a><br/> - - - <a href='services_sysstat.html'> - sysstat</a><br/> - - - <a href='services_tcpd.html'> - tcpd</a><br/> - - - <a href='services_telnet.html'> - telnet</a><br/> - - - <a href='services_tftp.html'> - tftp</a><br/> - - - <a href='services_timidity.html'> - timidity</a><br/> - - - <a href='services_ucspitcp.html'> - ucspitcp</a><br/> - - - <a href='services_uucp.html'> - uucp</a><br/> - - - <a href='services_xfs.html'> - xfs</a><br/> - - - <a href='services_xserver.html'> - xserver</a><br/> - - - <a href='services_zebra.html'> - zebra</a><br/> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: services</h1><p/> -<h2>Module: spamassassin</h2><p/> - -<a href=#interfaces>Interfaces</a> -<a href=#templates>Templates</a> - -<h3>Description:</h3> - -<p><p>Filter used for removing unsolicited email.</p></p> - - - -<a name="interfaces"></a> -<h3>Interfaces: </h3> - -<a name="link_spamassassin_exec"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>spamassassin_exec</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute the standalone spamassassin -program in the caller directory. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_spamassassin_exec_client"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>spamassassin_exec_client</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute the spamassassin client -program in the caller directory. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - -<a name="templates"></a> -<h3>Templates: </h3> - -<a name="link_spamassassin_per_userdomain_template"></a> -<div id="template"> - - -<div id="codeblock"> - -<b>spamassassin_per_userdomain_template</b>( - - - - - userdomain_prefix - - - - , - - - - user_domain - - - - , - - - - user_role - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -The per user domain template for the spamassassin module. -</p> - - -<h5>Description</h5> -<p> -</p><p> -The per user domain template for the spamassassin module. -</p><p> -</p><p> -This template is invoked automatically for each user, and -generally does not need to be invoked directly -by policy writers. -</p><p> -</p> - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -userdomain_prefix -</td><td> -<p> -The prefix of the user domain (e.g., user -is the prefix for user_t). -</p> -</td><td> -No -</td></tr> - -<tr><td> -user_domain -</td><td> -<p> -The type of the user domain. -</p> -</td><td> -No -</td></tr> - -<tr><td> -user_role -</td><td> -<p> -The role associated with the user domain. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - -</div> -</body> -</html> diff --git a/www/api-docs/services_squid.html b/www/api-docs/services_squid.html deleted file mode 100644 index 2293bc6..0000000 --- a/www/api-docs/services_squid.html +++ /dev/null @@ -1,569 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - - <a href='services_apache.html'> - apache</a><br/> - - - <a href='services_apm.html'> - apm</a><br/> - - - <a href='services_arpwatch.html'> - arpwatch</a><br/> - - - <a href='services_automount.html'> - automount</a><br/> - - - <a href='services_avahi.html'> - avahi</a><br/> - - - <a href='services_bind.html'> - bind</a><br/> - - - <a href='services_bluetooth.html'> - bluetooth</a><br/> - - - <a href='services_canna.html'> - canna</a><br/> - - - <a href='services_comsat.html'> - comsat</a><br/> - - - <a href='services_cpucontrol.html'> - cpucontrol</a><br/> - - - <a href='services_cron.html'> - cron</a><br/> - - - <a href='services_cups.html'> - cups</a><br/> - - - <a href='services_cvs.html'> - cvs</a><br/> - - - <a href='services_cyrus.html'> - cyrus</a><br/> - - - <a href='services_dbskk.html'> - dbskk</a><br/> - - - <a href='services_dbus.html'> - dbus</a><br/> - - - <a href='services_dhcp.html'> - dhcp</a><br/> - - - <a href='services_dictd.html'> - dictd</a><br/> - - - <a href='services_distcc.html'> - distcc</a><br/> - - - <a href='services_djbdns.html'> - djbdns</a><br/> - - - <a href='services_dovecot.html'> - dovecot</a><br/> - - - <a href='services_fetchmail.html'> - fetchmail</a><br/> - - - <a href='services_finger.html'> - finger</a><br/> - - - <a href='services_ftp.html'> - ftp</a><br/> - - - <a href='services_gpm.html'> - gpm</a><br/> - - - <a href='services_hal.html'> - hal</a><br/> - - - <a href='services_howl.html'> - howl</a><br/> - - - <a href='services_i18n_input.html'> - i18n_input</a><br/> - - - <a href='services_inetd.html'> - inetd</a><br/> - - - <a href='services_inn.html'> - inn</a><br/> - - - <a href='services_irqbalance.html'> - irqbalance</a><br/> - - - <a href='services_kerberos.html'> - kerberos</a><br/> - - - <a href='services_ktalk.html'> - ktalk</a><br/> - - - <a href='services_ldap.html'> - ldap</a><br/> - - - <a href='services_lpd.html'> - lpd</a><br/> - - - <a href='services_mailman.html'> - mailman</a><br/> - - - <a href='services_mta.html'> - mta</a><br/> - - - <a href='services_mysql.html'> - mysql</a><br/> - - - <a href='services_networkmanager.html'> - networkmanager</a><br/> - - - <a href='services_nis.html'> - nis</a><br/> - - - <a href='services_nscd.html'> - nscd</a><br/> - - - <a href='services_ntp.html'> - ntp</a><br/> - - - <a href='services_openct.html'> - openct</a><br/> - - - <a href='services_pegasus.html'> - pegasus</a><br/> - - - <a href='services_portmap.html'> - portmap</a><br/> - - - <a href='services_postfix.html'> - postfix</a><br/> - - - <a href='services_postgresql.html'> - postgresql</a><br/> - - - <a href='services_ppp.html'> - ppp</a><br/> - - - <a href='services_privoxy.html'> - privoxy</a><br/> - - - <a href='services_procmail.html'> - procmail</a><br/> - - - <a href='services_publicfile.html'> - publicfile</a><br/> - - - <a href='services_radius.html'> - radius</a><br/> - - - <a href='services_radvd.html'> - radvd</a><br/> - - - <a href='services_rdisc.html'> - rdisc</a><br/> - - - <a href='services_remotelogin.html'> - remotelogin</a><br/> - - - <a href='services_rlogin.html'> - rlogin</a><br/> - - - <a href='services_roundup.html'> - roundup</a><br/> - - - <a href='services_rpc.html'> - rpc</a><br/> - - - <a href='services_rshd.html'> - rshd</a><br/> - - - <a href='services_rsync.html'> - rsync</a><br/> - - - <a href='services_samba.html'> - samba</a><br/> - - - <a href='services_sasl.html'> - sasl</a><br/> - - - <a href='services_sendmail.html'> - sendmail</a><br/> - - - <a href='services_slrnpull.html'> - slrnpull</a><br/> - - - <a href='services_smartmon.html'> - smartmon</a><br/> - - - <a href='services_snmp.html'> - snmp</a><br/> - - - <a href='services_spamassassin.html'> - spamassassin</a><br/> - - - <a href='services_squid.html'> - squid</a><br/> - - - <a href='services_ssh.html'> - ssh</a><br/> - - - <a href='services_stunnel.html'> - stunnel</a><br/> - - - <a href='services_sysstat.html'> - sysstat</a><br/> - - - <a href='services_tcpd.html'> - tcpd</a><br/> - - - <a href='services_telnet.html'> - telnet</a><br/> - - - <a href='services_tftp.html'> - tftp</a><br/> - - - <a href='services_timidity.html'> - timidity</a><br/> - - - <a href='services_ucspitcp.html'> - ucspitcp</a><br/> - - - <a href='services_uucp.html'> - uucp</a><br/> - - - <a href='services_xfs.html'> - xfs</a><br/> - - - <a href='services_xserver.html'> - xserver</a><br/> - - - <a href='services_zebra.html'> - zebra</a><br/> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: services</h1><p/> -<h2>Module: squid</h2><p/> - -<h3>Description:</h3> - -<p><p>Squid caching http proxy server</p></p> - - - -<a name="interfaces"></a> -<h3>Interfaces: </h3> - -<a name="link_squid_append_log"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>squid_append_log</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Append squid logs. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_squid_domtrans"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>squid_domtrans</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute squid in the squid domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_squid_manage_logs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>squid_manage_logs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Create, read, write, and delete -squid logs. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_squid_read_config"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>squid_read_config</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read squid configuration file. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_squid_read_log"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>squid_read_log</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Append squid logs. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_squid_use"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>squid_use</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Use squid services by connecting over TCP. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - - -</div> -</body> -</html> diff --git a/www/api-docs/services_ssh.html b/www/api-docs/services_ssh.html deleted file mode 100644 index e4a974f..0000000 --- a/www/api-docs/services_ssh.html +++ /dev/null @@ -1,683 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - - <a href='services_apache.html'> - apache</a><br/> - - - <a href='services_apm.html'> - apm</a><br/> - - - <a href='services_arpwatch.html'> - arpwatch</a><br/> - - - <a href='services_automount.html'> - automount</a><br/> - - - <a href='services_avahi.html'> - avahi</a><br/> - - - <a href='services_bind.html'> - bind</a><br/> - - - <a href='services_bluetooth.html'> - bluetooth</a><br/> - - - <a href='services_canna.html'> - canna</a><br/> - - - <a href='services_comsat.html'> - comsat</a><br/> - - - <a href='services_cpucontrol.html'> - cpucontrol</a><br/> - - - <a href='services_cron.html'> - cron</a><br/> - - - <a href='services_cups.html'> - cups</a><br/> - - - <a href='services_cvs.html'> - cvs</a><br/> - - - <a href='services_cyrus.html'> - cyrus</a><br/> - - - <a href='services_dbskk.html'> - dbskk</a><br/> - - - <a href='services_dbus.html'> - dbus</a><br/> - - - <a href='services_dhcp.html'> - dhcp</a><br/> - - - <a href='services_dictd.html'> - dictd</a><br/> - - - <a href='services_distcc.html'> - distcc</a><br/> - - - <a href='services_djbdns.html'> - djbdns</a><br/> - - - <a href='services_dovecot.html'> - dovecot</a><br/> - - - <a href='services_fetchmail.html'> - fetchmail</a><br/> - - - <a href='services_finger.html'> - finger</a><br/> - - - <a href='services_ftp.html'> - ftp</a><br/> - - - <a href='services_gpm.html'> - gpm</a><br/> - - - <a href='services_hal.html'> - hal</a><br/> - - - <a href='services_howl.html'> - howl</a><br/> - - - <a href='services_i18n_input.html'> - i18n_input</a><br/> - - - <a href='services_inetd.html'> - inetd</a><br/> - - - <a href='services_inn.html'> - inn</a><br/> - - - <a href='services_irqbalance.html'> - irqbalance</a><br/> - - - <a href='services_kerberos.html'> - kerberos</a><br/> - - - <a href='services_ktalk.html'> - ktalk</a><br/> - - - <a href='services_ldap.html'> - ldap</a><br/> - - - <a href='services_lpd.html'> - lpd</a><br/> - - - <a href='services_mailman.html'> - mailman</a><br/> - - - <a href='services_mta.html'> - mta</a><br/> - - - <a href='services_mysql.html'> - mysql</a><br/> - - - <a href='services_networkmanager.html'> - networkmanager</a><br/> - - - <a href='services_nis.html'> - nis</a><br/> - - - <a href='services_nscd.html'> - nscd</a><br/> - - - <a href='services_ntp.html'> - ntp</a><br/> - - - <a href='services_openct.html'> - openct</a><br/> - - - <a href='services_pegasus.html'> - pegasus</a><br/> - - - <a href='services_portmap.html'> - portmap</a><br/> - - - <a href='services_postfix.html'> - postfix</a><br/> - - - <a href='services_postgresql.html'> - postgresql</a><br/> - - - <a href='services_ppp.html'> - ppp</a><br/> - - - <a href='services_privoxy.html'> - privoxy</a><br/> - - - <a href='services_procmail.html'> - procmail</a><br/> - - - <a href='services_publicfile.html'> - publicfile</a><br/> - - - <a href='services_radius.html'> - radius</a><br/> - - - <a href='services_radvd.html'> - radvd</a><br/> - - - <a href='services_rdisc.html'> - rdisc</a><br/> - - - <a href='services_remotelogin.html'> - remotelogin</a><br/> - - - <a href='services_rlogin.html'> - rlogin</a><br/> - - - <a href='services_roundup.html'> - roundup</a><br/> - - - <a href='services_rpc.html'> - rpc</a><br/> - - - <a href='services_rshd.html'> - rshd</a><br/> - - - <a href='services_rsync.html'> - rsync</a><br/> - - - <a href='services_samba.html'> - samba</a><br/> - - - <a href='services_sasl.html'> - sasl</a><br/> - - - <a href='services_sendmail.html'> - sendmail</a><br/> - - - <a href='services_slrnpull.html'> - slrnpull</a><br/> - - - <a href='services_smartmon.html'> - smartmon</a><br/> - - - <a href='services_snmp.html'> - snmp</a><br/> - - - <a href='services_spamassassin.html'> - spamassassin</a><br/> - - - <a href='services_squid.html'> - squid</a><br/> - - - <a href='services_ssh.html'> - ssh</a><br/> - - - <a href='services_stunnel.html'> - stunnel</a><br/> - - - <a href='services_sysstat.html'> - sysstat</a><br/> - - - <a href='services_tcpd.html'> - tcpd</a><br/> - - - <a href='services_telnet.html'> - telnet</a><br/> - - - <a href='services_tftp.html'> - tftp</a><br/> - - - <a href='services_timidity.html'> - timidity</a><br/> - - - <a href='services_ucspitcp.html'> - ucspitcp</a><br/> - - - <a href='services_uucp.html'> - uucp</a><br/> - - - <a href='services_xfs.html'> - xfs</a><br/> - - - <a href='services_xserver.html'> - xserver</a><br/> - - - <a href='services_zebra.html'> - zebra</a><br/> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: services</h1><p/> -<h2>Module: ssh</h2><p/> - -<a href=#interfaces>Interfaces</a> -<a href=#templates>Templates</a> - -<h3>Description:</h3> - -<p><p>Secure shell client and server policy.</p></p> - - - -<a name="interfaces"></a> -<h3>Interfaces: </h3> - -<a name="link_ssh_dontaudit_read_server_keys"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>ssh_dontaudit_read_server_keys</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read ssh server keys -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_ssh_dontaudit_rw_tcp_sockets"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>ssh_dontaudit_rw_tcp_sockets</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to read and write -ssh server TCP sockets. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_ssh_read_pipes"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>ssh_read_pipes</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read a ssh server unnamed pipe. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_ssh_sigchld"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>ssh_sigchld</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send a SIGCHLD signal to the ssh server. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_ssh_tcp_connect"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>ssh_tcp_connect</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Connect to SSH daemons over TCP sockets. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - -<a name="templates"></a> -<h3>Templates: </h3> - -<a name="link_ssh_per_userdomain_template"></a> -<div id="template"> - - -<div id="codeblock"> - -<b>ssh_per_userdomain_template</b>( - - - - - userdomain_prefix - - - - , - - - - user_domain - - - - , - - - - user_role - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -The per user domain template for the ssh module. -</p> - - -<h5>Description</h5> -<p> -</p><p> -This template creates a derived domains which are used -for ssh client sessions and user ssh agents. A derived -type is also created to protect the user ssh keys. -</p><p> -</p><p> -This template is invoked automatically for each user, and -generally does not need to be invoked directly -by policy writers. -</p><p> -</p> - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -userdomain_prefix -</td><td> -<p> -The prefix of the user domain (e.g., user -is the prefix for user_t). -</p> -</td><td> -No -</td></tr> - -<tr><td> -user_domain -</td><td> -<p> -The type of the user domain. -</p> -</td><td> -No -</td></tr> - -<tr><td> -user_role -</td><td> -<p> -The role associated with the user domain. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_ssh_server_template"></a> -<div id="template"> - - -<div id="codeblock"> - -<b>ssh_server_template</b>( - - - - - userdomain_prefix - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -The template to define a ssh server. -</p> - - -<h5>Description</h5> -<p> -</p><p> -This template creates a domains to be used for -creating a ssh server. This is typically done -to have multiple ssh servers of different sensitivities, -such as for an internal network-facing ssh server, and -a external network-facing ssh server. -</p><p> -</p> - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -userdomain_prefix -</td><td> -<p> -The prefix of the server domain (e.g., sshd -is the prefix for sshd_t). -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - -</div> -</body> -</html> diff --git a/www/api-docs/services_stunnel.html b/www/api-docs/services_stunnel.html deleted file mode 100644 index 00b77cc..0000000 --- a/www/api-docs/services_stunnel.html +++ /dev/null @@ -1,312 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - - <a href='services_apache.html'> - apache</a><br/> - - - <a href='services_apm.html'> - apm</a><br/> - - - <a href='services_arpwatch.html'> - arpwatch</a><br/> - - - <a href='services_automount.html'> - automount</a><br/> - - - <a href='services_avahi.html'> - avahi</a><br/> - - - <a href='services_bind.html'> - bind</a><br/> - - - <a href='services_bluetooth.html'> - bluetooth</a><br/> - - - <a href='services_canna.html'> - canna</a><br/> - - - <a href='services_comsat.html'> - comsat</a><br/> - - - <a href='services_cpucontrol.html'> - cpucontrol</a><br/> - - - <a href='services_cron.html'> - cron</a><br/> - - - <a href='services_cups.html'> - cups</a><br/> - - - <a href='services_cvs.html'> - cvs</a><br/> - - - <a href='services_cyrus.html'> - cyrus</a><br/> - - - <a href='services_dbskk.html'> - dbskk</a><br/> - - - <a href='services_dbus.html'> - dbus</a><br/> - - - <a href='services_dhcp.html'> - dhcp</a><br/> - - - <a href='services_dictd.html'> - dictd</a><br/> - - - <a href='services_distcc.html'> - distcc</a><br/> - - - <a href='services_djbdns.html'> - djbdns</a><br/> - - - <a href='services_dovecot.html'> - dovecot</a><br/> - - - <a href='services_fetchmail.html'> - fetchmail</a><br/> - - - <a href='services_finger.html'> - finger</a><br/> - - - <a href='services_ftp.html'> - ftp</a><br/> - - - <a href='services_gpm.html'> - gpm</a><br/> - - - <a href='services_hal.html'> - hal</a><br/> - - - <a href='services_howl.html'> - howl</a><br/> - - - <a href='services_i18n_input.html'> - i18n_input</a><br/> - - - <a href='services_inetd.html'> - inetd</a><br/> - - - <a href='services_inn.html'> - inn</a><br/> - - - <a href='services_irqbalance.html'> - irqbalance</a><br/> - - - <a href='services_kerberos.html'> - kerberos</a><br/> - - - <a href='services_ktalk.html'> - ktalk</a><br/> - - - <a href='services_ldap.html'> - ldap</a><br/> - - - <a href='services_lpd.html'> - lpd</a><br/> - - - <a href='services_mailman.html'> - mailman</a><br/> - - - <a href='services_mta.html'> - mta</a><br/> - - - <a href='services_mysql.html'> - mysql</a><br/> - - - <a href='services_networkmanager.html'> - networkmanager</a><br/> - - - <a href='services_nis.html'> - nis</a><br/> - - - <a href='services_nscd.html'> - nscd</a><br/> - - - <a href='services_ntp.html'> - ntp</a><br/> - - - <a href='services_openct.html'> - openct</a><br/> - - - <a href='services_pegasus.html'> - pegasus</a><br/> - - - <a href='services_portmap.html'> - portmap</a><br/> - - - <a href='services_postfix.html'> - postfix</a><br/> - - - <a href='services_postgresql.html'> - postgresql</a><br/> - - - <a href='services_ppp.html'> - ppp</a><br/> - - - <a href='services_privoxy.html'> - privoxy</a><br/> - - - <a href='services_procmail.html'> - procmail</a><br/> - - - <a href='services_publicfile.html'> - publicfile</a><br/> - - - <a href='services_radius.html'> - radius</a><br/> - - - <a href='services_radvd.html'> - radvd</a><br/> - - - <a href='services_rdisc.html'> - rdisc</a><br/> - - - <a href='services_remotelogin.html'> - remotelogin</a><br/> - - - <a href='services_rlogin.html'> - rlogin</a><br/> - - - <a href='services_roundup.html'> - roundup</a><br/> - - - <a href='services_rpc.html'> - rpc</a><br/> - - - <a href='services_rshd.html'> - rshd</a><br/> - - - <a href='services_rsync.html'> - rsync</a><br/> - - - <a href='services_samba.html'> - samba</a><br/> - - - <a href='services_sasl.html'> - sasl</a><br/> - - - <a href='services_sendmail.html'> - sendmail</a><br/> - - - <a href='services_slrnpull.html'> - slrnpull</a><br/> - - - <a href='services_smartmon.html'> - smartmon</a><br/> - - - <a href='services_snmp.html'> - snmp</a><br/> - - - <a href='services_spamassassin.html'> - spamassassin</a><br/> - - - <a href='services_squid.html'> - squid</a><br/> - - - <a href='services_ssh.html'> - ssh</a><br/> - - - <a href='services_stunnel.html'> - stunnel</a><br/> - - - <a href='services_sysstat.html'> - sysstat</a><br/> - - - <a href='services_tcpd.html'> - tcpd</a><br/> - - - <a href='services_telnet.html'> - telnet</a><br/> - - - <a href='services_tftp.html'> - tftp</a><br/> - - - <a href='services_timidity.html'> - timidity</a><br/> - - - <a href='services_ucspitcp.html'> - ucspitcp</a><br/> - - - <a href='services_uucp.html'> - uucp</a><br/> - - - <a href='services_xfs.html'> - xfs</a><br/> - - - <a href='services_xserver.html'> - xserver</a><br/> - - - <a href='services_zebra.html'> - zebra</a><br/> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: services</h1><p/> -<h2>Module: stunnel</h2><p/> - -<h3>Description:</h3> - -<p><p>SSL Tunneling Proxy</p></p> - - - - - -<h3>No interfaces or templates.</h3> - - -</div> -</body> -</html> diff --git a/www/api-docs/services_sysstat.html b/www/api-docs/services_sysstat.html deleted file mode 100644 index 591919f..0000000 --- a/www/api-docs/services_sysstat.html +++ /dev/null @@ -1,358 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - - <a href='services_apache.html'> - apache</a><br/> - - - <a href='services_apm.html'> - apm</a><br/> - - - <a href='services_arpwatch.html'> - arpwatch</a><br/> - - - <a href='services_automount.html'> - automount</a><br/> - - - <a href='services_avahi.html'> - avahi</a><br/> - - - <a href='services_bind.html'> - bind</a><br/> - - - <a href='services_bluetooth.html'> - bluetooth</a><br/> - - - <a href='services_canna.html'> - canna</a><br/> - - - <a href='services_comsat.html'> - comsat</a><br/> - - - <a href='services_cpucontrol.html'> - cpucontrol</a><br/> - - - <a href='services_cron.html'> - cron</a><br/> - - - <a href='services_cups.html'> - cups</a><br/> - - - <a href='services_cvs.html'> - cvs</a><br/> - - - <a href='services_cyrus.html'> - cyrus</a><br/> - - - <a href='services_dbskk.html'> - dbskk</a><br/> - - - <a href='services_dbus.html'> - dbus</a><br/> - - - <a href='services_dhcp.html'> - dhcp</a><br/> - - - <a href='services_dictd.html'> - dictd</a><br/> - - - <a href='services_distcc.html'> - distcc</a><br/> - - - <a href='services_djbdns.html'> - djbdns</a><br/> - - - <a href='services_dovecot.html'> - dovecot</a><br/> - - - <a href='services_fetchmail.html'> - fetchmail</a><br/> - - - <a href='services_finger.html'> - finger</a><br/> - - - <a href='services_ftp.html'> - ftp</a><br/> - - - <a href='services_gpm.html'> - gpm</a><br/> - - - <a href='services_hal.html'> - hal</a><br/> - - - <a href='services_howl.html'> - howl</a><br/> - - - <a href='services_i18n_input.html'> - i18n_input</a><br/> - - - <a href='services_inetd.html'> - inetd</a><br/> - - - <a href='services_inn.html'> - inn</a><br/> - - - <a href='services_irqbalance.html'> - irqbalance</a><br/> - - - <a href='services_kerberos.html'> - kerberos</a><br/> - - - <a href='services_ktalk.html'> - ktalk</a><br/> - - - <a href='services_ldap.html'> - ldap</a><br/> - - - <a href='services_lpd.html'> - lpd</a><br/> - - - <a href='services_mailman.html'> - mailman</a><br/> - - - <a href='services_mta.html'> - mta</a><br/> - - - <a href='services_mysql.html'> - mysql</a><br/> - - - <a href='services_networkmanager.html'> - networkmanager</a><br/> - - - <a href='services_nis.html'> - nis</a><br/> - - - <a href='services_nscd.html'> - nscd</a><br/> - - - <a href='services_ntp.html'> - ntp</a><br/> - - - <a href='services_openct.html'> - openct</a><br/> - - - <a href='services_pegasus.html'> - pegasus</a><br/> - - - <a href='services_portmap.html'> - portmap</a><br/> - - - <a href='services_postfix.html'> - postfix</a><br/> - - - <a href='services_postgresql.html'> - postgresql</a><br/> - - - <a href='services_ppp.html'> - ppp</a><br/> - - - <a href='services_privoxy.html'> - privoxy</a><br/> - - - <a href='services_procmail.html'> - procmail</a><br/> - - - <a href='services_publicfile.html'> - publicfile</a><br/> - - - <a href='services_radius.html'> - radius</a><br/> - - - <a href='services_radvd.html'> - radvd</a><br/> - - - <a href='services_rdisc.html'> - rdisc</a><br/> - - - <a href='services_remotelogin.html'> - remotelogin</a><br/> - - - <a href='services_rlogin.html'> - rlogin</a><br/> - - - <a href='services_roundup.html'> - roundup</a><br/> - - - <a href='services_rpc.html'> - rpc</a><br/> - - - <a href='services_rshd.html'> - rshd</a><br/> - - - <a href='services_rsync.html'> - rsync</a><br/> - - - <a href='services_samba.html'> - samba</a><br/> - - - <a href='services_sasl.html'> - sasl</a><br/> - - - <a href='services_sendmail.html'> - sendmail</a><br/> - - - <a href='services_slrnpull.html'> - slrnpull</a><br/> - - - <a href='services_smartmon.html'> - smartmon</a><br/> - - - <a href='services_snmp.html'> - snmp</a><br/> - - - <a href='services_spamassassin.html'> - spamassassin</a><br/> - - - <a href='services_squid.html'> - squid</a><br/> - - - <a href='services_ssh.html'> - ssh</a><br/> - - - <a href='services_stunnel.html'> - stunnel</a><br/> - - - <a href='services_sysstat.html'> - sysstat</a><br/> - - - <a href='services_tcpd.html'> - tcpd</a><br/> - - - <a href='services_telnet.html'> - telnet</a><br/> - - - <a href='services_tftp.html'> - tftp</a><br/> - - - <a href='services_timidity.html'> - timidity</a><br/> - - - <a href='services_ucspitcp.html'> - ucspitcp</a><br/> - - - <a href='services_uucp.html'> - uucp</a><br/> - - - <a href='services_xfs.html'> - xfs</a><br/> - - - <a href='services_xserver.html'> - xserver</a><br/> - - - <a href='services_zebra.html'> - zebra</a><br/> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: services</h1><p/> -<h2>Module: sysstat</h2><p/> - -<h3>Description:</h3> - -<p><p>Policy for sysstat. Reports on various system states</p></p> - - - -<a name="interfaces"></a> -<h3>Interfaces: </h3> - -<a name="link_sysstat_manage_log"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>sysstat_manage_log</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Manage sysstat logs. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - - -</div> -</body> -</html> diff --git a/www/api-docs/services_tcpd.html b/www/api-docs/services_tcpd.html deleted file mode 100644 index 757a6fa..0000000 --- a/www/api-docs/services_tcpd.html +++ /dev/null @@ -1,358 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - - <a href='services_apache.html'> - apache</a><br/> - - - <a href='services_apm.html'> - apm</a><br/> - - - <a href='services_arpwatch.html'> - arpwatch</a><br/> - - - <a href='services_automount.html'> - automount</a><br/> - - - <a href='services_avahi.html'> - avahi</a><br/> - - - <a href='services_bind.html'> - bind</a><br/> - - - <a href='services_bluetooth.html'> - bluetooth</a><br/> - - - <a href='services_canna.html'> - canna</a><br/> - - - <a href='services_comsat.html'> - comsat</a><br/> - - - <a href='services_cpucontrol.html'> - cpucontrol</a><br/> - - - <a href='services_cron.html'> - cron</a><br/> - - - <a href='services_cups.html'> - cups</a><br/> - - - <a href='services_cvs.html'> - cvs</a><br/> - - - <a href='services_cyrus.html'> - cyrus</a><br/> - - - <a href='services_dbskk.html'> - dbskk</a><br/> - - - <a href='services_dbus.html'> - dbus</a><br/> - - - <a href='services_dhcp.html'> - dhcp</a><br/> - - - <a href='services_dictd.html'> - dictd</a><br/> - - - <a href='services_distcc.html'> - distcc</a><br/> - - - <a href='services_djbdns.html'> - djbdns</a><br/> - - - <a href='services_dovecot.html'> - dovecot</a><br/> - - - <a href='services_fetchmail.html'> - fetchmail</a><br/> - - - <a href='services_finger.html'> - finger</a><br/> - - - <a href='services_ftp.html'> - ftp</a><br/> - - - <a href='services_gpm.html'> - gpm</a><br/> - - - <a href='services_hal.html'> - hal</a><br/> - - - <a href='services_howl.html'> - howl</a><br/> - - - <a href='services_i18n_input.html'> - i18n_input</a><br/> - - - <a href='services_inetd.html'> - inetd</a><br/> - - - <a href='services_inn.html'> - inn</a><br/> - - - <a href='services_irqbalance.html'> - irqbalance</a><br/> - - - <a href='services_kerberos.html'> - kerberos</a><br/> - - - <a href='services_ktalk.html'> - ktalk</a><br/> - - - <a href='services_ldap.html'> - ldap</a><br/> - - - <a href='services_lpd.html'> - lpd</a><br/> - - - <a href='services_mailman.html'> - mailman</a><br/> - - - <a href='services_mta.html'> - mta</a><br/> - - - <a href='services_mysql.html'> - mysql</a><br/> - - - <a href='services_networkmanager.html'> - networkmanager</a><br/> - - - <a href='services_nis.html'> - nis</a><br/> - - - <a href='services_nscd.html'> - nscd</a><br/> - - - <a href='services_ntp.html'> - ntp</a><br/> - - - <a href='services_openct.html'> - openct</a><br/> - - - <a href='services_pegasus.html'> - pegasus</a><br/> - - - <a href='services_portmap.html'> - portmap</a><br/> - - - <a href='services_postfix.html'> - postfix</a><br/> - - - <a href='services_postgresql.html'> - postgresql</a><br/> - - - <a href='services_ppp.html'> - ppp</a><br/> - - - <a href='services_privoxy.html'> - privoxy</a><br/> - - - <a href='services_procmail.html'> - procmail</a><br/> - - - <a href='services_publicfile.html'> - publicfile</a><br/> - - - <a href='services_radius.html'> - radius</a><br/> - - - <a href='services_radvd.html'> - radvd</a><br/> - - - <a href='services_rdisc.html'> - rdisc</a><br/> - - - <a href='services_remotelogin.html'> - remotelogin</a><br/> - - - <a href='services_rlogin.html'> - rlogin</a><br/> - - - <a href='services_roundup.html'> - roundup</a><br/> - - - <a href='services_rpc.html'> - rpc</a><br/> - - - <a href='services_rshd.html'> - rshd</a><br/> - - - <a href='services_rsync.html'> - rsync</a><br/> - - - <a href='services_samba.html'> - samba</a><br/> - - - <a href='services_sasl.html'> - sasl</a><br/> - - - <a href='services_sendmail.html'> - sendmail</a><br/> - - - <a href='services_slrnpull.html'> - slrnpull</a><br/> - - - <a href='services_smartmon.html'> - smartmon</a><br/> - - - <a href='services_snmp.html'> - snmp</a><br/> - - - <a href='services_spamassassin.html'> - spamassassin</a><br/> - - - <a href='services_squid.html'> - squid</a><br/> - - - <a href='services_ssh.html'> - ssh</a><br/> - - - <a href='services_stunnel.html'> - stunnel</a><br/> - - - <a href='services_sysstat.html'> - sysstat</a><br/> - - - <a href='services_tcpd.html'> - tcpd</a><br/> - - - <a href='services_telnet.html'> - telnet</a><br/> - - - <a href='services_tftp.html'> - tftp</a><br/> - - - <a href='services_timidity.html'> - timidity</a><br/> - - - <a href='services_ucspitcp.html'> - ucspitcp</a><br/> - - - <a href='services_uucp.html'> - uucp</a><br/> - - - <a href='services_xfs.html'> - xfs</a><br/> - - - <a href='services_xserver.html'> - xserver</a><br/> - - - <a href='services_zebra.html'> - zebra</a><br/> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: services</h1><p/> -<h2>Module: tcpd</h2><p/> - -<h3>Description:</h3> - -<p><p>Policy for TCP daemon.</p></p> - - - -<a name="interfaces"></a> -<h3>Interfaces: </h3> - -<a name="link_tcpd_domtrans"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>tcpd_domtrans</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute tcpd in the tcpd domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - - -</div> -</body> -</html> diff --git a/www/api-docs/services_telnet.html b/www/api-docs/services_telnet.html deleted file mode 100644 index e71ed0e..0000000 --- a/www/api-docs/services_telnet.html +++ /dev/null @@ -1,312 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - - <a href='services_apache.html'> - apache</a><br/> - - - <a href='services_apm.html'> - apm</a><br/> - - - <a href='services_arpwatch.html'> - arpwatch</a><br/> - - - <a href='services_automount.html'> - automount</a><br/> - - - <a href='services_avahi.html'> - avahi</a><br/> - - - <a href='services_bind.html'> - bind</a><br/> - - - <a href='services_bluetooth.html'> - bluetooth</a><br/> - - - <a href='services_canna.html'> - canna</a><br/> - - - <a href='services_comsat.html'> - comsat</a><br/> - - - <a href='services_cpucontrol.html'> - cpucontrol</a><br/> - - - <a href='services_cron.html'> - cron</a><br/> - - - <a href='services_cups.html'> - cups</a><br/> - - - <a href='services_cvs.html'> - cvs</a><br/> - - - <a href='services_cyrus.html'> - cyrus</a><br/> - - - <a href='services_dbskk.html'> - dbskk</a><br/> - - - <a href='services_dbus.html'> - dbus</a><br/> - - - <a href='services_dhcp.html'> - dhcp</a><br/> - - - <a href='services_dictd.html'> - dictd</a><br/> - - - <a href='services_distcc.html'> - distcc</a><br/> - - - <a href='services_djbdns.html'> - djbdns</a><br/> - - - <a href='services_dovecot.html'> - dovecot</a><br/> - - - <a href='services_fetchmail.html'> - fetchmail</a><br/> - - - <a href='services_finger.html'> - finger</a><br/> - - - <a href='services_ftp.html'> - ftp</a><br/> - - - <a href='services_gpm.html'> - gpm</a><br/> - - - <a href='services_hal.html'> - hal</a><br/> - - - <a href='services_howl.html'> - howl</a><br/> - - - <a href='services_i18n_input.html'> - i18n_input</a><br/> - - - <a href='services_inetd.html'> - inetd</a><br/> - - - <a href='services_inn.html'> - inn</a><br/> - - - <a href='services_irqbalance.html'> - irqbalance</a><br/> - - - <a href='services_kerberos.html'> - kerberos</a><br/> - - - <a href='services_ktalk.html'> - ktalk</a><br/> - - - <a href='services_ldap.html'> - ldap</a><br/> - - - <a href='services_lpd.html'> - lpd</a><br/> - - - <a href='services_mailman.html'> - mailman</a><br/> - - - <a href='services_mta.html'> - mta</a><br/> - - - <a href='services_mysql.html'> - mysql</a><br/> - - - <a href='services_networkmanager.html'> - networkmanager</a><br/> - - - <a href='services_nis.html'> - nis</a><br/> - - - <a href='services_nscd.html'> - nscd</a><br/> - - - <a href='services_ntp.html'> - ntp</a><br/> - - - <a href='services_openct.html'> - openct</a><br/> - - - <a href='services_pegasus.html'> - pegasus</a><br/> - - - <a href='services_portmap.html'> - portmap</a><br/> - - - <a href='services_postfix.html'> - postfix</a><br/> - - - <a href='services_postgresql.html'> - postgresql</a><br/> - - - <a href='services_ppp.html'> - ppp</a><br/> - - - <a href='services_privoxy.html'> - privoxy</a><br/> - - - <a href='services_procmail.html'> - procmail</a><br/> - - - <a href='services_publicfile.html'> - publicfile</a><br/> - - - <a href='services_radius.html'> - radius</a><br/> - - - <a href='services_radvd.html'> - radvd</a><br/> - - - <a href='services_rdisc.html'> - rdisc</a><br/> - - - <a href='services_remotelogin.html'> - remotelogin</a><br/> - - - <a href='services_rlogin.html'> - rlogin</a><br/> - - - <a href='services_roundup.html'> - roundup</a><br/> - - - <a href='services_rpc.html'> - rpc</a><br/> - - - <a href='services_rshd.html'> - rshd</a><br/> - - - <a href='services_rsync.html'> - rsync</a><br/> - - - <a href='services_samba.html'> - samba</a><br/> - - - <a href='services_sasl.html'> - sasl</a><br/> - - - <a href='services_sendmail.html'> - sendmail</a><br/> - - - <a href='services_slrnpull.html'> - slrnpull</a><br/> - - - <a href='services_smartmon.html'> - smartmon</a><br/> - - - <a href='services_snmp.html'> - snmp</a><br/> - - - <a href='services_spamassassin.html'> - spamassassin</a><br/> - - - <a href='services_squid.html'> - squid</a><br/> - - - <a href='services_ssh.html'> - ssh</a><br/> - - - <a href='services_stunnel.html'> - stunnel</a><br/> - - - <a href='services_sysstat.html'> - sysstat</a><br/> - - - <a href='services_tcpd.html'> - tcpd</a><br/> - - - <a href='services_telnet.html'> - telnet</a><br/> - - - <a href='services_tftp.html'> - tftp</a><br/> - - - <a href='services_timidity.html'> - timidity</a><br/> - - - <a href='services_ucspitcp.html'> - ucspitcp</a><br/> - - - <a href='services_uucp.html'> - uucp</a><br/> - - - <a href='services_xfs.html'> - xfs</a><br/> - - - <a href='services_xserver.html'> - xserver</a><br/> - - - <a href='services_zebra.html'> - zebra</a><br/> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: services</h1><p/> -<h2>Module: telnet</h2><p/> - -<h3>Description:</h3> - -<p><p>Telnet daemon</p></p> - - - - - -<h3>No interfaces or templates.</h3> - - -</div> -</body> -</html> diff --git a/www/api-docs/services_tftp.html b/www/api-docs/services_tftp.html deleted file mode 100644 index f89542c..0000000 --- a/www/api-docs/services_tftp.html +++ /dev/null @@ -1,312 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - - <a href='services_apache.html'> - apache</a><br/> - - - <a href='services_apm.html'> - apm</a><br/> - - - <a href='services_arpwatch.html'> - arpwatch</a><br/> - - - <a href='services_automount.html'> - automount</a><br/> - - - <a href='services_avahi.html'> - avahi</a><br/> - - - <a href='services_bind.html'> - bind</a><br/> - - - <a href='services_bluetooth.html'> - bluetooth</a><br/> - - - <a href='services_canna.html'> - canna</a><br/> - - - <a href='services_comsat.html'> - comsat</a><br/> - - - <a href='services_cpucontrol.html'> - cpucontrol</a><br/> - - - <a href='services_cron.html'> - cron</a><br/> - - - <a href='services_cups.html'> - cups</a><br/> - - - <a href='services_cvs.html'> - cvs</a><br/> - - - <a href='services_cyrus.html'> - cyrus</a><br/> - - - <a href='services_dbskk.html'> - dbskk</a><br/> - - - <a href='services_dbus.html'> - dbus</a><br/> - - - <a href='services_dhcp.html'> - dhcp</a><br/> - - - <a href='services_dictd.html'> - dictd</a><br/> - - - <a href='services_distcc.html'> - distcc</a><br/> - - - <a href='services_djbdns.html'> - djbdns</a><br/> - - - <a href='services_dovecot.html'> - dovecot</a><br/> - - - <a href='services_fetchmail.html'> - fetchmail</a><br/> - - - <a href='services_finger.html'> - finger</a><br/> - - - <a href='services_ftp.html'> - ftp</a><br/> - - - <a href='services_gpm.html'> - gpm</a><br/> - - - <a href='services_hal.html'> - hal</a><br/> - - - <a href='services_howl.html'> - howl</a><br/> - - - <a href='services_i18n_input.html'> - i18n_input</a><br/> - - - <a href='services_inetd.html'> - inetd</a><br/> - - - <a href='services_inn.html'> - inn</a><br/> - - - <a href='services_irqbalance.html'> - irqbalance</a><br/> - - - <a href='services_kerberos.html'> - kerberos</a><br/> - - - <a href='services_ktalk.html'> - ktalk</a><br/> - - - <a href='services_ldap.html'> - ldap</a><br/> - - - <a href='services_lpd.html'> - lpd</a><br/> - - - <a href='services_mailman.html'> - mailman</a><br/> - - - <a href='services_mta.html'> - mta</a><br/> - - - <a href='services_mysql.html'> - mysql</a><br/> - - - <a href='services_networkmanager.html'> - networkmanager</a><br/> - - - <a href='services_nis.html'> - nis</a><br/> - - - <a href='services_nscd.html'> - nscd</a><br/> - - - <a href='services_ntp.html'> - ntp</a><br/> - - - <a href='services_openct.html'> - openct</a><br/> - - - <a href='services_pegasus.html'> - pegasus</a><br/> - - - <a href='services_portmap.html'> - portmap</a><br/> - - - <a href='services_postfix.html'> - postfix</a><br/> - - - <a href='services_postgresql.html'> - postgresql</a><br/> - - - <a href='services_ppp.html'> - ppp</a><br/> - - - <a href='services_privoxy.html'> - privoxy</a><br/> - - - <a href='services_procmail.html'> - procmail</a><br/> - - - <a href='services_publicfile.html'> - publicfile</a><br/> - - - <a href='services_radius.html'> - radius</a><br/> - - - <a href='services_radvd.html'> - radvd</a><br/> - - - <a href='services_rdisc.html'> - rdisc</a><br/> - - - <a href='services_remotelogin.html'> - remotelogin</a><br/> - - - <a href='services_rlogin.html'> - rlogin</a><br/> - - - <a href='services_roundup.html'> - roundup</a><br/> - - - <a href='services_rpc.html'> - rpc</a><br/> - - - <a href='services_rshd.html'> - rshd</a><br/> - - - <a href='services_rsync.html'> - rsync</a><br/> - - - <a href='services_samba.html'> - samba</a><br/> - - - <a href='services_sasl.html'> - sasl</a><br/> - - - <a href='services_sendmail.html'> - sendmail</a><br/> - - - <a href='services_slrnpull.html'> - slrnpull</a><br/> - - - <a href='services_smartmon.html'> - smartmon</a><br/> - - - <a href='services_snmp.html'> - snmp</a><br/> - - - <a href='services_spamassassin.html'> - spamassassin</a><br/> - - - <a href='services_squid.html'> - squid</a><br/> - - - <a href='services_ssh.html'> - ssh</a><br/> - - - <a href='services_stunnel.html'> - stunnel</a><br/> - - - <a href='services_sysstat.html'> - sysstat</a><br/> - - - <a href='services_tcpd.html'> - tcpd</a><br/> - - - <a href='services_telnet.html'> - telnet</a><br/> - - - <a href='services_tftp.html'> - tftp</a><br/> - - - <a href='services_timidity.html'> - timidity</a><br/> - - - <a href='services_ucspitcp.html'> - ucspitcp</a><br/> - - - <a href='services_uucp.html'> - uucp</a><br/> - - - <a href='services_xfs.html'> - xfs</a><br/> - - - <a href='services_xserver.html'> - xserver</a><br/> - - - <a href='services_zebra.html'> - zebra</a><br/> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: services</h1><p/> -<h2>Module: tftp</h2><p/> - -<h3>Description:</h3> - -<p><p>Trivial file transfer protocol daemon</p></p> - - - - - -<h3>No interfaces or templates.</h3> - - -</div> -</body> -</html> diff --git a/www/api-docs/services_timidity.html b/www/api-docs/services_timidity.html deleted file mode 100644 index 01f47ff..0000000 --- a/www/api-docs/services_timidity.html +++ /dev/null @@ -1,312 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - - <a href='services_apache.html'> - apache</a><br/> - - - <a href='services_apm.html'> - apm</a><br/> - - - <a href='services_arpwatch.html'> - arpwatch</a><br/> - - - <a href='services_automount.html'> - automount</a><br/> - - - <a href='services_avahi.html'> - avahi</a><br/> - - - <a href='services_bind.html'> - bind</a><br/> - - - <a href='services_bluetooth.html'> - bluetooth</a><br/> - - - <a href='services_canna.html'> - canna</a><br/> - - - <a href='services_comsat.html'> - comsat</a><br/> - - - <a href='services_cpucontrol.html'> - cpucontrol</a><br/> - - - <a href='services_cron.html'> - cron</a><br/> - - - <a href='services_cups.html'> - cups</a><br/> - - - <a href='services_cvs.html'> - cvs</a><br/> - - - <a href='services_cyrus.html'> - cyrus</a><br/> - - - <a href='services_dbskk.html'> - dbskk</a><br/> - - - <a href='services_dbus.html'> - dbus</a><br/> - - - <a href='services_dhcp.html'> - dhcp</a><br/> - - - <a href='services_dictd.html'> - dictd</a><br/> - - - <a href='services_distcc.html'> - distcc</a><br/> - - - <a href='services_djbdns.html'> - djbdns</a><br/> - - - <a href='services_dovecot.html'> - dovecot</a><br/> - - - <a href='services_fetchmail.html'> - fetchmail</a><br/> - - - <a href='services_finger.html'> - finger</a><br/> - - - <a href='services_ftp.html'> - ftp</a><br/> - - - <a href='services_gpm.html'> - gpm</a><br/> - - - <a href='services_hal.html'> - hal</a><br/> - - - <a href='services_howl.html'> - howl</a><br/> - - - <a href='services_i18n_input.html'> - i18n_input</a><br/> - - - <a href='services_inetd.html'> - inetd</a><br/> - - - <a href='services_inn.html'> - inn</a><br/> - - - <a href='services_irqbalance.html'> - irqbalance</a><br/> - - - <a href='services_kerberos.html'> - kerberos</a><br/> - - - <a href='services_ktalk.html'> - ktalk</a><br/> - - - <a href='services_ldap.html'> - ldap</a><br/> - - - <a href='services_lpd.html'> - lpd</a><br/> - - - <a href='services_mailman.html'> - mailman</a><br/> - - - <a href='services_mta.html'> - mta</a><br/> - - - <a href='services_mysql.html'> - mysql</a><br/> - - - <a href='services_networkmanager.html'> - networkmanager</a><br/> - - - <a href='services_nis.html'> - nis</a><br/> - - - <a href='services_nscd.html'> - nscd</a><br/> - - - <a href='services_ntp.html'> - ntp</a><br/> - - - <a href='services_openct.html'> - openct</a><br/> - - - <a href='services_pegasus.html'> - pegasus</a><br/> - - - <a href='services_portmap.html'> - portmap</a><br/> - - - <a href='services_postfix.html'> - postfix</a><br/> - - - <a href='services_postgresql.html'> - postgresql</a><br/> - - - <a href='services_ppp.html'> - ppp</a><br/> - - - <a href='services_privoxy.html'> - privoxy</a><br/> - - - <a href='services_procmail.html'> - procmail</a><br/> - - - <a href='services_publicfile.html'> - publicfile</a><br/> - - - <a href='services_radius.html'> - radius</a><br/> - - - <a href='services_radvd.html'> - radvd</a><br/> - - - <a href='services_rdisc.html'> - rdisc</a><br/> - - - <a href='services_remotelogin.html'> - remotelogin</a><br/> - - - <a href='services_rlogin.html'> - rlogin</a><br/> - - - <a href='services_roundup.html'> - roundup</a><br/> - - - <a href='services_rpc.html'> - rpc</a><br/> - - - <a href='services_rshd.html'> - rshd</a><br/> - - - <a href='services_rsync.html'> - rsync</a><br/> - - - <a href='services_samba.html'> - samba</a><br/> - - - <a href='services_sasl.html'> - sasl</a><br/> - - - <a href='services_sendmail.html'> - sendmail</a><br/> - - - <a href='services_slrnpull.html'> - slrnpull</a><br/> - - - <a href='services_smartmon.html'> - smartmon</a><br/> - - - <a href='services_snmp.html'> - snmp</a><br/> - - - <a href='services_spamassassin.html'> - spamassassin</a><br/> - - - <a href='services_squid.html'> - squid</a><br/> - - - <a href='services_ssh.html'> - ssh</a><br/> - - - <a href='services_stunnel.html'> - stunnel</a><br/> - - - <a href='services_sysstat.html'> - sysstat</a><br/> - - - <a href='services_tcpd.html'> - tcpd</a><br/> - - - <a href='services_telnet.html'> - telnet</a><br/> - - - <a href='services_tftp.html'> - tftp</a><br/> - - - <a href='services_timidity.html'> - timidity</a><br/> - - - <a href='services_ucspitcp.html'> - ucspitcp</a><br/> - - - <a href='services_uucp.html'> - uucp</a><br/> - - - <a href='services_xfs.html'> - xfs</a><br/> - - - <a href='services_xserver.html'> - xserver</a><br/> - - - <a href='services_zebra.html'> - zebra</a><br/> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: services</h1><p/> -<h2>Module: timidity</h2><p/> - -<h3>Description:</h3> - -<p><p>MIDI to WAV converter and player configured as a service</p></p> - - - - - -<h3>No interfaces or templates.</h3> - - -</div> -</body> -</html> diff --git a/www/api-docs/services_ucspitcp.html b/www/api-docs/services_ucspitcp.html deleted file mode 100644 index 0f86b1f..0000000 --- a/www/api-docs/services_ucspitcp.html +++ /dev/null @@ -1,380 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - - <a href='services_apache.html'> - apache</a><br/> - - - <a href='services_apm.html'> - apm</a><br/> - - - <a href='services_arpwatch.html'> - arpwatch</a><br/> - - - <a href='services_automount.html'> - automount</a><br/> - - - <a href='services_avahi.html'> - avahi</a><br/> - - - <a href='services_bind.html'> - bind</a><br/> - - - <a href='services_bluetooth.html'> - bluetooth</a><br/> - - - <a href='services_canna.html'> - canna</a><br/> - - - <a href='services_comsat.html'> - comsat</a><br/> - - - <a href='services_cpucontrol.html'> - cpucontrol</a><br/> - - - <a href='services_cron.html'> - cron</a><br/> - - - <a href='services_cups.html'> - cups</a><br/> - - - <a href='services_cvs.html'> - cvs</a><br/> - - - <a href='services_cyrus.html'> - cyrus</a><br/> - - - <a href='services_dbskk.html'> - dbskk</a><br/> - - - <a href='services_dbus.html'> - dbus</a><br/> - - - <a href='services_dhcp.html'> - dhcp</a><br/> - - - <a href='services_dictd.html'> - dictd</a><br/> - - - <a href='services_distcc.html'> - distcc</a><br/> - - - <a href='services_djbdns.html'> - djbdns</a><br/> - - - <a href='services_dovecot.html'> - dovecot</a><br/> - - - <a href='services_fetchmail.html'> - fetchmail</a><br/> - - - <a href='services_finger.html'> - finger</a><br/> - - - <a href='services_ftp.html'> - ftp</a><br/> - - - <a href='services_gpm.html'> - gpm</a><br/> - - - <a href='services_hal.html'> - hal</a><br/> - - - <a href='services_howl.html'> - howl</a><br/> - - - <a href='services_i18n_input.html'> - i18n_input</a><br/> - - - <a href='services_inetd.html'> - inetd</a><br/> - - - <a href='services_inn.html'> - inn</a><br/> - - - <a href='services_irqbalance.html'> - irqbalance</a><br/> - - - <a href='services_kerberos.html'> - kerberos</a><br/> - - - <a href='services_ktalk.html'> - ktalk</a><br/> - - - <a href='services_ldap.html'> - ldap</a><br/> - - - <a href='services_lpd.html'> - lpd</a><br/> - - - <a href='services_mailman.html'> - mailman</a><br/> - - - <a href='services_mta.html'> - mta</a><br/> - - - <a href='services_mysql.html'> - mysql</a><br/> - - - <a href='services_networkmanager.html'> - networkmanager</a><br/> - - - <a href='services_nis.html'> - nis</a><br/> - - - <a href='services_nscd.html'> - nscd</a><br/> - - - <a href='services_ntp.html'> - ntp</a><br/> - - - <a href='services_openct.html'> - openct</a><br/> - - - <a href='services_pegasus.html'> - pegasus</a><br/> - - - <a href='services_portmap.html'> - portmap</a><br/> - - - <a href='services_postfix.html'> - postfix</a><br/> - - - <a href='services_postgresql.html'> - postgresql</a><br/> - - - <a href='services_ppp.html'> - ppp</a><br/> - - - <a href='services_privoxy.html'> - privoxy</a><br/> - - - <a href='services_procmail.html'> - procmail</a><br/> - - - <a href='services_publicfile.html'> - publicfile</a><br/> - - - <a href='services_radius.html'> - radius</a><br/> - - - <a href='services_radvd.html'> - radvd</a><br/> - - - <a href='services_rdisc.html'> - rdisc</a><br/> - - - <a href='services_remotelogin.html'> - remotelogin</a><br/> - - - <a href='services_rlogin.html'> - rlogin</a><br/> - - - <a href='services_roundup.html'> - roundup</a><br/> - - - <a href='services_rpc.html'> - rpc</a><br/> - - - <a href='services_rshd.html'> - rshd</a><br/> - - - <a href='services_rsync.html'> - rsync</a><br/> - - - <a href='services_samba.html'> - samba</a><br/> - - - <a href='services_sasl.html'> - sasl</a><br/> - - - <a href='services_sendmail.html'> - sendmail</a><br/> - - - <a href='services_slrnpull.html'> - slrnpull</a><br/> - - - <a href='services_smartmon.html'> - smartmon</a><br/> - - - <a href='services_snmp.html'> - snmp</a><br/> - - - <a href='services_spamassassin.html'> - spamassassin</a><br/> - - - <a href='services_squid.html'> - squid</a><br/> - - - <a href='services_ssh.html'> - ssh</a><br/> - - - <a href='services_stunnel.html'> - stunnel</a><br/> - - - <a href='services_sysstat.html'> - sysstat</a><br/> - - - <a href='services_tcpd.html'> - tcpd</a><br/> - - - <a href='services_telnet.html'> - telnet</a><br/> - - - <a href='services_tftp.html'> - tftp</a><br/> - - - <a href='services_timidity.html'> - timidity</a><br/> - - - <a href='services_ucspitcp.html'> - ucspitcp</a><br/> - - - <a href='services_uucp.html'> - uucp</a><br/> - - - <a href='services_xfs.html'> - xfs</a><br/> - - - <a href='services_xserver.html'> - xserver</a><br/> - - - <a href='services_zebra.html'> - zebra</a><br/> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: services</h1><p/> -<h2>Module: ucspitcp</h2><p/> - -<h3>Description:</h3> - -<p><p> -</p><p> -Policy for DJB's ucspi-tcpd -</p><p> -</p></p> - - - -<a name="interfaces"></a> -<h3>Interfaces: </h3> - -<a name="link_ucspitcp_service_domain"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>ucspitcp_service_domain</b>( - - - - - domain - - - - , - - - - entrypoint - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Define a specified domain as a ucspitcp service. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -<tr><td> -entrypoint -</td><td> -<p> -The type associated with the process program. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - - -</div> -</body> -</html> diff --git a/www/api-docs/services_uucp.html b/www/api-docs/services_uucp.html deleted file mode 100644 index f49c09f..0000000 --- a/www/api-docs/services_uucp.html +++ /dev/null @@ -1,312 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - - <a href='services_apache.html'> - apache</a><br/> - - - <a href='services_apm.html'> - apm</a><br/> - - - <a href='services_arpwatch.html'> - arpwatch</a><br/> - - - <a href='services_automount.html'> - automount</a><br/> - - - <a href='services_avahi.html'> - avahi</a><br/> - - - <a href='services_bind.html'> - bind</a><br/> - - - <a href='services_bluetooth.html'> - bluetooth</a><br/> - - - <a href='services_canna.html'> - canna</a><br/> - - - <a href='services_comsat.html'> - comsat</a><br/> - - - <a href='services_cpucontrol.html'> - cpucontrol</a><br/> - - - <a href='services_cron.html'> - cron</a><br/> - - - <a href='services_cups.html'> - cups</a><br/> - - - <a href='services_cvs.html'> - cvs</a><br/> - - - <a href='services_cyrus.html'> - cyrus</a><br/> - - - <a href='services_dbskk.html'> - dbskk</a><br/> - - - <a href='services_dbus.html'> - dbus</a><br/> - - - <a href='services_dhcp.html'> - dhcp</a><br/> - - - <a href='services_dictd.html'> - dictd</a><br/> - - - <a href='services_distcc.html'> - distcc</a><br/> - - - <a href='services_djbdns.html'> - djbdns</a><br/> - - - <a href='services_dovecot.html'> - dovecot</a><br/> - - - <a href='services_fetchmail.html'> - fetchmail</a><br/> - - - <a href='services_finger.html'> - finger</a><br/> - - - <a href='services_ftp.html'> - ftp</a><br/> - - - <a href='services_gpm.html'> - gpm</a><br/> - - - <a href='services_hal.html'> - hal</a><br/> - - - <a href='services_howl.html'> - howl</a><br/> - - - <a href='services_i18n_input.html'> - i18n_input</a><br/> - - - <a href='services_inetd.html'> - inetd</a><br/> - - - <a href='services_inn.html'> - inn</a><br/> - - - <a href='services_irqbalance.html'> - irqbalance</a><br/> - - - <a href='services_kerberos.html'> - kerberos</a><br/> - - - <a href='services_ktalk.html'> - ktalk</a><br/> - - - <a href='services_ldap.html'> - ldap</a><br/> - - - <a href='services_lpd.html'> - lpd</a><br/> - - - <a href='services_mailman.html'> - mailman</a><br/> - - - <a href='services_mta.html'> - mta</a><br/> - - - <a href='services_mysql.html'> - mysql</a><br/> - - - <a href='services_networkmanager.html'> - networkmanager</a><br/> - - - <a href='services_nis.html'> - nis</a><br/> - - - <a href='services_nscd.html'> - nscd</a><br/> - - - <a href='services_ntp.html'> - ntp</a><br/> - - - <a href='services_openct.html'> - openct</a><br/> - - - <a href='services_pegasus.html'> - pegasus</a><br/> - - - <a href='services_portmap.html'> - portmap</a><br/> - - - <a href='services_postfix.html'> - postfix</a><br/> - - - <a href='services_postgresql.html'> - postgresql</a><br/> - - - <a href='services_ppp.html'> - ppp</a><br/> - - - <a href='services_privoxy.html'> - privoxy</a><br/> - - - <a href='services_procmail.html'> - procmail</a><br/> - - - <a href='services_publicfile.html'> - publicfile</a><br/> - - - <a href='services_radius.html'> - radius</a><br/> - - - <a href='services_radvd.html'> - radvd</a><br/> - - - <a href='services_rdisc.html'> - rdisc</a><br/> - - - <a href='services_remotelogin.html'> - remotelogin</a><br/> - - - <a href='services_rlogin.html'> - rlogin</a><br/> - - - <a href='services_roundup.html'> - roundup</a><br/> - - - <a href='services_rpc.html'> - rpc</a><br/> - - - <a href='services_rshd.html'> - rshd</a><br/> - - - <a href='services_rsync.html'> - rsync</a><br/> - - - <a href='services_samba.html'> - samba</a><br/> - - - <a href='services_sasl.html'> - sasl</a><br/> - - - <a href='services_sendmail.html'> - sendmail</a><br/> - - - <a href='services_slrnpull.html'> - slrnpull</a><br/> - - - <a href='services_smartmon.html'> - smartmon</a><br/> - - - <a href='services_snmp.html'> - snmp</a><br/> - - - <a href='services_spamassassin.html'> - spamassassin</a><br/> - - - <a href='services_squid.html'> - squid</a><br/> - - - <a href='services_ssh.html'> - ssh</a><br/> - - - <a href='services_stunnel.html'> - stunnel</a><br/> - - - <a href='services_sysstat.html'> - sysstat</a><br/> - - - <a href='services_tcpd.html'> - tcpd</a><br/> - - - <a href='services_telnet.html'> - telnet</a><br/> - - - <a href='services_tftp.html'> - tftp</a><br/> - - - <a href='services_timidity.html'> - timidity</a><br/> - - - <a href='services_ucspitcp.html'> - ucspitcp</a><br/> - - - <a href='services_uucp.html'> - uucp</a><br/> - - - <a href='services_xfs.html'> - xfs</a><br/> - - - <a href='services_xserver.html'> - xserver</a><br/> - - - <a href='services_zebra.html'> - zebra</a><br/> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: services</h1><p/> -<h2>Module: uucp</h2><p/> - -<h3>Description:</h3> - -<p><p>Unix to Unix Copy</p></p> - - - - - -<h3>No interfaces or templates.</h3> - - -</div> -</body> -</html> diff --git a/www/api-docs/services_xfs.html b/www/api-docs/services_xfs.html deleted file mode 100644 index 99e8b33..0000000 --- a/www/api-docs/services_xfs.html +++ /dev/null @@ -1,401 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - - <a href='services_apache.html'> - apache</a><br/> - - - <a href='services_apm.html'> - apm</a><br/> - - - <a href='services_arpwatch.html'> - arpwatch</a><br/> - - - <a href='services_automount.html'> - automount</a><br/> - - - <a href='services_avahi.html'> - avahi</a><br/> - - - <a href='services_bind.html'> - bind</a><br/> - - - <a href='services_bluetooth.html'> - bluetooth</a><br/> - - - <a href='services_canna.html'> - canna</a><br/> - - - <a href='services_comsat.html'> - comsat</a><br/> - - - <a href='services_cpucontrol.html'> - cpucontrol</a><br/> - - - <a href='services_cron.html'> - cron</a><br/> - - - <a href='services_cups.html'> - cups</a><br/> - - - <a href='services_cvs.html'> - cvs</a><br/> - - - <a href='services_cyrus.html'> - cyrus</a><br/> - - - <a href='services_dbskk.html'> - dbskk</a><br/> - - - <a href='services_dbus.html'> - dbus</a><br/> - - - <a href='services_dhcp.html'> - dhcp</a><br/> - - - <a href='services_dictd.html'> - dictd</a><br/> - - - <a href='services_distcc.html'> - distcc</a><br/> - - - <a href='services_djbdns.html'> - djbdns</a><br/> - - - <a href='services_dovecot.html'> - dovecot</a><br/> - - - <a href='services_fetchmail.html'> - fetchmail</a><br/> - - - <a href='services_finger.html'> - finger</a><br/> - - - <a href='services_ftp.html'> - ftp</a><br/> - - - <a href='services_gpm.html'> - gpm</a><br/> - - - <a href='services_hal.html'> - hal</a><br/> - - - <a href='services_howl.html'> - howl</a><br/> - - - <a href='services_i18n_input.html'> - i18n_input</a><br/> - - - <a href='services_inetd.html'> - inetd</a><br/> - - - <a href='services_inn.html'> - inn</a><br/> - - - <a href='services_irqbalance.html'> - irqbalance</a><br/> - - - <a href='services_kerberos.html'> - kerberos</a><br/> - - - <a href='services_ktalk.html'> - ktalk</a><br/> - - - <a href='services_ldap.html'> - ldap</a><br/> - - - <a href='services_lpd.html'> - lpd</a><br/> - - - <a href='services_mailman.html'> - mailman</a><br/> - - - <a href='services_mta.html'> - mta</a><br/> - - - <a href='services_mysql.html'> - mysql</a><br/> - - - <a href='services_networkmanager.html'> - networkmanager</a><br/> - - - <a href='services_nis.html'> - nis</a><br/> - - - <a href='services_nscd.html'> - nscd</a><br/> - - - <a href='services_ntp.html'> - ntp</a><br/> - - - <a href='services_openct.html'> - openct</a><br/> - - - <a href='services_pegasus.html'> - pegasus</a><br/> - - - <a href='services_portmap.html'> - portmap</a><br/> - - - <a href='services_postfix.html'> - postfix</a><br/> - - - <a href='services_postgresql.html'> - postgresql</a><br/> - - - <a href='services_ppp.html'> - ppp</a><br/> - - - <a href='services_privoxy.html'> - privoxy</a><br/> - - - <a href='services_procmail.html'> - procmail</a><br/> - - - <a href='services_publicfile.html'> - publicfile</a><br/> - - - <a href='services_radius.html'> - radius</a><br/> - - - <a href='services_radvd.html'> - radvd</a><br/> - - - <a href='services_rdisc.html'> - rdisc</a><br/> - - - <a href='services_remotelogin.html'> - remotelogin</a><br/> - - - <a href='services_rlogin.html'> - rlogin</a><br/> - - - <a href='services_roundup.html'> - roundup</a><br/> - - - <a href='services_rpc.html'> - rpc</a><br/> - - - <a href='services_rshd.html'> - rshd</a><br/> - - - <a href='services_rsync.html'> - rsync</a><br/> - - - <a href='services_samba.html'> - samba</a><br/> - - - <a href='services_sasl.html'> - sasl</a><br/> - - - <a href='services_sendmail.html'> - sendmail</a><br/> - - - <a href='services_slrnpull.html'> - slrnpull</a><br/> - - - <a href='services_smartmon.html'> - smartmon</a><br/> - - - <a href='services_snmp.html'> - snmp</a><br/> - - - <a href='services_spamassassin.html'> - spamassassin</a><br/> - - - <a href='services_squid.html'> - squid</a><br/> - - - <a href='services_ssh.html'> - ssh</a><br/> - - - <a href='services_stunnel.html'> - stunnel</a><br/> - - - <a href='services_sysstat.html'> - sysstat</a><br/> - - - <a href='services_tcpd.html'> - tcpd</a><br/> - - - <a href='services_telnet.html'> - telnet</a><br/> - - - <a href='services_tftp.html'> - tftp</a><br/> - - - <a href='services_timidity.html'> - timidity</a><br/> - - - <a href='services_ucspitcp.html'> - ucspitcp</a><br/> - - - <a href='services_uucp.html'> - uucp</a><br/> - - - <a href='services_xfs.html'> - xfs</a><br/> - - - <a href='services_xserver.html'> - xserver</a><br/> - - - <a href='services_zebra.html'> - zebra</a><br/> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: services</h1><p/> -<h2>Module: xfs</h2><p/> - -<h3>Description:</h3> - -<p><p>X Windows Font Server </p></p> - - - -<a name="interfaces"></a> -<h3>Interfaces: </h3> - -<a name="link_xfs_read_sockets"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>xfs_read_sockets</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read a X font server named socket. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_xfs_stream_connect"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>xfs_stream_connect</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Connect to a X font server over -a unix domain stream socket. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - - -</div> -</body> -</html> diff --git a/www/api-docs/services_xserver.html b/www/api-docs/services_xserver.html deleted file mode 100644 index 4160777..0000000 --- a/www/api-docs/services_xserver.html +++ /dev/null @@ -1,1236 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - - <a href='services_apache.html'> - apache</a><br/> - - - <a href='services_apm.html'> - apm</a><br/> - - - <a href='services_arpwatch.html'> - arpwatch</a><br/> - - - <a href='services_automount.html'> - automount</a><br/> - - - <a href='services_avahi.html'> - avahi</a><br/> - - - <a href='services_bind.html'> - bind</a><br/> - - - <a href='services_bluetooth.html'> - bluetooth</a><br/> - - - <a href='services_canna.html'> - canna</a><br/> - - - <a href='services_comsat.html'> - comsat</a><br/> - - - <a href='services_cpucontrol.html'> - cpucontrol</a><br/> - - - <a href='services_cron.html'> - cron</a><br/> - - - <a href='services_cups.html'> - cups</a><br/> - - - <a href='services_cvs.html'> - cvs</a><br/> - - - <a href='services_cyrus.html'> - cyrus</a><br/> - - - <a href='services_dbskk.html'> - dbskk</a><br/> - - - <a href='services_dbus.html'> - dbus</a><br/> - - - <a href='services_dhcp.html'> - dhcp</a><br/> - - - <a href='services_dictd.html'> - dictd</a><br/> - - - <a href='services_distcc.html'> - distcc</a><br/> - - - <a href='services_djbdns.html'> - djbdns</a><br/> - - - <a href='services_dovecot.html'> - dovecot</a><br/> - - - <a href='services_fetchmail.html'> - fetchmail</a><br/> - - - <a href='services_finger.html'> - finger</a><br/> - - - <a href='services_ftp.html'> - ftp</a><br/> - - - <a href='services_gpm.html'> - gpm</a><br/> - - - <a href='services_hal.html'> - hal</a><br/> - - - <a href='services_howl.html'> - howl</a><br/> - - - <a href='services_i18n_input.html'> - i18n_input</a><br/> - - - <a href='services_inetd.html'> - inetd</a><br/> - - - <a href='services_inn.html'> - inn</a><br/> - - - <a href='services_irqbalance.html'> - irqbalance</a><br/> - - - <a href='services_kerberos.html'> - kerberos</a><br/> - - - <a href='services_ktalk.html'> - ktalk</a><br/> - - - <a href='services_ldap.html'> - ldap</a><br/> - - - <a href='services_lpd.html'> - lpd</a><br/> - - - <a href='services_mailman.html'> - mailman</a><br/> - - - <a href='services_mta.html'> - mta</a><br/> - - - <a href='services_mysql.html'> - mysql</a><br/> - - - <a href='services_networkmanager.html'> - networkmanager</a><br/> - - - <a href='services_nis.html'> - nis</a><br/> - - - <a href='services_nscd.html'> - nscd</a><br/> - - - <a href='services_ntp.html'> - ntp</a><br/> - - - <a href='services_openct.html'> - openct</a><br/> - - - <a href='services_pegasus.html'> - pegasus</a><br/> - - - <a href='services_portmap.html'> - portmap</a><br/> - - - <a href='services_postfix.html'> - postfix</a><br/> - - - <a href='services_postgresql.html'> - postgresql</a><br/> - - - <a href='services_ppp.html'> - ppp</a><br/> - - - <a href='services_privoxy.html'> - privoxy</a><br/> - - - <a href='services_procmail.html'> - procmail</a><br/> - - - <a href='services_publicfile.html'> - publicfile</a><br/> - - - <a href='services_radius.html'> - radius</a><br/> - - - <a href='services_radvd.html'> - radvd</a><br/> - - - <a href='services_rdisc.html'> - rdisc</a><br/> - - - <a href='services_remotelogin.html'> - remotelogin</a><br/> - - - <a href='services_rlogin.html'> - rlogin</a><br/> - - - <a href='services_roundup.html'> - roundup</a><br/> - - - <a href='services_rpc.html'> - rpc</a><br/> - - - <a href='services_rshd.html'> - rshd</a><br/> - - - <a href='services_rsync.html'> - rsync</a><br/> - - - <a href='services_samba.html'> - samba</a><br/> - - - <a href='services_sasl.html'> - sasl</a><br/> - - - <a href='services_sendmail.html'> - sendmail</a><br/> - - - <a href='services_slrnpull.html'> - slrnpull</a><br/> - - - <a href='services_smartmon.html'> - smartmon</a><br/> - - - <a href='services_snmp.html'> - snmp</a><br/> - - - <a href='services_spamassassin.html'> - spamassassin</a><br/> - - - <a href='services_squid.html'> - squid</a><br/> - - - <a href='services_ssh.html'> - ssh</a><br/> - - - <a href='services_stunnel.html'> - stunnel</a><br/> - - - <a href='services_sysstat.html'> - sysstat</a><br/> - - - <a href='services_tcpd.html'> - tcpd</a><br/> - - - <a href='services_telnet.html'> - telnet</a><br/> - - - <a href='services_tftp.html'> - tftp</a><br/> - - - <a href='services_timidity.html'> - timidity</a><br/> - - - <a href='services_ucspitcp.html'> - ucspitcp</a><br/> - - - <a href='services_uucp.html'> - uucp</a><br/> - - - <a href='services_xfs.html'> - xfs</a><br/> - - - <a href='services_xserver.html'> - xserver</a><br/> - - - <a href='services_zebra.html'> - zebra</a><br/> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: services</h1><p/> -<h2>Module: xserver</h2><p/> - -<a href=#interfaces>Interfaces</a> -<a href=#templates>Templates</a> - -<h3>Description:</h3> - -<p><p>X Windows Server</p></p> - - - -<a name="interfaces"></a> -<h3>Interfaces: </h3> - -<a name="link_xserver_create_xdm_tmp_sockets"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>xserver_create_xdm_tmp_sockets</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Create a named socket in a XDM -temporary directory. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_xserver_delete_log"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>xserver_delete_log</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to write the X server -log files. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain to not audit -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_xserver_domtrans_xdm_xserver"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>xserver_domtrans_xdm_xserver</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute the X server in the XDM X server domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_xserver_dontaudit_write_log"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>xserver_dontaudit_write_log</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to write the X server -log files. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain to not audit -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_xserver_read_xdm_pid"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>xserver_read_xdm_pid</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read XDM pid files. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_xserver_read_xdm_rw_config"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>xserver_read_xdm_rw_config</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read xdm-writable configuration files. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_xserver_setattr_xdm_tmp_dirs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>xserver_setattr_xdm_tmp_dirs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Set the attributes of XDM temporary directories. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_xserver_stream_connect_xdm"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>xserver_stream_connect_xdm</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Connect to XDM over a unix domain -stream socket. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_xserver_xsession_entry_type"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>xserver_xsession_entry_type</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Make an X session script an entrypoint for the specified domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The domain for which the shell is an entrypoint. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_xserver_xsession_spec_domtrans"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>xserver_xsession_spec_domtrans</b>( - - - - - domain - - - - , - - - - target_domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute an X session in the target domain. This -is an explicit transition, requiring the -caller to use setexeccon(). -</p> - - -<h5>Description</h5> -<p> -</p><p> -Execute an Xsession in the target domain. This -is an explicit transition, requiring the -caller to use setexeccon(). -</p><p> -</p><p> -No interprocess communication (signals, pipes, -etc.) is provided by this interface since -the domains are not owned by this module. -</p><p> -</p> - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -<tr><td> -target_domain -</td><td> -<p> -The type of the shell process. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - -<a name="templates"></a> -<h3>Templates: </h3> - -<a name="link_xserver_common_domain_template"></a> -<div id="template"> - - -<div id="codeblock"> - -<b>xserver_common_domain_template</b>( - - - - - prefix - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Template to create types and rules common to -all X server domains. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -prefix -</td><td> -<p> -The prefix of the domain (e.g., user -is the prefix for user_t). -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_xserver_domtrans_user_xauth"></a> -<div id="template"> - - -<div id="codeblock"> - -<b>xserver_domtrans_user_xauth</b>( - - - - - userdomain_prefix - - - - , - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Transition to a user Xauthority domain. -</p> - - -<h5>Description</h5> -<p> -</p><p> -Transition to a user Xauthority domain. -</p><p> -</p><p> -This is a templated interface, and should only -be called from a per-userdomain template. -</p><p> -</p> - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -userdomain_prefix -</td><td> -<p> -The prefix of the user domain (e.g., user -is the prefix for user_t). -</p> -</td><td> -No -</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_xserver_per_userdomain_template"></a> -<div id="template"> - - -<div id="codeblock"> - -<b>xserver_per_userdomain_template</b>( - - - - - prefix - - - - , - - - - user_domain - - - - , - - - - user_role - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -The per user domain template for the xserver module. -</p> - - -<h5>Description</h5> -<p> -</p><p> -Define a derived domain for the X server when executed -by a user domain (e.g. via startx). See the xdm module -if using an X Display Manager. -</p><p> -</p><p> -This is invoked automatically for each user and -generally does not need to be invoked directly -by policy writers. -</p><p> -</p> - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -prefix -</td><td> -<p> -The prefix of the user domain (e.g., user -is the prefix for user_t). -</p> -</td><td> -No -</td></tr> - -<tr><td> -user_domain -</td><td> -<p> -The type of the user domain. -</p> -</td><td> -No -</td></tr> - -<tr><td> -user_role -</td><td> -<p> -The role associated with the user domain. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_xserver_ro_session_template"></a> -<div id="template"> - - -<div id="codeblock"> - -<b>xserver_ro_session_template</b>( - - - - - prefix - - - - , - - - - domain - - - - , - - - - tmpfs_type - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Template for creating sessions on a -prefix X server, with read-only -access to the X server shared -memory segments. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -prefix -</td><td> -<p> -The prefix of the domain (e.g., user -is the prefix for user_t). -</p> -</td><td> -No -</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -<tr><td> -tmpfs_type -</td><td> -<p> -The type of the domain SYSV tmpfs files. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_xserver_rw_session_template"></a> -<div id="template"> - - -<div id="codeblock"> - -<b>xserver_rw_session_template</b>( - - - - - prefix - - - - , - - - - domain - - - - , - - - - tmpfs_type - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Template for creating sessions on a -prefix X server, with read and write -access to the X server shared -memory segments. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -prefix -</td><td> -<p> -The prefix of the domain (e.g., user -is the prefix for user_t). -</p> -</td><td> -No -</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -<tr><td> -tmpfs_type -</td><td> -<p> -The type of the domain SYSV tmpfs files. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_xserver_user_client_template"></a> -<div id="template"> - - -<div id="codeblock"> - -<b>xserver_user_client_template</b>( - - - - - prefix - - - - , - - - - domain - - - - , - - - - tmpfs_type - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Template for creating full client sessions -on a user X server. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -prefix -</td><td> -<p> -The prefix of the domain (e.g., user -is the prefix for user_t). -</p> -</td><td> -No -</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -<tr><td> -tmpfs_type -</td><td> -<p> -The type of the domain SYSV tmpfs files. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - -</div> -</body> -</html> diff --git a/www/api-docs/services_zebra.html b/www/api-docs/services_zebra.html deleted file mode 100644 index 9dba3a5..0000000 --- a/www/api-docs/services_zebra.html +++ /dev/null @@ -1,358 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - - <a href='services_apache.html'> - apache</a><br/> - - - <a href='services_apm.html'> - apm</a><br/> - - - <a href='services_arpwatch.html'> - arpwatch</a><br/> - - - <a href='services_automount.html'> - automount</a><br/> - - - <a href='services_avahi.html'> - avahi</a><br/> - - - <a href='services_bind.html'> - bind</a><br/> - - - <a href='services_bluetooth.html'> - bluetooth</a><br/> - - - <a href='services_canna.html'> - canna</a><br/> - - - <a href='services_comsat.html'> - comsat</a><br/> - - - <a href='services_cpucontrol.html'> - cpucontrol</a><br/> - - - <a href='services_cron.html'> - cron</a><br/> - - - <a href='services_cups.html'> - cups</a><br/> - - - <a href='services_cvs.html'> - cvs</a><br/> - - - <a href='services_cyrus.html'> - cyrus</a><br/> - - - <a href='services_dbskk.html'> - dbskk</a><br/> - - - <a href='services_dbus.html'> - dbus</a><br/> - - - <a href='services_dhcp.html'> - dhcp</a><br/> - - - <a href='services_dictd.html'> - dictd</a><br/> - - - <a href='services_distcc.html'> - distcc</a><br/> - - - <a href='services_djbdns.html'> - djbdns</a><br/> - - - <a href='services_dovecot.html'> - dovecot</a><br/> - - - <a href='services_fetchmail.html'> - fetchmail</a><br/> - - - <a href='services_finger.html'> - finger</a><br/> - - - <a href='services_ftp.html'> - ftp</a><br/> - - - <a href='services_gpm.html'> - gpm</a><br/> - - - <a href='services_hal.html'> - hal</a><br/> - - - <a href='services_howl.html'> - howl</a><br/> - - - <a href='services_i18n_input.html'> - i18n_input</a><br/> - - - <a href='services_inetd.html'> - inetd</a><br/> - - - <a href='services_inn.html'> - inn</a><br/> - - - <a href='services_irqbalance.html'> - irqbalance</a><br/> - - - <a href='services_kerberos.html'> - kerberos</a><br/> - - - <a href='services_ktalk.html'> - ktalk</a><br/> - - - <a href='services_ldap.html'> - ldap</a><br/> - - - <a href='services_lpd.html'> - lpd</a><br/> - - - <a href='services_mailman.html'> - mailman</a><br/> - - - <a href='services_mta.html'> - mta</a><br/> - - - <a href='services_mysql.html'> - mysql</a><br/> - - - <a href='services_networkmanager.html'> - networkmanager</a><br/> - - - <a href='services_nis.html'> - nis</a><br/> - - - <a href='services_nscd.html'> - nscd</a><br/> - - - <a href='services_ntp.html'> - ntp</a><br/> - - - <a href='services_openct.html'> - openct</a><br/> - - - <a href='services_pegasus.html'> - pegasus</a><br/> - - - <a href='services_portmap.html'> - portmap</a><br/> - - - <a href='services_postfix.html'> - postfix</a><br/> - - - <a href='services_postgresql.html'> - postgresql</a><br/> - - - <a href='services_ppp.html'> - ppp</a><br/> - - - <a href='services_privoxy.html'> - privoxy</a><br/> - - - <a href='services_procmail.html'> - procmail</a><br/> - - - <a href='services_publicfile.html'> - publicfile</a><br/> - - - <a href='services_radius.html'> - radius</a><br/> - - - <a href='services_radvd.html'> - radvd</a><br/> - - - <a href='services_rdisc.html'> - rdisc</a><br/> - - - <a href='services_remotelogin.html'> - remotelogin</a><br/> - - - <a href='services_rlogin.html'> - rlogin</a><br/> - - - <a href='services_roundup.html'> - roundup</a><br/> - - - <a href='services_rpc.html'> - rpc</a><br/> - - - <a href='services_rshd.html'> - rshd</a><br/> - - - <a href='services_rsync.html'> - rsync</a><br/> - - - <a href='services_samba.html'> - samba</a><br/> - - - <a href='services_sasl.html'> - sasl</a><br/> - - - <a href='services_sendmail.html'> - sendmail</a><br/> - - - <a href='services_slrnpull.html'> - slrnpull</a><br/> - - - <a href='services_smartmon.html'> - smartmon</a><br/> - - - <a href='services_snmp.html'> - snmp</a><br/> - - - <a href='services_spamassassin.html'> - spamassassin</a><br/> - - - <a href='services_squid.html'> - squid</a><br/> - - - <a href='services_ssh.html'> - ssh</a><br/> - - - <a href='services_stunnel.html'> - stunnel</a><br/> - - - <a href='services_sysstat.html'> - sysstat</a><br/> - - - <a href='services_tcpd.html'> - tcpd</a><br/> - - - <a href='services_telnet.html'> - telnet</a><br/> - - - <a href='services_tftp.html'> - tftp</a><br/> - - - <a href='services_timidity.html'> - timidity</a><br/> - - - <a href='services_ucspitcp.html'> - ucspitcp</a><br/> - - - <a href='services_uucp.html'> - uucp</a><br/> - - - <a href='services_xfs.html'> - xfs</a><br/> - - - <a href='services_xserver.html'> - xserver</a><br/> - - - <a href='services_zebra.html'> - zebra</a><br/> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: services</h1><p/> -<h2>Module: zebra</h2><p/> - -<h3>Description:</h3> - -<p><p>Zebra border gateway protocol network routing service</p></p> - - - -<a name="interfaces"></a> -<h3>Interfaces: </h3> - -<a name="link_zebra_read_config"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>zebra_read_config</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read the configuration files for zebra. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - - -</div> -</body> -</html> diff --git a/www/api-docs/style.css b/www/api-docs/style.css deleted file mode 100644 index 9bac0d9..0000000 --- a/www/api-docs/style.css +++ /dev/null @@ -1,216 +0,0 @@ -body { - margin:0px; - padding:0px; - font-family:verdana, arial, helvetica, sans-serif; - color:#333; - background-color:white; - } -h1 { - margin:0px 0px 5px 0px; - padding:0px; - font-size:150% - line-height:28px; - font-weight:900; - color:#ccc; - } -h2 { - font-size:125%; - margin:0px; - padding:5px 0px 10px 0px; - } -h3 { - font-size:110%; - margin:0px; - padding:5px 0px 10px 5px; - } -h4 { - font-size:100%; - margin:0px; - padding:5px 0px 10px 5px; - } -h5 { - font-size:100%; - margin:0px; - font-weight:600; - padding:0px 0px 5px 0px; - margin:0px 0px 0px 5px; -} -li { - font:11px/20px verdana, arial, helvetica, sans-serif; - margin:0px 0px 0px 10px; - padding:0px; - } -p { - /* normal */ - font:11px/20px verdana, arial, helvetica, sans-serif; - margin:0px 0px 0px 10px; - padding:0px; - } - -tt { - /* inline code */ - font-family: monospace; - } - -table { - background-color:#efefef; - /*background-color: white;*/ - border-style:solid; - border-color:black; - border-width:0px 1px 1px 0px; - color: black; - text-align: left; - font:11px/20px verdana, arial, helvetica, sans-serif; - margin-left: 5%; - margin-right: 5%; -} - -th { - font-weight:500; - background-color: #eaeaef; - text-align: center; -} - -td.header { - font-weight: bold; -} - -#Content>p {margin:0px;} -#Content>p+p {text-indent:30px;} -a { - color:#09c; - font-size:11px; - text-decoration:none; - font-weight:600; - font-family:verdana, arial, helvetica, sans-serif; - } -a:link {color:#09c;} -a:visited {color:#07a;} -a:hover {background-color:#eee;} - -#Codeblock { - margin:5px 50px 5px 10px; - padding:5px 0px 5px 15px; - border-style:solid; - border-color:lightgrey; - border-width:1px 1px 1px 1px; - background-color:#f5f5ff; - font-size:100%; - font-weight:600; - text-decoration:none; - font-family:monospace; -} -#Interface { - margin:5px 0px 25px 5px; - padding:5px 0px 5px 5px; - border-style:solid; - border-color:black; - border-width:1px 1px 1px 1px; - background-color:#fafafa; - font-size:14px; - font-weight:400; - text-decoration:none; - font-family:verdana, arial, helvetica, sans-serif; -} -#Interfacesmall { - margin:0px 0px 5px 0px; - padding:5px 0px 0px 5px; - border-style:solid; - border-color:black; - border-width:1px 1px 1px 1px; - background-color:#fafafa; - font-size:14px; - font-weight:400; - text-decoration:none; - font-family:verdana, arial, helvetica, sans-serif; -} -#Template { - margin:5px 0px 25px 5px; - padding:5px 0px 5px 5px; - border-style:solid; - border-color:black; - border-width:1px 1px 1px 1px; - background-color:#fafafa; - font-size:14px; - font-weight:400; - text-decoration:none; - font-family:verdana, arial, helvetica, sans-serif; -} -#Templatesmall { - margin:0px 0px 5px 0px; - padding:5px 0px 0px 5px; - border-style:solid; - border-color:black; - border-width:1px 1px 1px 1px; - background-color:#fafafa; - font-size:14px; - font-weight:400; - text-decoration:none; - font-family:verdana, arial, helvetica, sans-serif; -} -#Description { - margin:0px 0px 0px 5px; - padding:0px 0px 0px 5px; - text-decoration:none; - font-family:verdana, arial, helvetica, sans-serif; - font-size:12px; - font-weight:400; -} -pre { - margin:0px; - padding:0px; - font-size:14px; - text-decoration:none; - font-family:verdana, arial, helvetica, sans-serif; -} -dl { - /* definition text block */ - font:11px/20px verdana, arial, helvetica, sans-serif; - margin:0px 0px 16px 0px; - padding:0px; - } -dt { - /* definition term */ - font-weight: bold; - } - -#Header { - margin:50px 0px 10px 0px; - padding:17px 0px 0px 20px; - /* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */ - height:33px; /* 14px + 17px + 2px = 33px */ - border-style:solid; - border-color:black; - border-width:1px 0px; /* top and bottom borders: 1px; left and right borders: 0px */ - line-height:11px; - font-size:110%; - background-color:#eee; - voice-family: "\"}\""; - voice-family:inherit; - height:14px; /* the correct height */ - } -body>#Header {height:14px;} -#Content { - margin:0px 50px 0px 200px; - padding:10px; - } - -#Menu { - position:absolute; - top:100px; - left:20px; - width:162px; - padding:10px; - background-color:#eee; - border:1px solid #aaa; - line-height:17px; - text-align:left; - voice-family: "\"}\""; - voice-family:inherit; - width:160px; - } -#Menu subitem { - font-size: 5px; -} - -body>#Menu {width:160px;} diff --git a/www/api-docs/system.html b/www/api-docs/system.html deleted file mode 100644 index 360a79c..0000000 --- a/www/api-docs/system.html +++ /dev/null @@ -1,281 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - - <a href='system_authlogin.html'> - authlogin</a><br/> - - - <a href='system_clock.html'> - clock</a><br/> - - - <a href='system_daemontools.html'> - daemontools</a><br/> - - - <a href='system_fstools.html'> - fstools</a><br/> - - - <a href='system_getty.html'> - getty</a><br/> - - - <a href='system_hostname.html'> - hostname</a><br/> - - - <a href='system_hotplug.html'> - hotplug</a><br/> - - - <a href='system_init.html'> - init</a><br/> - - - <a href='system_ipsec.html'> - ipsec</a><br/> - - - <a href='system_iptables.html'> - iptables</a><br/> - - - <a href='system_libraries.html'> - libraries</a><br/> - - - <a href='system_locallogin.html'> - locallogin</a><br/> - - - <a href='system_logging.html'> - logging</a><br/> - - - <a href='system_lvm.html'> - lvm</a><br/> - - - <a href='system_miscfiles.html'> - miscfiles</a><br/> - - - <a href='system_modutils.html'> - modutils</a><br/> - - - <a href='system_mount.html'> - mount</a><br/> - - - <a href='system_pcmcia.html'> - pcmcia</a><br/> - - - <a href='system_raid.html'> - raid</a><br/> - - - <a href='system_selinuxutil.html'> - selinuxutil</a><br/> - - - <a href='system_sysnetwork.html'> - sysnetwork</a><br/> - - - <a href='system_udev.html'> - udev</a><br/> - - - <a href='system_unconfined.html'> - unconfined</a><br/> - - - <a href='system_userdomain.html'> - userdomain</a><br/> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> - -<h1>Layer: system</h1><p/> - -<p><p> - Policy modules for system functions from init to multi-user login. -</p></p><br/> - - -<table border="1" cellspacing="0" cellpadding="3" width="75%"> -<tr><td class="title">Module:</td><td class="title">Description:</td></tr> - - - </td></tr> - - - </td></tr> - - - </td></tr> - - - </td></tr> - - - <tr><td> - <a href='system_authlogin.html'> - authlogin</a></td> - <td><p>Common policy for authentication and user login.</p></td> - - <tr><td> - <a href='system_clock.html'> - clock</a></td> - <td><p>Policy for reading and setting the hardware clock.</p></td> - - <tr><td> - <a href='system_daemontools.html'> - daemontools</a></td> - <td><p>Collection of tools for managing UNIX services</p></td> - - <tr><td> - <a href='system_fstools.html'> - fstools</a></td> - <td><p>Tools for filesystem management, such as mkfs and fsck.</p></td> - - <tr><td> - <a href='system_getty.html'> - getty</a></td> - <td><p>Policy for getty.</p></td> - - <tr><td> - <a href='system_hostname.html'> - hostname</a></td> - <td><p>Policy for changing the system host name.</p></td> - - <tr><td> - <a href='system_hotplug.html'> - hotplug</a></td> - <td><p> -Policy for hotplug system, for supporting the -connection and disconnection of devices at runtime. -</p></td> - - <tr><td> - <a href='system_init.html'> - init</a></td> - <td><p>System initialization programs (init and init scripts).</p></td> - - <tr><td> - <a href='system_ipsec.html'> - ipsec</a></td> - <td><p>TCP/IP encryption</p></td> - - <tr><td> - <a href='system_iptables.html'> - iptables</a></td> - <td><p>Policy for iptables.</p></td> - - <tr><td> - <a href='system_libraries.html'> - libraries</a></td> - <td><p>Policy for system libraries.</p></td> - - <tr><td> - <a href='system_locallogin.html'> - locallogin</a></td> - <td><p>Policy for local logins.</p></td> - - <tr><td> - <a href='system_logging.html'> - logging</a></td> - <td><p>Policy for the kernel message logger and system logging daemon.</p></td> - - <tr><td> - <a href='system_lvm.html'> - lvm</a></td> - <td><p>Policy for logical volume management programs.</p></td> - - <tr><td> - <a href='system_miscfiles.html'> - miscfiles</a></td> - <td><p>Miscelaneous files.</p></td> - - <tr><td> - <a href='system_modutils.html'> - modutils</a></td> - <td><p>Policy for kernel module utilities</p></td> - - <tr><td> - <a href='system_mount.html'> - mount</a></td> - <td><p>Policy for mount.</p></td> - - <tr><td> - <a href='system_pcmcia.html'> - pcmcia</a></td> - <td><p>PCMCIA card management services</p></td> - - <tr><td> - <a href='system_raid.html'> - raid</a></td> - <td><p>RAID array management tools</p></td> - - <tr><td> - <a href='system_selinuxutil.html'> - selinuxutil</a></td> - <td><p>Policy for SELinux policy and userland applications.</p></td> - - <tr><td> - <a href='system_sysnetwork.html'> - sysnetwork</a></td> - <td><p>Policy for network configuration: ifconfig and dhcp client.</p></td> - - <tr><td> - <a href='system_udev.html'> - udev</a></td> - <td><p>Policy for udev.</p></td> - - <tr><td> - <a href='system_unconfined.html'> - unconfined</a></td> - <td><p>The unconfined domain.</p></td> - - <tr><td> - <a href='system_userdomain.html'> - userdomain</a></td> - <td><p>Policy for user domains</p></td> - - </td></tr> - -</table> -<p/><br/><br/> - -</div> -</body> -</html> diff --git a/www/api-docs/system_authlogin.html b/www/api-docs/system_authlogin.html deleted file mode 100644 index 35bc4ac..0000000 --- a/www/api-docs/system_authlogin.html +++ /dev/null @@ -1,2684 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - - <a href='system_authlogin.html'> - authlogin</a><br/> - - - <a href='system_clock.html'> - clock</a><br/> - - - <a href='system_daemontools.html'> - daemontools</a><br/> - - - <a href='system_fstools.html'> - fstools</a><br/> - - - <a href='system_getty.html'> - getty</a><br/> - - - <a href='system_hostname.html'> - hostname</a><br/> - - - <a href='system_hotplug.html'> - hotplug</a><br/> - - - <a href='system_init.html'> - init</a><br/> - - - <a href='system_ipsec.html'> - ipsec</a><br/> - - - <a href='system_iptables.html'> - iptables</a><br/> - - - <a href='system_libraries.html'> - libraries</a><br/> - - - <a href='system_locallogin.html'> - locallogin</a><br/> - - - <a href='system_logging.html'> - logging</a><br/> - - - <a href='system_lvm.html'> - lvm</a><br/> - - - <a href='system_miscfiles.html'> - miscfiles</a><br/> - - - <a href='system_modutils.html'> - modutils</a><br/> - - - <a href='system_mount.html'> - mount</a><br/> - - - <a href='system_pcmcia.html'> - pcmcia</a><br/> - - - <a href='system_raid.html'> - raid</a><br/> - - - <a href='system_selinuxutil.html'> - selinuxutil</a><br/> - - - <a href='system_sysnetwork.html'> - sysnetwork</a><br/> - - - <a href='system_udev.html'> - udev</a><br/> - - - <a href='system_unconfined.html'> - unconfined</a><br/> - - - <a href='system_userdomain.html'> - userdomain</a><br/> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: system</h1><p/> -<h2>Module: authlogin</h2><p/> - -<a href=#interfaces>Interfaces</a> -<a href=#templates>Templates</a> - -<h3>Description:</h3> - -<p><p>Common policy for authentication and user login.</p></p> - - - -<a name="interfaces"></a> -<h3>Interfaces: </h3> - -<a name="link_auth_append_faillog"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>auth_append_faillog</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Append to the login failure log. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_auth_append_lastlog"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>auth_append_lastlog</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Append only to the last logins log. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_auth_append_login_records"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>auth_append_login_records</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Append to login records (wtmp). -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_auth_can_read_shadow_passwords"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>auth_can_read_shadow_passwords</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_auth_delete_pam_console_data"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>auth_delete_pam_console_data</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Delete pam_console data. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_auth_delete_pam_pid"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>auth_delete_pam_pid</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Delete pam PID files. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_auth_domtrans_chk_passwd"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>auth_domtrans_chk_passwd</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Run unix_chkpwd to check a password. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_auth_domtrans_login_program"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>auth_domtrans_login_program</b>( - - - - - domain - - - - , - - - - target_domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute a login_program in the target domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -<tr><td> -target_domain -</td><td> -<p> -The type of the login_program process. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_auth_domtrans_pam"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>auth_domtrans_pam</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute pam programs in the pam domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_auth_domtrans_pam_console"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>auth_domtrans_pam_console</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_auth_domtrans_utempter"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>auth_domtrans_utempter</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute utempter programs in the utempter domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_auth_dontaudit_exec_utempter"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>auth_dontaudit_exec_utempter</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attemps to execute utempter executable. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_auth_dontaudit_getattr_shadow"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>auth_dontaudit_getattr_shadow</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to get the attributes -of the shadow passwords file. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_auth_dontaudit_read_pam_pid"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>auth_dontaudit_read_pam_pid</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attemps to read PAM pid files. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_auth_dontaudit_read_shadow"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>auth_dontaudit_read_shadow</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to read the shadow -password file (/etc/shadow). -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the domain to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_auth_dontaudit_write_login_records"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>auth_dontaudit_write_login_records</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_auth_exec_pam"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>auth_exec_pam</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute the pam program. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_auth_getattr_shadow"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>auth_getattr_shadow</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Get the attributes of the shadow passwords file. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_auth_list_pam_console_data"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>auth_list_pam_console_data</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_auth_log_filetrans_login_records"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>auth_log_filetrans_login_records</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_auth_login_entry_type"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>auth_login_entry_type</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Use the login program as an entry point program. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of process using the login program as entry point. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_auth_manage_all_files_except_shadow"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>auth_manage_all_files_except_shadow</b>( - - - - - domain - - - - , - - - - exception_types - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Manage all files on the filesystem, except -the shadow passwords and listed exceptions. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the domain perfoming this action. -</p> -</td><td> -No -</td></tr> - -<tr><td> -exception_types -</td><td> -<p> -The types to be excluded. Each type or attribute -must be negated by the caller. -</p> -</td><td> -Yes -</td></tr> - -</table> -</div> -</div> - -<a name="link_auth_manage_login_records"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>auth_manage_login_records</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_auth_manage_pam_console_data"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>auth_manage_pam_console_data</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_auth_manage_pam_pid"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>auth_manage_pam_pid</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Manage pam PID files. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_auth_manage_shadow"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>auth_manage_shadow</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_auth_manage_var_auth"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>auth_manage_var_auth</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Manage var auth files. Used by various other applications -and pam applets etc. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_auth_read_all_dirs_except_shadow"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>auth_read_all_dirs_except_shadow</b>( - - - - - domain - - - - , - - - - exception_types - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read all directories on the filesystem, except -the shadow passwords and listed exceptions. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the domain perfoming this action. -</p> -</td><td> -No -</td></tr> - -<tr><td> -exception_types -</td><td> -<p> -The types to be excluded. Each type or attribute -must be negated by the caller. -</p> -</td><td> -Yes -</td></tr> - -</table> -</div> -</div> - -<a name="link_auth_read_all_files_except_shadow"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>auth_read_all_files_except_shadow</b>( - - - - - domain - - - - , - - - - exception_types - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read all files on the filesystem, except -the shadow passwords and listed exceptions. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the domain perfoming this action. -</p> -</td><td> -No -</td></tr> - -<tr><td> -exception_types -</td><td> -<p> -The types to be excluded. Each type or attribute -must be negated by the caller. -</p> -</td><td> -Yes -</td></tr> - -</table> -</div> -</div> - -<a name="link_auth_read_all_symlinks_except_shadow"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>auth_read_all_symlinks_except_shadow</b>( - - - - - domain - - - - , - - - - exception_types - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read all symbolic links on the filesystem, except -the shadow passwords and listed exceptions. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the domain perfoming this action. -</p> -</td><td> -No -</td></tr> - -<tr><td> -exception_types -</td><td> -<p> -The types to be excluded. Each type or attribute -must be negated by the caller. -</p> -</td><td> -Yes -</td></tr> - -</table> -</div> -</div> - -<a name="link_auth_read_lastlog"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>auth_read_lastlog</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read the last logins log. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_auth_read_login_records"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>auth_read_login_records</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_auth_read_pam_console_data"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>auth_read_pam_console_data</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_auth_read_pam_pid"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>auth_read_pam_pid</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_auth_read_shadow"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>auth_read_shadow</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read the shadow passwords file (/etc/shadow) -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_auth_relabel_all_files_except_shadow"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>auth_relabel_all_files_except_shadow</b>( - - - - - domain - - - - , - - - - exception_types - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Relabel all files on the filesystem, except -the shadow passwords and listed exceptions. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the domain perfoming this action. -</p> -</td><td> -No -</td></tr> - -<tr><td> -exception_types -</td><td> -<p> -The types to be excluded. Each type or attribute -must be negated by the caller. -</p> -</td><td> -Yes -</td></tr> - -</table> -</div> -</div> - -<a name="link_auth_relabel_shadow"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>auth_relabel_shadow</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Relabel from and to the shadow -password file type. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_auth_relabelto_shadow"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>auth_relabelto_shadow</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Relabel to the shadow -password file type. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_auth_run_pam"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>auth_run_pam</b>( - - - - - domain - - - - , - - - - role - - - - , - - - - terminal - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute pam programs in the PAM domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -<tr><td> -role -</td><td> -<p> -The role to allow the PAM domain. -</p> -</td><td> -No -</td></tr> - -<tr><td> -terminal -</td><td> -<p> -The type of the terminal allow the PAM domain to use. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_auth_run_utempter"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>auth_run_utempter</b>( - - - - - domain - - - - , - - - - role - - - - , - - - - terminal - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute utempter programs in the utempter domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -<tr><td> -role -</td><td> -<p> -The role to allow the utempter domain. -</p> -</td><td> -No -</td></tr> - -<tr><td> -terminal -</td><td> -<p> -The type of the terminal allow the utempter domain to use. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_auth_rw_faillog"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>auth_rw_faillog</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_auth_rw_lastlog"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>auth_rw_lastlog</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read and write to the last logins log. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_auth_rw_login_records"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>auth_rw_login_records</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_auth_rw_shadow"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>auth_rw_shadow</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read and write the shadow password file (/etc/shadow). -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_auth_search_pam_console_data"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>auth_search_pam_console_data</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Search the contents of the -pam_console data directory. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_auth_setattr_login_records"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>auth_setattr_login_records</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_auth_tunable_read_shadow"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>auth_tunable_read_shadow</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_auth_unconfined"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>auth_unconfined</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Unconfined access to the authlogin module. -</p> - - -<h5>Description</h5> -<p> -</p><p> -Unconfined access to the authlogin module. -</p><p> -</p><p> -Currently, this only allows assertions for -the shadow passwords file (/etc/shadow) to -be passed. No access is granted yet. -</p><p> -</p> - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_auth_use_nsswitch"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>auth_use_nsswitch</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Use nsswitch to look up uid-username mappings. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_auth_write_login_records"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>auth_write_login_records</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Write to login records (wtmp). -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - -<a name="templates"></a> -<h3>Templates: </h3> - -<a name="link_auth_domtrans_user_chk_passwd"></a> -<div id="template"> - - -<div id="codeblock"> - -<b>auth_domtrans_user_chk_passwd</b>( - - - - - userdomain_prefix - - - - , - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Run unix_chkpwd to check a password -for a user domain. -</p> - - -<h5>Description</h5> -<p> -</p><p> -Run unix_chkpwd to check a password -for a user domain. -</p><p> -</p><p> -This is a templated interface, and should only -be called from a per-userdomain template. -</p><p> -</p> - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -userdomain_prefix -</td><td> -<p> -The prefix of the user domain (e.g., user -is the prefix for user_t). -</p> -</td><td> -No -</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_authlogin_common_auth_domain_template"></a> -<div id="template"> - - -<div id="codeblock"> - -<b>authlogin_common_auth_domain_template</b>( - - - - - userdomain_prefix - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Common template to create a domain for authentication. -</p> - - -<h5>Description</h5> -<p> -</p><p> -This template creates a derived domain which is allowed -to authenticate users by using PAM unix_chkpwd support. -</p><p> -</p> - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -userdomain_prefix -</td><td> -<p> -The prefix of the user domain (e.g., user -is the prefix for user_t). -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_authlogin_per_userdomain_template"></a> -<div id="template"> - - -<div id="codeblock"> - -<b>authlogin_per_userdomain_template</b>( - - - - - userdomain_prefix - - - - , - - - - user_domain - - - - , - - - - user_role - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -The per user domain template for the authlogin module. -</p> - - -<h5>Description</h5> -<p> -</p><p> -This template creates a derived domain which is allowed -to authenticate users by using PAM unix_chkpwd support. -This domain will be used by any programs running in the -user domain which use PAM to authenticate. -</p><p> -</p><p> -This template is invoked automatically for each user, and -generally does not need to be invoked directly -by policy writers. -</p><p> -</p> - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -userdomain_prefix -</td><td> -<p> -The prefix of the user domain (e.g., user -is the prefix for user_t). -</p> -</td><td> -No -</td></tr> - -<tr><td> -user_domain -</td><td> -<p> -The type of the user domain. -</p> -</td><td> -No -</td></tr> - -<tr><td> -user_role -</td><td> -<p> -The role associated with the user domain. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - -</div> -</body> -</html> diff --git a/www/api-docs/system_clock.html b/www/api-docs/system_clock.html deleted file mode 100644 index ea7f38f..0000000 --- a/www/api-docs/system_clock.html +++ /dev/null @@ -1,353 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - - <a href='system_authlogin.html'> - authlogin</a><br/> - - - <a href='system_clock.html'> - clock</a><br/> - - - <a href='system_daemontools.html'> - daemontools</a><br/> - - - <a href='system_fstools.html'> - fstools</a><br/> - - - <a href='system_getty.html'> - getty</a><br/> - - - <a href='system_hostname.html'> - hostname</a><br/> - - - <a href='system_hotplug.html'> - hotplug</a><br/> - - - <a href='system_init.html'> - init</a><br/> - - - <a href='system_ipsec.html'> - ipsec</a><br/> - - - <a href='system_iptables.html'> - iptables</a><br/> - - - <a href='system_libraries.html'> - libraries</a><br/> - - - <a href='system_locallogin.html'> - locallogin</a><br/> - - - <a href='system_logging.html'> - logging</a><br/> - - - <a href='system_lvm.html'> - lvm</a><br/> - - - <a href='system_miscfiles.html'> - miscfiles</a><br/> - - - <a href='system_modutils.html'> - modutils</a><br/> - - - <a href='system_mount.html'> - mount</a><br/> - - - <a href='system_pcmcia.html'> - pcmcia</a><br/> - - - <a href='system_raid.html'> - raid</a><br/> - - - <a href='system_selinuxutil.html'> - selinuxutil</a><br/> - - - <a href='system_sysnetwork.html'> - sysnetwork</a><br/> - - - <a href='system_udev.html'> - udev</a><br/> - - - <a href='system_unconfined.html'> - unconfined</a><br/> - - - <a href='system_userdomain.html'> - userdomain</a><br/> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: system</h1><p/> -<h2>Module: clock</h2><p/> - -<h3>Description:</h3> - -<p><p>Policy for reading and setting the hardware clock.</p></p> - - - -<a name="interfaces"></a> -<h3>Interfaces: </h3> - -<a name="link_clock_domtrans"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>clock_domtrans</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute hwclock in the clock domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_clock_exec"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>clock_exec</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute hwclock in the caller domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_clock_run"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>clock_run</b>( - - - - - domain - - - - , - - - - role - - - - , - - - - terminal - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute hwclock in the clock domain, and -allow the specified role the hwclock domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -<tr><td> -role -</td><td> -<p> -The role to be allowed the clock domain. -</p> -</td><td> -No -</td></tr> - -<tr><td> -terminal -</td><td> -<p> -The type of the terminal allow the clock domain to use. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_clock_rw_adjtime"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>clock_rw_adjtime</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Allow executing domain to modify clock drift -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - - -</div> -</body> -</html> diff --git a/www/api-docs/system_daemontools.html b/www/api-docs/system_daemontools.html deleted file mode 100644 index 557632a..0000000 --- a/www/api-docs/system_daemontools.html +++ /dev/null @@ -1,464 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - - <a href='system_authlogin.html'> - authlogin</a><br/> - - - <a href='system_clock.html'> - clock</a><br/> - - - <a href='system_daemontools.html'> - daemontools</a><br/> - - - <a href='system_fstools.html'> - fstools</a><br/> - - - <a href='system_getty.html'> - getty</a><br/> - - - <a href='system_hostname.html'> - hostname</a><br/> - - - <a href='system_hotplug.html'> - hotplug</a><br/> - - - <a href='system_init.html'> - init</a><br/> - - - <a href='system_ipsec.html'> - ipsec</a><br/> - - - <a href='system_iptables.html'> - iptables</a><br/> - - - <a href='system_libraries.html'> - libraries</a><br/> - - - <a href='system_locallogin.html'> - locallogin</a><br/> - - - <a href='system_logging.html'> - logging</a><br/> - - - <a href='system_lvm.html'> - lvm</a><br/> - - - <a href='system_miscfiles.html'> - miscfiles</a><br/> - - - <a href='system_modutils.html'> - modutils</a><br/> - - - <a href='system_mount.html'> - mount</a><br/> - - - <a href='system_pcmcia.html'> - pcmcia</a><br/> - - - <a href='system_raid.html'> - raid</a><br/> - - - <a href='system_selinuxutil.html'> - selinuxutil</a><br/> - - - <a href='system_sysnetwork.html'> - sysnetwork</a><br/> - - - <a href='system_udev.html'> - udev</a><br/> - - - <a href='system_unconfined.html'> - unconfined</a><br/> - - - <a href='system_userdomain.html'> - userdomain</a><br/> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: system</h1><p/> -<h2>Module: daemontools</h2><p/> - -<h3>Description:</h3> - -<p><p> -</p><p> -Policy for DJB's daemontools -</p><p> -</p></p> - - - -<a name="interfaces"></a> -<h3>Interfaces: </h3> - -<a name="link_daemontools_domtrans_multilog"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>daemontools_domtrans_multilog</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute in the svc_multilog_t domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_daemontools_domtrans_run"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>daemontools_domtrans_run</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute in the svc_run_t domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_daemontools_domtrans_start"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>daemontools_domtrans_start</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute in the svc_start_t domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_daemontools_ipc_domain"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>daemontools_ipc_domain</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -An ipc channel between the supervised domain and svc_start_t -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access to svc_start_t. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_daemontools_manage_svc"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>daemontools_manage_svc</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Allow a domain to create svc_svc_t files. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_daemontools_read_svc"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>daemontools_read_svc</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Allow a domain to read svc_svc_t files. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_daemontools_service_domain"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>daemontools_service_domain</b>( - - - - - domain - - - - , - - - - entrypoint - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Define a specified domain as a supervised service. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -<tr><td> -entrypoint -</td><td> -<p> -The type associated with the process program. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - - -</div> -</body> -</html> diff --git a/www/api-docs/system_fstools.html b/www/api-docs/system_fstools.html deleted file mode 100644 index c05e520..0000000 --- a/www/api-docs/system_fstools.html +++ /dev/null @@ -1,397 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - - <a href='system_authlogin.html'> - authlogin</a><br/> - - - <a href='system_clock.html'> - clock</a><br/> - - - <a href='system_daemontools.html'> - daemontools</a><br/> - - - <a href='system_fstools.html'> - fstools</a><br/> - - - <a href='system_getty.html'> - getty</a><br/> - - - <a href='system_hostname.html'> - hostname</a><br/> - - - <a href='system_hotplug.html'> - hotplug</a><br/> - - - <a href='system_init.html'> - init</a><br/> - - - <a href='system_ipsec.html'> - ipsec</a><br/> - - - <a href='system_iptables.html'> - iptables</a><br/> - - - <a href='system_libraries.html'> - libraries</a><br/> - - - <a href='system_locallogin.html'> - locallogin</a><br/> - - - <a href='system_logging.html'> - logging</a><br/> - - - <a href='system_lvm.html'> - lvm</a><br/> - - - <a href='system_miscfiles.html'> - miscfiles</a><br/> - - - <a href='system_modutils.html'> - modutils</a><br/> - - - <a href='system_mount.html'> - mount</a><br/> - - - <a href='system_pcmcia.html'> - pcmcia</a><br/> - - - <a href='system_raid.html'> - raid</a><br/> - - - <a href='system_selinuxutil.html'> - selinuxutil</a><br/> - - - <a href='system_sysnetwork.html'> - sysnetwork</a><br/> - - - <a href='system_udev.html'> - udev</a><br/> - - - <a href='system_unconfined.html'> - unconfined</a><br/> - - - <a href='system_userdomain.html'> - userdomain</a><br/> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: system</h1><p/> -<h2>Module: fstools</h2><p/> - -<h3>Description:</h3> - -<p><p>Tools for filesystem management, such as mkfs and fsck.</p></p> - - - -<a name="interfaces"></a> -<h3>Interfaces: </h3> - -<a name="link_fstools_domtrans"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fstools_domtrans</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute fs tools in the fstools domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fstools_exec"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fstools_exec</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute fsadm in the caller domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fstools_manage_entry_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fstools_manage_entry_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Create, read, write, and delete a file used by the -filesystem tools programs. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fstools_relabelto_entry_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fstools_relabelto_entry_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Relabel a file to the type used by the -filesystem tools programs. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_fstools_run"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>fstools_run</b>( - - - - - domain - - - - , - - - - role - - - - , - - - - terminal - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute fs tools in the fstools domain, and -allow the specified role the fs tools domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -<tr><td> -role -</td><td> -<p> -The role to be allowed the fs tools domain. -</p> -</td><td> -No -</td></tr> - -<tr><td> -terminal -</td><td> -<p> -The type of the terminal allow the fs tools domain to use. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - - -</div> -</body> -</html> diff --git a/www/api-docs/system_getty.html b/www/api-docs/system_getty.html deleted file mode 100644 index 18da826..0000000 --- a/www/api-docs/system_getty.html +++ /dev/null @@ -1,358 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - - <a href='system_authlogin.html'> - authlogin</a><br/> - - - <a href='system_clock.html'> - clock</a><br/> - - - <a href='system_daemontools.html'> - daemontools</a><br/> - - - <a href='system_fstools.html'> - fstools</a><br/> - - - <a href='system_getty.html'> - getty</a><br/> - - - <a href='system_hostname.html'> - hostname</a><br/> - - - <a href='system_hotplug.html'> - hotplug</a><br/> - - - <a href='system_init.html'> - init</a><br/> - - - <a href='system_ipsec.html'> - ipsec</a><br/> - - - <a href='system_iptables.html'> - iptables</a><br/> - - - <a href='system_libraries.html'> - libraries</a><br/> - - - <a href='system_locallogin.html'> - locallogin</a><br/> - - - <a href='system_logging.html'> - logging</a><br/> - - - <a href='system_lvm.html'> - lvm</a><br/> - - - <a href='system_miscfiles.html'> - miscfiles</a><br/> - - - <a href='system_modutils.html'> - modutils</a><br/> - - - <a href='system_mount.html'> - mount</a><br/> - - - <a href='system_pcmcia.html'> - pcmcia</a><br/> - - - <a href='system_raid.html'> - raid</a><br/> - - - <a href='system_selinuxutil.html'> - selinuxutil</a><br/> - - - <a href='system_sysnetwork.html'> - sysnetwork</a><br/> - - - <a href='system_udev.html'> - udev</a><br/> - - - <a href='system_unconfined.html'> - unconfined</a><br/> - - - <a href='system_userdomain.html'> - userdomain</a><br/> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: system</h1><p/> -<h2>Module: getty</h2><p/> - -<h3>Description:</h3> - -<p><p>Policy for getty.</p></p> - - - -<a name="interfaces"></a> -<h3>Interfaces: </h3> - -<a name="link_getty_domtrans"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>getty_domtrans</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute gettys in the getty domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_getty_read_config"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>getty_read_config</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Allow process to read getty config file. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_getty_read_log"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>getty_read_log</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Allow process to read getty log file. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_getty_rw_config"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>getty_rw_config</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Allow process to edit getty config file. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_getty_use_fds"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>getty_use_fds</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Inherit and use getty file descriptors. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - - -</div> -</body> -</html> diff --git a/www/api-docs/system_hostname.html b/www/api-docs/system_hostname.html deleted file mode 100644 index e185fc7..0000000 --- a/www/api-docs/system_hostname.html +++ /dev/null @@ -1,311 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - - <a href='system_authlogin.html'> - authlogin</a><br/> - - - <a href='system_clock.html'> - clock</a><br/> - - - <a href='system_daemontools.html'> - daemontools</a><br/> - - - <a href='system_fstools.html'> - fstools</a><br/> - - - <a href='system_getty.html'> - getty</a><br/> - - - <a href='system_hostname.html'> - hostname</a><br/> - - - <a href='system_hotplug.html'> - hotplug</a><br/> - - - <a href='system_init.html'> - init</a><br/> - - - <a href='system_ipsec.html'> - ipsec</a><br/> - - - <a href='system_iptables.html'> - iptables</a><br/> - - - <a href='system_libraries.html'> - libraries</a><br/> - - - <a href='system_locallogin.html'> - locallogin</a><br/> - - - <a href='system_logging.html'> - logging</a><br/> - - - <a href='system_lvm.html'> - lvm</a><br/> - - - <a href='system_miscfiles.html'> - miscfiles</a><br/> - - - <a href='system_modutils.html'> - modutils</a><br/> - - - <a href='system_mount.html'> - mount</a><br/> - - - <a href='system_pcmcia.html'> - pcmcia</a><br/> - - - <a href='system_raid.html'> - raid</a><br/> - - - <a href='system_selinuxutil.html'> - selinuxutil</a><br/> - - - <a href='system_sysnetwork.html'> - sysnetwork</a><br/> - - - <a href='system_udev.html'> - udev</a><br/> - - - <a href='system_unconfined.html'> - unconfined</a><br/> - - - <a href='system_userdomain.html'> - userdomain</a><br/> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: system</h1><p/> -<h2>Module: hostname</h2><p/> - -<h3>Description:</h3> - -<p><p>Policy for changing the system host name.</p></p> - - - -<a name="interfaces"></a> -<h3>Interfaces: </h3> - -<a name="link_hostname_domtrans"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>hostname_domtrans</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute hostname in the hostname domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_hostname_exec"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>hostname_exec</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute hostname in the caller domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_hostname_run"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>hostname_run</b>( - - - - - domain - - - - , - - - - role - - - - , - - - - terminal - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute hostname in the hostname domain, and -allow the specified role the hostname domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -<tr><td> -role -</td><td> -<p> -The role to be allowed the hostname domain. -</p> -</td><td> -No -</td></tr> - -<tr><td> -terminal -</td><td> -<p> -The type of the terminal allow the hostname domain to use. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - - -</div> -</body> -</html> diff --git a/www/api-docs/system_hotplug.html b/www/api-docs/system_hotplug.html deleted file mode 100644 index 4c7efb4..0000000 --- a/www/api-docs/system_hotplug.html +++ /dev/null @@ -1,487 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - - <a href='system_authlogin.html'> - authlogin</a><br/> - - - <a href='system_clock.html'> - clock</a><br/> - - - <a href='system_daemontools.html'> - daemontools</a><br/> - - - <a href='system_fstools.html'> - fstools</a><br/> - - - <a href='system_getty.html'> - getty</a><br/> - - - <a href='system_hostname.html'> - hostname</a><br/> - - - <a href='system_hotplug.html'> - hotplug</a><br/> - - - <a href='system_init.html'> - init</a><br/> - - - <a href='system_ipsec.html'> - ipsec</a><br/> - - - <a href='system_iptables.html'> - iptables</a><br/> - - - <a href='system_libraries.html'> - libraries</a><br/> - - - <a href='system_locallogin.html'> - locallogin</a><br/> - - - <a href='system_logging.html'> - logging</a><br/> - - - <a href='system_lvm.html'> - lvm</a><br/> - - - <a href='system_miscfiles.html'> - miscfiles</a><br/> - - - <a href='system_modutils.html'> - modutils</a><br/> - - - <a href='system_mount.html'> - mount</a><br/> - - - <a href='system_pcmcia.html'> - pcmcia</a><br/> - - - <a href='system_raid.html'> - raid</a><br/> - - - <a href='system_selinuxutil.html'> - selinuxutil</a><br/> - - - <a href='system_sysnetwork.html'> - sysnetwork</a><br/> - - - <a href='system_udev.html'> - udev</a><br/> - - - <a href='system_unconfined.html'> - unconfined</a><br/> - - - <a href='system_userdomain.html'> - userdomain</a><br/> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: system</h1><p/> -<h2>Module: hotplug</h2><p/> - -<h3>Description:</h3> - -<p><p> -Policy for hotplug system, for supporting the -connection and disconnection of devices at runtime. -</p></p> - - - -<a name="interfaces"></a> -<h3>Interfaces: </h3> - -<a name="link_hotplug_domtrans"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>hotplug_domtrans</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_hotplug_dontaudit_search_config"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>hotplug_dontaudit_search_config</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_hotplug_dontaudit_use_fds"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>hotplug_dontaudit_use_fds</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_hotplug_exec"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>hotplug_exec</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_hotplug_getattr_config_dirs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>hotplug_getattr_config_dirs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Get the attributes of the hotplug configuration directory. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_hotplug_read_config"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>hotplug_read_config</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read the configuration files for hotplug. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_hotplug_search_config"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>hotplug_search_config</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Search the hotplug configuration directory. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_hotplug_use_fds"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>hotplug_use_fds</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - - -</div> -</body> -</html> diff --git a/www/api-docs/system_init.html b/www/api-docs/system_init.html deleted file mode 100644 index 375b549..0000000 --- a/www/api-docs/system_init.html +++ /dev/null @@ -1,2307 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - - <a href='system_authlogin.html'> - authlogin</a><br/> - - - <a href='system_clock.html'> - clock</a><br/> - - - <a href='system_daemontools.html'> - daemontools</a><br/> - - - <a href='system_fstools.html'> - fstools</a><br/> - - - <a href='system_getty.html'> - getty</a><br/> - - - <a href='system_hostname.html'> - hostname</a><br/> - - - <a href='system_hotplug.html'> - hotplug</a><br/> - - - <a href='system_init.html'> - init</a><br/> - - - <a href='system_ipsec.html'> - ipsec</a><br/> - - - <a href='system_iptables.html'> - iptables</a><br/> - - - <a href='system_libraries.html'> - libraries</a><br/> - - - <a href='system_locallogin.html'> - locallogin</a><br/> - - - <a href='system_logging.html'> - logging</a><br/> - - - <a href='system_lvm.html'> - lvm</a><br/> - - - <a href='system_miscfiles.html'> - miscfiles</a><br/> - - - <a href='system_modutils.html'> - modutils</a><br/> - - - <a href='system_mount.html'> - mount</a><br/> - - - <a href='system_pcmcia.html'> - pcmcia</a><br/> - - - <a href='system_raid.html'> - raid</a><br/> - - - <a href='system_selinuxutil.html'> - selinuxutil</a><br/> - - - <a href='system_sysnetwork.html'> - sysnetwork</a><br/> - - - <a href='system_udev.html'> - udev</a><br/> - - - <a href='system_unconfined.html'> - unconfined</a><br/> - - - <a href='system_userdomain.html'> - userdomain</a><br/> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: system</h1><p/> -<h2>Module: init</h2><p/> - -<h3>Description:</h3> - -<p><p>System initialization programs (init and init scripts).</p></p> - - - -<a name="interfaces"></a> -<h3>Interfaces: </h3> - -<a name="link_init_daemon_domain"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>init_daemon_domain</b>( - - - - - domain - - - - , - - - - entry_point - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Create a domain for long running processes -(daemons) which can be started by init scripts. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Type to be used as a domain. -</p> -</td><td> -No -</td></tr> - -<tr><td> -entry_point -</td><td> -<p> -Type of the program to be used as an entry point to this domain. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_init_dbus_chat_script"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>init_dbus_chat_script</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive messages from -init scripts over dbus. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_init_domain"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>init_domain</b>( - - - - - domain - - - - , - - - - entry_point - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Create a domain which can be started by init. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Type to be used as a domain. -</p> -</td><td> -No -</td></tr> - -<tr><td> -entry_point -</td><td> -<p> -Type of the program to be used as an entry point to this domain. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_init_domtrans"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>init_domtrans</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_init_domtrans_script"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>init_domtrans_script</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_init_dontaudit_getattr_initctl"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>init_dontaudit_getattr_initctl</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_init_dontaudit_lock_utmp"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>init_dontaudit_lock_utmp</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to lock -init script pid files. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_init_dontaudit_rw_initctl"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>init_dontaudit_rw_initctl</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_init_dontaudit_rw_utmp"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>init_dontaudit_rw_utmp</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_init_dontaudit_stream_connect_script"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>init_dontaudit_stream_connect_script</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Dont audit the specified domain connecting to -init scripts with a unix domain stream socket. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_init_dontaudit_use_fds"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>init_dontaudit_use_fds</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_init_dontaudit_use_script_fds"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>init_dontaudit_use_script_fds</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_init_dontaudit_use_script_ptys"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>init_dontaudit_use_script_ptys</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to read and -write the init script pty. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_init_dontaudit_write_utmp"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>init_dontaudit_write_utmp</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_init_exec"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>init_exec</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute the init program in the caller domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_init_exec_script_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>init_exec_script_files</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_init_getattr_initctl"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>init_getattr_initctl</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_init_getattr_script_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>init_getattr_script_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Get the attribute of init script entrypoint files. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_init_getattr_utmp"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>init_getattr_utmp</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Get the attributes of init script process id files. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_init_getpgid"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>init_getpgid</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_init_getpgid_script"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>init_getpgid_script</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_init_manage_utmp"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>init_manage_utmp</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Create, read, write, and delete utmp. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain access allowed. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_init_read_script_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>init_read_script_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read init scripts. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_init_read_script_state"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>init_read_script_state</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read the process state (/proc/pid) of the init scripts. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_init_read_utmp"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>init_read_utmp</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_init_run_daemon"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>init_run_daemon</b>( - - - - - domain - - - - , - - - - role - - - - , - - - - terminal - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Start and stop daemon programs directly. -</p> - - -<h5>Description</h5> -<p> -</p><p> -Start and stop daemon programs directly -in the traditional "/etc/init.d/daemon start" -style, and do not require run_init. -</p><p> -</p> - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -<tr><td> -role -</td><td> -<p> -The role to be performing this action. -</p> -</td><td> -No -</td></tr> - -<tr><td> -terminal -</td><td> -<p> -The type of the terminal of the user. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_init_rw_initctl"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>init_rw_initctl</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_init_rw_script_pipes"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>init_rw_script_pipes</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read and write init script unnamed pipes. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_init_rw_script_tmp_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>init_rw_script_tmp_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read and write init script temporary data. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_init_rw_utmp"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>init_rw_utmp</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_init_script_file_domtrans"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>init_script_file_domtrans</b>( - - - - - source_domain - - - - , - - - - target_domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute a init script in a specified domain. -</p> - - -<h5>Description</h5> -<p> -</p><p> -Execute a init script in a specified domain. -</p><p> -</p><p> -No interprocess communication (signals, pipes, -etc.) is provided by this interface since -the domains are not owned by this module. -</p><p> -</p> - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -source_domain -</td><td> -<p> -Domain to transition from. -</p> -</td><td> -No -</td></tr> - -<tr><td> -target_domain -</td><td> -<p> -Domain to transition to. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_init_script_file_entry_type"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>init_script_file_entry_type</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Make init scripts an entry point for -the specified domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The domain for which init scripts are an entrypoint. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_init_script_tmp_filetrans"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>init_script_tmp_filetrans</b>( - - - - - domain - - - - , - - - - file_type - - - - , - - - - object_class - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Create files in a init script -temporary data directory. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -<tr><td> -file_type -</td><td> -<p> -The type of the object to be created -</p> -</td><td> -No -</td></tr> - -<tr><td> -object_class -</td><td> -<p> -The object class. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_init_sigchld"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>init_sigchld</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send init a SIGCHLD signal. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_init_sigchld_script"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>init_sigchld_script</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send SIGCHLD signals to init scripts. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_init_signal_script"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>init_signal_script</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send generic signals to init scripts. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_init_signull"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>init_signull</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send init a null signal. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_init_signull_script"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>init_signull_script</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send null signals to init scripts. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_init_stream_connect_script"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>init_stream_connect_script</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Allow the specified domain to connect to -init scripts with a unix socket. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_init_system_domain"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>init_system_domain</b>( - - - - - domain - - - - , - - - - entry_point - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Create a domain for short running processes -which can be started by init scripts. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Type to be used as a domain. -</p> -</td><td> -No -</td></tr> - -<tr><td> -entry_point -</td><td> -<p> -Type of the program to be used as an entry point to this domain. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_init_udp_send"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>init_udp_send</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send UDP network traffic to init. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_init_udp_send_script"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>init_udp_send_script</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send UDP network traffic to init scripts. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_init_use_fds"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>init_use_fds</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_init_use_script_fds"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>init_use_script_fds</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_init_use_script_ptys"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>init_use_script_ptys</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read and write the init script pty. -</p> - - -<h5>Description</h5> -<p> -</p><p> -Read and write the init script pty. This -pty is generally opened by the open_init_pty -portion of the run_init program so that the -daemon does not require direct access to -the administrator terminal. -</p><p> -</p> - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_init_write_initctl"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>init_write_initctl</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_init_write_script_pipes"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>init_write_script_pipes</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Write an init script unnamed pipe. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - - -</div> -</body> -</html> diff --git a/www/api-docs/system_ipsec.html b/www/api-docs/system_ipsec.html deleted file mode 100644 index a5e8dd8..0000000 --- a/www/api-docs/system_ipsec.html +++ /dev/null @@ -1,400 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - - <a href='system_authlogin.html'> - authlogin</a><br/> - - - <a href='system_clock.html'> - clock</a><br/> - - - <a href='system_daemontools.html'> - daemontools</a><br/> - - - <a href='system_fstools.html'> - fstools</a><br/> - - - <a href='system_getty.html'> - getty</a><br/> - - - <a href='system_hostname.html'> - hostname</a><br/> - - - <a href='system_hotplug.html'> - hotplug</a><br/> - - - <a href='system_init.html'> - init</a><br/> - - - <a href='system_ipsec.html'> - ipsec</a><br/> - - - <a href='system_iptables.html'> - iptables</a><br/> - - - <a href='system_libraries.html'> - libraries</a><br/> - - - <a href='system_locallogin.html'> - locallogin</a><br/> - - - <a href='system_logging.html'> - logging</a><br/> - - - <a href='system_lvm.html'> - lvm</a><br/> - - - <a href='system_miscfiles.html'> - miscfiles</a><br/> - - - <a href='system_modutils.html'> - modutils</a><br/> - - - <a href='system_mount.html'> - mount</a><br/> - - - <a href='system_pcmcia.html'> - pcmcia</a><br/> - - - <a href='system_raid.html'> - raid</a><br/> - - - <a href='system_selinuxutil.html'> - selinuxutil</a><br/> - - - <a href='system_sysnetwork.html'> - sysnetwork</a><br/> - - - <a href='system_udev.html'> - udev</a><br/> - - - <a href='system_unconfined.html'> - unconfined</a><br/> - - - <a href='system_userdomain.html'> - userdomain</a><br/> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: system</h1><p/> -<h2>Module: ipsec</h2><p/> - -<h3>Description:</h3> - -<p><p>TCP/IP encryption</p></p> - - - -<a name="interfaces"></a> -<h3>Interfaces: </h3> - -<a name="link_ipsec_domtrans"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>ipsec_domtrans</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute ipsec in the ipsec domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_ipsec_exec_mgmt"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>ipsec_exec_mgmt</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute the IPSEC management program in the caller domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_ipsec_getattr_key_sockets"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>ipsec_getattr_key_sockets</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Get the attributes of an IPSEC key socket. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_ipsec_manage_pid"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>ipsec_manage_pid</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Create, read, write, and delete the IPSEC pid files. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_ipsec_read_config"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>ipsec_read_config</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read the IPSEC configuration -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_ipsec_stream_connect"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>ipsec_stream_connect</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Connect to IPSEC using a unix domain stream socket. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - - -</div> -</body> -</html> diff --git a/www/api-docs/system_iptables.html b/www/api-docs/system_iptables.html deleted file mode 100644 index e19e775..0000000 --- a/www/api-docs/system_iptables.html +++ /dev/null @@ -1,311 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - - <a href='system_authlogin.html'> - authlogin</a><br/> - - - <a href='system_clock.html'> - clock</a><br/> - - - <a href='system_daemontools.html'> - daemontools</a><br/> - - - <a href='system_fstools.html'> - fstools</a><br/> - - - <a href='system_getty.html'> - getty</a><br/> - - - <a href='system_hostname.html'> - hostname</a><br/> - - - <a href='system_hotplug.html'> - hotplug</a><br/> - - - <a href='system_init.html'> - init</a><br/> - - - <a href='system_ipsec.html'> - ipsec</a><br/> - - - <a href='system_iptables.html'> - iptables</a><br/> - - - <a href='system_libraries.html'> - libraries</a><br/> - - - <a href='system_locallogin.html'> - locallogin</a><br/> - - - <a href='system_logging.html'> - logging</a><br/> - - - <a href='system_lvm.html'> - lvm</a><br/> - - - <a href='system_miscfiles.html'> - miscfiles</a><br/> - - - <a href='system_modutils.html'> - modutils</a><br/> - - - <a href='system_mount.html'> - mount</a><br/> - - - <a href='system_pcmcia.html'> - pcmcia</a><br/> - - - <a href='system_raid.html'> - raid</a><br/> - - - <a href='system_selinuxutil.html'> - selinuxutil</a><br/> - - - <a href='system_sysnetwork.html'> - sysnetwork</a><br/> - - - <a href='system_udev.html'> - udev</a><br/> - - - <a href='system_unconfined.html'> - unconfined</a><br/> - - - <a href='system_userdomain.html'> - userdomain</a><br/> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: system</h1><p/> -<h2>Module: iptables</h2><p/> - -<h3>Description:</h3> - -<p><p>Policy for iptables.</p></p> - - - -<a name="interfaces"></a> -<h3>Interfaces: </h3> - -<a name="link_iptables_domtrans"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>iptables_domtrans</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute iptables in the iptables domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_iptables_exec"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>iptables_exec</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute iptables in the caller domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_iptables_run"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>iptables_run</b>( - - - - - domain - - - - , - - - - role - - - - , - - - - terminal - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute iptables in the iptables domain, and -allow the specified role the iptables domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -<tr><td> -role -</td><td> -<p> -The role to be allowed the iptables domain. -</p> -</td><td> -No -</td></tr> - -<tr><td> -terminal -</td><td> -<p> -The type of the terminal allow the iptables domain to use. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - - -</div> -</body> -</html> diff --git a/www/api-docs/system_libraries.html b/www/api-docs/system_libraries.html deleted file mode 100644 index 8b60e8d..0000000 --- a/www/api-docs/system_libraries.html +++ /dev/null @@ -1,1035 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - - <a href='system_authlogin.html'> - authlogin</a><br/> - - - <a href='system_clock.html'> - clock</a><br/> - - - <a href='system_daemontools.html'> - daemontools</a><br/> - - - <a href='system_fstools.html'> - fstools</a><br/> - - - <a href='system_getty.html'> - getty</a><br/> - - - <a href='system_hostname.html'> - hostname</a><br/> - - - <a href='system_hotplug.html'> - hotplug</a><br/> - - - <a href='system_init.html'> - init</a><br/> - - - <a href='system_ipsec.html'> - ipsec</a><br/> - - - <a href='system_iptables.html'> - iptables</a><br/> - - - <a href='system_libraries.html'> - libraries</a><br/> - - - <a href='system_locallogin.html'> - locallogin</a><br/> - - - <a href='system_logging.html'> - logging</a><br/> - - - <a href='system_lvm.html'> - lvm</a><br/> - - - <a href='system_miscfiles.html'> - miscfiles</a><br/> - - - <a href='system_modutils.html'> - modutils</a><br/> - - - <a href='system_mount.html'> - mount</a><br/> - - - <a href='system_pcmcia.html'> - pcmcia</a><br/> - - - <a href='system_raid.html'> - raid</a><br/> - - - <a href='system_selinuxutil.html'> - selinuxutil</a><br/> - - - <a href='system_sysnetwork.html'> - sysnetwork</a><br/> - - - <a href='system_udev.html'> - udev</a><br/> - - - <a href='system_unconfined.html'> - unconfined</a><br/> - - - <a href='system_userdomain.html'> - userdomain</a><br/> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: system</h1><p/> -<h2>Module: libraries</h2><p/> - -<h3>Description:</h3> - -<p><p>Policy for system libraries.</p></p> - - - -<a name="interfaces"></a> -<h3>Interfaces: </h3> - -<a name="link_libs_delete_lib_symlinks"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>libs_delete_lib_symlinks</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Delete generic symlinks in library directories. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_libs_domtrans_ldconfig"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>libs_domtrans_ldconfig</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute ldconfig in the ldconfig domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_libs_exec_ld_so"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>libs_exec_ld_so</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute the dynamic link/loader in the caller's domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_libs_exec_lib_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>libs_exec_lib_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute library scripts in the caller domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_libs_legacy_use_ld_so"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>libs_legacy_use_ld_so</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Use the dynamic link/loader for automatic loading -of shared libraries with legacy support. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_libs_legacy_use_shared_libs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>libs_legacy_use_shared_libs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Load and execute functions from shared libraries, -with legacy support. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_libs_manage_ld_so"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>libs_manage_ld_so</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Create, read, write, and delete the -dynamic link/loader. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_libs_manage_lib_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>libs_manage_lib_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Create, read, write, and delete generic -files in library directories. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_libs_manage_shared_libs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>libs_manage_shared_libs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Create, read, write, and delete shared libraries. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_libs_read_lib_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>libs_read_lib_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read files in the library directories, such -as static libraries. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_libs_relabel_ld_so"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>libs_relabel_ld_so</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Relabel to and from the type used for -the dynamic link/loader. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_libs_relabel_lib_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>libs_relabel_lib_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Relabel to and from the type used -for generic lib files. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_libs_relabel_shared_libs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>libs_relabel_shared_libs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Relabel to and from the type used for -shared libraries. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_libs_relabelto_lib_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>libs_relabelto_lib_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Relabel files to the type used in library directories. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_libs_run_ldconfig"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>libs_run_ldconfig</b>( - - - - - domain - - - - , - - - - role - - - - , - - - - terminal - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute ldconfig in the ldconfig domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -<tr><td> -role -</td><td> -<p> -The role to allow the ldconfig domain. -</p> -</td><td> -No -</td></tr> - -<tr><td> -terminal -</td><td> -<p> -The type of the terminal allow the ldconfig domain to use. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_libs_rw_ld_so_cache"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>libs_rw_ld_so_cache</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Modify the dynamic link/loader's cached listing -of shared libraries. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_libs_search_lib"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>libs_search_lib</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Search lib directories. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_libs_use_ld_so"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>libs_use_ld_so</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Use the dynamic link/loader for automatic loading -of shared libraries. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_libs_use_lib_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>libs_use_lib_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Load and execute functions from generic -lib files as shared libraries. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_libs_use_shared_libs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>libs_use_shared_libs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Load and execute functions from shared libraries. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - - -</div> -</body> -</html> diff --git a/www/api-docs/system_locallogin.html b/www/api-docs/system_locallogin.html deleted file mode 100644 index 33c630c..0000000 --- a/www/api-docs/system_locallogin.html +++ /dev/null @@ -1,316 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - - <a href='system_authlogin.html'> - authlogin</a><br/> - - - <a href='system_clock.html'> - clock</a><br/> - - - <a href='system_daemontools.html'> - daemontools</a><br/> - - - <a href='system_fstools.html'> - fstools</a><br/> - - - <a href='system_getty.html'> - getty</a><br/> - - - <a href='system_hostname.html'> - hostname</a><br/> - - - <a href='system_hotplug.html'> - hotplug</a><br/> - - - <a href='system_init.html'> - init</a><br/> - - - <a href='system_ipsec.html'> - ipsec</a><br/> - - - <a href='system_iptables.html'> - iptables</a><br/> - - - <a href='system_libraries.html'> - libraries</a><br/> - - - <a href='system_locallogin.html'> - locallogin</a><br/> - - - <a href='system_logging.html'> - logging</a><br/> - - - <a href='system_lvm.html'> - lvm</a><br/> - - - <a href='system_miscfiles.html'> - miscfiles</a><br/> - - - <a href='system_modutils.html'> - modutils</a><br/> - - - <a href='system_mount.html'> - mount</a><br/> - - - <a href='system_pcmcia.html'> - pcmcia</a><br/> - - - <a href='system_raid.html'> - raid</a><br/> - - - <a href='system_selinuxutil.html'> - selinuxutil</a><br/> - - - <a href='system_sysnetwork.html'> - sysnetwork</a><br/> - - - <a href='system_udev.html'> - udev</a><br/> - - - <a href='system_unconfined.html'> - unconfined</a><br/> - - - <a href='system_userdomain.html'> - userdomain</a><br/> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: system</h1><p/> -<h2>Module: locallogin</h2><p/> - -<h3>Description:</h3> - -<p><p>Policy for local logins.</p></p> - - - -<a name="interfaces"></a> -<h3>Interfaces: </h3> - -<a name="link_locallogin_domtrans"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>locallogin_domtrans</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute local logins in the local login domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_locallogin_dontaudit_use_fds"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>locallogin_dontaudit_use_fds</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to inherit local login file descriptors. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_locallogin_signull"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>locallogin_signull</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send a null signal to local login processes. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_locallogin_use_fds"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>locallogin_use_fds</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Allow processes to inherit local login file descriptors. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - - -</div> -</body> -</html> diff --git a/www/api-docs/system_logging.html b/www/api-docs/system_logging.html deleted file mode 100644 index 20e6ab6..0000000 --- a/www/api-docs/system_logging.html +++ /dev/null @@ -1,950 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - - <a href='system_authlogin.html'> - authlogin</a><br/> - - - <a href='system_clock.html'> - clock</a><br/> - - - <a href='system_daemontools.html'> - daemontools</a><br/> - - - <a href='system_fstools.html'> - fstools</a><br/> - - - <a href='system_getty.html'> - getty</a><br/> - - - <a href='system_hostname.html'> - hostname</a><br/> - - - <a href='system_hotplug.html'> - hotplug</a><br/> - - - <a href='system_init.html'> - init</a><br/> - - - <a href='system_ipsec.html'> - ipsec</a><br/> - - - <a href='system_iptables.html'> - iptables</a><br/> - - - <a href='system_libraries.html'> - libraries</a><br/> - - - <a href='system_locallogin.html'> - locallogin</a><br/> - - - <a href='system_logging.html'> - logging</a><br/> - - - <a href='system_lvm.html'> - lvm</a><br/> - - - <a href='system_miscfiles.html'> - miscfiles</a><br/> - - - <a href='system_modutils.html'> - modutils</a><br/> - - - <a href='system_mount.html'> - mount</a><br/> - - - <a href='system_pcmcia.html'> - pcmcia</a><br/> - - - <a href='system_raid.html'> - raid</a><br/> - - - <a href='system_selinuxutil.html'> - selinuxutil</a><br/> - - - <a href='system_sysnetwork.html'> - sysnetwork</a><br/> - - - <a href='system_udev.html'> - udev</a><br/> - - - <a href='system_unconfined.html'> - unconfined</a><br/> - - - <a href='system_userdomain.html'> - userdomain</a><br/> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: system</h1><p/> -<h2>Module: logging</h2><p/> - -<h3>Description:</h3> - -<p><p>Policy for the kernel message logger and system logging daemon.</p></p> - - - -<a name="interfaces"></a> -<h3>Interfaces: </h3> - -<a name="link_logging_append_all_logs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>logging_append_all_logs</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_logging_domtrans_auditctl"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>logging_domtrans_auditctl</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute auditctl in the auditctl domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_logging_domtrans_syslog"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>logging_domtrans_syslog</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute syslogd in the syslog domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_logging_dontaudit_getattr_all_logs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>logging_dontaudit_getattr_all_logs</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_logging_exec_all_logs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>logging_exec_all_logs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute all log files in the caller domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_logging_list_logs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>logging_list_logs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -List the contents of the generic log directory (/var/log). -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_logging_log_file"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>logging_log_file</b>( - - - - - file_type - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Make the specified type a file -used for logs. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -file_type -</td><td> -<p> -Type of the file to be used as a log. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_logging_log_filetrans"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>logging_log_filetrans</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_logging_manage_all_logs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>logging_manage_all_logs</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_logging_manage_generic_logs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>logging_manage_generic_logs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Create, read, write, and delete -generic log files. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_logging_read_all_logs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>logging_read_all_logs</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_logging_read_audit_config"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>logging_read_audit_config</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read the auditd configuration files. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_logging_read_audit_log"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>logging_read_audit_log</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read the audit log. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_logging_read_generic_logs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>logging_read_generic_logs</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_logging_rw_generic_log_dirs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>logging_rw_generic_log_dirs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read and write the generic log directory (/var/log). -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_logging_rw_generic_logs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>logging_rw_generic_logs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read and write generic log files. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_logging_search_logs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>logging_search_logs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Allows the domain to open a file in the -log directory, but does not allow the listing -of the contents of the log directory. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_logging_send_syslog_msg"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>logging_send_syslog_msg</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_logging_write_generic_logs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>logging_write_generic_logs</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - - -</div> -</body> -</html> diff --git a/www/api-docs/system_lvm.html b/www/api-docs/system_lvm.html deleted file mode 100644 index c245996..0000000 --- a/www/api-docs/system_lvm.html +++ /dev/null @@ -1,310 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - - <a href='system_authlogin.html'> - authlogin</a><br/> - - - <a href='system_clock.html'> - clock</a><br/> - - - <a href='system_daemontools.html'> - daemontools</a><br/> - - - <a href='system_fstools.html'> - fstools</a><br/> - - - <a href='system_getty.html'> - getty</a><br/> - - - <a href='system_hostname.html'> - hostname</a><br/> - - - <a href='system_hotplug.html'> - hotplug</a><br/> - - - <a href='system_init.html'> - init</a><br/> - - - <a href='system_ipsec.html'> - ipsec</a><br/> - - - <a href='system_iptables.html'> - iptables</a><br/> - - - <a href='system_libraries.html'> - libraries</a><br/> - - - <a href='system_locallogin.html'> - locallogin</a><br/> - - - <a href='system_logging.html'> - logging</a><br/> - - - <a href='system_lvm.html'> - lvm</a><br/> - - - <a href='system_miscfiles.html'> - miscfiles</a><br/> - - - <a href='system_modutils.html'> - modutils</a><br/> - - - <a href='system_mount.html'> - mount</a><br/> - - - <a href='system_pcmcia.html'> - pcmcia</a><br/> - - - <a href='system_raid.html'> - raid</a><br/> - - - <a href='system_selinuxutil.html'> - selinuxutil</a><br/> - - - <a href='system_sysnetwork.html'> - sysnetwork</a><br/> - - - <a href='system_udev.html'> - udev</a><br/> - - - <a href='system_unconfined.html'> - unconfined</a><br/> - - - <a href='system_userdomain.html'> - userdomain</a><br/> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: system</h1><p/> -<h2>Module: lvm</h2><p/> - -<h3>Description:</h3> - -<p><p>Policy for logical volume management programs.</p></p> - - - -<a name="interfaces"></a> -<h3>Interfaces: </h3> - -<a name="link_lvm_domtrans"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>lvm_domtrans</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute lvm programs in the lvm domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_lvm_read_config"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>lvm_read_config</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read LVM configuration files. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_lvm_run"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>lvm_run</b>( - - - - - domain - - - - , - - - - role - - - - , - - - - terminal - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute lvm programs in the lvm domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -<tr><td> -role -</td><td> -<p> -The role to allow the LVM domain. -</p> -</td><td> -No -</td></tr> - -<tr><td> -terminal -</td><td> -<p> -The type of the terminal allow the LVM domain to use. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - - -</div> -</body> -</html> diff --git a/www/api-docs/system_miscfiles.html b/www/api-docs/system_miscfiles.html deleted file mode 100644 index 9be30f8..0000000 --- a/www/api-docs/system_miscfiles.html +++ /dev/null @@ -1,738 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - - <a href='system_authlogin.html'> - authlogin</a><br/> - - - <a href='system_clock.html'> - clock</a><br/> - - - <a href='system_daemontools.html'> - daemontools</a><br/> - - - <a href='system_fstools.html'> - fstools</a><br/> - - - <a href='system_getty.html'> - getty</a><br/> - - - <a href='system_hostname.html'> - hostname</a><br/> - - - <a href='system_hotplug.html'> - hotplug</a><br/> - - - <a href='system_init.html'> - init</a><br/> - - - <a href='system_ipsec.html'> - ipsec</a><br/> - - - <a href='system_iptables.html'> - iptables</a><br/> - - - <a href='system_libraries.html'> - libraries</a><br/> - - - <a href='system_locallogin.html'> - locallogin</a><br/> - - - <a href='system_logging.html'> - logging</a><br/> - - - <a href='system_lvm.html'> - lvm</a><br/> - - - <a href='system_miscfiles.html'> - miscfiles</a><br/> - - - <a href='system_modutils.html'> - modutils</a><br/> - - - <a href='system_mount.html'> - mount</a><br/> - - - <a href='system_pcmcia.html'> - pcmcia</a><br/> - - - <a href='system_raid.html'> - raid</a><br/> - - - <a href='system_selinuxutil.html'> - selinuxutil</a><br/> - - - <a href='system_sysnetwork.html'> - sysnetwork</a><br/> - - - <a href='system_udev.html'> - udev</a><br/> - - - <a href='system_unconfined.html'> - unconfined</a><br/> - - - <a href='system_userdomain.html'> - userdomain</a><br/> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: system</h1><p/> -<h2>Module: miscfiles</h2><p/> - -<h3>Description:</h3> - -<p><p>Miscelaneous files.</p></p> - - - -<a name="interfaces"></a> -<h3>Interfaces: </h3> - -<a name="link_miscfiles_delete_man_pages"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>miscfiles_delete_man_pages</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Delete man pages -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_miscfiles_dontaudit_search_man_pages"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>miscfiles_dontaudit_search_man_pages</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to search man pages. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_miscfiles_exec_tetex_data"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>miscfiles_exec_tetex_data</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute TeX data programs in the caller domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_miscfiles_legacy_read_localization"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>miscfiles_legacy_read_localization</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Allow process to read legacy time localization info -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_miscfiles_manage_fonts"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>miscfiles_manage_fonts</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Create, read, write, and delete fonts. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_miscfiles_manage_man_pages"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>miscfiles_manage_man_pages</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Create, read, write, and delete man pages -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_miscfiles_manage_public_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>miscfiles_manage_public_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Create, read, write, and delete public files -and directories used for file transfer services. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_miscfiles_read_certs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>miscfiles_read_certs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read system SSL certificates. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_miscfiles_read_fonts"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>miscfiles_read_fonts</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read fonts. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_miscfiles_read_hwdata"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>miscfiles_read_hwdata</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read hardware identification data. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_miscfiles_read_localization"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>miscfiles_read_localization</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Allow process to read localization info -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_miscfiles_read_man_pages"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>miscfiles_read_man_pages</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read man pages -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_miscfiles_read_public_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>miscfiles_read_public_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read public files used for file -transfer services. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_miscfiles_read_tetex_data"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>miscfiles_read_tetex_data</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read TeX data -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - - -</div> -</body> -</html> diff --git a/www/api-docs/system_modutils.html b/www/api-docs/system_modutils.html deleted file mode 100644 index b23cca1..0000000 --- a/www/api-docs/system_modutils.html +++ /dev/null @@ -1,807 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - - <a href='system_authlogin.html'> - authlogin</a><br/> - - - <a href='system_clock.html'> - clock</a><br/> - - - <a href='system_daemontools.html'> - daemontools</a><br/> - - - <a href='system_fstools.html'> - fstools</a><br/> - - - <a href='system_getty.html'> - getty</a><br/> - - - <a href='system_hostname.html'> - hostname</a><br/> - - - <a href='system_hotplug.html'> - hotplug</a><br/> - - - <a href='system_init.html'> - init</a><br/> - - - <a href='system_ipsec.html'> - ipsec</a><br/> - - - <a href='system_iptables.html'> - iptables</a><br/> - - - <a href='system_libraries.html'> - libraries</a><br/> - - - <a href='system_locallogin.html'> - locallogin</a><br/> - - - <a href='system_logging.html'> - logging</a><br/> - - - <a href='system_lvm.html'> - lvm</a><br/> - - - <a href='system_miscfiles.html'> - miscfiles</a><br/> - - - <a href='system_modutils.html'> - modutils</a><br/> - - - <a href='system_mount.html'> - mount</a><br/> - - - <a href='system_pcmcia.html'> - pcmcia</a><br/> - - - <a href='system_raid.html'> - raid</a><br/> - - - <a href='system_selinuxutil.html'> - selinuxutil</a><br/> - - - <a href='system_sysnetwork.html'> - sysnetwork</a><br/> - - - <a href='system_udev.html'> - udev</a><br/> - - - <a href='system_unconfined.html'> - unconfined</a><br/> - - - <a href='system_userdomain.html'> - userdomain</a><br/> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: system</h1><p/> -<h2>Module: modutils</h2><p/> - -<h3>Description:</h3> - -<p><p>Policy for kernel module utilities</p></p> - - - -<a name="interfaces"></a> -<h3>Interfaces: </h3> - -<a name="link_modutils_domtrans_depmod"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>modutils_domtrans_depmod</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute depmod in the depmod domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_modutils_domtrans_insmod"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>modutils_domtrans_insmod</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute insmod in the insmod domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_modutils_domtrans_insmod_uncond"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>modutils_domtrans_insmod_uncond</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Unconditionally execute insmod in the insmod domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_modutils_domtrans_update_mods"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>modutils_domtrans_update_mods</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute depmod in the depmod domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_modutils_exec_depmod"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>modutils_exec_depmod</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_modutils_exec_insmod"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>modutils_exec_insmod</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_modutils_exec_update_mods"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>modutils_exec_update_mods</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_modutils_read_module_config"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>modutils_read_module_config</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read the configuration options used when -loading modules. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_modutils_read_module_deps"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>modutils_read_module_deps</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read the dependencies of kernel modules. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_modutils_rename_module_config"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>modutils_rename_module_config</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Rename a file with the configuration options used when -loading modules. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_modutils_run_depmod"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>modutils_run_depmod</b>( - - - - - domain - - - - , - - - - role - - - - , - - - - terminal - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute depmod in the depmod domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -<tr><td> -role -</td><td> -<p> -The role to be allowed the depmod domain. -</p> -</td><td> -No -</td></tr> - -<tr><td> -terminal -</td><td> -<p> -The type of the terminal allow the depmod domain to use. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_modutils_run_insmod"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>modutils_run_insmod</b>( - - - - - domain - - - - , - - - - role - - - - , - - - - terminal - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute insmod in the insmod domain, and -allow the specified role the insmod domain, -and use the caller's terminal. Has a sigchld -backchannel. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -<tr><td> -role -</td><td> -<p> -The role to be allowed the insmod domain. -</p> -</td><td> -No -</td></tr> - -<tr><td> -terminal -</td><td> -<p> -The type of the terminal allow the insmod domain to use. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_modutils_run_update_mods"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>modutils_run_update_mods</b>( - - - - - domain - - - - , - - - - role - - - - , - - - - terminal - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute update_modules in the update_modules domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -<tr><td> -role -</td><td> -<p> -The role to be allowed the update_modules domain. -</p> -</td><td> -No -</td></tr> - -<tr><td> -terminal -</td><td> -<p> -The type of the terminal allow the update_modules domain to use. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - - -</div> -</body> -</html> diff --git a/www/api-docs/system_mount.html b/www/api-docs/system_mount.html deleted file mode 100644 index 2f5233e..0000000 --- a/www/api-docs/system_mount.html +++ /dev/null @@ -1,397 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - - <a href='system_authlogin.html'> - authlogin</a><br/> - - - <a href='system_clock.html'> - clock</a><br/> - - - <a href='system_daemontools.html'> - daemontools</a><br/> - - - <a href='system_fstools.html'> - fstools</a><br/> - - - <a href='system_getty.html'> - getty</a><br/> - - - <a href='system_hostname.html'> - hostname</a><br/> - - - <a href='system_hotplug.html'> - hotplug</a><br/> - - - <a href='system_init.html'> - init</a><br/> - - - <a href='system_ipsec.html'> - ipsec</a><br/> - - - <a href='system_iptables.html'> - iptables</a><br/> - - - <a href='system_libraries.html'> - libraries</a><br/> - - - <a href='system_locallogin.html'> - locallogin</a><br/> - - - <a href='system_logging.html'> - logging</a><br/> - - - <a href='system_lvm.html'> - lvm</a><br/> - - - <a href='system_miscfiles.html'> - miscfiles</a><br/> - - - <a href='system_modutils.html'> - modutils</a><br/> - - - <a href='system_mount.html'> - mount</a><br/> - - - <a href='system_pcmcia.html'> - pcmcia</a><br/> - - - <a href='system_raid.html'> - raid</a><br/> - - - <a href='system_selinuxutil.html'> - selinuxutil</a><br/> - - - <a href='system_sysnetwork.html'> - sysnetwork</a><br/> - - - <a href='system_udev.html'> - udev</a><br/> - - - <a href='system_unconfined.html'> - unconfined</a><br/> - - - <a href='system_userdomain.html'> - userdomain</a><br/> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: system</h1><p/> -<h2>Module: mount</h2><p/> - -<h3>Description:</h3> - -<p><p>Policy for mount.</p></p> - - - -<a name="interfaces"></a> -<h3>Interfaces: </h3> - -<a name="link_mount_domtrans"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>mount_domtrans</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute mount in the mount domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_mount_exec"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>mount_exec</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute mount in the caller domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_mount_run"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>mount_run</b>( - - - - - domain - - - - , - - - - role - - - - , - - - - terminal - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute mount in the mount domain, and -allow the specified role the mount domain, -and use the caller's terminal. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -<tr><td> -role -</td><td> -<p> -The role to be allowed the mount domain. -</p> -</td><td> -No -</td></tr> - -<tr><td> -terminal -</td><td> -<p> -The type of the terminal allow the mount domain to use. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_mount_send_nfs_client_request"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>mount_send_nfs_client_request</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Allow the mount domain to send nfs requests for mounting -network drives -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_mount_use_fds"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>mount_use_fds</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Use file descriptors for mount. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - - -</div> -</body> -</html> diff --git a/www/api-docs/system_pcmcia.html b/www/api-docs/system_pcmcia.html deleted file mode 100644 index 25b4cf6..0000000 --- a/www/api-docs/system_pcmcia.html +++ /dev/null @@ -1,523 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - - <a href='system_authlogin.html'> - authlogin</a><br/> - - - <a href='system_clock.html'> - clock</a><br/> - - - <a href='system_daemontools.html'> - daemontools</a><br/> - - - <a href='system_fstools.html'> - fstools</a><br/> - - - <a href='system_getty.html'> - getty</a><br/> - - - <a href='system_hostname.html'> - hostname</a><br/> - - - <a href='system_hotplug.html'> - hotplug</a><br/> - - - <a href='system_init.html'> - init</a><br/> - - - <a href='system_ipsec.html'> - ipsec</a><br/> - - - <a href='system_iptables.html'> - iptables</a><br/> - - - <a href='system_libraries.html'> - libraries</a><br/> - - - <a href='system_locallogin.html'> - locallogin</a><br/> - - - <a href='system_logging.html'> - logging</a><br/> - - - <a href='system_lvm.html'> - lvm</a><br/> - - - <a href='system_miscfiles.html'> - miscfiles</a><br/> - - - <a href='system_modutils.html'> - modutils</a><br/> - - - <a href='system_mount.html'> - mount</a><br/> - - - <a href='system_pcmcia.html'> - pcmcia</a><br/> - - - <a href='system_raid.html'> - raid</a><br/> - - - <a href='system_selinuxutil.html'> - selinuxutil</a><br/> - - - <a href='system_sysnetwork.html'> - sysnetwork</a><br/> - - - <a href='system_udev.html'> - udev</a><br/> - - - <a href='system_unconfined.html'> - unconfined</a><br/> - - - <a href='system_userdomain.html'> - userdomain</a><br/> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: system</h1><p/> -<h2>Module: pcmcia</h2><p/> - -<h3>Description:</h3> - -<p><p>PCMCIA card management services</p></p> - - - -<a name="interfaces"></a> -<h3>Interfaces: </h3> - -<a name="link_pcmcia_domtrans_cardctl"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>pcmcia_domtrans_cardctl</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute cardctl in the cardmgr domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_pcmcia_domtrans_cardmgr"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>pcmcia_domtrans_cardmgr</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute cardmgr in the cardmgr domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_pcmcia_manage_pid"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>pcmcia_manage_pid</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Create, read, write, and delete -cardmgr pid files. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_pcmcia_manage_pid_chr_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>pcmcia_manage_pid_chr_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Create, read, write, and delete -cardmgr runtime character nodes. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_pcmcia_read_pid"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>pcmcia_read_pid</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read cardmgr pid files. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_pcmcia_run_cardctl"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>pcmcia_run_cardctl</b>( - - - - - domain - - - - , - - - - role - - - - , - - - - terminal - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute cardmgr in the cardctl domain, and -allow the specified role the cardmgr domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -<tr><td> -role -</td><td> -<p> -The role to be allowed the cardmgr domain. -</p> -</td><td> -No -</td></tr> - -<tr><td> -terminal -</td><td> -<p> -The type of the terminal allow the cardmgr domain to use. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_pcmcia_stub"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>pcmcia_stub</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -PCMCIA stub interface. No access allowed. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -N/A -</p> -</td><td> -Yes -</td></tr> - -</table> -</div> -</div> - -<a name="link_pcmcia_use_cardmgr_fds"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>pcmcia_use_cardmgr_fds</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Inherit and use file descriptors from cardmgr. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - - -</div> -</body> -</html> diff --git a/www/api-docs/system_raid.html b/www/api-docs/system_raid.html deleted file mode 100644 index 13e1949..0000000 --- a/www/api-docs/system_raid.html +++ /dev/null @@ -1,242 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - - <a href='system_authlogin.html'> - authlogin</a><br/> - - - <a href='system_clock.html'> - clock</a><br/> - - - <a href='system_daemontools.html'> - daemontools</a><br/> - - - <a href='system_fstools.html'> - fstools</a><br/> - - - <a href='system_getty.html'> - getty</a><br/> - - - <a href='system_hostname.html'> - hostname</a><br/> - - - <a href='system_hotplug.html'> - hotplug</a><br/> - - - <a href='system_init.html'> - init</a><br/> - - - <a href='system_ipsec.html'> - ipsec</a><br/> - - - <a href='system_iptables.html'> - iptables</a><br/> - - - <a href='system_libraries.html'> - libraries</a><br/> - - - <a href='system_locallogin.html'> - locallogin</a><br/> - - - <a href='system_logging.html'> - logging</a><br/> - - - <a href='system_lvm.html'> - lvm</a><br/> - - - <a href='system_miscfiles.html'> - miscfiles</a><br/> - - - <a href='system_modutils.html'> - modutils</a><br/> - - - <a href='system_mount.html'> - mount</a><br/> - - - <a href='system_pcmcia.html'> - pcmcia</a><br/> - - - <a href='system_raid.html'> - raid</a><br/> - - - <a href='system_selinuxutil.html'> - selinuxutil</a><br/> - - - <a href='system_sysnetwork.html'> - sysnetwork</a><br/> - - - <a href='system_udev.html'> - udev</a><br/> - - - <a href='system_unconfined.html'> - unconfined</a><br/> - - - <a href='system_userdomain.html'> - userdomain</a><br/> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: system</h1><p/> -<h2>Module: raid</h2><p/> - -<h3>Description:</h3> - -<p><p>RAID array management tools</p></p> - - - -<a name="interfaces"></a> -<h3>Interfaces: </h3> - -<a name="link_raid_domtrans_mdadm"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>raid_domtrans_mdadm</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute software raid tools in the mdadm domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_raid_manage_mdadm_pid"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>raid_manage_mdadm_pid</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Create, read, write, and delete the mdadm pid files. -</p> - - -<h5>Description</h5> -<p> -</p><p> -Create, read, write, and delete the mdadm pid files. -</p><p> -</p><p> -Added for use in the init module. -</p><p> -</p> - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - - -</div> -</body> -</html> diff --git a/www/api-docs/system_selinuxutil.html b/www/api-docs/system_selinuxutil.html deleted file mode 100644 index 2a0e9ad..0000000 --- a/www/api-docs/system_selinuxutil.html +++ /dev/null @@ -1,2241 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - - <a href='system_authlogin.html'> - authlogin</a><br/> - - - <a href='system_clock.html'> - clock</a><br/> - - - <a href='system_daemontools.html'> - daemontools</a><br/> - - - <a href='system_fstools.html'> - fstools</a><br/> - - - <a href='system_getty.html'> - getty</a><br/> - - - <a href='system_hostname.html'> - hostname</a><br/> - - - <a href='system_hotplug.html'> - hotplug</a><br/> - - - <a href='system_init.html'> - init</a><br/> - - - <a href='system_ipsec.html'> - ipsec</a><br/> - - - <a href='system_iptables.html'> - iptables</a><br/> - - - <a href='system_libraries.html'> - libraries</a><br/> - - - <a href='system_locallogin.html'> - locallogin</a><br/> - - - <a href='system_logging.html'> - logging</a><br/> - - - <a href='system_lvm.html'> - lvm</a><br/> - - - <a href='system_miscfiles.html'> - miscfiles</a><br/> - - - <a href='system_modutils.html'> - modutils</a><br/> - - - <a href='system_mount.html'> - mount</a><br/> - - - <a href='system_pcmcia.html'> - pcmcia</a><br/> - - - <a href='system_raid.html'> - raid</a><br/> - - - <a href='system_selinuxutil.html'> - selinuxutil</a><br/> - - - <a href='system_sysnetwork.html'> - sysnetwork</a><br/> - - - <a href='system_udev.html'> - udev</a><br/> - - - <a href='system_unconfined.html'> - unconfined</a><br/> - - - <a href='system_userdomain.html'> - userdomain</a><br/> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: system</h1><p/> -<h2>Module: selinuxutil</h2><p/> - -<h3>Description:</h3> - -<p><p>Policy for SELinux policy and userland applications.</p></p> - - - -<a name="interfaces"></a> -<h3>Interfaces: </h3> - -<a name="link_seutil_create_bin_policy"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>seutil_create_bin_policy</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_seutil_domtrans_checkpolicy"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>seutil_domtrans_checkpolicy</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute checkpolicy in the checkpolicy domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_seutil_domtrans_loadpolicy"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>seutil_domtrans_loadpolicy</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute load_policy in the load_policy domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_seutil_domtrans_newrole"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>seutil_domtrans_newrole</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute newrole in the load_policy domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_seutil_domtrans_restorecon"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>seutil_domtrans_restorecon</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute restorecon in the restorecon domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_seutil_domtrans_runinit"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>seutil_domtrans_runinit</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute run_init in the run_init domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_seutil_domtrans_semanage"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>seutil_domtrans_semanage</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute a domain transition to run semanage. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed to transition. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_seutil_domtrans_setfiles"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>seutil_domtrans_setfiles</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute setfiles in the setfiles domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_seutil_dontaudit_read_config"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>seutil_dontaudit_read_config</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to read the SELinux -userland configuration (/etc/selinux). -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_seutil_dontaudit_search_config"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>seutil_dontaudit_search_config</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to search the SELinux -configuration directory (/etc/selinux). -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_seutil_dontaudit_signal_newrole"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>seutil_dontaudit_signal_newrole</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit the caller attempts to send -a signal to newrole. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_seutil_exec_checkpolicy"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>seutil_exec_checkpolicy</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_seutil_exec_loadpolicy"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>seutil_exec_loadpolicy</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_seutil_exec_newrole"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>seutil_exec_newrole</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_seutil_exec_restorecon"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>seutil_exec_restorecon</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_seutil_exec_setfiles"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>seutil_exec_setfiles</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_seutil_get_semanage_read_lock"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>seutil_get_semanage_read_lock</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Get read lock on module store -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_seutil_get_semanage_trans_lock"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>seutil_get_semanage_trans_lock</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Get trans lock on module store -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_seutil_init_script_domtrans_runinit"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>seutil_init_script_domtrans_runinit</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute init scripts in the run_init domain. -</p> - - -<h5>Description</h5> -<p> -</p><p> -Execute init scripts in the run_init domain. -This is used for the Gentoo integrated run_init. -</p><p> -</p> - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_seutil_init_script_run_runinit"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>seutil_init_script_run_runinit</b>( - - - - - domain - - - - , - - - - role - - - - , - - - - terminal - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute init scripts in the run_init domain, and -allow the specified role the run_init domain, -and use the caller's terminal. -</p> - - -<h5>Description</h5> -<p> -</p><p> -Execute init scripts in the run_init domain, and -allow the specified role the run_init domain, -and use the caller's terminal. -</p><p> -</p><p> -This is used for the Gentoo integrated run_init. -</p><p> -</p> - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -<tr><td> -role -</td><td> -<p> -The role to be allowed the run_init domain. -</p> -</td><td> -No -</td></tr> - -<tr><td> -terminal -</td><td> -<p> -The type of the terminal allow the run_init domain to use. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_seutil_manage_bin_policy"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>seutil_manage_bin_policy</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_seutil_manage_module_store"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>seutil_manage_module_store</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Full management of the semanage -module store. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_seutil_manage_src_policy"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>seutil_manage_src_policy</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_seutil_read_bin_policy"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>seutil_read_bin_policy</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_seutil_read_config"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>seutil_read_config</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_seutil_read_default_contexts"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>seutil_read_default_contexts</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_seutil_read_file_contexts"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>seutil_read_file_contexts</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_seutil_read_loadpolicy"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>seutil_read_loadpolicy</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_seutil_read_src_policy"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>seutil_read_src_policy</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_seutil_relabelto_bin_policy"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>seutil_relabelto_bin_policy</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Allow the caller to relabel a file to the binary policy type. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_seutil_run_checkpolicy"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>seutil_run_checkpolicy</b>( - - - - - domain - - - - , - - - - role - - - - , - - - - terminal - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute checkpolicy in the checkpolicy domain, and -allow the specified role the checkpolicy domain, -and use the caller's terminal. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -<tr><td> -role -</td><td> -<p> -The role to be allowed the checkpolicy domain. -</p> -</td><td> -No -</td></tr> - -<tr><td> -terminal -</td><td> -<p> -The type of the terminal allow the checkpolicy domain to use. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_seutil_run_loadpolicy"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>seutil_run_loadpolicy</b>( - - - - - domain - - - - , - - - - role - - - - , - - - - terminal - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute load_policy in the load_policy domain, and -allow the specified role the load_policy domain, -and use the caller's terminal. -Has a SIGCHLD signal backchannel. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -<tr><td> -role -</td><td> -<p> -The role to be allowed the load_policy domain. -</p> -</td><td> -No -</td></tr> - -<tr><td> -terminal -</td><td> -<p> -The type of the terminal allow the load_policy domain to use. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_seutil_run_newrole"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>seutil_run_newrole</b>( - - - - - domain - - - - , - - - - role - - - - , - - - - terminal - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute newrole in the newrole domain, and -allow the specified role the newrole domain, -and use the caller's terminal. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -<tr><td> -role -</td><td> -<p> -The role to be allowed the newrole domain. -</p> -</td><td> -No -</td></tr> - -<tr><td> -terminal -</td><td> -<p> -The type of the terminal allow the newrole domain to use. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_seutil_run_restorecon"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>seutil_run_restorecon</b>( - - - - - domain - - - - , - - - - role - - - - , - - - - terminal - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute restorecon in the restorecon domain, and -allow the specified role the restorecon domain, -and use the caller's terminal. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -<tr><td> -role -</td><td> -<p> -The role to be allowed the restorecon domain. -</p> -</td><td> -No -</td></tr> - -<tr><td> -terminal -</td><td> -<p> -The type of the terminal allow the restorecon domain to use. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_seutil_run_runinit"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>seutil_run_runinit</b>( - - - - - domain - - - - , - - - - role - - - - , - - - - terminal - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute run_init in the run_init domain, and -allow the specified role the run_init domain, -and use the caller's terminal. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -<tr><td> -role -</td><td> -<p> -The role to be allowed the run_init domain. -</p> -</td><td> -No -</td></tr> - -<tr><td> -terminal -</td><td> -<p> -The type of the terminal allow the run_init domain to use. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_seutil_run_semanage"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>seutil_run_semanage</b>( - - - - - domain - - - - , - - - - role - - - - , - - - - terminal - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute semanage in the semanage domain, and -allow the specified role the semanage domain, -and use the caller's terminal. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -<tr><td> -role -</td><td> -<p> -The role to be allowed the checkpolicy domain. -</p> -</td><td> -No -</td></tr> - -<tr><td> -terminal -</td><td> -<p> -The type of the terminal allow the semanage domain to use. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_seutil_run_setfiles"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>seutil_run_setfiles</b>( - - - - - domain - - - - , - - - - role - - - - , - - - - terminal - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute setfiles in the setfiles domain, and -allow the specified role the setfiles domain, -and use the caller's terminal. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -<tr><td> -role -</td><td> -<p> -The role to be allowed the setfiles domain. -</p> -</td><td> -No -</td></tr> - -<tr><td> -terminal -</td><td> -<p> -The type of the terminal allow the setfiles domain to use. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_seutil_rw_file_contexts"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>seutil_rw_file_contexts</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read and write the file_contexts files. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_seutil_search_default_contexts"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>seutil_search_default_contexts</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Search the policy directory with default_context files. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_seutil_sigchld_newrole"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>seutil_sigchld_newrole</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_seutil_use_newrole_fds"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>seutil_use_newrole_fds</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_seutil_use_runinit_fds"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>seutil_use_runinit_fds</b>( - - - - - ? - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Summary is missing! -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -? -</td><td> -<p> -Parameter descriptions are missing! -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - - -</div> -</body> -</html> diff --git a/www/api-docs/system_sysnetwork.html b/www/api-docs/system_sysnetwork.html deleted file mode 100644 index 2bdfdd9..0000000 --- a/www/api-docs/system_sysnetwork.html +++ /dev/null @@ -1,1323 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - - <a href='system_authlogin.html'> - authlogin</a><br/> - - - <a href='system_clock.html'> - clock</a><br/> - - - <a href='system_daemontools.html'> - daemontools</a><br/> - - - <a href='system_fstools.html'> - fstools</a><br/> - - - <a href='system_getty.html'> - getty</a><br/> - - - <a href='system_hostname.html'> - hostname</a><br/> - - - <a href='system_hotplug.html'> - hotplug</a><br/> - - - <a href='system_init.html'> - init</a><br/> - - - <a href='system_ipsec.html'> - ipsec</a><br/> - - - <a href='system_iptables.html'> - iptables</a><br/> - - - <a href='system_libraries.html'> - libraries</a><br/> - - - <a href='system_locallogin.html'> - locallogin</a><br/> - - - <a href='system_logging.html'> - logging</a><br/> - - - <a href='system_lvm.html'> - lvm</a><br/> - - - <a href='system_miscfiles.html'> - miscfiles</a><br/> - - - <a href='system_modutils.html'> - modutils</a><br/> - - - <a href='system_mount.html'> - mount</a><br/> - - - <a href='system_pcmcia.html'> - pcmcia</a><br/> - - - <a href='system_raid.html'> - raid</a><br/> - - - <a href='system_selinuxutil.html'> - selinuxutil</a><br/> - - - <a href='system_sysnetwork.html'> - sysnetwork</a><br/> - - - <a href='system_udev.html'> - udev</a><br/> - - - <a href='system_unconfined.html'> - unconfined</a><br/> - - - <a href='system_userdomain.html'> - userdomain</a><br/> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: system</h1><p/> -<h2>Module: sysnetwork</h2><p/> - -<h3>Description:</h3> - -<p><p>Policy for network configuration: ifconfig and dhcp client.</p></p> - - - -<a name="interfaces"></a> -<h3>Interfaces: </h3> - -<a name="link_sysnet_dbus_chat_dhcpc"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>sysnet_dbus_chat_dhcpc</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send and receive messages from -dhcpc over dbus. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_sysnet_delete_dhcpc_pid"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>sysnet_delete_dhcpc_pid</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Delete the dhcp client pid file. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_sysnet_dhcp_state_filetrans"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>sysnet_dhcp_state_filetrans</b>( - - - - - domain - - - - , - - - - file_type - - - - , - - - - object_class - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Create DHCP state data. -</p> - - -<h5>Description</h5> -<p> -</p><p> -Create DHCP state data. -</p><p> -</p><p> -This is added for DHCP server, as -the server and client put their state -files in the same directory. -</p><p> -</p> - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -<tr><td> -file_type -</td><td> -<p> -The type of the object to be created -</p> -</td><td> -No -</td></tr> - -<tr><td> -object_class -</td><td> -<p> -The object class. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_sysnet_dns_name_resolve"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>sysnet_dns_name_resolve</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Perform a DNS name resolution. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_sysnet_domtrans_dhcpc"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>sysnet_domtrans_dhcpc</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute dhcp client in dhcpc domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_sysnet_domtrans_ifconfig"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>sysnet_domtrans_ifconfig</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute ifconfig in the ifconfig domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_sysnet_dontaudit_read_config"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>sysnet_dontaudit_read_config</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to read network config files. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_sysnet_etc_filetrans_config"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>sysnet_etc_filetrans_config</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Create files in /etc with the type used for -the network config files. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_sysnet_exec_ifconfig"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>sysnet_exec_ifconfig</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute ifconfig in the caller domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_sysnet_kill_dhcpc"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>sysnet_kill_dhcpc</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send a kill signal to the dhcp client. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The domain sending the SIGKILL. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_sysnet_manage_config"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>sysnet_manage_config</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Create, read, write, and delete network config files. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_sysnet_read_config"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>sysnet_read_config</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Allow network init to read network config files. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_sysnet_read_dhcp_config"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>sysnet_read_dhcp_config</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read the DHCP configuration files. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_sysnet_read_dhcpc_pid"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>sysnet_read_dhcpc_pid</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read the dhcp client pid file. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_sysnet_read_dhcpc_state"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>sysnet_read_dhcpc_state</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read dhcp client state files. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_sysnet_run_dhcpc"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>sysnet_run_dhcpc</b>( - - - - - domain - - - - , - - - - role - - - - , - - - - terminal - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute DHCP clients in the dhcpc domain, and -allow the specified role the dhcpc domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -<tr><td> -role -</td><td> -<p> -The role to be allowed the clock domain. -</p> -</td><td> -No -</td></tr> - -<tr><td> -terminal -</td><td> -<p> -The type of the terminal allow the clock domain to use. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_sysnet_run_ifconfig"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>sysnet_run_ifconfig</b>( - - - - - domain - - - - , - - - - role - - - - , - - - - terminal - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute ifconfig in the ifconfig domain, and -allow the specified role the ifconfig domain, -and use the caller's terminal. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -<tr><td> -role -</td><td> -<p> -The role to be allowed the ifconfig domain. -</p> -</td><td> -No -</td></tr> - -<tr><td> -terminal -</td><td> -<p> -The type of the terminal allow the ifconfig domain to use. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_sysnet_rw_dhcp_config"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>sysnet_rw_dhcp_config</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read and write dhcp configuration files. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_sysnet_search_dhcp_state"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>sysnet_search_dhcp_state</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Search the DHCP state data directory. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_sysnet_sigchld_dhcpc"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>sysnet_sigchld_dhcpc</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send a SIGCHLD signal to the dhcp client. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The domain sending the SIGCHLD. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_sysnet_signal_dhcpc"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>sysnet_signal_dhcpc</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send a generic signal to the dhcp client. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The domain sending the signal. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_sysnet_signull_dhcpc"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>sysnet_signull_dhcpc</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send a null signal to the dhcp client. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The domain sending the null signal. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_sysnet_sigstop_dhcpc"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>sysnet_sigstop_dhcpc</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send a SIGSTOP signal to the dhcp client. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The domain sending the SIGSTOP. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_sysnet_use_ldap"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>sysnet_use_ldap</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Connect and use a LDAP server. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_sysnet_use_portmap"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>sysnet_use_portmap</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Connect and use remote port mappers. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - - -</div> -</body> -</html> diff --git a/www/api-docs/system_udev.html b/www/api-docs/system_udev.html deleted file mode 100644 index 4e3547d..0000000 --- a/www/api-docs/system_udev.html +++ /dev/null @@ -1,444 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - - <a href='system_authlogin.html'> - authlogin</a><br/> - - - <a href='system_clock.html'> - clock</a><br/> - - - <a href='system_daemontools.html'> - daemontools</a><br/> - - - <a href='system_fstools.html'> - fstools</a><br/> - - - <a href='system_getty.html'> - getty</a><br/> - - - <a href='system_hostname.html'> - hostname</a><br/> - - - <a href='system_hotplug.html'> - hotplug</a><br/> - - - <a href='system_init.html'> - init</a><br/> - - - <a href='system_ipsec.html'> - ipsec</a><br/> - - - <a href='system_iptables.html'> - iptables</a><br/> - - - <a href='system_libraries.html'> - libraries</a><br/> - - - <a href='system_locallogin.html'> - locallogin</a><br/> - - - <a href='system_logging.html'> - logging</a><br/> - - - <a href='system_lvm.html'> - lvm</a><br/> - - - <a href='system_miscfiles.html'> - miscfiles</a><br/> - - - <a href='system_modutils.html'> - modutils</a><br/> - - - <a href='system_mount.html'> - mount</a><br/> - - - <a href='system_pcmcia.html'> - pcmcia</a><br/> - - - <a href='system_raid.html'> - raid</a><br/> - - - <a href='system_selinuxutil.html'> - selinuxutil</a><br/> - - - <a href='system_sysnetwork.html'> - sysnetwork</a><br/> - - - <a href='system_udev.html'> - udev</a><br/> - - - <a href='system_unconfined.html'> - unconfined</a><br/> - - - <a href='system_userdomain.html'> - userdomain</a><br/> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: system</h1><p/> -<h2>Module: udev</h2><p/> - -<h3>Description:</h3> - -<p><p>Policy for udev.</p></p> - - - -<a name="interfaces"></a> -<h3>Interfaces: </h3> - -<a name="link_udev_domtrans"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>udev_domtrans</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute udev in the udev domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_udev_dontaudit_rw_dgram_sockets"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>udev_dontaudit_rw_dgram_sockets</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to read or write -to a udev unix datagram socket. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_udev_dontaudit_use_fds"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>udev_dontaudit_use_fds</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to inherit a -udev file descriptor. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_udev_helper_domtrans"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>udev_helper_domtrans</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute a udev helper in the udev domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_udev_read_db"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>udev_read_db</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Allow process to read list of devices. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_udev_read_state"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>udev_read_state</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Allow process to read udev process state. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_udev_rw_db"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>udev_rw_db</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Allow process to modify list of devices. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - - -</div> -</body> -</html> diff --git a/www/api-docs/system_unconfined.html b/www/api-docs/system_unconfined.html deleted file mode 100644 index ce82257..0000000 --- a/www/api-docs/system_unconfined.html +++ /dev/null @@ -1,799 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - - <a href='system_authlogin.html'> - authlogin</a><br/> - - - <a href='system_clock.html'> - clock</a><br/> - - - <a href='system_daemontools.html'> - daemontools</a><br/> - - - <a href='system_fstools.html'> - fstools</a><br/> - - - <a href='system_getty.html'> - getty</a><br/> - - - <a href='system_hostname.html'> - hostname</a><br/> - - - <a href='system_hotplug.html'> - hotplug</a><br/> - - - <a href='system_init.html'> - init</a><br/> - - - <a href='system_ipsec.html'> - ipsec</a><br/> - - - <a href='system_iptables.html'> - iptables</a><br/> - - - <a href='system_libraries.html'> - libraries</a><br/> - - - <a href='system_locallogin.html'> - locallogin</a><br/> - - - <a href='system_logging.html'> - logging</a><br/> - - - <a href='system_lvm.html'> - lvm</a><br/> - - - <a href='system_miscfiles.html'> - miscfiles</a><br/> - - - <a href='system_modutils.html'> - modutils</a><br/> - - - <a href='system_mount.html'> - mount</a><br/> - - - <a href='system_pcmcia.html'> - pcmcia</a><br/> - - - <a href='system_raid.html'> - raid</a><br/> - - - <a href='system_selinuxutil.html'> - selinuxutil</a><br/> - - - <a href='system_sysnetwork.html'> - sysnetwork</a><br/> - - - <a href='system_udev.html'> - udev</a><br/> - - - <a href='system_unconfined.html'> - unconfined</a><br/> - - - <a href='system_userdomain.html'> - userdomain</a><br/> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: system</h1><p/> -<h2>Module: unconfined</h2><p/> - -<h3>Description:</h3> - -<p><p>The unconfined domain.</p></p> - - - -<a name="interfaces"></a> -<h3>Interfaces: </h3> - -<a name="link_unconfined_alias_domain"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>unconfined_alias_domain</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Add an alias type to the unconfined domain. -</p> - - -<h5>Description</h5> -<p> -</p><p> -Add an alias type to the unconfined domain. -</p><p> -</p><p> -This is added to support targeted policy. Its -use should be limited. It has no effect -on the strict policy. -</p><p> -</p> - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -New alias of the unconfined domain. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_unconfined_dbus_send"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>unconfined_dbus_send</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send messages to the unconfined domain over dbus. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_unconfined_domain"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>unconfined_domain</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Make the specified domain unconfined and -audit executable memory and executable heap -usage. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain to make unconfined. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_unconfined_domain_noaudit"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>unconfined_domain_noaudit</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Make the specified domain unconfined. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain to make unconfined. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_unconfined_domtrans"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>unconfined_domtrans</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Transition to the unconfined domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_unconfined_dontaudit_read_pipes"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>unconfined_dontaudit_read_pipes</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to read unconfined domain unnamed pipes. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_unconfined_dontaudit_rw_tcp_sockets"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>unconfined_dontaudit_rw_tcp_sockets</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to read or write -unconfined domain tcp sockets. -</p> - - -<h5>Description</h5> -<p> -</p><p> -Do not audit attempts to read or write -unconfined domain tcp sockets. -</p><p> -</p><p> -This interface was added due to a broken -symptom in ldconfig. -</p><p> -</p> - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_unconfined_read_pipes"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>unconfined_read_pipes</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read unconfined domain unnamed pipes. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_unconfined_run"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>unconfined_run</b>( - - - - - domain - - - - , - - - - role - - - - , - - - - terminal - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute specified programs in the unconfined domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -The type of the process performing this action. -</p> -</td><td> -No -</td></tr> - -<tr><td> -role -</td><td> -<p> -The role to allow the unconfined domain. -</p> -</td><td> -No -</td></tr> - -<tr><td> -terminal -</td><td> -<p> -The type of the terminal allow the unconfined domain to use. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_unconfined_rw_pipes"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>unconfined_rw_pipes</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read and write unconfined domain unnamed pipes. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_unconfined_shell_domtrans"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>unconfined_shell_domtrans</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Transition to the unconfined domain by executing a shell. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_unconfined_sigchld"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>unconfined_sigchld</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send a SIGCHLD signal to the unconfined domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_unconfined_signal"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>unconfined_signal</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send generic signals to the unconfined domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_unconfined_use_fds"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>unconfined_use_fds</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Inherit file descriptors from the unconfined domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - - -</div> -</body> -</html> diff --git a/www/api-docs/system_userdomain.html b/www/api-docs/system_userdomain.html deleted file mode 100644 index 13f8554..0000000 --- a/www/api-docs/system_userdomain.html +++ /dev/null @@ -1,7425 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - - <a href='system_authlogin.html'> - authlogin</a><br/> - - - <a href='system_clock.html'> - clock</a><br/> - - - <a href='system_daemontools.html'> - daemontools</a><br/> - - - <a href='system_fstools.html'> - fstools</a><br/> - - - <a href='system_getty.html'> - getty</a><br/> - - - <a href='system_hostname.html'> - hostname</a><br/> - - - <a href='system_hotplug.html'> - hotplug</a><br/> - - - <a href='system_init.html'> - init</a><br/> - - - <a href='system_ipsec.html'> - ipsec</a><br/> - - - <a href='system_iptables.html'> - iptables</a><br/> - - - <a href='system_libraries.html'> - libraries</a><br/> - - - <a href='system_locallogin.html'> - locallogin</a><br/> - - - <a href='system_logging.html'> - logging</a><br/> - - - <a href='system_lvm.html'> - lvm</a><br/> - - - <a href='system_miscfiles.html'> - miscfiles</a><br/> - - - <a href='system_modutils.html'> - modutils</a><br/> - - - <a href='system_mount.html'> - mount</a><br/> - - - <a href='system_pcmcia.html'> - pcmcia</a><br/> - - - <a href='system_raid.html'> - raid</a><br/> - - - <a href='system_selinuxutil.html'> - selinuxutil</a><br/> - - - <a href='system_sysnetwork.html'> - sysnetwork</a><br/> - - - <a href='system_udev.html'> - udev</a><br/> - - - <a href='system_unconfined.html'> - unconfined</a><br/> - - - <a href='system_userdomain.html'> - userdomain</a><br/> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<a name="top":></a> -<h1>Layer: system</h1><p/> -<h2>Module: userdomain</h2><p/> - -<a href=#interfaces>Interfaces</a> -<a href=#templates>Templates</a> - -<h3>Description:</h3> - -<p><p>Policy for user domains</p></p> - - - -<a name="interfaces"></a> -<h3>Interfaces: </h3> - -<a name="link_userdom_bin_spec_domtrans_sysadm"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>userdom_bin_spec_domtrans_sysadm</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute a generic bin program in the sysadm domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_userdom_bin_spec_domtrans_unpriv_users"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>userdom_bin_spec_domtrans_unpriv_users</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute bin_t in the unprivileged user domains. This -is an explicit transition, requiring the -caller to use setexeccon(). -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_userdom_dbus_send_all_users"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>userdom_dbus_send_all_users</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send a dbus message to all user domains. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_userdom_dontaudit_append_staff_home_content_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>userdom_dontaudit_append_staff_home_content_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to append to the staff -users home directory. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_userdom_dontaudit_getattr_sysadm_home_dirs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>userdom_dontaudit_getattr_sysadm_home_dirs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to get the -attributes of the sysadm users -home directory. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_userdom_dontaudit_getattr_sysadm_ttys"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>userdom_dontaudit_getattr_sysadm_ttys</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attepts to get the attributes -of sysadm ttys. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_userdom_dontaudit_list_sysadm_home_dirs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>userdom_dontaudit_list_sysadm_home_dirs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to list the sysadm -users home directory. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_userdom_dontaudit_read_sysadm_home_content_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>userdom_dontaudit_read_sysadm_home_content_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to search the sysadm -users home directory. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_userdom_dontaudit_relabelfrom_unpriv_users_ptys"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>userdom_dontaudit_relabelfrom_unpriv_users_ptys</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to relabel files from -unprivileged user pty types. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_userdom_dontaudit_search_all_users_home_content"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>userdom_dontaudit_search_all_users_home_content</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to search all users home directories. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_userdom_dontaudit_search_generic_user_home_dirs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>userdom_dontaudit_search_generic_user_home_dirs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Don't audit search on the user home subdirectory. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_userdom_dontaudit_search_staff_home_dirs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>userdom_dontaudit_search_staff_home_dirs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to search the staff -users home directory. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_userdom_dontaudit_search_sysadm_home_dirs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>userdom_dontaudit_search_sysadm_home_dirs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to search the sysadm -users home directory. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_userdom_dontaudit_use_all_users_fds"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>userdom_dontaudit_use_all_users_fds</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to inherit the file -descriptors from any user domains. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_userdom_dontaudit_use_sysadm_ptys"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>userdom_dontaudit_use_sysadm_ptys</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Dont audit attempts to read and write sysadm ptys. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_userdom_dontaudit_use_sysadm_terms"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>userdom_dontaudit_use_sysadm_terms</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to use sysadm ttys and ptys. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_userdom_dontaudit_use_sysadm_ttys"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>userdom_dontaudit_use_sysadm_ttys</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to use sysadm ttys. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_userdom_dontaudit_use_unpriv_user_fds"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>userdom_dontaudit_use_unpriv_user_fds</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to inherit the -file descriptors from all user domains. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_userdom_dontaudit_use_unpriv_users_ptys"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>userdom_dontaudit_use_unpriv_users_ptys</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to use unprivileged -user ptys. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_userdom_dontaudit_use_unpriv_users_ttys"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>userdom_dontaudit_use_unpriv_users_ttys</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to use unprivileged -user ttys. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_userdom_entry_spec_domtrans_sysadm"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>userdom_entry_spec_domtrans_sysadm</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute all entrypoint files in the sysadm domain. This -is an explicit transition, requiring the -caller to use setexeccon(). -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_userdom_entry_spec_domtrans_unpriv_users"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>userdom_entry_spec_domtrans_unpriv_users</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute all entrypoint files in unprivileged user -domains. This is an explicit transition, requiring the -caller to use setexeccon(). -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_userdom_generic_user_home_dir_filetrans_generic_user_home_content"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>userdom_generic_user_home_dir_filetrans_generic_user_home_content</b>( - - - - - domain - - - - , - - - - object_class - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Create objects in generic user home directories -with automatic file type transition. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -<tr><td> -object_class -</td><td> -<p> -The class of the object to be created. -If not specified, file is used. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_userdom_getattr_all_users"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>userdom_getattr_all_users</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Get the attributes of all user domains. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_userdom_getattr_sysadm_home_dirs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>userdom_getattr_sysadm_home_dirs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Get the attributes of the sysadm users -home directory. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_userdom_home_filetrans_generic_user_home_dir"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>userdom_home_filetrans_generic_user_home_dir</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Create generic user home directories -with automatic file type transition. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_userdom_list_all_users_home_dirs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>userdom_list_all_users_home_dirs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -List all users home directories. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_userdom_list_sysadm_home_dirs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>userdom_list_sysadm_home_dirs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -List the sysadm users home directory. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_userdom_list_unpriv_users_tmp"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>userdom_list_unpriv_users_tmp</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read all unprivileged users temporary directories. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_userdom_manage_all_users_home_content_dirs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>userdom_manage_all_users_home_content_dirs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Create, read, write, and delete all directories -in all users home directories. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_userdom_manage_all_users_home_content_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>userdom_manage_all_users_home_content_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Create, read, write, and delete all files -in all users home directories. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_userdom_manage_all_users_home_content_symlinks"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>userdom_manage_all_users_home_content_symlinks</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Create, read, write, and delete all symlinks -in all users home directories. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_userdom_manage_generic_user_home_content_dirs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>userdom_manage_generic_user_home_content_dirs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Create, read, write, and delete -subdirectories of generic user -home directories. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_userdom_manage_generic_user_home_content_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>userdom_manage_generic_user_home_content_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Create, read, write, and delete files -in generic user home directories. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_userdom_manage_generic_user_home_content_pipes"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>userdom_manage_generic_user_home_content_pipes</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Create, read, write, and delete named -pipes in generic user home directories. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_userdom_manage_generic_user_home_content_sockets"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>userdom_manage_generic_user_home_content_sockets</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Create, read, write, and delete named -sockets in generic user home directories. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_userdom_manage_generic_user_home_content_symlinks"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>userdom_manage_generic_user_home_content_symlinks</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Create, read, write, and delete symbolic -links in generic user home directories. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_userdom_manage_unpriv_user_semaphores"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>userdom_manage_unpriv_user_semaphores</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Manage unpriviledged user SysV sempaphores. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_userdom_manage_unpriv_user_shared_mem"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>userdom_manage_unpriv_user_shared_mem</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Manage unpriviledged user SysV shared -memory segments. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_userdom_priveleged_home_dir_manager"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>userdom_priveleged_home_dir_manager</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Make the specified domain a privileged -home directory manager. -</p> - - -<h5>Description</h5> -<p> -</p><p> -Make the specified domain a privileged -home directory manager. This domain will be -able to manage the contents of all users -general home directory content, and create -files with the correct context. -</p><p> -</p> - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_userdom_read_all_tmp_untrusted_content"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>userdom_read_all_tmp_untrusted_content</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read all user temporary untrusted content files. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_userdom_read_all_untrusted_content"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>userdom_read_all_untrusted_content</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read all user untrusted content files. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_userdom_read_all_users_home_content_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>userdom_read_all_users_home_content_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read all files in all users home directories. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_userdom_read_all_users_state"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>userdom_read_all_users_state</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read the process state of all user domains. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_userdom_read_staff_home_content_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>userdom_read_staff_home_content_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read files in the staff users home directory. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_userdom_read_sysadm_home_content_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>userdom_read_sysadm_home_content_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read files in the sysadm users home directory. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_userdom_read_unpriv_users_home_content_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>userdom_read_unpriv_users_home_content_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read all unprivileged users home directory -files. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_userdom_read_unpriv_users_tmp_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>userdom_read_unpriv_users_tmp_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read all unprivileged users temporary files. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_userdom_read_unpriv_users_tmp_symlinks"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>userdom_read_unpriv_users_tmp_symlinks</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read all unprivileged users temporary symbolic links. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_userdom_relabelto_unpriv_users_ptys"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>userdom_relabelto_unpriv_users_ptys</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Relabel files to unprivileged user pty types. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_userdom_rw_sysadm_pipes"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>userdom_rw_sysadm_pipes</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read and write sysadm user unnamed pipes. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_userdom_sbin_spec_domtrans_sysadm"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>userdom_sbin_spec_domtrans_sysadm</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute a generic sbin program in the sysadm domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_userdom_sbin_spec_domtrans_unpriv_users"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>userdom_sbin_spec_domtrans_unpriv_users</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute generic sbin programs in all unprivileged user -domains. This is an explicit transition, requiring the -caller to use setexeccon(). -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_userdom_search_all_users_home_content"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>userdom_search_all_users_home_content</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Search all users home directories. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_userdom_search_generic_user_home_dirs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>userdom_search_generic_user_home_dirs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Search generic user home directories. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_userdom_search_staff_home_dirs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>userdom_search_staff_home_dirs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Search the staff users home directory. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_userdom_search_sysadm_home_content_dirs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>userdom_search_sysadm_home_content_dirs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Search the sysadm users home sub directories. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_userdom_search_sysadm_home_dirs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>userdom_search_sysadm_home_dirs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Search the sysadm users home directory. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_userdom_search_unpriv_users_home_dirs"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>userdom_search_unpriv_users_home_dirs</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Search all unprivileged users home directories. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_userdom_setattr_unpriv_users_ptys"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>userdom_setattr_unpriv_users_ptys</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Set the attributes of user ptys. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_userdom_shell_domtrans_sysadm"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>userdom_shell_domtrans_sysadm</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute a shell in the sysadm domain. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_userdom_sigchld_all_users"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>userdom_sigchld_all_users</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send a SIGCHLD signal to all user domains. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_userdom_sigchld_sysadm"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>userdom_sigchld_sysadm</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send a SIGCHLD signal to sysadm users. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_userdom_signal_all_users"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>userdom_signal_all_users</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send general signals to all user domains. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_userdom_signal_unpriv_users"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>userdom_signal_unpriv_users</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Send general signals to unprivileged user domains. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_userdom_spec_domtrans_all_users"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>userdom_spec_domtrans_all_users</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute a shell in all user domains. This -is an explicit transition, requiring the -caller to use setexeccon(). -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_userdom_spec_domtrans_unpriv_users"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>userdom_spec_domtrans_unpriv_users</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute a shell in all unprivileged user domains. This -is an explicit transition, requiring the -caller to use setexeccon(). -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_userdom_sysadm_home_dir_filetrans"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>userdom_sysadm_home_dir_filetrans</b>( - - - - - domain - - - - , - - - - private type - - - - , - - - - object_class - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Create objects in sysadm home directories -with automatic file type transition. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -<tr><td> -private type -</td><td> -<p> -The type of the object to be created. -</p> -</td><td> -No -</td></tr> - -<tr><td> -object_class -</td><td> -<p> -The class of the object to be created. -If not specified, file is used. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_userdom_unconfined"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>userdom_unconfined</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Unconfined access to user domains. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_userdom_use_all_users_fds"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>userdom_use_all_users_fds</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Inherit the file descriptors from all user domains -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_userdom_use_sysadm_fds"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>userdom_use_sysadm_fds</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Inherit and use sysadm file descriptors -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_userdom_use_sysadm_ptys"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>userdom_use_sysadm_ptys</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read and write sysadm ptys. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_userdom_use_sysadm_terms"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>userdom_use_sysadm_terms</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read and write sysadm ttys and ptys. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_userdom_use_sysadm_ttys"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>userdom_use_sysadm_ttys</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read and write sysadm ttys. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_userdom_use_unpriv_users_fds"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>userdom_use_unpriv_users_fds</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Inherit the file descriptors from unprivileged user domains. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_userdom_use_unpriv_users_ptys"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>userdom_use_unpriv_users_ptys</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read and write unprivileged user ptys. -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_userdom_write_unpriv_users_tmp_files"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>userdom_write_unpriv_users_tmp_files</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Write all unprivileged users files in /tmp -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_userdom_xsession_spec_domtrans_all_users"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>userdom_xsession_spec_domtrans_all_users</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute an Xserver session in all unprivileged user domains. This -is an explicit transition, requiring the -caller to use setexeccon(). -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_userdom_xsession_spec_domtrans_unpriv_users"></a> -<div id="interface"> - - -<div id="codeblock"> - -<b>userdom_xsession_spec_domtrans_unpriv_users</b>( - - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute an Xserver session in all unprivileged user domains. This -is an explicit transition, requiring the -caller to use setexeccon(). -</p> - - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - -<a name="templates"></a> -<h3>Templates: </h3> - -<a name="link_admin_user_template"></a> -<div id="template"> - - -<div id="codeblock"> - -<b>admin_user_template</b>( - - - - - userdomain_prefix - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -The template for creating an administrative user. -</p> - - -<h5>Description</h5> -<p> -</p><p> -This template creates a user domain, types, and -rules for the user's tty, pty, home directories, -tmp, and tmpfs files. -</p><p> -</p><p> -The privileges given to administrative users are: -<ul><p> -</p><li><p>Raw disk access</p></li><p> -</p><li><p>Set all sysctls</p></li><p> -</p><li><p>All kernel ring buffer controls</p></li><p> -</p><li><p>Set SELinux enforcement mode (enforcing/permissive)</p></li><p> -</p><li><p>Set SELinux booleans</p></li><p> -</p><li><p>Relabel all files but shadow</p></li><p> -</p><li><p>Create, read, write, and delete all files but shadow</p></li><p> -</p><li><p>Manage source and binary format SELinux policy</p></li><p> -</p><li><p>Run insmod</p></li><p> -</p></ul> -</p><p> -</p> - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -userdomain_prefix -</td><td> -<p> -The prefix of the user domain (e.g., sysadm -is the prefix for sysadm_t). -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_base_user_template"></a> -<div id="template"> - - -<div id="codeblock"> - -<b>base_user_template</b>( - - - - - userdomain_prefix - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -The template containing rules common to unprivileged -users and administrative users. -</p> - - -<h5>Description</h5> -<p> -</p><p> -This template creates a user domain, types, and -rules for the user's tty, pty, home directories, -tmp, and tmpfs files. -</p><p> -</p><p> -This generally should not be used, rather the -unpriv_user_template or admin_user_template should -be used. -</p><p> -</p> - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -userdomain_prefix -</td><td> -<p> -The prefix of the user domain (e.g., user -is the prefix for user_t). -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_unpriv_user_template"></a> -<div id="template"> - - -<div id="codeblock"> - -<b>unpriv_user_template</b>( - - - - - userdomain_prefix - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -The template for creating a unprivileged user. -</p> - - -<h5>Description</h5> -<p> -</p><p> -This template creates a user domain, types, and -rules for the user's tty, pty, home directories, -tmp, and tmpfs files. -</p><p> -</p> - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -userdomain_prefix -</td><td> -<p> -The prefix of the user domain (e.g., user -is the prefix for user_t). -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_userdom_create_user_pty"></a> -<div id="template"> - - -<div id="codeblock"> - -<b>userdom_create_user_pty</b>( - - - - - userdomain_prefix - - - - , - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Create a user pty. -</p> - - -<h5>Description</h5> -<p> -</p><p> -Create a user pty. -</p><p> -</p><p> -This is a templated interface, and should only -be called from a per-userdomain template. -</p><p> -</p> - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -userdomain_prefix -</td><td> -<p> -The prefix of the user domain (e.g., user -is the prefix for user_t). -</p> -</td><td> -No -</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_userdom_dontaudit_append_user_tmp_files"></a> -<div id="template"> - - -<div id="codeblock"> - -<b>userdom_dontaudit_append_user_tmp_files</b>( - - - - - userdomain_prefix - - - - , - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to append users -temporary files. -</p> - - -<h5>Description</h5> -<p> -</p><p> -Do not audit attempts to append users -temporary files. -</p><p> -</p><p> -This is a templated interface, and should only -be called from a per-userdomain template. -</p><p> -</p> - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -userdomain_prefix -</td><td> -<p> -The prefix of the user domain (e.g., user -is the prefix for user_t). -</p> -</td><td> -No -</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_userdom_dontaudit_exec_user_home_content_files"></a> -<div id="template"> - - -<div id="codeblock"> - -<b>userdom_dontaudit_exec_user_home_content_files</b>( - - - - - userdomain_prefix - - - - , - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to execute user home files. -</p> - - -<h5>Description</h5> -<p> -</p><p> -Do not audit attempts to execute user home files. -</p><p> -</p><p> -This is a templated interface, and should only -be called from a per-userdomain template. -</p><p> -</p> - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -userdomain_prefix -</td><td> -<p> -The prefix of the user domain (e.g., user -is the prefix for user_t). -</p> -</td><td> -No -</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_userdom_dontaudit_list_user_home_dirs"></a> -<div id="template"> - - -<div id="codeblock"> - -<b>userdom_dontaudit_list_user_home_dirs</b>( - - - - - userdomain_prefix - - - - , - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to list user home subdirectories. -</p> - - -<h5>Description</h5> -<p> -</p><p> -Do not audit attempts to list user home subdirectories. -</p><p> -</p><p> -This is a templated interface, and should only -be called from a per-userdomain template. -</p><p> -</p> - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -userdomain_prefix -</td><td> -<p> -The prefix of the user domain (e.g., user -is the prefix for user_t). -</p> -</td><td> -No -</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain to not audit -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_userdom_dontaudit_list_user_tmp"></a> -<div id="template"> - - -<div id="codeblock"> - -<b>userdom_dontaudit_list_user_tmp</b>( - - - - - userdomain_prefix - - - - , - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to list user -temporary directories. -</p> - - -<h5>Description</h5> -<p> -</p><p> -Do not audit attempts to list user -temporary directories. -</p><p> -</p><p> -This is a templated interface, and should only -be called from a per-userdomain template. -</p><p> -</p> - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -userdomain_prefix -</td><td> -<p> -The prefix of the user domain (e.g., user -is the prefix for user_t). -</p> -</td><td> -No -</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_userdom_dontaudit_list_user_tmp_untrusted_content"></a> -<div id="template"> - - -<div id="codeblock"> - -<b>userdom_dontaudit_list_user_tmp_untrusted_content</b>( - - - - - userdomain_prefix - - - - , - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to list user -temporary untrusted directories. -</p> - - -<h5>Description</h5> -<p> -</p><p> -Do not audit attempts to list user -temporary directories. -</p><p> -</p><p> -This is a templated interface, and should only -be called from a per-userdomain template. -</p><p> -</p> - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -userdomain_prefix -</td><td> -<p> -The prefix of the user domain (e.g., user -is the prefix for user_t). -</p> -</td><td> -No -</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_userdom_dontaudit_list_user_untrusted_content"></a> -<div id="template"> - - -<div id="codeblock"> - -<b>userdom_dontaudit_list_user_untrusted_content</b>( - - - - - userdomain_prefix - - - - , - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to list user -untrusted directories. -</p> - - -<h5>Description</h5> -<p> -</p><p> -Do not audit attempts to read user -untrusted directories. -</p><p> -</p><p> -This is a templated interface, and should only -be called from a per-userdomain template. -</p><p> -</p> - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -userdomain_prefix -</td><td> -<p> -The prefix of the user domain (e.g., user -is the prefix for user_t). -</p> -</td><td> -No -</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_userdom_dontaudit_read_user_home_content_files"></a> -<div id="template"> - - -<div id="codeblock"> - -<b>userdom_dontaudit_read_user_home_content_files</b>( - - - - - userdomain_prefix - - - - , - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to read user home files. -</p> - - -<h5>Description</h5> -<p> -</p><p> -Do not audit attempts to read user home files. -</p><p> -</p><p> -This is a templated interface, and should only -be called from a per-userdomain template. -</p><p> -</p> - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -userdomain_prefix -</td><td> -<p> -The prefix of the user domain (e.g., user -is the prefix for user_t). -</p> -</td><td> -No -</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_userdom_dontaudit_read_user_tmp_files"></a> -<div id="template"> - - -<div id="codeblock"> - -<b>userdom_dontaudit_read_user_tmp_files</b>( - - - - - userdomain_prefix - - - - , - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to read users -temporary files. -</p> - - -<h5>Description</h5> -<p> -</p><p> -Do not audit attempts to read users -temporary files. -</p><p> -</p><p> -This is a templated interface, and should only -be called from a per-userdomain template. -</p><p> -</p> - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -userdomain_prefix -</td><td> -<p> -The prefix of the user domain (e.g., user -is the prefix for user_t). -</p> -</td><td> -No -</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_userdom_dontaudit_read_user_tmp_untrusted_content_files"></a> -<div id="template"> - - -<div id="codeblock"> - -<b>userdom_dontaudit_read_user_tmp_untrusted_content_files</b>( - - - - - userdomain_prefix - - - - , - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to read users -temporary untrusted files. -</p> - - -<h5>Description</h5> -<p> -</p><p> -Do not audit attempts to read users -temporary untrusted files. -</p><p> -</p><p> -This is a templated interface, and should only -be called from a per-userdomain template. -</p><p> -</p> - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -userdomain_prefix -</td><td> -<p> -The prefix of the user domain (e.g., user -is the prefix for user_t). -</p> -</td><td> -No -</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_userdom_dontaudit_read_user_untrusted_content_files"></a> -<div id="template"> - - -<div id="codeblock"> - -<b>userdom_dontaudit_read_user_untrusted_content_files</b>( - - - - - userdomain_prefix - - - - , - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to read users -untrusted files. -</p> - - -<h5>Description</h5> -<p> -</p><p> -Do not audit attempts to read users -untrusted files. -</p><p> -</p><p> -This is a templated interface, and should only -be called from a per-userdomain template. -</p><p> -</p> - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -userdomain_prefix -</td><td> -<p> -The prefix of the user domain (e.g., user -is the prefix for user_t). -</p> -</td><td> -No -</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_userdom_dontaudit_setattr_user_home_content_files"></a> -<div id="template"> - - -<div id="codeblock"> - -<b>userdom_dontaudit_setattr_user_home_content_files</b>( - - - - - userdomain_prefix - - - - , - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to set the -attributes of user home files. -</p> - - -<h5>Description</h5> -<p> -</p><p> -Do not audit attempts to set the -attributes of user home files. -</p><p> -</p><p> -This is a templated interface, and should only -be called from a per-userdomain template. -</p><p> -</p> - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -userdomain_prefix -</td><td> -<p> -The prefix of the user domain (e.g., user -is the prefix for user_t). -</p> -</td><td> -No -</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_userdom_dontaudit_use_user_terminals"></a> -<div id="template"> - - -<div id="codeblock"> - -<b>userdom_dontaudit_use_user_terminals</b>( - - - - - userdomain_prefix - - - - , - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to read and write -a user domain tty and pty. -</p> - - -<h5>Description</h5> -<p> -</p><p> -Do not audit attempts to read and write -a user domain tty and pty. -</p><p> -</p><p> -This is a templated interface, and should only -be called from a per-userdomain template. -</p><p> -</p> - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -userdomain_prefix -</td><td> -<p> -The prefix of the user domain (e.g., user -is the prefix for user_t). -</p> -</td><td> -No -</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_userdom_dontaudit_write_user_home_content_files"></a> -<div id="template"> - - -<div id="codeblock"> - -<b>userdom_dontaudit_write_user_home_content_files</b>( - - - - - userdomain_prefix - - - - , - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do not audit attempts to write user home files. -</p> - - -<h5>Description</h5> -<p> -</p><p> -Do not audit attempts to write user home files. -</p><p> -</p><p> -This is a templated interface, and should only -be called from a per-userdomain template. -</p><p> -</p> - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -userdomain_prefix -</td><td> -<p> -The prefix of the user domain (e.g., user -is the prefix for user_t). -</p> -</td><td> -No -</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain to not audit. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_userdom_exec_user_home_content_files"></a> -<div id="template"> - - -<div id="codeblock"> - -<b>userdom_exec_user_home_content_files</b>( - - - - - userdomain_prefix - - - - , - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Execute user home files. -</p> - - -<h5>Description</h5> -<p> -</p><p> -Execute user home files. -</p><p> -</p><p> -This is a templated interface, and should only -be called from a per-userdomain template. -</p><p> -</p> - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -userdomain_prefix -</td><td> -<p> -The prefix of the user domain (e.g., user -is the prefix for user_t). -</p> -</td><td> -No -</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_userdom_list_user_home_dirs"></a> -<div id="template"> - - -<div id="codeblock"> - -<b>userdom_list_user_home_dirs</b>( - - - - - userdomain_prefix - - - - , - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -List user home directories. -</p> - - -<h5>Description</h5> -<p> -</p><p> -List user home directories. -</p><p> -</p><p> -This is a templated interface, and should only -be called from a per-userdomain template. -</p><p> -</p> - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -userdomain_prefix -</td><td> -<p> -The prefix of the user domain (e.g., user -is the prefix for user_t). -</p> -</td><td> -No -</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_userdom_list_user_tmp"></a> -<div id="template"> - - -<div id="codeblock"> - -<b>userdom_list_user_tmp</b>( - - - - - userdomain_prefix - - - - , - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -List user temporary directories. -</p> - - -<h5>Description</h5> -<p> -</p><p> -List user temporary directories. -</p><p> -</p><p> -This is a templated interface, and should only -be called from a per-userdomain template. -</p><p> -</p> - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -userdomain_prefix -</td><td> -<p> -The prefix of the user domain (e.g., user -is the prefix for user_t). -</p> -</td><td> -No -</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_userdom_list_user_tmp_untrusted_content"></a> -<div id="template"> - - -<div id="codeblock"> - -<b>userdom_list_user_tmp_untrusted_content</b>( - - - - - userdomain_prefix - - - - , - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -List users temporary untrusted directories. -</p> - - -<h5>Description</h5> -<p> -</p><p> -List users temporary untrusted directories. -</p><p> -</p><p> -This is a templated interface, and should only -be called from a per-userdomain template. -</p><p> -</p> - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -userdomain_prefix -</td><td> -<p> -The prefix of the user domain (e.g., user -is the prefix for user_t). -</p> -</td><td> -No -</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_userdom_list_user_untrusted_content"></a> -<div id="template"> - - -<div id="codeblock"> - -<b>userdom_list_user_untrusted_content</b>( - - - - - userdomain_prefix - - - - , - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -List users untrusted directories. -</p> - - -<h5>Description</h5> -<p> -</p><p> -List users untrusted directories. -</p><p> -</p><p> -This is a templated interface, and should only -be called from a per-userdomain template. -</p><p> -</p> - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -userdomain_prefix -</td><td> -<p> -The prefix of the user domain (e.g., user -is the prefix for user_t). -</p> -</td><td> -No -</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_userdom_manage_user_home_content_dirs"></a> -<div id="template"> - - -<div id="codeblock"> - -<b>userdom_manage_user_home_content_dirs</b>( - - - - - userdomain_prefix - - - - , - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Create, read, write, and delete directories -in a user home subdirectory. -</p> - - -<h5>Description</h5> -<p> -</p><p> -Create, read, write, and delete directories -in a user home subdirectory. -</p><p> -</p><p> -This is a templated interface, and should only -be called from a per-userdomain template. -</p><p> -</p> - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -userdomain_prefix -</td><td> -<p> -The prefix of the user domain (e.g., user -is the prefix for user_t). -</p> -</td><td> -No -</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_userdom_manage_user_home_content_files"></a> -<div id="template"> - - -<div id="codeblock"> - -<b>userdom_manage_user_home_content_files</b>( - - - - - userdomain_prefix - - - - , - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Create, read, write, and delete files -in a user home subdirectory. -</p> - - -<h5>Description</h5> -<p> -</p><p> -Create, read, write, and delete files -in a user home subdirectory. -</p><p> -</p><p> -This is a templated interface, and should only -be called from a per-userdomain template. -</p><p> -</p> - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -userdomain_prefix -</td><td> -<p> -The prefix of the user domain (e.g., user -is the prefix for user_t). -</p> -</td><td> -No -</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_userdom_manage_user_home_content_pipes"></a> -<div id="template"> - - -<div id="codeblock"> - -<b>userdom_manage_user_home_content_pipes</b>( - - - - - userdomain_prefix - - - - , - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Create, read, write, and delete named pipes -in a user home subdirectory. -</p> - - -<h5>Description</h5> -<p> -</p><p> -Create, read, write, and delete named pipes -in a user home subdirectory. -</p><p> -</p><p> -This is a templated interface, and should only -be called from a per-userdomain template. -</p><p> -</p> - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -userdomain_prefix -</td><td> -<p> -The prefix of the user domain (e.g., user -is the prefix for user_t). -</p> -</td><td> -No -</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_userdom_manage_user_home_content_sockets"></a> -<div id="template"> - - -<div id="codeblock"> - -<b>userdom_manage_user_home_content_sockets</b>( - - - - - userdomain_prefix - - - - , - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Create, read, write, and delete named sockets -in a user home subdirectory. -</p> - - -<h5>Description</h5> -<p> -</p><p> -Create, read, write, and delete named sockets -in a user home subdirectory. -</p><p> -</p><p> -This is a templated interface, and should only -be called from a per-userdomain template. -</p><p> -</p> - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -userdomain_prefix -</td><td> -<p> -The prefix of the user domain (e.g., user -is the prefix for user_t). -</p> -</td><td> -No -</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_userdom_manage_user_home_content_symlinks"></a> -<div id="template"> - - -<div id="codeblock"> - -<b>userdom_manage_user_home_content_symlinks</b>( - - - - - userdomain_prefix - - - - , - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Create, read, write, and delete symbolic links -in a user home subdirectory. -</p> - - -<h5>Description</h5> -<p> -</p><p> -Create, read, write, and delete symbolic links -in a user home subdirectory. -</p><p> -</p><p> -This is a templated interface, and should only -be called from a per-userdomain template. -</p><p> -</p> - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -userdomain_prefix -</td><td> -<p> -The prefix of the user domain (e.g., user -is the prefix for user_t). -</p> -</td><td> -No -</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_userdom_manage_user_tmp_dirs"></a> -<div id="template"> - - -<div id="codeblock"> - -<b>userdom_manage_user_tmp_dirs</b>( - - - - - userdomain_prefix - - - - , - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Create, read, write, and delete user -temporary directories. -</p> - - -<h5>Description</h5> -<p> -</p><p> -Create, read, write, and delete user -temporary directories. -</p><p> -</p><p> -This is a templated interface, and should only -be called from a per-userdomain template. -</p><p> -</p> - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -userdomain_prefix -</td><td> -<p> -The prefix of the user domain (e.g., user -is the prefix for user_t). -</p> -</td><td> -No -</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_userdom_manage_user_tmp_files"></a> -<div id="template"> - - -<div id="codeblock"> - -<b>userdom_manage_user_tmp_files</b>( - - - - - userdomain_prefix - - - - , - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Create, read, write, and delete user -temporary files. -</p> - - -<h5>Description</h5> -<p> -</p><p> -Create, read, write, and delete user -temporary files. -</p><p> -</p><p> -This is a templated interface, and should only -be called from a per-userdomain template. -</p><p> -</p> - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -userdomain_prefix -</td><td> -<p> -The prefix of the user domain (e.g., user -is the prefix for user_t). -</p> -</td><td> -No -</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_userdom_manage_user_tmp_pipes"></a> -<div id="template"> - - -<div id="codeblock"> - -<b>userdom_manage_user_tmp_pipes</b>( - - - - - userdomain_prefix - - - - , - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Create, read, write, and delete user -temporary named pipes. -</p> - - -<h5>Description</h5> -<p> -</p><p> -Create, read, write, and delete user -temporary named pipes. -</p><p> -</p><p> -This is a templated interface, and should only -be called from a per-userdomain template. -</p><p> -</p> - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -userdomain_prefix -</td><td> -<p> -The prefix of the user domain (e.g., user -is the prefix for user_t). -</p> -</td><td> -No -</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_userdom_manage_user_tmp_sockets"></a> -<div id="template"> - - -<div id="codeblock"> - -<b>userdom_manage_user_tmp_sockets</b>( - - - - - userdomain_prefix - - - - , - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Create, read, write, and delete user -temporary named sockets. -</p> - - -<h5>Description</h5> -<p> -</p><p> -Create, read, write, and delete user -temporary named sockets. -</p><p> -</p><p> -This is a templated interface, and should only -be called from a per-userdomain template. -</p><p> -</p> - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -userdomain_prefix -</td><td> -<p> -The prefix of the user domain (e.g., user -is the prefix for user_t). -</p> -</td><td> -No -</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_userdom_manage_user_tmp_symlinks"></a> -<div id="template"> - - -<div id="codeblock"> - -<b>userdom_manage_user_tmp_symlinks</b>( - - - - - userdomain_prefix - - - - , - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Create, read, write, and delete user -temporary symbolic links. -</p> - - -<h5>Description</h5> -<p> -</p><p> -Create, read, write, and delete user -temporary symbolic links. -</p><p> -</p><p> -This is a templated interface, and should only -be called from a per-userdomain template. -</p><p> -</p> - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -userdomain_prefix -</td><td> -<p> -The prefix of the user domain (e.g., user -is the prefix for user_t). -</p> -</td><td> -No -</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_userdom_read_user_home_content_files"></a> -<div id="template"> - - -<div id="codeblock"> - -<b>userdom_read_user_home_content_files</b>( - - - - - userdomain_prefix - - - - , - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read user home files. -</p> - - -<h5>Description</h5> -<p> -</p><p> -Read user home files. -</p><p> -</p><p> -This is a templated interface, and should only -be called from a per-userdomain template. -</p><p> -</p> - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -userdomain_prefix -</td><td> -<p> -The prefix of the user domain (e.g., user -is the prefix for user_t). -</p> -</td><td> -No -</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_userdom_read_user_home_content_symlinks"></a> -<div id="template"> - - -<div id="codeblock"> - -<b>userdom_read_user_home_content_symlinks</b>( - - - - - userdomain_prefix - - - - , - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read user home subdirectory symbolic links. -</p> - - -<h5>Description</h5> -<p> -</p><p> -Read user home subdirectory symbolic links. -</p><p> -</p><p> -This is a templated interface, and should only -be called from a per-userdomain template. -</p><p> -</p> - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -userdomain_prefix -</td><td> -<p> -The prefix of the user domain (e.g., user -is the prefix for user_t). -</p> -</td><td> -No -</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_userdom_read_user_tmp_files"></a> -<div id="template"> - - -<div id="codeblock"> - -<b>userdom_read_user_tmp_files</b>( - - - - - userdomain_prefix - - - - , - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read user temporary files. -</p> - - -<h5>Description</h5> -<p> -</p><p> -Read user temporary files. -</p><p> -</p><p> -This is a templated interface, and should only -be called from a per-userdomain template. -</p><p> -</p> - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -userdomain_prefix -</td><td> -<p> -The prefix of the user domain (e.g., user -is the prefix for user_t). -</p> -</td><td> -No -</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_userdom_read_user_tmp_symlinks"></a> -<div id="template"> - - -<div id="codeblock"> - -<b>userdom_read_user_tmp_symlinks</b>( - - - - - userdomain_prefix - - - - , - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read user -temporary symbolic links. -</p> - - -<h5>Description</h5> -<p> -</p><p> -Read user -temporary symbolic links. -</p><p> -</p><p> -This is a templated interface, and should only -be called from a per-userdomain template. -</p><p> -</p> - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -userdomain_prefix -</td><td> -<p> -The prefix of the user domain (e.g., user -is the prefix for user_t). -</p> -</td><td> -No -</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_userdom_read_user_tmp_untrusted_content_files"></a> -<div id="template"> - - -<div id="codeblock"> - -<b>userdom_read_user_tmp_untrusted_content_files</b>( - - - - - userdomain_prefix - - - - , - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read user temporary untrusted files. -</p> - - -<h5>Description</h5> -<p> -</p><p> -Read user temporary untrusted files. -</p><p> -</p><p> -This is a templated interface, and should only -be called from a per-userdomain template. -</p><p> -</p> - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -userdomain_prefix -</td><td> -<p> -The prefix of the user domain (e.g., user -is the prefix for user_t). -</p> -</td><td> -No -</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_userdom_read_user_tmp_untrusted_content_symlinks"></a> -<div id="template"> - - -<div id="codeblock"> - -<b>userdom_read_user_tmp_untrusted_content_symlinks</b>( - - - - - userdomain_prefix - - - - , - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read user temporary untrusted symbolic links. -</p> - - -<h5>Description</h5> -<p> -</p><p> -Read user temporary untrusted symbolic links. -</p><p> -</p><p> -This is a templated interface, and should only -be called from a per-userdomain template. -</p><p> -</p> - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -userdomain_prefix -</td><td> -<p> -The prefix of the user domain (e.g., user -is the prefix for user_t). -</p> -</td><td> -No -</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_userdom_read_user_untrusted_content_files"></a> -<div id="template"> - - -<div id="codeblock"> - -<b>userdom_read_user_untrusted_content_files</b>( - - - - - userdomain_prefix - - - - , - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read user untrusted files. -</p> - - -<h5>Description</h5> -<p> -</p><p> -Read user untrusted files. -</p><p> -</p><p> -This is a templated interface, and should only -be called from a per-userdomain template. -</p><p> -</p> - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -userdomain_prefix -</td><td> -<p> -The prefix of the user domain (e.g., user -is the prefix for user_t). -</p> -</td><td> -No -</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_userdom_read_user_untrusted_content_symlinks"></a> -<div id="template"> - - -<div id="codeblock"> - -<b>userdom_read_user_untrusted_content_symlinks</b>( - - - - - userdomain_prefix - - - - , - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read user untrusted symbolic links. -</p> - - -<h5>Description</h5> -<p> -</p><p> -Read user untrusted symbolic links. -</p><p> -</p><p> -This is a templated interface, and should only -be called from a per-userdomain template. -</p><p> -</p> - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -userdomain_prefix -</td><td> -<p> -The prefix of the user domain (e.g., user -is the prefix for user_t). -</p> -</td><td> -No -</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_userdom_rw_user_tmp_files"></a> -<div id="template"> - - -<div id="codeblock"> - -<b>userdom_rw_user_tmp_files</b>( - - - - - userdomain_prefix - - - - , - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read and write user temporary files. -</p> - - -<h5>Description</h5> -<p> -</p><p> -Read and write user temporary files. -</p><p> -</p><p> -This is a templated interface, and should only -be called from a per-userdomain template. -</p><p> -</p> - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -userdomain_prefix -</td><td> -<p> -The prefix of the user domain (e.g., user -is the prefix for user_t). -</p> -</td><td> -No -</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_userdom_rw_user_tmpfs_files"></a> -<div id="template"> - - -<div id="codeblock"> - -<b>userdom_rw_user_tmpfs_files</b>( - - - - - userdomain_prefix - - - - , - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read user tmpfs files. -</p> - - -<h5>Description</h5> -<p> -</p><p> -Read user tmpfs files. -</p><p> -</p><p> -This is a templated interface, and should only -be called from a per-userdomain template. -</p><p> -</p> - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -userdomain_prefix -</td><td> -<p> -The prefix of the user domain (e.g., user -is the prefix for user_t). -</p> -</td><td> -No -</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_userdom_search_user_home_dirs"></a> -<div id="template"> - - -<div id="codeblock"> - -<b>userdom_search_user_home_dirs</b>( - - - - - userdomain_prefix - - - - , - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Search user home directories. -</p> - - -<h5>Description</h5> -<p> -</p><p> -Search user home directories. -</p><p> -</p><p> -This is a templated interface, and should only -be called from a per-userdomain template. -</p><p> -</p> - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -userdomain_prefix -</td><td> -<p> -The prefix of the user domain (e.g., user -is the prefix for user_t). -</p> -</td><td> -No -</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_userdom_setattr_user_ptys"></a> -<div id="template"> - - -<div id="codeblock"> - -<b>userdom_setattr_user_ptys</b>( - - - - - userdomain_prefix - - - - , - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Set the attributes of a user pty. -</p> - - -<h5>Description</h5> -<p> -</p><p> -Set the attributes of a user pty. -</p><p> -</p><p> -This is a templated interface, and should only -be called from a per-userdomain template. -</p><p> -</p> - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -userdomain_prefix -</td><td> -<p> -The prefix of the user domain (e.g., user -is the prefix for user_t). -</p> -</td><td> -No -</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_userdom_setattr_user_ttys"></a> -<div id="template"> - - -<div id="codeblock"> - -<b>userdom_setattr_user_ttys</b>( - - - - - userdomain_prefix - - - - , - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Set the attributes of a user domain tty. -</p> - - -<h5>Description</h5> -<p> -</p><p> -Set the attributes of a user domain tty. -</p><p> -</p><p> -This is a templated interface, and should only -be called from a per-userdomain template. -</p><p> -</p> - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -userdomain_prefix -</td><td> -<p> -The prefix of the user domain (e.g., user -is the prefix for user_t). -</p> -</td><td> -No -</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_userdom_use_user_terminals"></a> -<div id="template"> - - -<div id="codeblock"> - -<b>userdom_use_user_terminals</b>( - - - - - userdomain_prefix - - - - , - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read and write a user domain tty and pty. -</p> - - -<h5>Description</h5> -<p> -</p><p> -Read and write a user domain tty and pty. -</p><p> -</p><p> -This is a templated interface, and should only -be called from a per-userdomain template. -</p><p> -</p> - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -userdomain_prefix -</td><td> -<p> -The prefix of the user domain (e.g., user -is the prefix for user_t). -</p> -</td><td> -No -</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_userdom_use_user_ttys"></a> -<div id="template"> - - -<div id="codeblock"> - -<b>userdom_use_user_ttys</b>( - - - - - userdomain_prefix - - - - , - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Read and write a user domain tty. -</p> - - -<h5>Description</h5> -<p> -</p><p> -Read and write a user domain tty. -</p><p> -</p><p> -This is a templated interface, and should only -be called from a per-userdomain template. -</p><p> -</p> - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -userdomain_prefix -</td><td> -<p> -The prefix of the user domain (e.g., user -is the prefix for user_t). -</p> -</td><td> -No -</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_userdom_user_home_content"></a> -<div id="template"> - - -<div id="codeblock"> - -<b>userdom_user_home_content</b>( - - - - - userdomain_prefix - - - - , - - - - type - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Make the specified type usable in a -user home directory. -</p> - - -<h5>Description</h5> -<p> -</p><p> -Make the specified type usable in a -user home directory. -</p><p> -</p><p> -This is a templated interface, and should only -be called from a per-userdomain template. -</p><p> -</p> - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -userdomain_prefix -</td><td> -<p> -The prefix of the user domain (e.g., user -is the prefix for user_t). -</p> -</td><td> -No -</td></tr> - -<tr><td> -type -</td><td> -<p> -Type to be used as a file in the -user home directory. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_userdom_user_home_dir_filetrans"></a> -<div id="template"> - - -<div id="codeblock"> - -<b>userdom_user_home_dir_filetrans</b>( - - - - - userdomain_prefix - - - - , - - - - domain - - - - , - - - - private_type - - - - , - - - - object_class - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Create objects in a user home directory -with an automatic type transition to -a specified private type. -</p> - - -<h5>Description</h5> -<p> -</p><p> -Create objects in a user home directory -with an automatic type transition to -a specified private type. -</p><p> -</p><p> -This is a templated interface, and should only -be called from a per-userdomain template. -</p><p> -</p> - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -userdomain_prefix -</td><td> -<p> -The prefix of the user domain (e.g., user -is the prefix for user_t). -</p> -</td><td> -No -</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -<tr><td> -private_type -</td><td> -<p> -The type of the object to create. -</p> -</td><td> -No -</td></tr> - -<tr><td> -object_class -</td><td> -<p> -The class of the object to be created. If not -specified, file is used. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_userdom_user_home_dir_filetrans_user_home_content"></a> -<div id="template"> - - -<div id="codeblock"> - -<b>userdom_user_home_dir_filetrans_user_home_content</b>( - - - - - userdomain_prefix - - - - , - - - - domain - - - - , - - - - object_class - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Create objects in a user home directory -with an automatic type transition to -the user home file type. -</p> - - -<h5>Description</h5> -<p> -</p><p> -Create objects in a user home directory -with an automatic type transition to -the user home file type. -</p><p> -</p><p> -This is a templated interface, and should only -be called from a per-userdomain template. -</p><p> -</p> - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -userdomain_prefix -</td><td> -<p> -The prefix of the user domain (e.g., user -is the prefix for user_t). -</p> -</td><td> -No -</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -<tr><td> -object_class -</td><td> -<p> -The class of the object to be created. If not -specified, file is used. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_userdom_user_home_domtrans"></a> -<div id="template"> - - -<div id="codeblock"> - -<b>userdom_user_home_domtrans</b>( - - - - - userdomain_prefix - - - - , - - - - source_domain - - - - , - - - - target_domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Do a domain transition to the specified -domain when executing a program in the -user home directory. -</p> - - -<h5>Description</h5> -<p> -</p><p> -Do a domain transition to the specified -domain when executing a program in the -user home directory. -</p><p> -</p><p> -No interprocess communication (signals, pipes, -etc.) is provided by this interface since -the domains are not owned by this module. -</p><p> -</p><p> -This is a templated interface, and should only -be called from a per-userdomain template. -</p><p> -</p> - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -userdomain_prefix -</td><td> -<p> -The prefix of the user domain (e.g., user -is the prefix for user_t). -</p> -</td><td> -No -</td></tr> - -<tr><td> -source_domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -<tr><td> -target_domain -</td><td> -<p> -Domain to transition to. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - -<a name="link_userdom_write_user_tmp_sockets"></a> -<div id="template"> - - -<div id="codeblock"> - -<b>userdom_write_user_tmp_sockets</b>( - - - - - userdomain_prefix - - - - , - - - - domain - - - )<br> -</div> -<div id="description"> - -<h5>Summary</h5> -<p> -Write to user temporary named sockets. -</p> - - -<h5>Description</h5> -<p> -</p><p> -Write to user temporary named sockets. -</p><p> -</p><p> -This is a templated interface, and should only -be called from a per-userdomain template. -</p><p> -</p> - -<h5>Parameters</h5> -<table border="1" cellspacing="0" cellpadding="3" width="80%"> -<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> - -<tr><td> -userdomain_prefix -</td><td> -<p> -The prefix of the user domain (e.g., user -is the prefix for user_t). -</p> -</td><td> -No -</td></tr> - -<tr><td> -domain -</td><td> -<p> -Domain allowed access. -</p> -</td><td> -No -</td></tr> - -</table> -</div> -</div> - - -<a href=#top>Return</a> - - - -</div> -</body> -</html> diff --git a/www/api-docs/templates.html b/www/api-docs/templates.html deleted file mode 100644 index 10c481a..0000000 --- a/www/api-docs/templates.html +++ /dev/null @@ -1,4006 +0,0 @@ -<html> -<head> -<title> - Security Enhanced Linux Reference Policy - </title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id='Menu'> - - <a href="admin.html">+ - admin</a></br/> - <div id='subitem'> - - - <a href='admin_acct.html'> - acct</a><br/> - - - <a href='admin_alsa.html'> - alsa</a><br/> - - - <a href='admin_amanda.html'> - amanda</a><br/> - - - <a href='admin_anaconda.html'> - anaconda</a><br/> - - - <a href='admin_bootloader.html'> - bootloader</a><br/> - - - <a href='admin_certwatch.html'> - certwatch</a><br/> - - - <a href='admin_consoletype.html'> - consoletype</a><br/> - - - <a href='admin_ddcprobe.html'> - ddcprobe</a><br/> - - - <a href='admin_dmesg.html'> - dmesg</a><br/> - - - <a href='admin_dmidecode.html'> - dmidecode</a><br/> - - - <a href='admin_firstboot.html'> - firstboot</a><br/> - - - <a href='admin_kudzu.html'> - kudzu</a><br/> - - - <a href='admin_logrotate.html'> - logrotate</a><br/> - - - <a href='admin_logwatch.html'> - logwatch</a><br/> - - - <a href='admin_mrtg.html'> - mrtg</a><br/> - - - <a href='admin_netutils.html'> - netutils</a><br/> - - - <a href='admin_portage.html'> - portage</a><br/> - - - <a href='admin_prelink.html'> - prelink</a><br/> - - - <a href='admin_quota.html'> - quota</a><br/> - - - <a href='admin_readahead.html'> - readahead</a><br/> - - - <a href='admin_rpm.html'> - rpm</a><br/> - - - <a href='admin_su.html'> - su</a><br/> - - - <a href='admin_sudo.html'> - sudo</a><br/> - - - <a href='admin_tmpreaper.html'> - tmpreaper</a><br/> - - - <a href='admin_updfstab.html'> - updfstab</a><br/> - - - <a href='admin_usbmodules.html'> - usbmodules</a><br/> - - - <a href='admin_usermanage.html'> - usermanage</a><br/> - - - <a href='admin_vbetool.html'> - vbetool</a><br/> - - - <a href='admin_vpn.html'> - vpn</a><br/> - - </div> - - <a href="apps.html">+ - apps</a></br/> - <div id='subitem'> - - - <a href='apps_cdrecord.html'> - cdrecord</a><br/> - - - <a href='apps_gpg.html'> - gpg</a><br/> - - - <a href='apps_irc.html'> - irc</a><br/> - - - <a href='apps_java.html'> - java</a><br/> - - - <a href='apps_loadkeys.html'> - loadkeys</a><br/> - - - <a href='apps_lockdev.html'> - lockdev</a><br/> - - - <a href='apps_mono.html'> - mono</a><br/> - - - <a href='apps_screen.html'> - screen</a><br/> - - - <a href='apps_slocate.html'> - slocate</a><br/> - - - <a href='apps_tvtime.html'> - tvtime</a><br/> - - - <a href='apps_uml.html'> - uml</a><br/> - - - <a href='apps_userhelper.html'> - userhelper</a><br/> - - - <a href='apps_usernetctl.html'> - usernetctl</a><br/> - - - <a href='apps_webalizer.html'> - webalizer</a><br/> - - - <a href='apps_wine.html'> - wine</a><br/> - - </div> - - <a href="kernel.html">+ - kernel</a></br/> - <div id='subitem'> - - - <a href='kernel_corecommands.html'> - corecommands</a><br/> - - - <a href='kernel_corenetwork.html'> - corenetwork</a><br/> - - - <a href='kernel_devices.html'> - devices</a><br/> - - - <a href='kernel_domain.html'> - domain</a><br/> - - - <a href='kernel_files.html'> - files</a><br/> - - - <a href='kernel_filesystem.html'> - filesystem</a><br/> - - - <a href='kernel_kernel.html'> - kernel</a><br/> - - - <a href='kernel_mcs.html'> - mcs</a><br/> - - - <a href='kernel_mls.html'> - mls</a><br/> - - - <a href='kernel_selinux.html'> - selinux</a><br/> - - - <a href='kernel_storage.html'> - storage</a><br/> - - - <a href='kernel_terminal.html'> - terminal</a><br/> - - </div> - - <a href="services.html">+ - services</a></br/> - <div id='subitem'> - - - <a href='services_apache.html'> - apache</a><br/> - - - <a href='services_apm.html'> - apm</a><br/> - - - <a href='services_arpwatch.html'> - arpwatch</a><br/> - - - <a href='services_automount.html'> - automount</a><br/> - - - <a href='services_avahi.html'> - avahi</a><br/> - - - <a href='services_bind.html'> - bind</a><br/> - - - <a href='services_bluetooth.html'> - bluetooth</a><br/> - - - <a href='services_canna.html'> - canna</a><br/> - - - <a href='services_comsat.html'> - comsat</a><br/> - - - <a href='services_cpucontrol.html'> - cpucontrol</a><br/> - - - <a href='services_cron.html'> - cron</a><br/> - - - <a href='services_cups.html'> - cups</a><br/> - - - <a href='services_cvs.html'> - cvs</a><br/> - - - <a href='services_cyrus.html'> - cyrus</a><br/> - - - <a href='services_dbskk.html'> - dbskk</a><br/> - - - <a href='services_dbus.html'> - dbus</a><br/> - - - <a href='services_dhcp.html'> - dhcp</a><br/> - - - <a href='services_dictd.html'> - dictd</a><br/> - - - <a href='services_distcc.html'> - distcc</a><br/> - - - <a href='services_djbdns.html'> - djbdns</a><br/> - - - <a href='services_dovecot.html'> - dovecot</a><br/> - - - <a href='services_fetchmail.html'> - fetchmail</a><br/> - - - <a href='services_finger.html'> - finger</a><br/> - - - <a href='services_ftp.html'> - ftp</a><br/> - - - <a href='services_gpm.html'> - gpm</a><br/> - - - <a href='services_hal.html'> - hal</a><br/> - - - <a href='services_howl.html'> - howl</a><br/> - - - <a href='services_i18n_input.html'> - i18n_input</a><br/> - - - <a href='services_inetd.html'> - inetd</a><br/> - - - <a href='services_inn.html'> - inn</a><br/> - - - <a href='services_irqbalance.html'> - irqbalance</a><br/> - - - <a href='services_kerberos.html'> - kerberos</a><br/> - - - <a href='services_ktalk.html'> - ktalk</a><br/> - - - <a href='services_ldap.html'> - ldap</a><br/> - - - <a href='services_lpd.html'> - lpd</a><br/> - - - <a href='services_mailman.html'> - mailman</a><br/> - - - <a href='services_mta.html'> - mta</a><br/> - - - <a href='services_mysql.html'> - mysql</a><br/> - - - <a href='services_networkmanager.html'> - networkmanager</a><br/> - - - <a href='services_nis.html'> - nis</a><br/> - - - <a href='services_nscd.html'> - nscd</a><br/> - - - <a href='services_ntp.html'> - ntp</a><br/> - - - <a href='services_openct.html'> - openct</a><br/> - - - <a href='services_pegasus.html'> - pegasus</a><br/> - - - <a href='services_portmap.html'> - portmap</a><br/> - - - <a href='services_postfix.html'> - postfix</a><br/> - - - <a href='services_postgresql.html'> - postgresql</a><br/> - - - <a href='services_ppp.html'> - ppp</a><br/> - - - <a href='services_privoxy.html'> - privoxy</a><br/> - - - <a href='services_procmail.html'> - procmail</a><br/> - - - <a href='services_publicfile.html'> - publicfile</a><br/> - - - <a href='services_radius.html'> - radius</a><br/> - - - <a href='services_radvd.html'> - radvd</a><br/> - - - <a href='services_rdisc.html'> - rdisc</a><br/> - - - <a href='services_remotelogin.html'> - remotelogin</a><br/> - - - <a href='services_rlogin.html'> - rlogin</a><br/> - - - <a href='services_roundup.html'> - roundup</a><br/> - - - <a href='services_rpc.html'> - rpc</a><br/> - - - <a href='services_rshd.html'> - rshd</a><br/> - - - <a href='services_rsync.html'> - rsync</a><br/> - - - <a href='services_samba.html'> - samba</a><br/> - - - <a href='services_sasl.html'> - sasl</a><br/> - - - <a href='services_sendmail.html'> - sendmail</a><br/> - - - <a href='services_slrnpull.html'> - slrnpull</a><br/> - - - <a href='services_smartmon.html'> - smartmon</a><br/> - - - <a href='services_snmp.html'> - snmp</a><br/> - - - <a href='services_spamassassin.html'> - spamassassin</a><br/> - - - <a href='services_squid.html'> - squid</a><br/> - - - <a href='services_ssh.html'> - ssh</a><br/> - - - <a href='services_stunnel.html'> - stunnel</a><br/> - - - <a href='services_sysstat.html'> - sysstat</a><br/> - - - <a href='services_tcpd.html'> - tcpd</a><br/> - - - <a href='services_telnet.html'> - telnet</a><br/> - - - <a href='services_tftp.html'> - tftp</a><br/> - - - <a href='services_timidity.html'> - timidity</a><br/> - - - <a href='services_ucspitcp.html'> - ucspitcp</a><br/> - - - <a href='services_uucp.html'> - uucp</a><br/> - - - <a href='services_xfs.html'> - xfs</a><br/> - - - <a href='services_xserver.html'> - xserver</a><br/> - - - <a href='services_zebra.html'> - zebra</a><br/> - - </div> - - <a href="system.html">+ - system</a></br/> - <div id='subitem'> - - - <a href='system_authlogin.html'> - authlogin</a><br/> - - - <a href='system_clock.html'> - clock</a><br/> - - - <a href='system_daemontools.html'> - daemontools</a><br/> - - - <a href='system_fstools.html'> - fstools</a><br/> - - - <a href='system_getty.html'> - getty</a><br/> - - - <a href='system_hostname.html'> - hostname</a><br/> - - - <a href='system_hotplug.html'> - hotplug</a><br/> - - - <a href='system_init.html'> - init</a><br/> - - - <a href='system_ipsec.html'> - ipsec</a><br/> - - - <a href='system_iptables.html'> - iptables</a><br/> - - - <a href='system_libraries.html'> - libraries</a><br/> - - - <a href='system_locallogin.html'> - locallogin</a><br/> - - - <a href='system_logging.html'> - logging</a><br/> - - - <a href='system_lvm.html'> - lvm</a><br/> - - - <a href='system_miscfiles.html'> - miscfiles</a><br/> - - - <a href='system_modutils.html'> - modutils</a><br/> - - - <a href='system_mount.html'> - mount</a><br/> - - - <a href='system_pcmcia.html'> - pcmcia</a><br/> - - - <a href='system_raid.html'> - raid</a><br/> - - - <a href='system_selinuxutil.html'> - selinuxutil</a><br/> - - - <a href='system_sysnetwork.html'> - sysnetwork</a><br/> - - - <a href='system_udev.html'> - udev</a><br/> - - - <a href='system_unconfined.html'> - unconfined</a><br/> - - - <a href='system_userdomain.html'> - userdomain</a><br/> - - </div> - - <br/><p/> - <a href="global_booleans.html">* Global Booleans </a> - <br/><p/> - <a href="global_tunables.html">* Global Tunables </a> - <p/><br/><p/> - <a href="index.html">* Layer Index</a> - <br/><p/> - <a href="interfaces.html">* Interface Index</a> - <br/><p/> - <a href="templates.html">* Template Index</a> -</div> - -<div id="Content"> -<h3>Master template index:</h3> - - -<div id="templatesmall"> -Module: <a href='system_userdomain.html#link_admin_user_template'> -userdomain</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>admin_user_template</b>( - - - - - userdomain_prefix - - - )<br> -</div> - -<div id="description"> -<p> -The template for creating an administrative user. -</p> -</div> - -</div> - -<div id="templatesmall"> -Module: <a href='services_apache.html#link_apache_content_template'> -apache</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>apache_content_template</b>( - - - - - prefix - - - )<br> -</div> - -<div id="description"> -<p> -Create a set of derived types for apache -web content. -</p> -</div> - -</div> - -<div id="templatesmall"> -Module: <a href='services_apache.html#link_apache_per_userdomain_template'> -apache</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>apache_per_userdomain_template</b>( - - - - - userdomain_prefix - - - - , - - - - user_domain - - - - , - - - - user_role - - - )<br> -</div> - -<div id="description"> -<p> -The per user domain template for the apache module. -</p> -</div> - -</div> - -<div id="templatesmall"> -Module: <a href='system_authlogin.html#link_auth_domtrans_user_chk_passwd'> -authlogin</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>auth_domtrans_user_chk_passwd</b>( - - - - - userdomain_prefix - - - - , - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Run unix_chkpwd to check a password -for a user domain. -</p> -</div> - -</div> - -<div id="templatesmall"> -Module: <a href='system_authlogin.html#link_authlogin_common_auth_domain_template'> -authlogin</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>authlogin_common_auth_domain_template</b>( - - - - - userdomain_prefix - - - )<br> -</div> - -<div id="description"> -<p> -Common template to create a domain for authentication. -</p> -</div> - -</div> - -<div id="templatesmall"> -Module: <a href='system_authlogin.html#link_authlogin_per_userdomain_template'> -authlogin</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>authlogin_per_userdomain_template</b>( - - - - - userdomain_prefix - - - - , - - - - user_domain - - - - , - - - - user_role - - - )<br> -</div> - -<div id="description"> -<p> -The per user domain template for the authlogin module. -</p> -</div> - -</div> - -<div id="templatesmall"> -Module: <a href='system_userdomain.html#link_base_user_template'> -userdomain</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>base_user_template</b>( - - - - - userdomain_prefix - - - )<br> -</div> - -<div id="description"> -<p> -The template containing rules common to unprivileged -users and administrative users. -</p> -</div> - -</div> - -<div id="templatesmall"> -Module: <a href='apps_cdrecord.html#link_cdrecord_per_userdomain_template'> -cdrecord</a><p/> -Layer: <a href='apps.html'> -apps</a><p/> -<div id="codeblock"> - -<b>cdrecord_per_userdomain_template</b>( - - - - - userdomain_prefix - - - - , - - - - user_domain - - - - , - - - - user_role - - - )<br> -</div> - -<div id="description"> -<p> -The per user domain template for the cdrecord module. -</p> -</div> - -</div> - -<div id="templatesmall"> -Module: <a href='services_cron.html#link_cron_admin_template'> -cron</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>cron_admin_template</b>( - - - - - userdomain_prefix - - - )<br> -</div> - -<div id="description"> -<p> -The administrative functions template for the cron module. -</p> -</div> - -</div> - -<div id="templatesmall"> -Module: <a href='services_cron.html#link_cron_per_userdomain_template'> -cron</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>cron_per_userdomain_template</b>( - - - - - userdomain_prefix - - - - , - - - - user_domain - - - - , - - - - user_role - - - )<br> -</div> - -<div id="description"> -<p> -The per user domain template for the cron module. -</p> -</div> - -</div> - -<div id="templatesmall"> -Module: <a href='services_dbus.html#link_dbus_per_userdomain_template'> -dbus</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>dbus_per_userdomain_template</b>( - - - - - userdomain_prefix - - - - , - - - - user_domain - - - - , - - - - user_role - - - )<br> -</div> - -<div id="description"> -<p> -The per user domain template for the dbus module. -</p> -</div> - -</div> - -<div id="templatesmall"> -Module: <a href='services_dbus.html#link_dbus_system_bus_client_template'> -dbus</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>dbus_system_bus_client_template</b>( - - - - - domain_prefix - - - - , - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Template for creating connections to -the system DBUS. -</p> -</div> - -</div> - -<div id="templatesmall"> -Module: <a href='services_djbdns.html#link_djbdns_daemontools_domain_template'> -djbdns</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>djbdns_daemontools_domain_template</b>( - - - - - prefix - - - )<br> -</div> - -<div id="description"> -<p> -Create a set of derived types for djbdns -components that are directly supervised by daemontools. -</p> -</div> - -</div> - -<div id="templatesmall"> -Module: <a href='kernel_domain.html#link_domain_auto_trans'> -domain</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>domain_auto_trans</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="templatesmall"> -Module: <a href='kernel_domain.html#link_domain_trans'> -domain</a><p/> -Layer: <a href='kernel.html'> -kernel</a><p/> -<div id="codeblock"> - -<b>domain_trans</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="templatesmall"> -Module: <a href='services_ftp.html#link_ftp_per_userdomain_template'> -ftp</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>ftp_per_userdomain_template</b>( - - - - - userdomain_prefix - - - )<br> -</div> - -<div id="description"> -<p> -The per user domain template for the ftp module. -</p> -</div> - -</div> - -<div id="templatesmall"> -Module: <a href='apps_gpg.html#link_gpg_per_userdomain_template'> -gpg</a><p/> -Layer: <a href='apps.html'> -apps</a><p/> -<div id="codeblock"> - -<b>gpg_per_userdomain_template</b>( - - - - - userdomain_prefix - - - - , - - - - userdomain - - - - , - - - - role - - - )<br> -</div> - -<div id="description"> -<p> -The per user domain template for the gpg module. -</p> -</div> - -</div> - -<div id="templatesmall"> -Module: <a href='apps_irc.html#link_irc_per_userdomain_template'> -irc</a><p/> -Layer: <a href='apps.html'> -apps</a><p/> -<div id="codeblock"> - -<b>irc_per_userdomain_template</b>( - - - - - userdomain_prefix - - - - , - - - - user_domain - - - - , - - - - user_role - - - )<br> -</div> - -<div id="description"> -<p> -The per user domain template for the irc module. -</p> -</div> - -</div> - -<div id="templatesmall"> -Module: <a href='apps_java.html#link_java_per_userdomain_template'> -java</a><p/> -Layer: <a href='apps.html'> -apps</a><p/> -<div id="codeblock"> - -<b>java_per_userdomain_template</b>( - - - - - userdomain_prefix - - - - , - - - - user_domain - - - - , - - - - user_role - - - )<br> -</div> - -<div id="description"> -<p> -The per user domain template for the java module. -</p> -</div> - -</div> - -<div id="templatesmall"> -Module: <a href='apps_lockdev.html#link_lockdev_per_userdomain_template'> -lockdev</a><p/> -Layer: <a href='apps.html'> -apps</a><p/> -<div id="codeblock"> - -<b>lockdev_per_userdomain_template</b>( - - - - - userdomain_prefix - - - - , - - - - user_domain - - - - , - - - - user_role - - - )<br> -</div> - -<div id="description"> -<p> -The per user domain template for the lockdev module. -</p> -</div> - -</div> - -<div id="templatesmall"> -Module: <a href='services_lpd.html#link_lpd_per_userdomain_template'> -lpd</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>lpd_per_userdomain_template</b>( - - - - - userdomain_prefix - - - - , - - - - user_domain - - - - , - - - - user_role - - - )<br> -</div> - -<div id="description"> -<p> -The per user domain template for the lpd module. -</p> -</div> - -</div> - -<div id="templatesmall"> -Module: <a href='services_lpd.html#link_lpr_admin_template'> -lpd</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>lpr_admin_template</b>( - - - - - userdomain_prefix - - - )<br> -</div> - -<div id="description"> -<p> -The administrative functions template for the lpd module. -</p> -</div> - -</div> - -<div id="templatesmall"> -Module: <a href='services_mailman.html#link_mailman_domain_template'> -mailman</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>mailman_domain_template</b>( - - - - - userdomain_prefix - - - )<br> -</div> - -<div id="description"> -<p> -The template to define a mailmain domain. -</p> -</div> - -</div> - -<div id="templatesmall"> -Module: <a href='services_mta.html#link_mta_admin_template'> -mta</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>mta_admin_template</b>( - - - - - userdomain_prefix - - - - , - - - - user_domain - - - )<br> -</div> - -<div id="description"> -<p> -Provide extra permissions for admin users -mail domain. -</p> -</div> - -</div> - -<div id="templatesmall"> -Module: <a href='services_mta.html#link_mta_base_mail_template'> -mta</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>mta_base_mail_template</b>( - - - - - domain_prefix - - - )<br> -</div> - -<div id="description"> -<p> -Basic mail transfer agent domain template. -</p> -</div> - -</div> - -<div id="templatesmall"> -Module: <a href='services_mta.html#link_mta_per_userdomain_template'> -mta</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>mta_per_userdomain_template</b>( - - - - - userdomain_prefix - - - - , - - - - user_domain - - - - , - - - - user_role - - - )<br> -</div> - -<div id="description"> -<p> -The per user domain template for the mta module. -</p> -</div> - -</div> - -<div id="templatesmall"> -Module: <a href='admin_portage.html#link_portage_compile_domain_template'> -portage</a><p/> -Layer: <a href='admin.html'> -admin</a><p/> -<div id="codeblock"> - -<b>portage_compile_domain_template</b>( - - - - - prefix - - - )<br> -</div> - -<div id="description"> -<p> -Template for portage sandbox. -</p> -</div> - -</div> - -<div id="templatesmall"> -Module: <a href='services_postfix.html#link_postfix_domain_template'> -postfix</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>postfix_domain_template</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="templatesmall"> -Module: <a href='services_postfix.html#link_postfix_per_userdomain_template'> -postfix</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>postfix_per_userdomain_template</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="templatesmall"> -Module: <a href='services_postfix.html#link_postfix_public_domain_template'> -postfix</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>postfix_public_domain_template</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="templatesmall"> -Module: <a href='services_postfix.html#link_postfix_server_domain_template'> -postfix</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>postfix_server_domain_template</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="templatesmall"> -Module: <a href='services_postfix.html#link_postfix_user_domain_template'> -postfix</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>postfix_user_domain_template</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="templatesmall"> -Module: <a href='services_rpc.html#link_rpc_domain_template'> -rpc</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>rpc_domain_template</b>( - - - - - userdomain_prefix - - - )<br> -</div> - -<div id="description"> -<p> -The template to define a rpc domain. -</p> -</div> - -</div> - -<div id="templatesmall"> -Module: <a href='services_samba.html#link_samba_per_userdomain_template'> -samba</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>samba_per_userdomain_template</b>( - - - - - userdomain_prefix - - - )<br> -</div> - -<div id="description"> -<p> -The per user domain template for the samba module. -</p> -</div> - -</div> - -<div id="templatesmall"> -Module: <a href='apps_screen.html#link_screen_per_userdomain_template'> -screen</a><p/> -Layer: <a href='apps.html'> -apps</a><p/> -<div id="codeblock"> - -<b>screen_per_userdomain_template</b>( - - - - - userdomain_prefix - - - - , - - - - user_domain - - - - , - - - - user_role - - - )<br> -</div> - -<div id="description"> -<p> -The per user domain template for the screen module. -</p> -</div> - -</div> - -<div id="templatesmall"> -Module: <a href='services_spamassassin.html#link_spamassassin_per_userdomain_template'> -spamassassin</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>spamassassin_per_userdomain_template</b>( - - - - - userdomain_prefix - - - - , - - - - user_domain - - - - , - - - - user_role - - - )<br> -</div> - -<div id="description"> -<p> -The per user domain template for the spamassassin module. -</p> -</div> - -</div> - -<div id="templatesmall"> -Module: <a href='services_ssh.html#link_ssh_per_userdomain_template'> -ssh</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>ssh_per_userdomain_template</b>( - - - - - userdomain_prefix - - - - , - - - - user_domain - - - - , - - - - user_role - - - )<br> -</div> - -<div id="description"> -<p> -The per user domain template for the ssh module. -</p> -</div> - -</div> - -<div id="templatesmall"> -Module: <a href='services_ssh.html#link_ssh_server_template'> -ssh</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>ssh_server_template</b>( - - - - - userdomain_prefix - - - )<br> -</div> - -<div id="description"> -<p> -The template to define a ssh server. -</p> -</div> - -</div> - -<div id="templatesmall"> -Module: <a href='admin_su.html#link_su_per_userdomain_template'> -su</a><p/> -Layer: <a href='admin.html'> -admin</a><p/> -<div id="codeblock"> - -<b>su_per_userdomain_template</b>( - - - - - userdomain_prefix - - - - , - - - - user_domain - - - - , - - - - user_role - - - )<br> -</div> - -<div id="description"> -<p> -The per user domain template for the su module. -</p> -</div> - -</div> - -<div id="templatesmall"> -Module: <a href='admin_su.html#link_su_restricted_domain_template'> -su</a><p/> -Layer: <a href='admin.html'> -admin</a><p/> -<div id="codeblock"> - -<b>su_restricted_domain_template</b>( - - - - - ? - - - )<br> -</div> - -<div id="description"> -<p> -Summary is missing! -</p> -</div> - -</div> - -<div id="templatesmall"> -Module: <a href='admin_sudo.html#link_sudo_per_userdomain_template'> -sudo</a><p/> -Layer: <a href='admin.html'> -admin</a><p/> -<div id="codeblock"> - -<b>sudo_per_userdomain_template</b>( - - - - - userdomain_prefix - - - - , - - - - user_domain - - - - , - - - - user_role - - - )<br> -</div> - -<div id="description"> -<p> -The per user domain template for the sudo module. -</p> -</div> - -</div> - -<div id="templatesmall"> -Module: <a href='apps_tvtime.html#link_tvtime_per_userdomain_template'> -tvtime</a><p/> -Layer: <a href='apps.html'> -apps</a><p/> -<div id="codeblock"> - -<b>tvtime_per_userdomain_template</b>( - - - - - userdomain_prefix - - - - , - - - - user_domain - - - - , - - - - user_role - - - )<br> -</div> - -<div id="description"> -<p> -The per user domain template for the tvtime module. -</p> -</div> - -</div> - -<div id="templatesmall"> -Module: <a href='apps_uml.html#link_uml_per_userdomain_template'> -uml</a><p/> -Layer: <a href='apps.html'> -apps</a><p/> -<div id="codeblock"> - -<b>uml_per_userdomain_template</b>( - - - - - userdomain_prefix - - - - , - - - - user_domain - - - - , - - - - user_role - - - )<br> -</div> - -<div id="description"> -<p> -The per user domain template for the uml module. -</p> -</div> - -</div> - -<div id="templatesmall"> -Module: <a href='system_userdomain.html#link_unpriv_user_template'> -userdomain</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>unpriv_user_template</b>( - - - - - userdomain_prefix - - - )<br> -</div> - -<div id="description"> -<p> -The template for creating a unprivileged user. -</p> -</div> - -</div> - -<div id="templatesmall"> -Module: <a href='system_userdomain.html#link_userdom_create_user_pty'> -userdomain</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>userdom_create_user_pty</b>( - - - - - userdomain_prefix - - - - , - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Create a user pty. -</p> -</div> - -</div> - -<div id="templatesmall"> -Module: <a href='system_userdomain.html#link_userdom_dontaudit_append_user_tmp_files'> -userdomain</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>userdom_dontaudit_append_user_tmp_files</b>( - - - - - userdomain_prefix - - - - , - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to append users -temporary files. -</p> -</div> - -</div> - -<div id="templatesmall"> -Module: <a href='system_userdomain.html#link_userdom_dontaudit_exec_user_home_content_files'> -userdomain</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>userdom_dontaudit_exec_user_home_content_files</b>( - - - - - userdomain_prefix - - - - , - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to execute user home files. -</p> -</div> - -</div> - -<div id="templatesmall"> -Module: <a href='system_userdomain.html#link_userdom_dontaudit_list_user_home_dirs'> -userdomain</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>userdom_dontaudit_list_user_home_dirs</b>( - - - - - userdomain_prefix - - - - , - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to list user home subdirectories. -</p> -</div> - -</div> - -<div id="templatesmall"> -Module: <a href='system_userdomain.html#link_userdom_dontaudit_list_user_tmp'> -userdomain</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>userdom_dontaudit_list_user_tmp</b>( - - - - - userdomain_prefix - - - - , - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to list user -temporary directories. -</p> -</div> - -</div> - -<div id="templatesmall"> -Module: <a href='system_userdomain.html#link_userdom_dontaudit_list_user_tmp_untrusted_content'> -userdomain</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>userdom_dontaudit_list_user_tmp_untrusted_content</b>( - - - - - userdomain_prefix - - - - , - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to list user -temporary untrusted directories. -</p> -</div> - -</div> - -<div id="templatesmall"> -Module: <a href='system_userdomain.html#link_userdom_dontaudit_list_user_untrusted_content'> -userdomain</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>userdom_dontaudit_list_user_untrusted_content</b>( - - - - - userdomain_prefix - - - - , - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to list user -untrusted directories. -</p> -</div> - -</div> - -<div id="templatesmall"> -Module: <a href='system_userdomain.html#link_userdom_dontaudit_read_user_home_content_files'> -userdomain</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>userdom_dontaudit_read_user_home_content_files</b>( - - - - - userdomain_prefix - - - - , - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to read user home files. -</p> -</div> - -</div> - -<div id="templatesmall"> -Module: <a href='system_userdomain.html#link_userdom_dontaudit_read_user_tmp_files'> -userdomain</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>userdom_dontaudit_read_user_tmp_files</b>( - - - - - userdomain_prefix - - - - , - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to read users -temporary files. -</p> -</div> - -</div> - -<div id="templatesmall"> -Module: <a href='system_userdomain.html#link_userdom_dontaudit_read_user_tmp_untrusted_content_files'> -userdomain</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>userdom_dontaudit_read_user_tmp_untrusted_content_files</b>( - - - - - userdomain_prefix - - - - , - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to read users -temporary untrusted files. -</p> -</div> - -</div> - -<div id="templatesmall"> -Module: <a href='system_userdomain.html#link_userdom_dontaudit_read_user_untrusted_content_files'> -userdomain</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>userdom_dontaudit_read_user_untrusted_content_files</b>( - - - - - userdomain_prefix - - - - , - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to read users -untrusted files. -</p> -</div> - -</div> - -<div id="templatesmall"> -Module: <a href='system_userdomain.html#link_userdom_dontaudit_setattr_user_home_content_files'> -userdomain</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>userdom_dontaudit_setattr_user_home_content_files</b>( - - - - - userdomain_prefix - - - - , - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to set the -attributes of user home files. -</p> -</div> - -</div> - -<div id="templatesmall"> -Module: <a href='system_userdomain.html#link_userdom_dontaudit_use_user_terminals'> -userdomain</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>userdom_dontaudit_use_user_terminals</b>( - - - - - userdomain_prefix - - - - , - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to read and write -a user domain tty and pty. -</p> -</div> - -</div> - -<div id="templatesmall"> -Module: <a href='system_userdomain.html#link_userdom_dontaudit_write_user_home_content_files'> -userdomain</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>userdom_dontaudit_write_user_home_content_files</b>( - - - - - userdomain_prefix - - - - , - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Do not audit attempts to write user home files. -</p> -</div> - -</div> - -<div id="templatesmall"> -Module: <a href='system_userdomain.html#link_userdom_exec_user_home_content_files'> -userdomain</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>userdom_exec_user_home_content_files</b>( - - - - - userdomain_prefix - - - - , - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Execute user home files. -</p> -</div> - -</div> - -<div id="templatesmall"> -Module: <a href='system_userdomain.html#link_userdom_list_user_home_dirs'> -userdomain</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>userdom_list_user_home_dirs</b>( - - - - - userdomain_prefix - - - - , - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -List user home directories. -</p> -</div> - -</div> - -<div id="templatesmall"> -Module: <a href='system_userdomain.html#link_userdom_list_user_tmp'> -userdomain</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>userdom_list_user_tmp</b>( - - - - - userdomain_prefix - - - - , - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -List user temporary directories. -</p> -</div> - -</div> - -<div id="templatesmall"> -Module: <a href='system_userdomain.html#link_userdom_list_user_tmp_untrusted_content'> -userdomain</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>userdom_list_user_tmp_untrusted_content</b>( - - - - - userdomain_prefix - - - - , - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -List users temporary untrusted directories. -</p> -</div> - -</div> - -<div id="templatesmall"> -Module: <a href='system_userdomain.html#link_userdom_list_user_untrusted_content'> -userdomain</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>userdom_list_user_untrusted_content</b>( - - - - - userdomain_prefix - - - - , - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -List users untrusted directories. -</p> -</div> - -</div> - -<div id="templatesmall"> -Module: <a href='system_userdomain.html#link_userdom_manage_user_home_content_dirs'> -userdomain</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>userdom_manage_user_home_content_dirs</b>( - - - - - userdomain_prefix - - - - , - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Create, read, write, and delete directories -in a user home subdirectory. -</p> -</div> - -</div> - -<div id="templatesmall"> -Module: <a href='system_userdomain.html#link_userdom_manage_user_home_content_files'> -userdomain</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>userdom_manage_user_home_content_files</b>( - - - - - userdomain_prefix - - - - , - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Create, read, write, and delete files -in a user home subdirectory. -</p> -</div> - -</div> - -<div id="templatesmall"> -Module: <a href='system_userdomain.html#link_userdom_manage_user_home_content_pipes'> -userdomain</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>userdom_manage_user_home_content_pipes</b>( - - - - - userdomain_prefix - - - - , - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Create, read, write, and delete named pipes -in a user home subdirectory. -</p> -</div> - -</div> - -<div id="templatesmall"> -Module: <a href='system_userdomain.html#link_userdom_manage_user_home_content_sockets'> -userdomain</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>userdom_manage_user_home_content_sockets</b>( - - - - - userdomain_prefix - - - - , - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Create, read, write, and delete named sockets -in a user home subdirectory. -</p> -</div> - -</div> - -<div id="templatesmall"> -Module: <a href='system_userdomain.html#link_userdom_manage_user_home_content_symlinks'> -userdomain</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>userdom_manage_user_home_content_symlinks</b>( - - - - - userdomain_prefix - - - - , - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Create, read, write, and delete symbolic links -in a user home subdirectory. -</p> -</div> - -</div> - -<div id="templatesmall"> -Module: <a href='system_userdomain.html#link_userdom_manage_user_tmp_dirs'> -userdomain</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>userdom_manage_user_tmp_dirs</b>( - - - - - userdomain_prefix - - - - , - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Create, read, write, and delete user -temporary directories. -</p> -</div> - -</div> - -<div id="templatesmall"> -Module: <a href='system_userdomain.html#link_userdom_manage_user_tmp_files'> -userdomain</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>userdom_manage_user_tmp_files</b>( - - - - - userdomain_prefix - - - - , - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Create, read, write, and delete user -temporary files. -</p> -</div> - -</div> - -<div id="templatesmall"> -Module: <a href='system_userdomain.html#link_userdom_manage_user_tmp_pipes'> -userdomain</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>userdom_manage_user_tmp_pipes</b>( - - - - - userdomain_prefix - - - - , - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Create, read, write, and delete user -temporary named pipes. -</p> -</div> - -</div> - -<div id="templatesmall"> -Module: <a href='system_userdomain.html#link_userdom_manage_user_tmp_sockets'> -userdomain</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>userdom_manage_user_tmp_sockets</b>( - - - - - userdomain_prefix - - - - , - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Create, read, write, and delete user -temporary named sockets. -</p> -</div> - -</div> - -<div id="templatesmall"> -Module: <a href='system_userdomain.html#link_userdom_manage_user_tmp_symlinks'> -userdomain</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>userdom_manage_user_tmp_symlinks</b>( - - - - - userdomain_prefix - - - - , - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Create, read, write, and delete user -temporary symbolic links. -</p> -</div> - -</div> - -<div id="templatesmall"> -Module: <a href='system_userdomain.html#link_userdom_read_user_home_content_files'> -userdomain</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>userdom_read_user_home_content_files</b>( - - - - - userdomain_prefix - - - - , - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read user home files. -</p> -</div> - -</div> - -<div id="templatesmall"> -Module: <a href='system_userdomain.html#link_userdom_read_user_home_content_symlinks'> -userdomain</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>userdom_read_user_home_content_symlinks</b>( - - - - - userdomain_prefix - - - - , - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read user home subdirectory symbolic links. -</p> -</div> - -</div> - -<div id="templatesmall"> -Module: <a href='system_userdomain.html#link_userdom_read_user_tmp_files'> -userdomain</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>userdom_read_user_tmp_files</b>( - - - - - userdomain_prefix - - - - , - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read user temporary files. -</p> -</div> - -</div> - -<div id="templatesmall"> -Module: <a href='system_userdomain.html#link_userdom_read_user_tmp_symlinks'> -userdomain</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>userdom_read_user_tmp_symlinks</b>( - - - - - userdomain_prefix - - - - , - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read user -temporary symbolic links. -</p> -</div> - -</div> - -<div id="templatesmall"> -Module: <a href='system_userdomain.html#link_userdom_read_user_tmp_untrusted_content_files'> -userdomain</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>userdom_read_user_tmp_untrusted_content_files</b>( - - - - - userdomain_prefix - - - - , - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read user temporary untrusted files. -</p> -</div> - -</div> - -<div id="templatesmall"> -Module: <a href='system_userdomain.html#link_userdom_read_user_tmp_untrusted_content_symlinks'> -userdomain</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>userdom_read_user_tmp_untrusted_content_symlinks</b>( - - - - - userdomain_prefix - - - - , - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read user temporary untrusted symbolic links. -</p> -</div> - -</div> - -<div id="templatesmall"> -Module: <a href='system_userdomain.html#link_userdom_read_user_untrusted_content_files'> -userdomain</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>userdom_read_user_untrusted_content_files</b>( - - - - - userdomain_prefix - - - - , - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read user untrusted files. -</p> -</div> - -</div> - -<div id="templatesmall"> -Module: <a href='system_userdomain.html#link_userdom_read_user_untrusted_content_symlinks'> -userdomain</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>userdom_read_user_untrusted_content_symlinks</b>( - - - - - userdomain_prefix - - - - , - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read user untrusted symbolic links. -</p> -</div> - -</div> - -<div id="templatesmall"> -Module: <a href='system_userdomain.html#link_userdom_rw_user_tmp_files'> -userdomain</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>userdom_rw_user_tmp_files</b>( - - - - - userdomain_prefix - - - - , - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read and write user temporary files. -</p> -</div> - -</div> - -<div id="templatesmall"> -Module: <a href='system_userdomain.html#link_userdom_rw_user_tmpfs_files'> -userdomain</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>userdom_rw_user_tmpfs_files</b>( - - - - - userdomain_prefix - - - - , - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read user tmpfs files. -</p> -</div> - -</div> - -<div id="templatesmall"> -Module: <a href='system_userdomain.html#link_userdom_search_user_home_dirs'> -userdomain</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>userdom_search_user_home_dirs</b>( - - - - - userdomain_prefix - - - - , - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Search user home directories. -</p> -</div> - -</div> - -<div id="templatesmall"> -Module: <a href='system_userdomain.html#link_userdom_setattr_user_ptys'> -userdomain</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>userdom_setattr_user_ptys</b>( - - - - - userdomain_prefix - - - - , - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Set the attributes of a user pty. -</p> -</div> - -</div> - -<div id="templatesmall"> -Module: <a href='system_userdomain.html#link_userdom_setattr_user_ttys'> -userdomain</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>userdom_setattr_user_ttys</b>( - - - - - userdomain_prefix - - - - , - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Set the attributes of a user domain tty. -</p> -</div> - -</div> - -<div id="templatesmall"> -Module: <a href='system_userdomain.html#link_userdom_use_user_terminals'> -userdomain</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>userdom_use_user_terminals</b>( - - - - - userdomain_prefix - - - - , - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read and write a user domain tty and pty. -</p> -</div> - -</div> - -<div id="templatesmall"> -Module: <a href='system_userdomain.html#link_userdom_use_user_ttys'> -userdomain</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>userdom_use_user_ttys</b>( - - - - - userdomain_prefix - - - - , - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Read and write a user domain tty. -</p> -</div> - -</div> - -<div id="templatesmall"> -Module: <a href='system_userdomain.html#link_userdom_user_home_content'> -userdomain</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>userdom_user_home_content</b>( - - - - - userdomain_prefix - - - - , - - - - type - - - )<br> -</div> - -<div id="description"> -<p> -Make the specified type usable in a -user home directory. -</p> -</div> - -</div> - -<div id="templatesmall"> -Module: <a href='system_userdomain.html#link_userdom_user_home_dir_filetrans'> -userdomain</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>userdom_user_home_dir_filetrans</b>( - - - - - userdomain_prefix - - - - , - - - - domain - - - - , - - - - private_type - - - - , - - - - object_class - - - )<br> -</div> - -<div id="description"> -<p> -Create objects in a user home directory -with an automatic type transition to -a specified private type. -</p> -</div> - -</div> - -<div id="templatesmall"> -Module: <a href='system_userdomain.html#link_userdom_user_home_dir_filetrans_user_home_content'> -userdomain</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>userdom_user_home_dir_filetrans_user_home_content</b>( - - - - - userdomain_prefix - - - - , - - - - domain - - - - , - - - - object_class - - - )<br> -</div> - -<div id="description"> -<p> -Create objects in a user home directory -with an automatic type transition to -the user home file type. -</p> -</div> - -</div> - -<div id="templatesmall"> -Module: <a href='system_userdomain.html#link_userdom_user_home_domtrans'> -userdomain</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>userdom_user_home_domtrans</b>( - - - - - userdomain_prefix - - - - , - - - - source_domain - - - - , - - - - target_domain - - - )<br> -</div> - -<div id="description"> -<p> -Do a domain transition to the specified -domain when executing a program in the -user home directory. -</p> -</div> - -</div> - -<div id="templatesmall"> -Module: <a href='system_userdomain.html#link_userdom_write_user_tmp_sockets'> -userdomain</a><p/> -Layer: <a href='system.html'> -system</a><p/> -<div id="codeblock"> - -<b>userdom_write_user_tmp_sockets</b>( - - - - - userdomain_prefix - - - - , - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Write to user temporary named sockets. -</p> -</div> - -</div> - -<div id="templatesmall"> -Module: <a href='apps_userhelper.html#link_userhelper_per_userdomain_template'> -userhelper</a><p/> -Layer: <a href='apps.html'> -apps</a><p/> -<div id="codeblock"> - -<b>userhelper_per_userdomain_template</b>( - - - - - userdomain_prefix - - - - , - - - - user_domain - - - - , - - - - user_role - - - )<br> -</div> - -<div id="description"> -<p> -The per user domain template for the userhelper module. -</p> -</div> - -</div> - -<div id="templatesmall"> -Module: <a href='services_xserver.html#link_xserver_common_domain_template'> -xserver</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>xserver_common_domain_template</b>( - - - - - prefix - - - )<br> -</div> - -<div id="description"> -<p> -Template to create types and rules common to -all X server domains. -</p> -</div> - -</div> - -<div id="templatesmall"> -Module: <a href='services_xserver.html#link_xserver_domtrans_user_xauth'> -xserver</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>xserver_domtrans_user_xauth</b>( - - - - - userdomain_prefix - - - - , - - - - domain - - - )<br> -</div> - -<div id="description"> -<p> -Transition to a user Xauthority domain. -</p> -</div> - -</div> - -<div id="templatesmall"> -Module: <a href='services_xserver.html#link_xserver_per_userdomain_template'> -xserver</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>xserver_per_userdomain_template</b>( - - - - - prefix - - - - , - - - - user_domain - - - - , - - - - user_role - - - )<br> -</div> - -<div id="description"> -<p> -The per user domain template for the xserver module. -</p> -</div> - -</div> - -<div id="templatesmall"> -Module: <a href='services_xserver.html#link_xserver_ro_session_template'> -xserver</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>xserver_ro_session_template</b>( - - - - - prefix - - - - , - - - - domain - - - - , - - - - tmpfs_type - - - )<br> -</div> - -<div id="description"> -<p> -Template for creating sessions on a -prefix X server, with read-only -access to the X server shared -memory segments. -</p> -</div> - -</div> - -<div id="templatesmall"> -Module: <a href='services_xserver.html#link_xserver_rw_session_template'> -xserver</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>xserver_rw_session_template</b>( - - - - - prefix - - - - , - - - - domain - - - - , - - - - tmpfs_type - - - )<br> -</div> - -<div id="description"> -<p> -Template for creating sessions on a -prefix X server, with read and write -access to the X server shared -memory segments. -</p> -</div> - -</div> - -<div id="templatesmall"> -Module: <a href='services_xserver.html#link_xserver_user_client_template'> -xserver</a><p/> -Layer: <a href='services.html'> -services</a><p/> -<div id="codeblock"> - -<b>xserver_user_client_template</b>( - - - - - prefix - - - - , - - - - domain - - - - , - - - - tmpfs_type - - - )<br> -</div> - -<div id="description"> -<p> -Template for creating full client sessions -on a user X server. -</p> -</div> - -</div> - - -</div> -</body> -</html> diff --git a/www/html/Changelog.txt b/www/html/Changelog.txt deleted file mode 100644 index fd1d8e6..0000000 --- a/www/html/Changelog.txt +++ /dev/null @@ -1,287 +0,0 @@ -* Tue Mar 07 2006 Chris PeBenito <selinux@tresys.com> - 20060307 -- Make all interface parameters required. -- Move boot_t, system_map_t, and modules_object_t to files module, - and move bootloader to admin layer. -- Add semanage policy for semodule from Dan Walsh. -- Remove allow_execmem from targeted policy domain_base_type(). -- Add users_extra and seusers support. -- Postfix fixes from Serge Hallyn. -- Run python and shell directly to interpret scripts so policy - sources need not be executable. -- Add desc tag XML to booleans and tunables, and add summary - to param XML tag, to make future translations possible. -- Remove unused lvm_vg_t. -- Many interface renames to improve naming consistency. -- Merge xdm into xserver. -- Remove kernel module reversed interfaces. -- Add filename attribute to module XML tag and lineno attribute to - interface XML tag. -- Changed QUIET build option to a yes or no option. -- Add a Makefile used for compiling loadable modules in a - user's development environment, building against policy headers. -- Add Make target for installing policy headers. -- Separate per-userdomain template expansion from the userdomain - module and add infrastructure to expand templates in the modules - that own the template. -- Enable secadm only for MLS policies. -- Remove role change rules in su and sudo since this functionality has been - removed from these programs. -- Add ctags Make target from Thomas Bleher. -- Collapse commands with grep piped to sed into one sed command. -- Fix type_change bug in term_user_pty(). -- Move ice_tmp_t from miscfiles to xserver. -- Login fixes from Serge Hallyn. -- Move xserver_log_t from xdm to xserver. -- Add lpr per-userdomain policy to lpd. -- Miscellaneous fixes from Dan Walsh. -- Change initrc_var_run_t interface noun from script_pid to utmp, - for greater clarity. -- Added modules: - certwatch - mono (Dan Walsh) - mrtg - portage - tvtime - userhelper - usernetctl - wine (Dan Walsh) - xserver - -* Tue Jan 17 2006 Chris PeBenito <selinux@tresys.com> - 20060117 -- Adds support for generating corenetwork interfaces based on attributes - in addition to types. -- Permits the listing of multiple nodes in a network_node() that will be - given the same type. -- Add two new permission sets for stream sockets. -- Rename file type transition interfaces verb from create to - filetrans to differentiate it from create interfaces without - type transitions. -- Fix expansion of interfaces from disabled modules. -- Rsync can be long running from init, - added rules to allow this. -- Add polyinstantiation build option. -- Add setcontext to the association object class. -- Add apache relay and db connect tunables. -- Rename texrel_shlib_t to textrel_shlib_t. -- Add swat to samba module. -- Numerous miscellaneous fixes from Dan Walsh. -- Added modules: - alsa - automount - cdrecord - daemontools (Petre Rodan) - ddcprobe - djbdns (Petre Rodan) - fetchmail - irc - java - lockdev - logwatch (Dan Walsh) - openct - prelink (Dan Walsh) - publicfile (Petre Rodan) - readahead - roundup - screen - slocate (Dan Walsh) - slrnpull - smartmon - sysstat - ucspitcp (Petre Rodan) - usbmodules - vbetool (Dan Walsh) - -* Wed Dec 07 2005 Chris PeBenito <selinux@tresys.com> - 20051207 -- Add unlabeled IPSEC association rule to domains with - networking permissions. -- Merge systemuser back in to users, as these files - do not need to be split. -- Add check for duplicate interface/template definitions. -- Move domain, files, and corecommands modules to kernel - layer to resolve some layering inconsistencies. -- Move policy build options out of Makefile into build.conf. -- Add yppasswd to nis module. -- Change optional_policy() to refer to the module name - rather than modulename.te. -- Fix labeling targets to use installed file_contexts rather - than partial file_contexts in the policy source directory. -- Fix build process to use make's internal vpath functions - to detect modules rather than using subshells and find. -- Add install target for modular policy. -- Add load target for modular policy. -- Add appconfig dependency to the load target. -- Miscellaneous fixes from Dan Walsh. -- Fix corenetwork gen_context()'s to expand during the policy - build phase instead of during the generation phase. -- Added policies: - amanda - avahi - canna - cyrus - dbskk - dovecot - distcc - i18n_input - irqbalance - lpd - networkmanager - pegasus - postfix - procmail - radius - rdisc - rpc - spamassassin - timidity - xdm - xfs - -* Wed Oct 19 2005 Chris PeBenito <selinux@tresys.com> - 20051019 -- Many fixes to make loadable modules build. -- Add targets for sechecker. -- Updated to sedoctool to read bool files and tunable - files separately. -- Changed the xml tag of <boolean> to <bool> to be consistent - with gen_bool(). -- Modified the implementation of segenxml to use regular - expressions. -- Rename context_template() to gen_context() to clarify - that its not a Reference Policy template, but a support - macro. -- Add disable_*_trans bool support for targeted policy. -- Add MLS module to handle MLS constraint exceptions, - such as reading up and writing down. -- Fix errors uncovered by sediff. -- Added policies: - anaconda - apache - apm - arpwatch - bluetooth - dmidecode - finger - ftp - kudzu - mailman - ppp - radvd - sasl - webalizer - -* Thu Sep 22 2005 Chris PeBenito <selinux@tresys.com> - 20050922 -- Make logrotate, sendmail, sshd, and rpm policies - unconfined in the targeted policy so no special - modules.conf is required. -- Add experimental MCS support. -- Add appconfig for MLS. -- Add equivalents for old can_resolve(), can_ldap(), and - can_portmap() to sysnetwork. -- Fix base module compile issues. -- Added policies: - cpucontrol - cvs - ktalk - portmap - postgresql - rlogin - samba - snmp - stunnel - telnet - tftp - uucp - vpn - zebra - -* Wed Sep 07 2005 Chris PeBenito <selinux@tresys.com> - 20050907 -- Fix errors uncovered by sediff. -- Doc tool will explicitly say a module does not have interfaces - or templates on the module page. -- Added policies: - comsat - dbus - dhcp - dictd - hal - inn - ntp - squid - -* Fri Aug 26 2005 Chris PeBenito <selinux@tresys.com> - 20050826 -- Add Makefile support for building loadable modules. -- Add genclassperms.py tool to add require blocks - for loadable modules. -- Change sedoctool to make required modules part of base - by default, otherwise make as modules, in modules.conf. -- Fix segenxml to handle modules with no interfaces. -- Rename ipsec connect interface for consistency. -- Add missing parts of unix stream socket connect interface - of ipsec. -- Rename inetd connect interface for consistency. -- Rename interface for purging contents of tmp, for clarity, - since it allows deletion of classes other than file. -- Misc. cleanups. -- Added policies: - acct - bind - firstboot - gpm - howl - ldap - loadkeys - mysql - privoxy - quota - rshd - rsync - su - sudo - tcpd - tmpreaper - updfstab - -* Tue Aug 2 2005 Chris PeBenito <selinux@tresys.com> - 20050802 -- Fix comparison bug in fc_sort. -- Fix handling of ordered and unordered HTML lists. -- Corenetwork now supports multiple network interfaces having the - same type. -- Doc tool now creates pages for global Booleans and global tunables. -- Doc tool now links directly to the interface/template in the - module page when it is selected in the interface/template index. -- Added support for layer summaries. -- Added policies: - ipsec - nscd - pcmcia - raid - -* Thu Jul 7 2005 Chris PeBenito <selinux@tresys.com> - 20050707 -- Changed xml to have modules encapsulated by layer tags, rather - than putting layer="foo" in the module tags. Also in the future - we can put a summary and description for each layer. -- Added tool to infer interface, module, and layer tags. This will - now list all interfaces, even if they are missing xml docs. -- Shortened xml tag names. -- Added macros to declare interfaces and templates. -- Added interface call trace. -- Updated all xml documentation for shorter and inferred tags. -- Doc tool now displays templates in the web pages. -- Doc tool retains the user's settings in modules.conf and - tunables.conf if the files already exist. -- Modules.conf behavior has been changed to be a list of all - available modules, and the user can specify if the module is - built as a loadable module, included in the monolithic policy, - or excluded. -- Added policies: - fstools (fsck, mkfs, swapon, etc. tools) - logrotate - inetd - kerberos - nis (ypbind and ypserv) - ssh (server, client, and agent) - unconfined -- Added infrastructure for targeted policy support, only missing - transition boolean support. - -* Wed Jun 15 2005 Chris PeBenito <selinux@tresys.com> - 20050615 - - Initial release diff --git a/www/html/contributing.html b/www/html/contributing.html deleted file mode 100644 index 9f43a8f..0000000 --- a/www/html/contributing.html +++ /dev/null @@ -1,4 +0,0 @@ -<h1>Contributing</h1> -<p> -If you are interested in working on refpolicy feel free to contact the developers at either <a mailto="selinux@tresys.com">selinux@tresys.com</a> or on the <A href="http://www.nsa.gov/selinux/info/list.cfm?MenuID=41.1.1.9">SELinux mailing list</A>. All public development related discussion happens on the SELinux mailing list. -</p> \ No newline at end of file diff --git a/www/html/documentation.html b/www/html/documentation.html deleted file mode 100644 index c02cdd1..0000000 --- a/www/html/documentation.html +++ /dev/null @@ -1,2 +0,0 @@ -<h1>Documentation</h1> -<p>Documentation is one of the primary goals of refpolicy. The current release has some documentation available in the form of a <a href="index.php?page=getting-started">getting started</a> guide. There is also <a href="api-docs/index.html">interface documentation</a> generated from the policy source.</p> \ No newline at end of file diff --git a/www/html/download.html b/www/html/download.html deleted file mode 100644 index 35ae3e5..0000000 --- a/www/html/download.html +++ /dev/null @@ -1,31 +0,0 @@ -<h1>Download</h1> - -<h2>Dependencies</h2> -<p> -A relatively modern system (e.g., Fedora Core 3/4 or RHEL 4) should easily support refpolicy. The only likely upgrade is a new version of checkpolicy. -RPMS are available on the files page. -</p> -<h3>Build dependencies</h3> -<p> - The SELinux reference policy has the following build-time - dependencies: -</p> -<ul> - <li>Checkpolicy 1.28 or higher</li> - <li>Python PyXML (only required to regenerate config files and documentation)</li> - <li>gcc (temporary, required to compile fc_sort until fix is upstreamed)</li> -</ul> - -<h3>Run-time dependencies</h3> -<p> - The SELinux reference policy have the following run-time - dependencies: -</p> -<ul> - <li>Kernel that can support at least a version 16 policy, or higher</li> -</ul> -<p> - Continue on to the Sourceforge - <a href="http://sourceforge.net/project/showfiles.php?group_id=137760">files</a> - page to download the SELinux reference policy. -</p> diff --git a/www/html/getting-started.html b/www/html/getting-started.html deleted file mode 100644 index 25871ef..0000000 --- a/www/html/getting-started.html +++ /dev/null @@ -1,249 +0,0 @@ -<h1>Getting Started</h1> -<p> -This guide will walk you through the basics of creating a new reference policy -module. This will also serve as an introduction to the basics concepts and -philosophy of refpolicy. -</p> -<h2>Creating A Module</h2> -<p> -Modules are the principal organizing component in refpolicy. A module contains -the policy for an application or related group of applications, private and shared -resources, labeling information, and interfaces that allow other modules access -to the modules resources. The majority of the global policy has been eliminated -in refpolicy. Certain policy components, like users and object classes, are -still global in refpolicy, but almost all TE policy is now contained within a -module. -</p> -<p> -Let's create a new module called myapp. This is done by creating three files: -myapp.te, mayapp.fc, and myapp.if. The file myapp.te file will contain all of -the policy private to this module, including any types or attributes. The file -myapp.fc file will contain the file context labeling statement for this module. -Finally, the file myapp.if will contain the interfaces for this module (interfaces -will be explained below). -</p> -<h3>Module TE Policy</h3> -<p> -First create myapp.te and add the following: -<div id="codeblock"> -<pre> -policy_module(myapp,1.0) - -# Private type declarations -type myapp_t; -type myapp_exec_t; -type myapp_log_t; -type myapp_tmp_t; - -domain_type(myapp_t) -domain_entry_file(myapp_t, myapp_exec_t) -logging_log_file(myapp_log_t) -files_tmp_file(myapp_tmp_t) -</pre> -</div> -</p> -<p> -This creates all of the types needed for this module, including a type for the -process, executables, log files, and temporary files. The first thing to notice -is that there are no attributes applied to any of these types. In refpolicy all -types and attributes can only be referred to in the module that declares them. -This means that it is not possible, for example, to directly refer to the domain -attribute. Instead, macros in other modules are used to declare that a type will -be used for a certain purpose. These macros will likely use attributes (but not -necessarily), but it allows the module that declared the attribute to strictly -control how it can be used. In this example interfaces are used to transform the -types into a domain, entry file, log file, and temporary file. -</p> -<p> -Let's expand this example further by allowing some access for these types. My -application needs access between it's own types and access to read random numbers. -The access between private types is written exactly the same way current policy -rules are written, i.e.: -<div id="codeblock"> -<pre> -allow myapp_t myapp_log_t:file ra_file_perms; -allow myapp_t myapp_tmp_t:file create_file_perms; -</pre> -</div> -<p>This allows myapp_t to write to it's private types, but it needs to be able to -create its temporary files in /tmp. This requires a call to the files module.</p> -<div id="codeblock"> -<pre> -files_tmp_filetrans(myapp_t,myapp_tmp_t,file) -</pre> -</div> -<p> -This call to the files module allows myapp_t to create myapp_tmp_t files in -the /tmp directory. -</p> -<h3>Module FC Policy</h3> -<p> -The file contexts file lists files and the labels they should have. Create -myapp.fc and add the following: -<div id="codeblock"> -<pre> -/usr/bin/myapp -- gen_context(system_u:object_r:myapp_exec_t,s0) -</pre> -</div> -<p> -The gen_context() macro has three parameters, the base SELinux label, -the MLS sensitivity, and the MCS category set (optional). When compiling a -module, the macro will add the appropriate MLS/MCS part to the label when needed. -</p> -<h3>Module IF Policy</h3> -<p> -The interface file creates the macros that other modules will use to gain access -to my resources. This allows the module that created the type or attribute to -define appropriate uses. Additionally, it provides a single point for -documentation. Create myapp.if and add the following: -<div id="codeblock"> -<pre> -## <summary>Myapp example policy</summary> -## <desc> -## <p> -## More descriptive text about myapp. The <desc> -## tag can also use <p>, <ul>, and <ol> -## html tags for formatting. -## </p> -## <p> -## This policy supports the following myapp features: -## <ul> -## <li>Feature A</li> -## <li>Feature B</li> -## <li>Feature C</li> -## </ul> -## </p> -## </desc> - -######################################## -## <summary> -## Execute a domain transition to run myapp. -## </summary> -## <param name="domain"> -## <summary> -## Domain allowed to transition. -## </summary> -## </param> -interface(`myapp_domtrans',` - gen_requires(` - type myapp_t, myapp_exec_t; - ') - - domain_auto_trans($1,myapp_exec_t,myapp_t) - - allow $1 myapp_t:fd use; - allow $1 myapp_t:fifo_file rw_file_perms; - allow $1 myapp_t:process sigchld; -') - -######################################## -## <summary> -## Read myapp log files. -## </summary> -## <param name="domain"> -## <summary> -## Domain allowed to read the log files. -## </summary> -## </param> -interface(`myapp_read_log',` - gen_requires(` - type myapp_log_t; - ') - - logging_search_logs($1) - allow $1 myapp_log_t:file r_file_perms; -') -</pre> -</div> -<p> -The first interface allows other domains to do a domain -transition to myapp_t, by executing a program labeled myapp_exec_t. -</p> -<p> -The second interface allows other domains to read myapp's log files. Myapp's -log files are in the /var/log directory, so the access to search the /var/log -directory is also given by the interface. The gen_requires() macro is used to -support loadable policy modules, and must explicitly list the type and attributes -used by this interface. If object classes of a userland object manager are used, -the class and the permissions used by the interface must also be listed. -</p> -<p> -<h2>Compiling Modules</h2> -<p> -Two methods of building modules are supported, headers and complete source. -Current systems, such as Fedora Core 5, which support loadable policy modules -should compile modules using headers. Using the complete source for building -modules is only needed if loadable modules are not supported on the system or -if when doing other modifications to the base policy. Genereally this is only -suggested for experts. -</p> -<h2>Building Using Policy Headers</h2> -<p> -When building a loadable policy module, the three module source files need not -be in a specific directory. A development directory in the user's home directory -would be sufficient. In this example, lets place it in the policy directory -in the home directory. The example Makefile should be copied to this directory. -It is usually located in the /usr/share/doc/PKGNAME directory, where PKGNAME -is the name of the policy package that has the policy headers. -</p> -<div id="codeblock"> -<pre> -$ <b>cp /usr/share/doc/refpolicy-20060307/Makefile.example ~/policy/Makefile</b> -</pre> -</div> -<p> -Alternatively, this can be copied from the Reference Policy source, from the doc -directory. The Makefile is not required, but will simplify the process. -</p> -<p> -Now the policy directory should have the three module source files and Makefile. -All that needs to be done is to run make, and the policy will be compiled. -<p> -<div id="codeblock"> -<pre> -$ <b>make</b> -Compiling targeted myapp module -/usr/bin/checkmodule: loading policy configuration from tmp/myapp.tmp -/usr/bin/checkmodule: policy configuration loaded -/usr/bin/checkmodule: writing binary representation (version 5) to tmp/myapp.mod -Creating targeted myapp.pp policy package -</pre> -</div> -<p> -If you do not have the example Makefile, you must tell make where to find the -policy header's Makefile, by using the -f option. The Makefile for the base -policy provided by the Linux distribution should be found in the -/usr/share/selinux/NAME/include directory, where NAME is the name -of the policy, for example, strict or targeted. -</p> -<div id="codeblock"> -<pre> -$ <b>make -f /usr/share/selinux/targeted/include/Makefile</b> -Compiling targeted myapp module -/usr/bin/checkmodule: loading policy configuration from tmp/myapp.tmp -/usr/bin/checkmodule: policy configuration loaded -/usr/bin/checkmodule: writing binary representation (version 5) to tmp/myapp.mod -Creating targeted myapp.pp policy package -</pre> -</div> -<p> -When this succeeds, there will be a myapp.pp policy package that can be inserted -into the running policy To load the module, you must be running as root, in a -role allowed to run semodule. Then run semodule -i to insert the module into -the running policy. -</p> -<div id="codeblock"> -<pre> -# <b>semodule -i myapp.pp</b> -</pre> -</div> -<p> -The semodule command will only have messages if there is an error inserting the -module. If it succeeds, semodule -l should list the myapp module, and the version. -</p> -<div id="codeblock"> -<pre> -# <b>semodule -l</b> -myapp 1.0 -</pre> -</div> diff --git a/www/html/index.html b/www/html/index.html deleted file mode 100644 index a105337..0000000 --- a/www/html/index.html +++ /dev/null @@ -1,92 +0,0 @@ -<h1>Project Overview</h1> -<p> -The SELinux Reference Policy project (refpolicy) is creating a complete SELinux -policy as an alternative to the existing strict and targeted policies available -from <a href="http://selinux.sf.net">http://selinux.sf.net</a>. Once complete, -this policy will be able to be used as the system policy for a variety of -systems and used as the basis for creating other policies. Refpolicy is based on -the current strict and targeted policies, but aims to accomplish many additional -goals. -</p> -<br/> -<p> -Refpolicy is under active development, with support and full time development -staff from <a href="http://www.tresys.com/selinux">Tresys Technology</a>. The -current release is available from the <a href="index.php?page=download">download</a> -page. The <a href="index.php?page=status">status</a> page has more details on -what is included in the current release. -</p> -<br/> -<p> -The project is always looking for policy developers interested in <a href="index.php?page=contributing">contributing</a>. -See the <a href="index.php?page=getting-started">getting started</a> guide for -more information on writing Refpolicy modules. -</p> -<br> -<h1>Project Goals</h1> -<p>Security is the reason for existence for SELinux policies and must, -therefore, always be the first priority. The common view of security as a binary -state (secure or not secure) is not a sufficient goal for developing an SELinux -policy. In reality, different systems have different requirements and purposes -and corresponding differences in the meaning of secure. What is a fundamental -security flaw on one system might be the acceptable, or even the primary -functionality, of another. The challenge for a system policies like the current -strict and targeted policy or refpolicy is to support as many of these differring -security goals as is practical. To accomplish this refpolicy will provide: -</p> -<ul> - <li><b>Strong Modularity:</b> central to the design of the policy is - strict modularity. Access to resources are abstracted, and - implementation details are encapsulated in the module. - </li> - <li><b>Security Goals:</b> clearly stated security goals will for each - component of the policy. This will allow policy developers to - determine if a given component meets their security needs. - </li> - <li><b>Documentation</b>: the difficulty and complexity of creating - SELinux policies has become the number one barrier to the - adoption of SELinux. It also potentially reduces the security - of the policies: a policy that is too complex to easily - understand is difficult to make secure. Refpolicy will make - aggressive improvements in this area by including documentation - for modules and their interfaces as a critical part of the - infrastructure. See the <a href="index.php?page=documentation">documentation</a> - page for more information. - </li> - <li><b>Development Tool Support</b>: In addition to documentation, - Refpolicy aims to make improvements in this area, making - policies easier to develop, understand, analyze, and verify by adding - interface call backtraces which can be used for debugging and - graphical development tools. - </li> - <li><b>Forward Looking:</b> Refpolicy aims to support a variety of - policy configurations and formats, including standard source - policies, MLS policies, and <a href="http://sepolicy-server.sourceforge.net/index.php?page=modules">loadable policy modules</a> - all from the same source tree. This is done through the addition - of infrastructure for automatically handling the differences - between source and loadable module based policies and the - additional MLS fields to all policy statements that include - contexts. - </li> - <li><b>Configurability:</b> configuration tools that allow the - policy developer to make important security decisions including - defining roles, configuring networking, and trading legacy - compatibility for increased security. - </li> - <li><b>Flexible Base Policy:</b> a base policy that protects the basic - operating system and serves as a foundation to the rest of the - policy. This base policy should be able to support a variety of - application policies with differing security goals. - </li> - <li><b>Application Policy Variations:</b> application policy variations - that make different security tradeoffs. For example, two Apache - policies might be created, one that is for serving read-only - static content that is severely restricted, and another that is - appropriate for dynamic content. - </li> - <li><b>Multi-Level Security</b>: MLS will be supported out-of-the-box - without requiring destructive changes to the policy. It will be - possible to compile and MLS and non-MLS policy from the same - policy files by switching a configuration option. - </li> -</ul> diff --git a/www/html/menu.html b/www/html/menu.html deleted file mode 100644 index f9005b3..0000000 --- a/www/html/menu.html +++ /dev/null @@ -1,10 +0,0 @@ - <a href="index.php">Reference Policy Home</a><br/> - <a href="index.php?page=status">Status/Roadmap</a><br/> - <a href="index.php?page=contributing">Contributing</a><br/> - <a href="index.php?page=documentation">Documentation</a><br/> - - <a href="index.php?page=getting-started">Getting Started</a><br/> - - <a href="index.php?page=switch">Use Reference Policy</a><br/> - - <a href="api-docs/">Interface Reference</a><br/> - <a href="index.php?page=download">Download</a><br/> - <!--<IMG src="http://sourceforge.net/sflogo.php?group_id=???&type=1" w -idth="88" height="31" border="0" alt="SourceForge.net Logo" /></A>--> diff --git a/www/html/outer.html b/www/html/outer.html deleted file mode 100644 index d155d7a..0000000 --- a/www/html/outer.html +++ /dev/null @@ -1,15 +0,0 @@ -<html> -<head> -<title>Security Enhanced Linux Reference Policy</title> -<style type="text/css" media="all">@import "style.css";</style> -</head> -<body> -<div id="Header">Security Enhanced Linux Reference Policy</div> -<div id="Menu"> - {include file="menu.html"} -</div> -<div id="Content"> - {$body} -</div> -</body> -</html> diff --git a/www/html/status.html b/www/html/status.html deleted file mode 100644 index 56e44fa..0000000 --- a/www/html/status.html +++ /dev/null @@ -1,196 +0,0 @@ -<h1>Status</h1> -<strong>Current Version: 20060307</strong> -<p> - See <a href="index.php?page=download">download</a> for download - information. Details of this release are part of the <a href="html/Changelog.txt">changelog</a>. - This release focused on improving the consistency of interface names - in an effort to stabilize the Reference Policy interfaces. - Currently both strict and targeted policies can - be built. MLS policies can be built, but the policy is still undergoing - testing on running systems. -</p> -<p> </p> -<h2>Status and Tasks</h2> -<table border="1" cellspacing="0" cellpadding="3"> - <tr> - <th class="title" colspan="3">Reference Policy Status</th> - </tr> - - <tr> - <td class="header">Task/Component</td><td class="header">Status</td><td class="header">Description</td> - </tr> - <tr> - <td>Policy Structure</td> - <td>Complete</td> - <td>The policy is converted over to new Reference Policy structure</td> - </tr> - <tr> - <td>TE Policy</td> - <td>Conversion Ongoing</td> - <td>Conversion of old policy to Reference Policy modules is ongoing</td> - </tr> - <tr> - <td>Loadable Policy Modules</td> - <td>Major improvements</td> - <td>Infrastructure is in place to support both source policy and - loadable policy modules. Makefile support completed.</td> - </tr> - <tr> - <td>Documentation Infrastructure</td> - <td>Interfaces, templates, Booleans, and tunables complete</td> - <td>Tools to create webpages from the module interface and - template documentation is complete. Global Booleans and - tunables are supported. Booleans and tunables local to - policies are planned.</td> - </tr> - <tr> - <td>Policy Documentation</td> - <td>Ongoing</td> - <td>Most modules are documented.</td> - </tr> - <tr> - <td>Unused Modules</td> - <td>Complete</td> - <td>Modules can be disabled by using modules.conf.</td> - </tr> - <tr> - <td>MLS Infrastructure</td> - <td>Minor improvements</td> - <td>MLS infrastructure added to support easy conversion between - MLS and non-MLS policy. Policy is compilable, but - only lightly tested.</td> - </tr> - <tr> - <td>MCS Support</td> - <td>Minor improvements</td> - <td>MLS infrastructure has been extended to support MCS - categories in users and all contexts. MCS constraints - have been added. Policy has been tested in the - targeted-mcs policy configuration.</td> - </tr> - <tr> - <td>Network Infrastructure</td> - <td>Minor improvements</td> - <td>All network ports, nodes, and interfaces moved to - corenetwork module, interfaces generated automatically. - Plan to add more infrastructure for configuration of - ports, nodes, and interfaces.</td> - </tr> - <tr> - <td>User domains and roles</td> - <td>Minor improvements</td> - <td>Some infrastructure added to support per-user domain policy, - e.g., to create types and policy for ssh, - for each user. Plan to add infrastructure to easily - configure userdomains and roles.</td> - </tr> - <tr> - <td>Labeling</td> - <td>Minor improvements</td> - <td>All labeling moved to modules, consistent with Reference - Policy structure. Levels can be added to the labels - without changes to the policy.</td> - </tr> - <tr> - <td>Tunables</td> - <td>Minor improvements</td> - <td>Tunables are documented and included in the webpage policy - documentation.</td> - </tr> - <tr> - <td>Users</td> - <td>Unchanged</td> - <td>Assignment of users to roles.</td> - </tr> - <tr> - <td>Constraints</td> - <td>Unchanged</td> - <td>Plan to split up into relevant modules when loadable modules - support this. There are ordering problems with source - policies.</td> - </tr> - <tr> - <td>Flask</td> - <td>Unchanged</td> - <td>Headers for the policy, describing object classes, and - their permissions. No planned changes.</td> - </tr> -</table> -<p> </p> -<!-- -<h2>Roadmap</h2> -<table cellpadding="3" cellspacing="0" border="1"> - <tbody> - <tr> - <th colspan="3" class="title">Reference Policy Roadmap</th> - </tr> - <tr> - <td class="header">Version</td> - <td class="header">Date</td> - <td class="header">Description</td> - </tr> - <tr> - <td>0.1</td> - <td>June 2005</td> - <td>Initial public release, basic policy restructuring, some infrastructure, few modules, and minimal documentation.</td> - </tr> - <tr> - <td>0.2</td> - <td>July 2005</td> - <td>Restructuring complete, additional modules, and improved infrastructure.</td> - </tr> - <tr> - <td>0.3</td> - <td>August 2005</td> - <td>Additional modules, documentation, and base module configuration support.</td> - </tr> - <tr> - <td>0.4</td> - <td>September 2005</td> - <td>Additional modules, documentation, and tested loadable module support.</td> - </tr> - <tr> - <td>0.5</td> - <td>October 2005</td> - <td>Additional modules, documentation, targeted policy, and tested MLS support</td> - </tr> - <tr> - <td>0.6</td> - <td>December 2005</td> - <td>Additional modules, documentation, and module variations</td> - </tr> - </tbody> -</table> -<p> </p> ---> -<h2>Policy Conversion</h2> -<p> -This phase of reference policy development involves the conversion of policies -from the example policy. Please use the current NSA example policy -in <a href="http://cvs.sourceforge.net/viewcvs.py/selinux/nsa/selinux-usr/policy/"> -NSA SourceForge CVS</a>. -For those who wish to contribute, here is a listing of modules which need to be -converted: -</p> -<table cellpadding="3" cellspacing="0" border="1"> - <tbody> - <tr> - <th colspan="3" class="title">Policy Module Status</th> - </tr> - <tr> - <td class="header">Module Name</td> - <td class="header">Previous Policy Files</td> - <td class="header">Assigned To</td> - </tr> - <tr> - <td>gnome</td> - <td>gnome.te gnome.fc gnome_macros.te gnome_vfs.te gnome_vfs.fc gnome_vfs_macros.te gnome-pty-helper.te gnome-pty-helper.fc gph_macros.te bonobo.te bonobo.fc bonobo_macros.te gconf.te gconf.fc gconf_macros.te orbit.te orbit.fc orbit_macros.te</td> - <td>Tresys</td> - </tr> - </tbody> -</table> - -<h2>Testing Status</h2> -<p> -Reference policy is used as the basis of all of the Fedora Core 5 policies. -</p> diff --git a/www/html/switch.html b/www/html/switch.html deleted file mode 100644 index 9c907c4..0000000 --- a/www/html/switch.html +++ /dev/null @@ -1,137 +0,0 @@ -<h1>Switching to Targeted Reference Policy</h1> -<p> - The targeted policy is now available on Fedora Core 5 systems, as selinux-policy-targeted 2.*. - If you are using Rawhide, simply update your policy using yum. - This guide will walk you through switching to the targeted reference - policy on a Fedora system not using these repositories. -<p> -<h2> - Download and unpack the policy -</h2> -<p> - The policy is <a href="index.php?page=download">available</a> - from Sourceforge. Download the policy, and unpack it to a temporary - directory. Then use the install-src make target to install the policy - sources. -</p> -<div id="codeblock"> -<pre> -# <b>tar -jxvf refpolicy-20050922.tar.bz2 -C /tmp</b> -# <b>cd /tmp/refpolicy</b> -# <b>make install-src</b> -</pre> -</div> -<h2> - Configure the policy -</h2> -<p> - The policy source is found in the - /etc/selinux/refpolicy/src/policy/ directory. -</p> -<div id="codeblock"> -<pre> -# <b>cd /etc/selinux/refpolicy/src/policy</b> -</pre> -</div> -<p> - Edit the policy Makefile (/etc/selinux/refpolicy/src/policy/Makefile). - Near the top of the file, the policy has a few build options. - The TYPE needs to be set to targeted, the DISTRO option needs to be - uncommented and set to redhat, and DIRECT_INITRC should be set to y. -</p> -<div id="codeblock"> -<pre> -######################################## -# -# Configurable portions of the Makefile -# - -# Policy version -# By default, checkpolicy will create the highest -# version policy it supports. Setting this will -# override the version. -#OUTPUT_POLICY = 18 - -# Policy Type -# strict, targeted, -# strict-mls, targeted-mls, -# strict-mcs, targeted-mcs -TYPE = <font color=red><b>targeted</b></font> - -# Policy Name -# If set, this will be used as the policy -# name. Otherwise the policy type will be -# used for the name. -NAME = refpolicy - -# Distribution -# Some distributions have portions of policy -# for programs or configurations specific to the -# distribution. Setting this will enable options -# for the distribution. -# redhat, gentoo, debian, and suse are current options. -# Fedora users should enable redhat. -<font color=red><b>DISTRO = redhat</b></font> - -# Direct admin init -# Setting this will allow sysadm to directly -# run init scripts, instead of requring run_init. -# This is a build option, as role transitions do -# not work in conditional policy. -DIRECT_INITRC=<font color=red><b>y</b></font> - -# Build monolithic policy. Putting n here -# will build a loadable module policy. -# Only monolithic policies are currently supported. -MONOLITHIC=y - -# Uncomment this to disable command echoing -QUIET:=n -</pre> -</div> -<h2> - Install the policy -</h2> -<p> - Next, install the policy, application configuration files, and - file contexts. -</p> -<div id="codeblock"> -<pre> -# <b>make install</b> -</pre> -</div> -<h2> - Change SELinux Configuration -</h2> -<p> - Modify the /etc/selinux/config file, and set SELINUXTYPE to refpolicy. - It should look similar to this: -</p> -<div id="codeblock"> -<pre> -# This file controls the state of SELinux on the system. -# SELINUX= can take one of these three values: -# enforcing - SELinux security policy is enforced. -# permissive - SELinux prints warnings instead of enforcing. -# disabled - No SELinux policy is loaded. -SELINUX=enforcing -# SELINUXTYPE= can take one of these two values: -# targeted - Only targeted network daemons are protected. -# strict - Full SELinux protection. -SELINUXTYPE=<font color=red><b>refpolicy</b></font> -</pre> -</div> -<h2> - Restart and Relabel -</h2> -<p> - The system needs to be restarted with the new policy, and relabeled - on booting, to finalize the switch. -</p> -<div id="codeblock"> -<pre> -# <b>touch /.autorelabel</b> -# <b>shutdown -r now</b> -</pre> -</div> diff --git a/www/index.php b/www/index.php deleted file mode 100644 index 0297ccb..0000000 --- a/www/index.php +++ /dev/null @@ -1,22 +0,0 @@ -<?php - require_once ("./libs.inc.php"); - - $page = "index"; - if ($_GET['page']) - $page = $_GET['page']; - - #echo "page is $page"; -/* Meh! this is a stupid hack because the stupid template system - doesn't like the { } in policy statements */ - $smarty->left_delimiter = '<!--{'; - $body = @$smarty->fetch("$page.html"); - $smarty->left_delimiter = '{'; - - if ($body == NULL) - $body = @$smarty->fetch("index.html"); - - $smarty->assign("body", $body); - - $smarty->display ("outer.html"); - -?> diff --git a/www/libs.inc.php b/www/libs.inc.php deleted file mode 100644 index fb489b0..0000000 --- a/www/libs.inc.php +++ /dev/null @@ -1,31 +0,0 @@ -<?php - # the exact path is defined. - $fixpath = dirname(__FILE__); - - # changes this value according to your uploaded smarty distribution. - # don't forget to add trailing back slash - # change 'username' to your username on web hosting account - define ("SMARTY_DIR", "$fixpath/smarty/"); - - require_once (SMARTY_DIR."Smarty.class.php"); - $smarty = new Smarty; - #$smarty->compile_dir = "/home/kmacmillan/public_html/t_c"; - $smarty->compile_dir = "/tmp/persistent/serefpolicy"; - $smarty->template_dir = "$fixpath/html"; - - $smarty->assign("border", "0"); - - $menu = array ( - array("name" => "Home", "url" => "index.php?page=home"), - array("name" => "Modules", "url" => "index.php?page=modules"), - array("name" => "IPC", "url" => "index.php?page=ipc"), - array("name" => "Tutorial", "url" => "index.php?page=howto") - ); - - - $smarty->assign("menuitems", $menu); - - - - -?> diff --git a/www/publish.sh b/www/publish.sh deleted file mode 100755 index a5b77de..0000000 --- a/www/publish.sh +++ /dev/null @@ -1,6 +0,0 @@ -#! /bin/sh - -# This will 'publish' the reference policy website. - -#cp ../refpolicy/Changelog html/Changelog.txt -rsync -rv --exclude .svn . shell.sf.net:/home/groups/s/se/serefpolicy/htdocs diff --git a/www/smarty/Config_File.class.php b/www/smarty/Config_File.class.php deleted file mode 100644 index 247d780..0000000 --- a/www/smarty/Config_File.class.php +++ /dev/null @@ -1,389 +0,0 @@ -<?php - -/** - * Config_File class. - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * - * @link http://smarty.php.net/ - * @version 2.6.9 - * @copyright Copyright: 2001-2005 New Digital Group, Inc. - * @author Andrei Zmievski <andrei@php.net> - * @access public - * @package Smarty - */ - -/* $Id$ */ - -/** - * Config file reading class - * @package Smarty - */ -class Config_File { - /**#@+ - * Options - * @var boolean - */ - /** - * Controls whether variables with the same name overwrite each other. - */ - var $overwrite = true; - - /** - * Controls whether config values of on/true/yes and off/false/no get - * converted to boolean values automatically. - */ - var $booleanize = true; - - /** - * Controls whether hidden config sections/vars are read from the file. - */ - var $read_hidden = true; - - /** - * Controls whether or not to fix mac or dos formatted newlines. - * If set to true, \r or \r\n will be changed to \n. - */ - var $fix_newlines = true; - /**#@-*/ - - /** @access private */ - var $_config_path = ""; - var $_config_data = array(); - /**#@-*/ - - /** - * Constructs a new config file class. - * - * @param string $config_path (optional) path to the config files - */ - function Config_File($config_path = NULL) - { - if (isset($config_path)) - $this->set_path($config_path); - } - - - /** - * Set the path where configuration files can be found. - * - * @param string $config_path path to the config files - */ - function set_path($config_path) - { - if (!empty($config_path)) { - if (!is_string($config_path) || !file_exists($config_path) || !is_dir($config_path)) { - $this->_trigger_error_msg("Bad config file path '$config_path'"); - return; - } - if(substr($config_path, -1) != DIRECTORY_SEPARATOR) { - $config_path .= DIRECTORY_SEPARATOR; - } - - $this->_config_path = $config_path; - } - } - - - /** - * Retrieves config info based on the file, section, and variable name. - * - * @param string $file_name config file to get info for - * @param string $section_name (optional) section to get info for - * @param string $var_name (optional) variable to get info for - * @return string|array a value or array of values - */ - function &get($file_name, $section_name = NULL, $var_name = NULL) - { - if (empty($file_name)) { - $this->_trigger_error_msg('Empty config file name'); - return; - } else { - $file_name = $this->_config_path . $file_name; - if (!isset($this->_config_data[$file_name])) - $this->load_file($file_name, false); - } - - if (!empty($var_name)) { - if (empty($section_name)) { - return $this->_config_data[$file_name]["vars"][$var_name]; - } else { - if(isset($this->_config_data[$file_name]["sections"][$section_name]["vars"][$var_name])) - return $this->_config_data[$file_name]["sections"][$section_name]["vars"][$var_name]; - else - return array(); - } - } else { - if (empty($section_name)) { - return (array)$this->_config_data[$file_name]["vars"]; - } else { - if(isset($this->_config_data[$file_name]["sections"][$section_name]["vars"])) - return (array)$this->_config_data[$file_name]["sections"][$section_name]["vars"]; - else - return array(); - } - } - } - - - /** - * Retrieves config info based on the key. - * - * @param $file_name string config key (filename/section/var) - * @return string|array same as get() - * @uses get() retrieves information from config file and returns it - */ - function &get_key($config_key) - { - list($file_name, $section_name, $var_name) = explode('/', $config_key, 3); - $result = &$this->get($file_name, $section_name, $var_name); - return $result; - } - - /** - * Get all loaded config file names. - * - * @return array an array of loaded config file names - */ - function get_file_names() - { - return array_keys($this->_config_data); - } - - - /** - * Get all section names from a loaded file. - * - * @param string $file_name config file to get section names from - * @return array an array of section names from the specified file - */ - function get_section_names($file_name) - { - $file_name = $this->_config_path . $file_name; - if (!isset($this->_config_data[$file_name])) { - $this->_trigger_error_msg("Unknown config file '$file_name'"); - return; - } - - return array_keys($this->_config_data[$file_name]["sections"]); - } - - - /** - * Get all global or section variable names. - * - * @param string $file_name config file to get info for - * @param string $section_name (optional) section to get info for - * @return array an array of variables names from the specified file/section - */ - function get_var_names($file_name, $section = NULL) - { - if (empty($file_name)) { - $this->_trigger_error_msg('Empty config file name'); - return; - } else if (!isset($this->_config_data[$file_name])) { - $this->_trigger_error_msg("Unknown config file '$file_name'"); - return; - } - - if (empty($section)) - return array_keys($this->_config_data[$file_name]["vars"]); - else - return array_keys($this->_config_data[$file_name]["sections"][$section]["vars"]); - } - - - /** - * Clear loaded config data for a certain file or all files. - * - * @param string $file_name file to clear config data for - */ - function clear($file_name = NULL) - { - if ($file_name === NULL) - $this->_config_data = array(); - else if (isset($this->_config_data[$file_name])) - $this->_config_data[$file_name] = array(); - } - - - /** - * Load a configuration file manually. - * - * @param string $file_name file name to load - * @param boolean $prepend_path whether current config path should be - * prepended to the filename - */ - function load_file($file_name, $prepend_path = true) - { - if ($prepend_path && $this->_config_path != "") - $config_file = $this->_config_path . $file_name; - else - $config_file = $file_name; - - ini_set('track_errors', true); - $fp = @fopen($config_file, "r"); - if (!is_resource($fp)) { - $this->_trigger_error_msg("Could not open config file '$config_file'"); - return false; - } - - $contents = ($size = filesize($config_file)) ? fread($fp, $size) : ''; - fclose($fp); - - $this->_config_data[$config_file] = $this->parse_contents($contents); - return true; - } - - /** - * Store the contents of a file manually. - * - * @param string $config_file file name of the related contents - * @param string $contents the file-contents to parse - */ - function set_file_contents($config_file, $contents) - { - $this->_config_data[$config_file] = $this->parse_contents($contents); - return true; - } - - /** - * parse the source of a configuration file manually. - * - * @param string $contents the file-contents to parse - */ - function parse_contents($contents) - { - if($this->fix_newlines) { - // fix mac/dos formatted newlines - $contents = preg_replace('!\r\n?!', "\n", $contents); - } - - $config_data = array(); - $config_data['sections'] = array(); - $config_data['vars'] = array(); - - /* reference to fill with data */ - $vars =& $config_data['vars']; - - /* parse file line by line */ - preg_match_all('!^.*\r?\n?!m', $contents, $match); - $lines = $match[0]; - for ($i=0, $count=count($lines); $i<$count; $i++) { - $line = $lines[$i]; - if (empty($line)) continue; - - if ( $line{0} == '[' && preg_match('!^\[(.*?)\]!', $line, $match) ) { - /* section found */ - if ($match[1]{0} == '.') { - /* hidden section */ - if ($this->read_hidden) { - $section_name = substr($match[1], 1); - } else { - /* break reference to $vars to ignore hidden section */ - unset($vars); - $vars = array(); - continue; - } - } else { - $section_name = $match[1]; - } - if (!isset($config_data['sections'][$section_name])) - $config_data['sections'][$section_name] = array('vars' => array()); - $vars =& $config_data['sections'][$section_name]['vars']; - continue; - } - - if (preg_match('/^\s*(\.?\w+)\s*=\s*(.*)/s', $line, $match)) { - /* variable found */ - $var_name = rtrim($match[1]); - if (strpos($match[2], '"""') === 0) { - /* handle multiline-value */ - $lines[$i] = substr($match[2], 3); - $var_value = ''; - while ($i<$count) { - if (($pos = strpos($lines[$i], '"""')) === false) { - $var_value .= $lines[$i++]; - } else { - /* end of multiline-value */ - $var_value .= substr($lines[$i], 0, $pos); - break; - } - } - $booleanize = false; - - } else { - /* handle simple value */ - $var_value = preg_replace('/^([\'"])(.*)\1$/', '\2', rtrim($match[2])); - $booleanize = $this->booleanize; - - } - $this->_set_config_var($vars, $var_name, $var_value, $booleanize); - } - /* else unparsable line / means it is a comment / means ignore it */ - } - return $config_data; - } - - /**#@+ @access private */ - /** - * @param array &$container - * @param string $var_name - * @param mixed $var_value - * @param boolean $booleanize determines whether $var_value is converted to - * to true/false - */ - function _set_config_var(&$container, $var_name, $var_value, $booleanize) - { - if ($var_name{0} == '.') { - if (!$this->read_hidden) - return; - else - $var_name = substr($var_name, 1); - } - - if (!preg_match("/^[a-zA-Z_]\w*$/", $var_name)) { - $this->_trigger_error_msg("Bad variable name '$var_name'"); - return; - } - - if ($booleanize) { - if (preg_match("/^(on|true|yes)$/i", $var_value)) - $var_value = true; - else if (preg_match("/^(off|false|no)$/i", $var_value)) - $var_value = false; - } - - if (!isset($container[$var_name]) || $this->overwrite) - $container[$var_name] = $var_value; - else { - settype($container[$var_name], 'array'); - $container[$var_name][] = $var_value; - } - } - - /** - * @uses trigger_error() creates a PHP warning/error - * @param string $error_msg - * @param integer $error_type one of - */ - function _trigger_error_msg($error_msg, $error_type = E_USER_WARNING) - { - trigger_error("Config_File error: $error_msg", $error_type); - } - /**#@-*/ -} - -?> diff --git a/www/smarty/Smarty.class.php b/www/smarty/Smarty.class.php deleted file mode 100644 index 18fe3c2..0000000 --- a/www/smarty/Smarty.class.php +++ /dev/null @@ -1,1934 +0,0 @@ -<?php - -/** - * Project: Smarty: the PHP compiling template engine - * File: Smarty.class.php - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * - * For questions, help, comments, discussion, etc., please join the - * Smarty mailing list. Send a blank e-mail to - * smarty-general-subscribe@lists.php.net - * - * @link http://smarty.php.net/ - * @copyright 2001-2005 New Digital Group, Inc. - * @author Monte Ohrt <monte at ohrt dot com> - * @author Andrei Zmievski <andrei@php.net> - * @package Smarty - * @version 2.6.9 - */ - -/* $Id$ */ - -/** - * DIR_SEP isn't used anymore, but third party apps might - */ -if(!defined('DIR_SEP')) { - define('DIR_SEP', DIRECTORY_SEPARATOR); -} - -/** - * set SMARTY_DIR to absolute path to Smarty library files. - * if not defined, include_path will be used. Sets SMARTY_DIR only if user - * application has not already defined it. - */ - -if (!defined('SMARTY_DIR')) { - define('SMARTY_DIR', dirname(__FILE__) . DIRECTORY_SEPARATOR); -} - -if (!defined('SMARTY_CORE_DIR')) { - define('SMARTY_CORE_DIR', SMARTY_DIR . 'internals' . DIRECTORY_SEPARATOR); -} - -define('SMARTY_PHP_PASSTHRU', 0); -define('SMARTY_PHP_QUOTE', 1); -define('SMARTY_PHP_REMOVE', 2); -define('SMARTY_PHP_ALLOW', 3); - -/** - * @package Smarty - */ -class Smarty -{ - /**#@+ - * Smarty Configuration Section - */ - - /** - * The name of the directory where templates are located. - * - * @var string - */ - var $template_dir = 'templates'; - - /** - * The directory where compiled templates are located. - * - * @var string - */ - var $compile_dir = 'templates_c'; - - /** - * The directory where config files are located. - * - * @var string - */ - var $config_dir = 'configs'; - - /** - * An array of directories searched for plugins. - * - * @var array - */ - var $plugins_dir = array('plugins'); - - /** - * If debugging is enabled, a debug console window will display - * when the page loads (make sure your browser allows unrequested - * popup windows) - * - * @var boolean - */ - var $debugging = false; - - /** - * When set, smarty does uses this value as error_reporting-level. - * - * @var boolean - */ - var $error_reporting = null; - - /** - * This is the path to the debug console template. If not set, - * the default one will be used. - * - * @var string - */ - var $debug_tpl = ''; - - /** - * This determines if debugging is enable-able from the browser. - * <ul> - * <li>NONE => no debugging control allowed</li> - * <li>URL => enable debugging when SMARTY_DEBUG is found in the URL.</li> - * </ul> - * @link http://www.foo.dom/index.php?SMARTY_DEBUG - * @var string - */ - var $debugging_ctrl = 'NONE'; - - /** - * This tells Smarty whether to check for recompiling or not. Recompiling - * does not need to happen unless a template or config file is changed. - * Typically you enable this during development, and disable for - * production. - * - * @var boolean - */ - var $compile_check = true; - - /** - * This forces templates to compile every time. Useful for development - * or debugging. - * - * @var boolean - */ - var $force_compile = false; - - /** - * This enables template caching. - * <ul> - * <li>0 = no caching</li> - * <li>1 = use class cache_lifetime value</li> - * <li>2 = use cache_lifetime in cache file</li> - * </ul> - * @var integer - */ - var $caching = 0; - - /** - * The name of the directory for cache files. - * - * @var string - */ - var $cache_dir = 'cache'; - - /** - * This is the number of seconds cached content will persist. - * <ul> - * <li>0 = always regenerate cache</li> - * <li>-1 = never expires</li> - * </ul> - * - * @var integer - */ - var $cache_lifetime = 3600; - - /** - * Only used when $caching is enabled. If true, then If-Modified-Since headers - * are respected with cached content, and appropriate HTTP headers are sent. - * This way repeated hits to a cached page do not send the entire page to the - * client every time. - * - * @var boolean - */ - var $cache_modified_check = false; - - /** - * This determines how Smarty handles "<?php ... ?>" tags in templates. - * possible values: - * <ul> - * <li>SMARTY_PHP_PASSTHRU -> print tags as plain text</li> - * <li>SMARTY_PHP_QUOTE -> escape tags as entities</li> - * <li>SMARTY_PHP_REMOVE -> remove php tags</li> - * <li>SMARTY_PHP_ALLOW -> execute php tags</li> - * </ul> - * - * @var integer - */ - var $php_handling = SMARTY_PHP_PASSTHRU; - - /** - * This enables template security. When enabled, many things are restricted - * in the templates that normally would go unchecked. This is useful when - * untrusted parties are editing templates and you want a reasonable level - * of security. (no direct execution of PHP in templates for example) - * - * @var boolean - */ - var $security = false; - - /** - * This is the list of template directories that are considered secure. This - * is used only if {@link $security} is enabled. One directory per array - * element. {@link $template_dir} is in this list implicitly. - * - * @var array - */ - var $secure_dir = array(); - - /** - * These are the security settings for Smarty. They are used only when - * {@link $security} is enabled. - * - * @var array - */ - var $security_settings = array( - 'PHP_HANDLING' => false, - 'IF_FUNCS' => array('array', 'list', - 'isset', 'empty', - 'count', 'sizeof', - 'in_array', 'is_array', - 'true', 'false', 'null'), - 'INCLUDE_ANY' => false, - 'PHP_TAGS' => false, - 'MODIFIER_FUNCS' => array('count'), - 'ALLOW_CONSTANTS' => false - ); - - /** - * This is an array of directories where trusted php scripts reside. - * {@link $security} is disabled during their inclusion/execution. - * - * @var array - */ - var $trusted_dir = array(); - - /** - * The left delimiter used for the template tags. - * - * @var string - */ - var $left_delimiter = '{'; - - /** - * The right delimiter used for the template tags. - * - * @var string - */ - var $right_delimiter = '}'; - - /** - * The order in which request variables are registered, similar to - * variables_order in php.ini E = Environment, G = GET, P = POST, - * C = Cookies, S = Server - * - * @var string - */ - var $request_vars_order = 'EGPCS'; - - /** - * Indicates wether $HTTP_*_VARS[] (request_use_auto_globals=false) - * are uses as request-vars or $_*[]-vars. note: if - * request_use_auto_globals is true, then $request_vars_order has - * no effect, but the php-ini-value "gpc_order" - * - * @var boolean - */ - var $request_use_auto_globals = true; - - /** - * Set this if you want different sets of compiled files for the same - * templates. This is useful for things like different languages. - * Instead of creating separate sets of templates per language, you - * set different compile_ids like 'en' and 'de'. - * - * @var string - */ - var $compile_id = null; - - /** - * This tells Smarty whether or not to use sub dirs in the cache/ and - * templates_c/ directories. sub directories better organized, but - * may not work well with PHP safe mode enabled. - * - * @var boolean - * - */ - var $use_sub_dirs = false; - - /** - * This is a list of the modifiers to apply to all template variables. - * Put each modifier in a separate array element in the order you want - * them applied. example: <code>array('escape:"htmlall"');</code> - * - * @var array - */ - var $default_modifiers = array(); - - /** - * This is the resource type to be used when not specified - * at the beginning of the resource path. examples: - * $smarty->display('file:index.tpl'); - * $smarty->display('db:index.tpl'); - * $smarty->display('index.tpl'); // will use default resource type - * {include file="file:index.tpl"} - * {include file="db:index.tpl"} - * {include file="index.tpl"} {* will use default resource type *} - * - * @var array - */ - var $default_resource_type = 'file'; - - /** - * The function used for cache file handling. If not set, built-in caching is used. - * - * @var null|string function name - */ - var $cache_handler_func = null; - - /** - * This indicates which filters are automatically loaded into Smarty. - * - * @var array array of filter names - */ - var $autoload_filters = array(); - - /**#@+ - * @var boolean - */ - /** - * This tells if config file vars of the same name overwrite each other or not. - * if disabled, same name variables are accumulated in an array. - */ - var $config_overwrite = true; - - /** - * This tells whether or not to automatically booleanize config file variables. - * If enabled, then the strings "on", "true", and "yes" are treated as boolean - * true, and "off", "false" and "no" are treated as boolean false. - */ - var $config_booleanize = true; - - /** - * This tells whether hidden sections [.foobar] are readable from the - * tempalates or not. Normally you would never allow this since that is - * the point behind hidden sections: the application can access them, but - * the templates cannot. - */ - var $config_read_hidden = false; - - /** - * This tells whether or not automatically fix newlines in config files. - * It basically converts \r (mac) or \r\n (dos) to \n - */ - var $config_fix_newlines = true; - /**#@-*/ - - /** - * If a template cannot be found, this PHP function will be executed. - * Useful for creating templates on-the-fly or other special action. - * - * @var string function name - */ - var $default_template_handler_func = ''; - - /** - * The file that contains the compiler class. This can a full - * pathname, or relative to the php_include path. - * - * @var string - */ - var $compiler_file = 'Smarty_Compiler.class.php'; - - /** - * The class used for compiling templates. - * - * @var string - */ - var $compiler_class = 'Smarty_Compiler'; - - /** - * The class used to load config vars. - * - * @var string - */ - var $config_class = 'Config_File'; - -/**#@+ - * END Smarty Configuration Section - * There should be no need to touch anything below this line. - * @access private - */ - /** - * where assigned template vars are kept - * - * @var array - */ - var $_tpl_vars = array(); - - /** - * stores run-time $smarty.* vars - * - * @var null|array - */ - var $_smarty_vars = null; - - /** - * keeps track of sections - * - * @var array - */ - var $_sections = array(); - - /** - * keeps track of foreach blocks - * - * @var array - */ - var $_foreach = array(); - - /** - * keeps track of tag hierarchy - * - * @var array - */ - var $_tag_stack = array(); - - /** - * configuration object - * - * @var Config_file - */ - var $_conf_obj = null; - - /** - * loaded configuration settings - * - * @var array - */ - var $_config = array(array('vars' => array(), 'files' => array())); - - /** - * md5 checksum of the string 'Smarty' - * - * @var string - */ - var $_smarty_md5 = 'f8d698aea36fcbead2b9d5359ffca76f'; - - /** - * Smarty version number - * - * @var string - */ - var $_version = '2.6.9'; - - /** - * current template inclusion depth - * - * @var integer - */ - var $_inclusion_depth = 0; - - /** - * for different compiled templates - * - * @var string - */ - var $_compile_id = null; - - /** - * text in URL to enable debug mode - * - * @var string - */ - var $_smarty_debug_id = 'SMARTY_DEBUG'; - - /** - * debugging information for debug console - * - * @var array - */ - var $_smarty_debug_info = array(); - - /** - * info that makes up a cache file - * - * @var array - */ - var $_cache_info = array(); - - /** - * default file permissions - * - * @var integer - */ - var $_file_perms = 0644; - - /** - * default dir permissions - * - * @var integer - */ - var $_dir_perms = 0771; - - /** - * registered objects - * - * @var array - */ - var $_reg_objects = array(); - - /** - * table keeping track of plugins - * - * @var array - */ - var $_plugins = array( - 'modifier' => array(), - 'function' => array(), - 'block' => array(), - 'compiler' => array(), - 'prefilter' => array(), - 'postfilter' => array(), - 'outputfilter' => array(), - 'resource' => array(), - 'insert' => array()); - - - /** - * cache serials - * - * @var array - */ - var $_cache_serials = array(); - - /** - * name of optional cache include file - * - * @var string - */ - var $_cache_include = null; - - /** - * indicate if the current code is used in a compiled - * include - * - * @var string - */ - var $_cache_including = false; - - /**#@-*/ - /** - * The class constructor. - */ - function Smarty() - { - $this->assign('SCRIPT_NAME', isset($_SERVER['SCRIPT_NAME']) ? $_SERVER['SCRIPT_NAME'] - : @$GLOBALS['HTTP_SERVER_VARS']['SCRIPT_NAME']); - } - - /** - * assigns values to template variables - * - * @param array|string $tpl_var the template variable name(s) - * @param mixed $value the value to assign - */ - function assign($tpl_var, $value = null) - { - if (is_array($tpl_var)){ - foreach ($tpl_var as $key => $val) { - if ($key != '') { - $this->_tpl_vars[$key] = $val; - } - } - } else { - if ($tpl_var != '') - $this->_tpl_vars[$tpl_var] = $value; - } - } - - /** - * assigns values to template variables by reference - * - * @param string $tpl_var the template variable name - * @param mixed $value the referenced value to assign - */ - function assign_by_ref($tpl_var, &$value) - { - if ($tpl_var != '') - $this->_tpl_vars[$tpl_var] = &$value; - } - - /** - * appends values to template variables - * - * @param array|string $tpl_var the template variable name(s) - * @param mixed $value the value to append - */ - function append($tpl_var, $value=null, $merge=false) - { - if (is_array($tpl_var)) { - // $tpl_var is an array, ignore $value - foreach ($tpl_var as $_key => $_val) { - if ($_key != '') { - if(!@is_array($this->_tpl_vars[$_key])) { - settype($this->_tpl_vars[$_key],'array'); - } - if($merge && is_array($_val)) { - foreach($_val as $_mkey => $_mval) { - $this->_tpl_vars[$_key][$_mkey] = $_mval; - } - } else { - $this->_tpl_vars[$_key][] = $_val; - } - } - } - } else { - if ($tpl_var != '' && isset($value)) { - if(!@is_array($this->_tpl_vars[$tpl_var])) { - settype($this->_tpl_vars[$tpl_var],'array'); - } - if($merge && is_array($value)) { - foreach($value as $_mkey => $_mval) { - $this->_tpl_vars[$tpl_var][$_mkey] = $_mval; - } - } else { - $this->_tpl_vars[$tpl_var][] = $value; - } - } - } - } - - /** - * appends values to template variables by reference - * - * @param string $tpl_var the template variable name - * @param mixed $value the referenced value to append - */ - function append_by_ref($tpl_var, &$value, $merge=false) - { - if ($tpl_var != '' && isset($value)) { - if(!@is_array($this->_tpl_vars[$tpl_var])) { - settype($this->_tpl_vars[$tpl_var],'array'); - } - if ($merge && is_array($value)) { - foreach($value as $_key => $_val) { - $this->_tpl_vars[$tpl_var][$_key] = &$value[$_key]; - } - } else { - $this->_tpl_vars[$tpl_var][] = &$value; - } - } - } - - - /** - * clear the given assigned template variable. - * - * @param string $tpl_var the template variable to clear - */ - function clear_assign($tpl_var) - { - if (is_array($tpl_var)) - foreach ($tpl_var as $curr_var) - unset($this->_tpl_vars[$curr_var]); - else - unset($this->_tpl_vars[$tpl_var]); - } - - - /** - * Registers custom function to be used in templates - * - * @param string $function the name of the template function - * @param string $function_impl the name of the PHP function to register - */ - function register_function($function, $function_impl, $cacheable=true, $cache_attrs=null) - { - $this->_plugins['function'][$function] = - array($function_impl, null, null, false, $cacheable, $cache_attrs); - - } - - /** - * Unregisters custom function - * - * @param string $function name of template function - */ - function unregister_function($function) - { - unset($this->_plugins['function'][$function]); - } - - /** - * Registers object to be used in templates - * - * @param string $object name of template object - * @param object &$object_impl the referenced PHP object to register - * @param null|array $allowed list of allowed methods (empty = all) - * @param boolean $smarty_args smarty argument format, else traditional - * @param null|array $block_functs list of methods that are block format - */ - function register_object($object, &$object_impl, $allowed = array(), $smarty_args = true, $block_methods = array()) - { - settype($allowed, 'array'); - settype($smarty_args, 'boolean'); - $this->_reg_objects[$object] = - array(&$object_impl, $allowed, $smarty_args, $block_methods); - } - - /** - * Unregisters object - * - * @param string $object name of template object - */ - function unregister_object($object) - { - unset($this->_reg_objects[$object]); - } - - - /** - * Registers block function to be used in templates - * - * @param string $block name of template block - * @param string $block_impl PHP function to register - */ - function register_block($block, $block_impl, $cacheable=true, $cache_attrs=null) - { - $this->_plugins['block'][$block] = - array($block_impl, null, null, false, $cacheable, $cache_attrs); - } - - /** - * Unregisters block function - * - * @param string $block name of template function - */ - function unregister_block($block) - { - unset($this->_plugins['block'][$block]); - } - - /** - * Registers compiler function - * - * @param string $function name of template function - * @param string $function_impl name of PHP function to register - */ - function register_compiler_function($function, $function_impl, $cacheable=true) - { - $this->_plugins['compiler'][$function] = - array($function_impl, null, null, false, $cacheable); - } - - /** - * Unregisters compiler function - * - * @param string $function name of template function - */ - function unregister_compiler_function($function) - { - unset($this->_plugins['compiler'][$function]); - } - - /** - * Registers modifier to be used in templates - * - * @param string $modifier name of template modifier - * @param string $modifier_impl name of PHP function to register - */ - function register_modifier($modifier, $modifier_impl) - { - $this->_plugins['modifier'][$modifier] = - array($modifier_impl, null, null, false); - } - - /** - * Unregisters modifier - * - * @param string $modifier name of template modifier - */ - function unregister_modifier($modifier) - { - unset($this->_plugins['modifier'][$modifier]); - } - - /** - * Registers a resource to fetch a template - * - * @param string $type name of resource - * @param array $functions array of functions to handle resource - */ - function register_resource($type, $functions) - { - if (count($functions)==4) { - $this->_plugins['resource'][$type] = - array($functions, false); - - } elseif (count($functions)==5) { - $this->_plugins['resource'][$type] = - array(array(array(&$functions[0], $functions[1]) - ,array(&$functions[0], $functions[2]) - ,array(&$functions[0], $functions[3]) - ,array(&$functions[0], $functions[4])) - ,false); - - } else { - $this->trigger_error("malformed function-list for '$type' in register_resource"); - - } - } - - /** - * Unregisters a resource - * - * @param string $type name of resource - */ - function unregister_resource($type) - { - unset($this->_plugins['resource'][$type]); - } - - /** - * Registers a prefilter function to apply - * to a template before compiling - * - * @param string $function name of PHP function to register - */ - function register_prefilter($function) - { - $_name = (is_array($function)) ? $function[1] : $function; - $this->_plugins['prefilter'][$_name] - = array($function, null, null, false); - } - - /** - * Unregisters a prefilter function - * - * @param string $function name of PHP function - */ - function unregister_prefilter($function) - { - unset($this->_plugins['prefilter'][$function]); - } - - /** - * Registers a postfilter function to apply - * to a compiled template after compilation - * - * @param string $function name of PHP function to register - */ - function register_postfilter($function) - { - $_name = (is_array($function)) ? $function[1] : $function; - $this->_plugins['postfilter'][$_name] - = array($function, null, null, false); - } - - /** - * Unregisters a postfilter function - * - * @param string $function name of PHP function - */ - function unregister_postfilter($function) - { - unset($this->_plugins['postfilter'][$function]); - } - - /** - * Registers an output filter function to apply - * to a template output - * - * @param string $function name of PHP function - */ - function register_outputfilter($function) - { - $_name = (is_array($function)) ? $function[1] : $function; - $this->_plugins['outputfilter'][$_name] - = array($function, null, null, false); - } - - /** - * Unregisters an outputfilter function - * - * @param string $function name of PHP function - */ - function unregister_outputfilter($function) - { - unset($this->_plugins['outputfilter'][$function]); - } - - /** - * load a filter of specified type and name - * - * @param string $type filter type - * @param string $name filter name - */ - function load_filter($type, $name) - { - switch ($type) { - case 'output': - $_params = array('plugins' => array(array($type . 'filter', $name, null, null, false))); - require_once(SMARTY_CORE_DIR . 'core.load_plugins.php'); - smarty_core_load_plugins($_params, $this); - break; - - case 'pre': - case 'post': - if (!isset($this->_plugins[$type . 'filter'][$name])) - $this->_plugins[$type . 'filter'][$name] = false; - break; - } - } - - /** - * clear cached content for the given template and cache id - * - * @param string $tpl_file name of template file - * @param string $cache_id name of cache_id - * @param string $compile_id name of compile_id - * @param string $exp_time expiration time - * @return boolean - */ - function clear_cache($tpl_file = null, $cache_id = null, $compile_id = null, $exp_time = null) - { - - if (!isset($compile_id)) - $compile_id = $this->compile_id; - - if (!isset($tpl_file)) - $compile_id = null; - - $_auto_id = $this->_get_auto_id($cache_id, $compile_id); - - if (!empty($this->cache_handler_func)) { - return call_user_func_array($this->cache_handler_func, - array('clear', &$this, &$dummy, $tpl_file, $cache_id, $compile_id, $exp_time)); - } else { - $_params = array('auto_base' => $this->cache_dir, - 'auto_source' => $tpl_file, - 'auto_id' => $_auto_id, - 'exp_time' => $exp_time); - require_once(SMARTY_CORE_DIR . 'core.rm_auto.php'); - return smarty_core_rm_auto($_params, $this); - } - - } - - - /** - * clear the entire contents of cache (all templates) - * - * @param string $exp_time expire time - * @return boolean results of {@link smarty_core_rm_auto()} - */ - function clear_all_cache($exp_time = null) - { - return $this->clear_cache(null, null, null, $exp_time); - } - - - /** - * test to see if valid cache exists for this template - * - * @param string $tpl_file name of template file - * @param string $cache_id - * @param string $compile_id - * @return string|false results of {@link _read_cache_file()} - */ - function is_cached($tpl_file, $cache_id = null, $compile_id = null) - { - if (!$this->caching) - return false; - - if (!isset($compile_id)) - $compile_id = $this->compile_id; - - $_params = array( - 'tpl_file' => $tpl_file, - 'cache_id' => $cache_id, - 'compile_id' => $compile_id - ); - require_once(SMARTY_CORE_DIR . 'core.read_cache_file.php'); - return smarty_core_read_cache_file($_params, $this); - } - - - /** - * clear all the assigned template variables. - * - */ - function clear_all_assign() - { - $this->_tpl_vars = array(); - } - - /** - * clears compiled version of specified template resource, - * or all compiled template files if one is not specified. - * This function is for advanced use only, not normally needed. - * - * @param string $tpl_file - * @param string $compile_id - * @param string $exp_time - * @return boolean results of {@link smarty_core_rm_auto()} - */ - function clear_compiled_tpl($tpl_file = null, $compile_id = null, $exp_time = null) - { - if (!isset($compile_id)) { - $compile_id = $this->compile_id; - } - $_params = array('auto_base' => $this->compile_dir, - 'auto_source' => $tpl_file, - 'auto_id' => $compile_id, - 'exp_time' => $exp_time, - 'extensions' => array('.inc', '.php')); - require_once(SMARTY_CORE_DIR . 'core.rm_auto.php'); - return smarty_core_rm_auto($_params, $this); - } - - /** - * Checks whether requested template exists. - * - * @param string $tpl_file - * @return boolean - */ - function template_exists($tpl_file) - { - $_params = array('resource_name' => $tpl_file, 'quiet'=>true, 'get_source'=>false); - return $this->_fetch_resource_info($_params); - } - - /** - * Returns an array containing template variables - * - * @param string $name - * @param string $type - * @return array - */ - function &get_template_vars($name=null) - { - if(!isset($name)) { - return $this->_tpl_vars; - } - if(isset($this->_tpl_vars[$name])) { - return $this->_tpl_vars[$name]; - } - } - - /** - * Returns an array containing config variables - * - * @param string $name - * @param string $type - * @return array - */ - function &get_config_vars($name=null) - { - if(!isset($name) && is_array($this->_config[0])) { - return $this->_config[0]['vars']; - } else if(isset($this->_config[0]['vars'][$name])) { - return $this->_config[0]['vars'][$name]; - } - } - - /** - * trigger Smarty error - * - * @param string $error_msg - * @param integer $error_type - */ - function trigger_error($error_msg, $error_type = E_USER_WARNING) - { - trigger_error("Smarty error: $error_msg", $error_type); - } - - - /** - * executes & displays the template results - * - * @param string $resource_name - * @param string $cache_id - * @param string $compile_id - */ - function display($resource_name, $cache_id = null, $compile_id = null) - { - $this->fetch($resource_name, $cache_id, $compile_id, true); - } - - /** - * executes & returns or displays the template results - * - * @param string $resource_name - * @param string $cache_id - * @param string $compile_id - * @param boolean $display - */ - function fetch($resource_name, $cache_id = null, $compile_id = null, $display = false) - { - static $_cache_info = array(); - - $_smarty_old_error_level = $this->debugging ? error_reporting() : error_reporting(isset($this->error_reporting) - ? $this->error_reporting : error_reporting() & ~E_NOTICE); - - if (!$this->debugging && $this->debugging_ctrl == 'URL') { - $_query_string = $this->request_use_auto_globals ? $_SERVER['QUERY_STRING'] : $GLOBALS['HTTP_SERVER_VARS']['QUERY_STRING']; - if (@strstr($_query_string, $this->_smarty_debug_id)) { - if (@strstr($_query_string, $this->_smarty_debug_id . '=on')) { - // enable debugging for this browser session - @setcookie('SMARTY_DEBUG', true); - $this->debugging = true; - } elseif (@strstr($_query_string, $this->_smarty_debug_id . '=off')) { - // disable debugging for this browser session - @setcookie('SMARTY_DEBUG', false); - $this->debugging = false; - } else { - // enable debugging for this page - $this->debugging = true; - } - } else { - $this->debugging = (bool)($this->request_use_auto_globals ? @$_COOKIE['SMARTY_DEBUG'] : @$GLOBALS['HTTP_COOKIE_VARS']['SMARTY_DEBUG']); - } - } - - if ($this->debugging) { - // capture time for debugging info - $_params = array(); - require_once(SMARTY_CORE_DIR . 'core.get_microtime.php'); - $_debug_start_time = smarty_core_get_microtime($_params, $this); - $this->_smarty_debug_info[] = array('type' => 'template', - 'filename' => $resource_name, - 'depth' => 0); - $_included_tpls_idx = count($this->_smarty_debug_info) - 1; - } - - if (!isset($compile_id)) { - $compile_id = $this->compile_id; - } - - $this->_compile_id = $compile_id; - $this->_inclusion_depth = 0; - - if ($this->caching) { - // save old cache_info, initialize cache_info - array_push($_cache_info, $this->_cache_info); - $this->_cache_info = array(); - $_params = array( - 'tpl_file' => $resource_name, - 'cache_id' => $cache_id, - 'compile_id' => $compile_id, - 'results' => null - ); - require_once(SMARTY_CORE_DIR . 'core.read_cache_file.php'); - if (smarty_core_read_cache_file($_params, $this)) { - $_smarty_results = $_params['results']; - if (!empty($this->_cache_info['insert_tags'])) { - $_params = array('plugins' => $this->_cache_info['insert_tags']); - require_once(SMARTY_CORE_DIR . 'core.load_plugins.php'); - smarty_core_load_plugins($_params, $this); - $_params = array('results' => $_smarty_results); - require_once(SMARTY_CORE_DIR . 'core.process_cached_inserts.php'); - $_smarty_results = smarty_core_process_cached_inserts($_params, $this); - } - if (!empty($this->_cache_info['cache_serials'])) { - $_params = array('results' => $_smarty_results); - require_once(SMARTY_CORE_DIR . 'core.process_compiled_include.php'); - $_smarty_results = smarty_core_process_compiled_include($_params, $this); - } - - - if ($display) { - if ($this->debugging) - { - // capture time for debugging info - $_params = array(); - require_once(SMARTY_CORE_DIR . 'core.get_microtime.php'); - $this->_smarty_debug_info[$_included_tpls_idx]['exec_time'] = smarty_core_get_microtime($_params, $this) - $_debug_start_time; - require_once(SMARTY_CORE_DIR . 'core.display_debug_console.php'); - $_smarty_results .= smarty_core_display_debug_console($_params, $this); - } - if ($this->cache_modified_check) { - $_server_vars = ($this->request_use_auto_globals) ? $_SERVER : $GLOBALS['HTTP_SERVER_VARS']; - $_last_modified_date = @substr($_server_vars['HTTP_IF_MODIFIED_SINCE'], 0, strpos($_server_vars['HTTP_IF_MODIFIED_SINCE'], 'GMT') + 3); - $_gmt_mtime = gmdate('D, d M Y H:i:s', $this->_cache_info['timestamp']).' GMT'; - if (@count($this->_cache_info['insert_tags']) == 0 - && !$this->_cache_serials - && $_gmt_mtime == $_last_modified_date) { - if (php_sapi_name()=='cgi') - header('Status: 304 Not Modified'); - else - header('HTTP/1.1 304 Not Modified'); - - } else { - header('Last-Modified: '.$_gmt_mtime); - echo $_smarty_results; - } - } else { - echo $_smarty_results; - } - error_reporting($_smarty_old_error_level); - // restore initial cache_info - $this->_cache_info = array_pop($_cache_info); - return true; - } else { - error_reporting($_smarty_old_error_level); - // restore initial cache_info - $this->_cache_info = array_pop($_cache_info); - return $_smarty_results; - } - } else { - $this->_cache_info['template'][$resource_name] = true; - if ($this->cache_modified_check && $display) { - header('Last-Modified: '.gmdate('D, d M Y H:i:s', time()).' GMT'); - } - } - } - - // load filters that are marked as autoload - if (count($this->autoload_filters)) { - foreach ($this->autoload_filters as $_filter_type => $_filters) { - foreach ($_filters as $_filter) { - $this->load_filter($_filter_type, $_filter); - } - } - } - - $_smarty_compile_path = $this->_get_compile_path($resource_name); - - // if we just need to display the results, don't perform output - // buffering - for speed - $_cache_including = $this->_cache_including; - $this->_cache_including = false; - if ($display && !$this->caching && count($this->_plugins['outputfilter']) == 0) { - if ($this->_is_compiled($resource_name, $_smarty_compile_path) - || $this->_compile_resource($resource_name, $_smarty_compile_path)) - { - include($_smarty_compile_path); - } - } else { - ob_start(); - if ($this->_is_compiled($resource_name, $_smarty_compile_path) - || $this->_compile_resource($resource_name, $_smarty_compile_path)) - { - include($_smarty_compile_path); - } - $_smarty_results = ob_get_contents(); - ob_end_clean(); - - foreach ((array)$this->_plugins['outputfilter'] as $_output_filter) { - $_smarty_results = call_user_func_array($_output_filter[0], array($_smarty_results, &$this)); - } - } - - if ($this->caching) { - $_params = array('tpl_file' => $resource_name, - 'cache_id' => $cache_id, - 'compile_id' => $compile_id, - 'results' => $_smarty_results); - require_once(SMARTY_CORE_DIR . 'core.write_cache_file.php'); - smarty_core_write_cache_file($_params, $this); - require_once(SMARTY_CORE_DIR . 'core.process_cached_inserts.php'); - $_smarty_results = smarty_core_process_cached_inserts($_params, $this); - - if ($this->_cache_serials) { - // strip nocache-tags from output - $_smarty_results = preg_replace('!(\{/?nocache\:[0-9a-f]{32}#\d+\})!s' - ,'' - ,$_smarty_results); - } - // restore initial cache_info - $this->_cache_info = array_pop($_cache_info); - } - $this->_cache_including = $_cache_including; - - if ($display) { - if (isset($_smarty_results)) { echo $_smarty_results; } - if ($this->debugging) { - // capture time for debugging info - $_params = array(); - require_once(SMARTY_CORE_DIR . 'core.get_microtime.php'); - $this->_smarty_debug_info[$_included_tpls_idx]['exec_time'] = (smarty_core_get_microtime($_params, $this) - $_debug_start_time); - require_once(SMARTY_CORE_DIR . 'core.display_debug_console.php'); - echo smarty_core_display_debug_console($_params, $this); - } - error_reporting($_smarty_old_error_level); - return; - } else { - error_reporting($_smarty_old_error_level); - if (isset($_smarty_results)) { return $_smarty_results; } - } - } - - /** - * load configuration values - * - * @param string $file - * @param string $section - * @param string $scope - */ - function config_load($file, $section = null, $scope = 'global') - { - require_once($this->_get_plugin_filepath('function', 'config_load')); - smarty_function_config_load(array('file' => $file, 'section' => $section, 'scope' => $scope), $this); - } - - /** - * return a reference to a registered object - * - * @param string $name - * @return object - */ - function &get_registered_object($name) { - if (!isset($this->_reg_objects[$name])) - $this->_trigger_fatal_error("'$name' is not a registered object"); - - if (!is_object($this->_reg_objects[$name][0])) - $this->_trigger_fatal_error("registered '$name' is not an object"); - - return $this->_reg_objects[$name][0]; - } - - /** - * clear configuration values - * - * @param string $var - */ - function clear_config($var = null) - { - if(!isset($var)) { - // clear all values - $this->_config = array(array('vars' => array(), - 'files' => array())); - } else { - unset($this->_config[0]['vars'][$var]); - } - } - - /** - * get filepath of requested plugin - * - * @param string $type - * @param string $name - * @return string|false - */ - function _get_plugin_filepath($type, $name) - { - $_params = array('type' => $type, 'name' => $name); - require_once(SMARTY_CORE_DIR . 'core.assemble_plugin_filepath.php'); - return smarty_core_assemble_plugin_filepath($_params, $this); - } - - /** - * test if resource needs compiling - * - * @param string $resource_name - * @param string $compile_path - * @return boolean - */ - function _is_compiled($resource_name, $compile_path) - { - if (!$this->force_compile && file_exists($compile_path)) { - if (!$this->compile_check) { - // no need to check compiled file - return true; - } else { - // get file source and timestamp - $_params = array('resource_name' => $resource_name, 'get_source'=>false); - if (!$this->_fetch_resource_info($_params)) { - return false; - } - if ($_params['resource_timestamp'] <= filemtime($compile_path)) { - // template not expired, no recompile - return true; - } else { - // compile template - return false; - } - } - } else { - // compiled template does not exist, or forced compile - return false; - } - } - - /** - * compile the template - * - * @param string $resource_name - * @param string $compile_path - * @return boolean - */ - function _compile_resource($resource_name, $compile_path) - { - - $_params = array('resource_name' => $resource_name); - if (!$this->_fetch_resource_info($_params)) { - return false; - } - - $_source_content = $_params['source_content']; - $_cache_include = substr($compile_path, 0, -4).'.inc'; - - if ($this->_compile_source($resource_name, $_source_content, $_compiled_content, $_cache_include)) { - // if a _cache_serial was set, we also have to write an include-file: - if ($this->_cache_include_info) { - require_once(SMARTY_CORE_DIR . 'core.write_compiled_include.php'); - smarty_core_write_compiled_include(array_merge($this->_cache_include_info, array('compiled_content'=>$_compiled_content, 'resource_name'=>$resource_name)), $this); - } - - $_params = array('compile_path'=>$compile_path, 'compiled_content' => $_compiled_content); - require_once(SMARTY_CORE_DIR . 'core.write_compiled_resource.php'); - smarty_core_write_compiled_resource($_params, $this); - - return true; - } else { - return false; - } - - } - - /** - * compile the given source - * - * @param string $resource_name - * @param string $source_content - * @param string $compiled_content - * @return boolean - */ - function _compile_source($resource_name, &$source_content, &$compiled_content, $cache_include_path=null) - { - if (file_exists(SMARTY_DIR . $this->compiler_file)) { - require_once(SMARTY_DIR . $this->compiler_file); - } else { - // use include_path - require_once($this->compiler_file); - } - - - $smarty_compiler = new $this->compiler_class; - - $smarty_compiler->template_dir = $this->template_dir; - $smarty_compiler->compile_dir = $this->compile_dir; - $smarty_compiler->plugins_dir = $this->plugins_dir; - $smarty_compiler->config_dir = $this->config_dir; - $smarty_compiler->force_compile = $this->force_compile; - $smarty_compiler->caching = $this->caching; - $smarty_compiler->php_handling = $this->php_handling; - $smarty_compiler->left_delimiter = $this->left_delimiter; - $smarty_compiler->right_delimiter = $this->right_delimiter; - $smarty_compiler->_version = $this->_version; - $smarty_compiler->security = $this->security; - $smarty_compiler->secure_dir = $this->secure_dir; - $smarty_compiler->security_settings = $this->security_settings; - $smarty_compiler->trusted_dir = $this->trusted_dir; - $smarty_compiler->use_sub_dirs = $this->use_sub_dirs; - $smarty_compiler->_reg_objects = &$this->_reg_objects; - $smarty_compiler->_plugins = &$this->_plugins; - $smarty_compiler->_tpl_vars = &$this->_tpl_vars; - $smarty_compiler->default_modifiers = $this->default_modifiers; - $smarty_compiler->compile_id = $this->_compile_id; - $smarty_compiler->_config = $this->_config; - $smarty_compiler->request_use_auto_globals = $this->request_use_auto_globals; - - if (isset($cache_include_path) && isset($this->_cache_serials[$cache_include_path])) { - $smarty_compiler->_cache_serial = $this->_cache_serials[$cache_include_path]; - } - $smarty_compiler->_cache_include = $cache_include_path; - - - $_results = $smarty_compiler->_compile_file($resource_name, $source_content, $compiled_content); - - if ($smarty_compiler->_cache_serial) { - $this->_cache_include_info = array( - 'cache_serial'=>$smarty_compiler->_cache_serial - ,'plugins_code'=>$smarty_compiler->_plugins_code - ,'include_file_path' => $cache_include_path); - - } else { - $this->_cache_include_info = null; - - } - - return $_results; - } - - /** - * Get the compile path for this resource - * - * @param string $resource_name - * @return string results of {@link _get_auto_filename()} - */ - function _get_compile_path($resource_name) - { - return $this->_get_auto_filename($this->compile_dir, $resource_name, - $this->_compile_id) . '.php'; - } - - /** - * fetch the template info. Gets timestamp, and source - * if get_source is true - * - * sets $source_content to the source of the template, and - * $resource_timestamp to its time stamp - * @param string $resource_name - * @param string $source_content - * @param integer $resource_timestamp - * @param boolean $get_source - * @param boolean $quiet - * @return boolean - */ - - function _fetch_resource_info(&$params) - { - if(!isset($params['get_source'])) { $params['get_source'] = true; } - if(!isset($params['quiet'])) { $params['quiet'] = false; } - - $_return = false; - $_params = array('resource_name' => $params['resource_name']) ; - if (isset($params['resource_base_path'])) - $_params['resource_base_path'] = $params['resource_base_path']; - else - $_params['resource_base_path'] = $this->template_dir; - - if ($this->_parse_resource_name($_params)) { - $_resource_type = $_params['resource_type']; - $_resource_name = $_params['resource_name']; - switch ($_resource_type) { - case 'file': - if ($params['get_source']) { - $params['source_content'] = $this->_read_file($_resource_name); - } - $params['resource_timestamp'] = filemtime($_resource_name); - $_return = is_file($_resource_name); - break; - - default: - // call resource functions to fetch the template source and timestamp - if ($params['get_source']) { - $_source_return = isset($this->_plugins['resource'][$_resource_type]) && - call_user_func_array($this->_plugins['resource'][$_resource_type][0][0], - array($_resource_name, &$params['source_content'], &$this)); - } else { - $_source_return = true; - } - - $_timestamp_return = isset($this->_plugins['resource'][$_resource_type]) && - call_user_func_array($this->_plugins['resource'][$_resource_type][0][1], - array($_resource_name, &$params['resource_timestamp'], &$this)); - - $_return = $_source_return && $_timestamp_return; - break; - } - } - - if (!$_return) { - // see if we can get a template with the default template handler - if (!empty($this->default_template_handler_func)) { - if (!is_callable($this->default_template_handler_func)) { - $this->trigger_error("default template handler function \"$this->default_template_handler_func\" doesn't exist."); - } else { - $_return = call_user_func_array( - $this->default_template_handler_func, - array($_params['resource_type'], $_params['resource_name'], &$params['source_content'], &$params['resource_timestamp'], &$this)); - } - } - } - - if (!$_return) { - if (!$params['quiet']) { - $this->trigger_error('unable to read resource: "' . $params['resource_name'] . '"'); - } - } else if ($_return && $this->security) { - require_once(SMARTY_CORE_DIR . 'core.is_secure.php'); - if (!smarty_core_is_secure($_params, $this)) { - if (!$params['quiet']) - $this->trigger_error('(secure mode) accessing "' . $params['resource_name'] . '" is not allowed'); - $params['source_content'] = null; - $params['resource_timestamp'] = null; - return false; - } - } - return $_return; - } - - - /** - * parse out the type and name from the resource - * - * @param string $resource_base_path - * @param string $resource_name - * @param string $resource_type - * @param string $resource_name - * @return boolean - */ - - function _parse_resource_name(&$params) - { - - // split tpl_path by the first colon - $_resource_name_parts = explode(':', $params['resource_name'], 2); - - if (count($_resource_name_parts) == 1) { - // no resource type given - $params['resource_type'] = $this->default_resource_type; - $params['resource_name'] = $_resource_name_parts[0]; - } else { - if(strlen($_resource_name_parts[0]) == 1) { - // 1 char is not resource type, but part of filepath - $params['resource_type'] = $this->default_resource_type; - $params['resource_name'] = $params['resource_name']; - } else { - $params['resource_type'] = $_resource_name_parts[0]; - $params['resource_name'] = $_resource_name_parts[1]; - } - } - - if ($params['resource_type'] == 'file') { - if (!preg_match('/^([\/\\\\]|[a-zA-Z]:[\/\\\\])/', $params['resource_name'])) { - // relative pathname to $params['resource_base_path'] - // use the first directory where the file is found - foreach ((array)$params['resource_base_path'] as $_curr_path) { - $_fullpath = $_curr_path . DIRECTORY_SEPARATOR . $params['resource_name']; - if (file_exists($_fullpath) && is_file($_fullpath)) { - $params['resource_name'] = $_fullpath; - return true; - } - // didn't find the file, try include_path - $_params = array('file_path' => $_fullpath); - require_once(SMARTY_CORE_DIR . 'core.get_include_path.php'); - if(smarty_core_get_include_path($_params, $this)) { - $params['resource_name'] = $_params['new_file_path']; - return true; - } - } - return false; - } else { - /* absolute path */ - return file_exists($params['resource_name']); - } - } elseif (empty($this->_plugins['resource'][$params['resource_type']])) { - $_params = array('type' => $params['resource_type']); - require_once(SMARTY_CORE_DIR . 'core.load_resource_plugin.php'); - smarty_core_load_resource_plugin($_params, $this); - } - - return true; - } - - - /** - * Handle modifiers - * - * @param string|null $modifier_name - * @param array|null $map_array - * @return string result of modifiers - */ - function _run_mod_handler() - { - $_args = func_get_args(); - list($_modifier_name, $_map_array) = array_splice($_args, 0, 2); - list($_func_name, $_tpl_file, $_tpl_line) = - $this->_plugins['modifier'][$_modifier_name]; - - $_var = $_args[0]; - foreach ($_var as $_key => $_val) { - $_args[0] = $_val; - $_var[$_key] = call_user_func_array($_func_name, $_args); - } - return $_var; - } - - /** - * Remove starting and ending quotes from the string - * - * @param string $string - * @return string - */ - function _dequote($string) - { - if (($string{0} == "'" || $string{0} == '"') && - $string{strlen($string)-1} == $string{0}) - return substr($string, 1, -1); - else - return $string; - } - - - /** - * read in a file - * - * @param string $filename - * @return string - */ - function _read_file($filename) - { - if ( file_exists($filename) && ($fd = @fopen($filename, 'rb')) ) { - $contents = ($size = filesize($filename)) ? fread($fd, $size) : ''; - fclose($fd); - return $contents; - } else { - return false; - } - } - - /** - * get a concrete filename for automagically created content - * - * @param string $auto_base - * @param string $auto_source - * @param string $auto_id - * @return string - * @staticvar string|null - * @staticvar string|null - */ - function _get_auto_filename($auto_base, $auto_source = null, $auto_id = null) - { - $_compile_dir_sep = $this->use_sub_dirs ? DIRECTORY_SEPARATOR : '^'; - $_return = $auto_base . DIRECTORY_SEPARATOR; - - if(isset($auto_id)) { - // make auto_id safe for directory names - $auto_id = str_replace('%7C',$_compile_dir_sep,(urlencode($auto_id))); - // split into separate directories - $_return .= $auto_id . $_compile_dir_sep; - } - - if(isset($auto_source)) { - // make source name safe for filename - $_filename = urlencode(basename($auto_source)); - $_crc32 = sprintf('%08X', crc32($auto_source)); - // prepend %% to avoid name conflicts with - // with $params['auto_id'] names - $_crc32 = substr($_crc32, 0, 2) . $_compile_dir_sep . - substr($_crc32, 0, 3) . $_compile_dir_sep . $_crc32; - $_return .= '%%' . $_crc32 . '%%' . $_filename; - } - - return $_return; - } - - /** - * unlink a file, possibly using expiration time - * - * @param string $resource - * @param integer $exp_time - */ - function _unlink($resource, $exp_time = null) - { - if(isset($exp_time)) { - if(time() - @filemtime($resource) >= $exp_time) { - return @unlink($resource); - } - } else { - return @unlink($resource); - } - } - - /** - * returns an auto_id for auto-file-functions - * - * @param string $cache_id - * @param string $compile_id - * @return string|null - */ - function _get_auto_id($cache_id=null, $compile_id=null) { - if (isset($cache_id)) - return (isset($compile_id)) ? $cache_id . '|' . $compile_id : $cache_id; - elseif(isset($compile_id)) - return $compile_id; - else - return null; - } - - /** - * trigger Smarty plugin error - * - * @param string $error_msg - * @param string $tpl_file - * @param integer $tpl_line - * @param string $file - * @param integer $line - * @param integer $error_type - */ - function _trigger_fatal_error($error_msg, $tpl_file = null, $tpl_line = null, - $file = null, $line = null, $error_type = E_USER_ERROR) - { - if(isset($file) && isset($line)) { - $info = ' ('.basename($file).", line $line)"; - } else { - $info = ''; - } - if (isset($tpl_line) && isset($tpl_file)) { - $this->trigger_error('[in ' . $tpl_file . ' line ' . $tpl_line . "]: $error_msg$info", $error_type); - } else { - $this->trigger_error($error_msg . $info, $error_type); - } - } - - - /** - * callback function for preg_replace, to call a non-cacheable block - * @return string - */ - function _process_compiled_include_callback($match) { - $_func = '_smarty_tplfunc_'.$match[2].'_'.$match[3]; - ob_start(); - $_func($this); - $_ret = ob_get_contents(); - ob_end_clean(); - return $_ret; - } - - - /** - * called for included templates - * - * @param string $_smarty_include_tpl_file - * @param string $_smarty_include_vars - */ - - // $_smarty_include_tpl_file, $_smarty_include_vars - - function _smarty_include($params) - { - if ($this->debugging) { - $_params = array(); - require_once(SMARTY_CORE_DIR . 'core.get_microtime.php'); - $debug_start_time = smarty_core_get_microtime($_params, $this); - $this->_smarty_debug_info[] = array('type' => 'template', - 'filename' => $params['smarty_include_tpl_file'], - 'depth' => ++$this->_inclusion_depth); - $included_tpls_idx = count($this->_smarty_debug_info) - 1; - } - - $this->_tpl_vars = array_merge($this->_tpl_vars, $params['smarty_include_vars']); - - // config vars are treated as local, so push a copy of the - // current ones onto the front of the stack - array_unshift($this->_config, $this->_config[0]); - - $_smarty_compile_path = $this->_get_compile_path($params['smarty_include_tpl_file']); - - - if ($this->_is_compiled($params['smarty_include_tpl_file'], $_smarty_compile_path) - || $this->_compile_resource($params['smarty_include_tpl_file'], $_smarty_compile_path)) - { - include($_smarty_compile_path); - } - - // pop the local vars off the front of the stack - array_shift($this->_config); - - $this->_inclusion_depth--; - - if ($this->debugging) { - // capture time for debugging info - $_params = array(); - require_once(SMARTY_CORE_DIR . 'core.get_microtime.php'); - $this->_smarty_debug_info[$included_tpls_idx]['exec_time'] = smarty_core_get_microtime($_params, $this) - $debug_start_time; - } - - if ($this->caching) { - $this->_cache_info['template'][$params['smarty_include_tpl_file']] = true; - } - } - - - /** - * get or set an array of cached attributes for function that is - * not cacheable - * @return array - */ - function &_smarty_cache_attrs($cache_serial, $count) { - $_cache_attrs =& $this->_cache_info['cache_attrs'][$cache_serial][$count]; - - if ($this->_cache_including) { - /* return next set of cache_attrs */ - $_return =& current($_cache_attrs); - next($_cache_attrs); - return $_return; - - } else { - /* add a reference to a new set of cache_attrs */ - $_cache_attrs[] = array(); - return $_cache_attrs[count($_cache_attrs)-1]; - - } - - } - - - /** - * wrapper for include() retaining $this - * @return mixed - */ - function _include($filename, $once=false, $params=null) - { - if ($once) { - return include_once($filename); - } else { - return include($filename); - } - } - - - /** - * wrapper for eval() retaining $this - * @return mixed - */ - function _eval($code, $params=null) - { - return eval($code); - } - /**#@-*/ - -} - -/* vim: set expandtab: */ - -?> diff --git a/www/smarty/Smarty_Compiler.class.php b/www/smarty/Smarty_Compiler.class.php deleted file mode 100644 index aba1fb6..0000000 --- a/www/smarty/Smarty_Compiler.class.php +++ /dev/null @@ -1,2304 +0,0 @@ -<?php - -/** - * Project: Smarty: the PHP compiling template engine - * File: Smarty_Compiler.class.php - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * - * @link http://smarty.php.net/ - * @author Monte Ohrt <monte at ohrt dot com> - * @author Andrei Zmievski <andrei@php.net> - * @version 2.6.9 - * @copyright 2001-2005 New Digital Group, Inc. - * @package Smarty - */ - -/* $Id$ */ - -/** - * Template compiling class - * @package Smarty - */ -class Smarty_Compiler extends Smarty { - - // internal vars - /**#@+ - * @access private - */ - var $_folded_blocks = array(); // keeps folded template blocks - var $_current_file = null; // the current template being compiled - var $_current_line_no = 1; // line number for error messages - var $_capture_stack = array(); // keeps track of nested capture buffers - var $_plugin_info = array(); // keeps track of plugins to load - var $_init_smarty_vars = false; - var $_permitted_tokens = array('true','false','yes','no','on','off','null'); - var $_db_qstr_regexp = null; // regexps are setup in the constructor - var $_si_qstr_regexp = null; - var $_qstr_regexp = null; - var $_func_regexp = null; - var $_reg_obj_regexp = null; - var $_var_bracket_regexp = null; - var $_num_const_regexp = null; - var $_dvar_guts_regexp = null; - var $_dvar_regexp = null; - var $_cvar_regexp = null; - var $_svar_regexp = null; - var $_avar_regexp = null; - var $_mod_regexp = null; - var $_var_regexp = null; - var $_parenth_param_regexp = null; - var $_func_call_regexp = null; - var $_obj_ext_regexp = null; - var $_obj_start_regexp = null; - var $_obj_params_regexp = null; - var $_obj_call_regexp = null; - var $_cacheable_state = 0; - var $_cache_attrs_count = 0; - var $_nocache_count = 0; - var $_cache_serial = null; - var $_cache_include = null; - - var $_strip_depth = 0; - var $_additional_newline = "\n"; - - /**#@-*/ - /** - * The class constructor. - */ - function Smarty_Compiler() - { - // matches double quoted strings: - // "foobar" - // "foo\"bar" - $this->_db_qstr_regexp = '"[^"\\\\]*(?:\\\\.[^"\\\\]*)*"'; - - // matches single quoted strings: - // 'foobar' - // 'foo\'bar' - $this->_si_qstr_regexp = '\'[^\'\\\\]*(?:\\\\.[^\'\\\\]*)*\''; - - // matches single or double quoted strings - $this->_qstr_regexp = '(?:' . $this->_db_qstr_regexp . '|' . $this->_si_qstr_regexp . ')'; - - // matches bracket portion of vars - // [0] - // [foo] - // [$bar] - $this->_var_bracket_regexp = '\[\$?[\w\.]+\]'; - - // matches numerical constants - // 30 - // -12 - // 13.22 - $this->_num_const_regexp = '(?:\-?\d+(?:\.\d+)?)'; - - // matches $ vars (not objects): - // $foo - // $foo.bar - // $foo.bar.foobar - // $foo[0] - // $foo[$bar] - // $foo[5][blah] - // $foo[5].bar[$foobar][4] - $this->_dvar_math_regexp = '(?:[\+\*\/\%]|(?:-(?!>)))'; - $this->_dvar_math_var_regexp = '[\$\w\.\+\-\*\/\%\d\>\[\]]'; - $this->_dvar_guts_regexp = '\w+(?:' . $this->_var_bracket_regexp - . ')*(?:\.\$?\w+(?:' . $this->_var_bracket_regexp . ')*)*(?:' . $this->_dvar_math_regexp . '(?:' . $this->_num_const_regexp . '|' . $this->_dvar_math_var_regexp . ')*)?'; - $this->_dvar_regexp = '\$' . $this->_dvar_guts_regexp; - - // matches config vars: - // #foo# - // #foobar123_foo# - $this->_cvar_regexp = '\#\w+\#'; - - // matches section vars: - // %foo.bar% - $this->_svar_regexp = '\%\w+\.\w+\%'; - - // matches all valid variables (no quotes, no modifiers) - $this->_avar_regexp = '(?:' . $this->_dvar_regexp . '|' - . $this->_cvar_regexp . '|' . $this->_svar_regexp . ')'; - - // matches valid variable syntax: - // $foo - // $foo - // #foo# - // #foo# - // "text" - // "text" - $this->_var_regexp = '(?:' . $this->_avar_regexp . '|' . $this->_qstr_regexp . ')'; - - // matches valid object call (one level of object nesting allowed in parameters): - // $foo->bar - // $foo->bar() - // $foo->bar("text") - // $foo->bar($foo, $bar, "text") - // $foo->bar($foo, "foo") - // $foo->bar->foo() - // $foo->bar->foo->bar() - // $foo->bar($foo->bar) - // $foo->bar($foo->bar()) - // $foo->bar($foo->bar($blah,$foo,44,"foo",$foo[0].bar)) - $this->_obj_ext_regexp = '\->(?:\$?' . $this->_dvar_guts_regexp . ')'; - $this->_obj_restricted_param_regexp = '(?:' - . '(?:' . $this->_var_regexp . '|' . $this->_num_const_regexp . ')(?:' . $this->_obj_ext_regexp . '(?:\((?:(?:' . $this->_var_regexp . '|' . $this->_num_const_regexp . ')' - . '(?:\s*,\s*(?:' . $this->_var_regexp . '|' . $this->_num_const_regexp . '))*)?\))?)*)'; - $this->_obj_single_param_regexp = '(?:\w+|' . $this->_obj_restricted_param_regexp . '(?:\s*,\s*(?:(?:\w+|' - . $this->_var_regexp . $this->_obj_restricted_param_regexp . ')))*)'; - $this->_obj_params_regexp = '\((?:' . $this->_obj_single_param_regexp - . '(?:\s*,\s*' . $this->_obj_single_param_regexp . ')*)?\)'; - $this->_obj_start_regexp = '(?:' . $this->_dvar_regexp . '(?:' . $this->_obj_ext_regexp . ')+)'; - $this->_obj_call_regexp = '(?:' . $this->_obj_start_regexp . '(?:' . $this->_obj_params_regexp . ')?(?:' . $this->_dvar_math_regexp . '(?:' . $this->_num_const_regexp . '|' . $this->_dvar_math_var_regexp . ')*)?)'; - - // matches valid modifier syntax: - // |foo - // |@foo - // |foo:"bar" - // |foo:$bar - // |foo:"bar":$foobar - // |foo|bar - // |foo:$foo->bar - $this->_mod_regexp = '(?:\|@?\w+(?::(?:\w+|' . $this->_num_const_regexp . '|' - . $this->_obj_call_regexp . '|' . $this->_avar_regexp . '|' . $this->_qstr_regexp .'))*)'; - - // matches valid function name: - // foo123 - // _foo_bar - $this->_func_regexp = '[a-zA-Z_]\w*'; - - // matches valid registered object: - // foo->bar - $this->_reg_obj_regexp = '[a-zA-Z_]\w*->[a-zA-Z_]\w*'; - - // matches valid parameter values: - // true - // $foo - // $foo|bar - // #foo# - // #foo#|bar - // "text" - // "text"|bar - // $foo->bar - $this->_param_regexp = '(?:\s*(?:' . $this->_obj_call_regexp . '|' - . $this->_var_regexp . '|' . $this->_num_const_regexp . '|\w+)(?>' . $this->_mod_regexp . '*)\s*)'; - - // matches valid parenthesised function parameters: - // - // "text" - // $foo, $bar, "text" - // $foo|bar, "foo"|bar, $foo->bar($foo)|bar - $this->_parenth_param_regexp = '(?:\((?:\w+|' - . $this->_param_regexp . '(?:\s*,\s*(?:(?:\w+|' - . $this->_param_regexp . ')))*)?\))'; - - // matches valid function call: - // foo() - // foo_bar($foo) - // _foo_bar($foo,"bar") - // foo123($foo,$foo->bar(),"foo") - $this->_func_call_regexp = '(?:' . $this->_func_regexp . '\s*(?:' - . $this->_parenth_param_regexp . '))'; - } - - /** - * compile a resource - * - * sets $compiled_content to the compiled source - * @param string $resource_name - * @param string $source_content - * @param string $compiled_content - * @return true - */ - function _compile_file($resource_name, $source_content, &$compiled_content) - { - - if ($this->security) { - // do not allow php syntax to be executed unless specified - if ($this->php_handling == SMARTY_PHP_ALLOW && - !$this->security_settings['PHP_HANDLING']) { - $this->php_handling = SMARTY_PHP_PASSTHRU; - } - } - - $this->_load_filters(); - - $this->_current_file = $resource_name; - $this->_current_line_no = 1; - $ldq = preg_quote($this->left_delimiter, '~'); - $rdq = preg_quote($this->right_delimiter, '~'); - - // run template source through prefilter functions - if (count($this->_plugins['prefilter']) > 0) { - foreach ($this->_plugins['prefilter'] as $filter_name => $prefilter) { - if ($prefilter === false) continue; - if ($prefilter[3] || is_callable($prefilter[0])) { - $source_content = call_user_func_array($prefilter[0], - array($source_content, &$this)); - $this->_plugins['prefilter'][$filter_name][3] = true; - } else { - $this->_trigger_fatal_error("[plugin] prefilter '$filter_name' is not implemented"); - } - } - } - - /* fetch all special blocks */ - $search = "~{$ldq}\*(.*?)\*{$rdq}|{$ldq}\s*literal\s*{$rdq}(.*?){$ldq}\s*/literal\s*{$rdq}|{$ldq}\s*php\s*{$rdq}(.*?){$ldq}\s*/php\s*{$rdq}~s"; - - preg_match_all($search, $source_content, $match, PREG_SET_ORDER); - $this->_folded_blocks = $match; - reset($this->_folded_blocks); - - /* replace special blocks by "{php}" */ - $source_content = preg_replace($search.'e', "'" - . $this->_quote_replace($this->left_delimiter) . 'php' - . "' . str_repeat(\"\n\", substr_count('\\0', \"\n\")) .'" - . $this->_quote_replace($this->right_delimiter) - . "'" - , $source_content); - - /* Gather all template tags. */ - preg_match_all("~{$ldq}\s*(.*?)\s*{$rdq}~s", $source_content, $_match); - $template_tags = $_match[1]; - /* Split content by template tags to obtain non-template content. */ - $text_blocks = preg_split("~{$ldq}.*?{$rdq}~s", $source_content); - - /* loop through text blocks */ - for ($curr_tb = 0, $for_max = count($text_blocks); $curr_tb < $for_max; $curr_tb++) { - /* match anything resembling php tags */ - if (preg_match_all('~(<\?(?:\w+|=)?|\?>|language\s*=\s*[\"\']?php[\"\']?)~is', $text_blocks[$curr_tb], $sp_match)) { - /* replace tags with placeholders to prevent recursive replacements */ - $sp_match[1] = array_unique($sp_match[1]); - usort($sp_match[1], '_smarty_sort_length'); - for ($curr_sp = 0, $for_max2 = count($sp_match[1]); $curr_sp < $for_max2; $curr_sp++) { - $text_blocks[$curr_tb] = str_replace($sp_match[1][$curr_sp],'%%%SMARTYSP'.$curr_sp.'%%%',$text_blocks[$curr_tb]); - } - /* process each one */ - for ($curr_sp = 0, $for_max2 = count($sp_match[1]); $curr_sp < $for_max2; $curr_sp++) { - if ($this->php_handling == SMARTY_PHP_PASSTHRU) { - /* echo php contents */ - $text_blocks[$curr_tb] = str_replace('%%%SMARTYSP'.$curr_sp.'%%%', '<?php echo \''.str_replace("'", "\'", $sp_match[1][$curr_sp]).'\'; ?>'."\n", $text_blocks[$curr_tb]); - } else if ($this->php_handling == SMARTY_PHP_QUOTE) { - /* quote php tags */ - $text_blocks[$curr_tb] = str_replace('%%%SMARTYSP'.$curr_sp.'%%%', htmlspecialchars($sp_match[1][$curr_sp]), $text_blocks[$curr_tb]); - } else if ($this->php_handling == SMARTY_PHP_REMOVE) { - /* remove php tags */ - $text_blocks[$curr_tb] = str_replace('%%%SMARTYSP'.$curr_sp.'%%%', '', $text_blocks[$curr_tb]); - } else { - /* SMARTY_PHP_ALLOW, but echo non php starting tags */ - $sp_match[1][$curr_sp] = preg_replace('~(<\?(?!php|=|$))~i', '<?php echo \'\\1\'?>'."\n", $sp_match[1][$curr_sp]); - $text_blocks[$curr_tb] = str_replace('%%%SMARTYSP'.$curr_sp.'%%%', $sp_match[1][$curr_sp], $text_blocks[$curr_tb]); - } - } - } - } - - /* Compile the template tags into PHP code. */ - $compiled_tags = array(); - for ($i = 0, $for_max = count($template_tags); $i < $for_max; $i++) { - $this->_current_line_no += substr_count($text_blocks[$i], "\n"); - $compiled_tags[] = $this->_compile_tag($template_tags[$i]); - $this->_current_line_no += substr_count($template_tags[$i], "\n"); - } - if (count($this->_tag_stack)>0) { - list($_open_tag, $_line_no) = end($this->_tag_stack); - $this->_syntax_error("unclosed tag \{$_open_tag} (opened line $_line_no).", E_USER_ERROR, __FILE__, __LINE__); - return; - } - - /* Reformat $text_blocks between 'strip' and '/strip' tags, - removing spaces, tabs and newlines. */ - $strip = false; - for ($i = 0, $for_max = count($compiled_tags); $i < $for_max; $i++) { - if ($compiled_tags[$i] == '{strip}') { - $compiled_tags[$i] = ''; - $strip = true; - /* remove leading whitespaces */ - $text_blocks[$i + 1] = ltrim($text_blocks[$i + 1]); - } - if ($strip) { - /* strip all $text_blocks before the next '/strip' */ - for ($j = $i + 1; $j < $for_max; $j++) { - /* remove leading and trailing whitespaces of each line */ - $text_blocks[$j] = preg_replace('![\t ]*[\r\n]+[\t ]*!', '', $text_blocks[$j]); - if ($compiled_tags[$j] == '{/strip}') { - /* remove trailing whitespaces from the last text_block */ - $text_blocks[$j] = rtrim($text_blocks[$j]); - } - $text_blocks[$j] = "<?php echo '" . strtr($text_blocks[$j], array("'"=>"\'", "\\"=>"\\\\")) . "'; ?>"; - if ($compiled_tags[$j] == '{/strip}') { - $compiled_tags[$j] = "\n"; /* slurped by php, but necessary - if a newline is following the closing strip-tag */ - $strip = false; - $i = $j; - break; - } - } - } - } - $compiled_content = ''; - - /* Interleave the compiled contents and text blocks to get the final result. */ - for ($i = 0, $for_max = count($compiled_tags); $i < $for_max; $i++) { - if ($compiled_tags[$i] == '') { - // tag result empty, remove first newline from following text block - $text_blocks[$i+1] = preg_replace('~^(\r\n|\r|\n)~', '', $text_blocks[$i+1]); - } - $compiled_content .= $text_blocks[$i].$compiled_tags[$i]; - } - $compiled_content .= $text_blocks[$i]; - - // remove \n from the end of the file, if any - if (($_len=strlen($compiled_content)) && ($compiled_content{$_len - 1} == "\n" )) { - $compiled_content = substr($compiled_content, 0, -1); - } - - if (!empty($this->_cache_serial)) { - $compiled_content = "<?php \$this->_cache_serials['".$this->_cache_include."'] = '".$this->_cache_serial."'; ?>" . $compiled_content; - } - - // remove unnecessary close/open tags - $compiled_content = preg_replace('~\?>\n?<\?php~', '', $compiled_content); - - // run compiled template through postfilter functions - if (count($this->_plugins['postfilter']) > 0) { - foreach ($this->_plugins['postfilter'] as $filter_name => $postfilter) { - if ($postfilter === false) continue; - if ($postfilter[3] || is_callable($postfilter[0])) { - $compiled_content = call_user_func_array($postfilter[0], - array($compiled_content, &$this)); - $this->_plugins['postfilter'][$filter_name][3] = true; - } else { - $this->_trigger_fatal_error("Smarty plugin error: postfilter '$filter_name' is not implemented"); - } - } - } - - // put header at the top of the compiled template - $template_header = "<?php /* Smarty version ".$this->_version.", created on ".strftime("%Y-%m-%d %H:%M:%S")."\n"; - $template_header .= " compiled from ".strtr(urlencode($resource_name), array('%2F'=>'/', '%3A'=>':'))." */ ?>\n"; - - /* Emit code to load needed plugins. */ - $this->_plugins_code = ''; - if (count($this->_plugin_info)) { - $_plugins_params = "array('plugins' => array("; - foreach ($this->_plugin_info as $plugin_type => $plugins) { - foreach ($plugins as $plugin_name => $plugin_info) { - $_plugins_params .= "array('$plugin_type', '$plugin_name', '" . strtr($plugin_info[0], array("'" => "\\'", "\\" => "\\\\")) . "', $plugin_info[1], "; - $_plugins_params .= $plugin_info[2] ? 'true),' : 'false),'; - } - } - $_plugins_params .= '))'; - $plugins_code = "<?php require_once(SMARTY_CORE_DIR . 'core.load_plugins.php');\nsmarty_core_load_plugins($_plugins_params, \$this); ?>\n"; - $template_header .= $plugins_code; - $this->_plugin_info = array(); - $this->_plugins_code = $plugins_code; - } - - if ($this->_init_smarty_vars) { - $template_header .= "<?php require_once(SMARTY_CORE_DIR . 'core.assign_smarty_interface.php');\nsmarty_core_assign_smarty_interface(null, \$this); ?>\n"; - $this->_init_smarty_vars = false; - } - - $compiled_content = $template_header . $compiled_content; - return true; - } - - /** - * Compile a template tag - * - * @param string $template_tag - * @return string - */ - function _compile_tag($template_tag) - { - /* Matched comment. */ - if ($template_tag{0} == '*' && $template_tag{strlen($template_tag) - 1} == '*') - return ''; - - /* Split tag into two three parts: command, command modifiers and the arguments. */ - if(! preg_match('~^(?:(' . $this->_num_const_regexp . '|' . $this->_obj_call_regexp . '|' . $this->_var_regexp - . '|\/?' . $this->_reg_obj_regexp . '|\/?' . $this->_func_regexp . ')(' . $this->_mod_regexp . '*)) - (?:\s+(.*))?$ - ~xs', $template_tag, $match)) { - $this->_syntax_error("unrecognized tag: $template_tag", E_USER_ERROR, __FILE__, __LINE__); - } - - $tag_command = $match[1]; - $tag_modifier = isset($match[2]) ? $match[2] : null; - $tag_args = isset($match[3]) ? $match[3] : null; - - if (preg_match('~^' . $this->_num_const_regexp . '|' . $this->_obj_call_regexp . '|' . $this->_var_regexp . '$~', $tag_command)) { - /* tag name is a variable or object */ - $_return = $this->_parse_var_props($tag_command . $tag_modifier); - return "<?php echo $_return; ?>" . $this->_additional_newline; - } - - /* If the tag name is a registered object, we process it. */ - if (preg_match('~^\/?' . $this->_reg_obj_regexp . '$~', $tag_command)) { - return $this->_compile_registered_object_tag($tag_command, $this->_parse_attrs($tag_args), $tag_modifier); - } - - switch ($tag_command) { - case 'include': - return $this->_compile_include_tag($tag_args); - - case 'include_php': - return $this->_compile_include_php_tag($tag_args); - - case 'if': - $this->_push_tag('if'); - return $this->_compile_if_tag($tag_args); - - case 'else': - list($_open_tag) = end($this->_tag_stack); - if ($_open_tag != 'if' && $_open_tag != 'elseif') - $this->_syntax_error('unexpected {else}', E_USER_ERROR, __FILE__, __LINE__); - else - $this->_push_tag('else'); - return '<?php else: ?>'; - - case 'elseif': - list($_open_tag) = end($this->_tag_stack); - if ($_open_tag != 'if' && $_open_tag != 'elseif') - $this->_syntax_error('unexpected {elseif}', E_USER_ERROR, __FILE__, __LINE__); - if ($_open_tag == 'if') - $this->_push_tag('elseif'); - return $this->_compile_if_tag($tag_args, true); - - case '/if': - $this->_pop_tag('if'); - return '<?php endif; ?>'; - - case 'capture': - return $this->_compile_capture_tag(true, $tag_args); - - case '/capture': - return $this->_compile_capture_tag(false); - - case 'ldelim': - return $this->left_delimiter; - - case 'rdelim': - return $this->right_delimiter; - - case 'section': - $this->_push_tag('section'); - return $this->_compile_section_start($tag_args); - - case 'sectionelse': - $this->_push_tag('sectionelse'); - return "<?php endfor; else: ?>"; - break; - - case '/section': - $_open_tag = $this->_pop_tag('section'); - if ($_open_tag == 'sectionelse') - return "<?php endif; ?>"; - else - return "<?php endfor; endif; ?>"; - - case 'foreach': - $this->_push_tag('foreach'); - return $this->_compile_foreach_start($tag_args); - break; - - case 'foreachelse': - $this->_push_tag('foreachelse'); - return "<?php endforeach; else: ?>"; - - case '/foreach': - $_open_tag = $this->_pop_tag('foreach'); - if ($_open_tag == 'foreachelse') - return "<?php endif; unset(\$_from); ?>"; - else - return "<?php endforeach; endif; unset(\$_from); ?>"; - break; - - case 'strip': - case '/strip': - if ($tag_command{0}=='/') { - $this->_pop_tag('strip'); - if (--$this->_strip_depth==0) { /* outermost closing {/strip} */ - $this->_additional_newline = "\n"; - return '{' . $tag_command . '}'; - } - } else { - $this->_push_tag('strip'); - if ($this->_strip_depth++==0) { /* outermost opening {strip} */ - $this->_additional_newline = ""; - return '{' . $tag_command . '}'; - } - } - return ''; - - case 'php': - /* handle folded tags replaced by {php} */ - list(, $block) = each($this->_folded_blocks); - $this->_current_line_no += substr_count($block[0], "\n"); - /* the number of matched elements in the regexp in _compile_file() - determins the type of folded tag that was found */ - switch (count($block)) { - case 2: /* comment */ - return ''; - - case 3: /* literal */ - return "<?php echo '" . strtr($block[2], array("'"=>"\'", "\\"=>"\\\\")) . "'; ?>" . $this->_additional_newline; - - case 4: /* php */ - if ($this->security && !$this->security_settings['PHP_TAGS']) { - $this->_syntax_error("(secure mode) php tags not permitted", E_USER_WARNING, __FILE__, __LINE__); - return; - } - return '<?php ' . $block[3] .' ?>'; - } - break; - - case 'insert': - return $this->_compile_insert_tag($tag_args); - - default: - if ($this->_compile_compiler_tag($tag_command, $tag_args, $output)) { - return $output; - } else if ($this->_compile_block_tag($tag_command, $tag_args, $tag_modifier, $output)) { - return $output; - } else if ($this->_compile_custom_tag($tag_command, $tag_args, $tag_modifier, $output)) { - return $output; - } else { - $this->_syntax_error("unrecognized tag '$tag_command'", E_USER_ERROR, __FILE__, __LINE__); - } - - } - } - - - /** - * compile the custom compiler tag - * - * sets $output to the compiled custom compiler tag - * @param string $tag_command - * @param string $tag_args - * @param string $output - * @return boolean - */ - function _compile_compiler_tag($tag_command, $tag_args, &$output) - { - $found = false; - $have_function = true; - - /* - * First we check if the compiler function has already been registered - * or loaded from a plugin file. - */ - if (isset($this->_plugins['compiler'][$tag_command])) { - $found = true; - $plugin_func = $this->_plugins['compiler'][$tag_command][0]; - if (!is_callable($plugin_func)) { - $message = "compiler function '$tag_command' is not implemented"; - $have_function = false; - } - } - /* - * Otherwise we need to load plugin file and look for the function - * inside it. - */ - else if ($plugin_file = $this->_get_plugin_filepath('compiler', $tag_command)) { - $found = true; - - include_once $plugin_file; - - $plugin_func = 'smarty_compiler_' . $tag_command; - if (!is_callable($plugin_func)) { - $message = "plugin function $plugin_func() not found in $plugin_file\n"; - $have_function = false; - } else { - $this->_plugins['compiler'][$tag_command] = array($plugin_func, null, null, null, true); - } - } - - /* - * True return value means that we either found a plugin or a - * dynamically registered function. False means that we didn't and the - * compiler should now emit code to load custom function plugin for this - * tag. - */ - if ($found) { - if ($have_function) { - $output = call_user_func_array($plugin_func, array($tag_args, &$this)); - if($output != '') { - $output = '<?php ' . $this->_push_cacheable_state('compiler', $tag_command) - . $output - . $this->_pop_cacheable_state('compiler', $tag_command) . ' ?>'; - } - } else { - $this->_syntax_error($message, E_USER_WARNING, __FILE__, __LINE__); - } - return true; - } else { - return false; - } - } - - - /** - * compile block function tag - * - * sets $output to compiled block function tag - * @param string $tag_command - * @param string $tag_args - * @param string $tag_modifier - * @param string $output - * @return boolean - */ - function _compile_block_tag($tag_command, $tag_args, $tag_modifier, &$output) - { - if ($tag_command{0} == '/') { - $start_tag = false; - $tag_command = substr($tag_command, 1); - } else - $start_tag = true; - - $found = false; - $have_function = true; - - /* - * First we check if the block function has already been registered - * or loaded from a plugin file. - */ - if (isset($this->_plugins['block'][$tag_command])) { - $found = true; - $plugin_func = $this->_plugins['block'][$tag_command][0]; - if (!is_callable($plugin_func)) { - $message = "block function '$tag_command' is not implemented"; - $have_function = false; - } - } - /* - * Otherwise we need to load plugin file and look for the function - * inside it. - */ - else if ($plugin_file = $this->_get_plugin_filepath('block', $tag_command)) { - $found = true; - - include_once $plugin_file; - - $plugin_func = 'smarty_block_' . $tag_command; - if (!function_exists($plugin_func)) { - $message = "plugin function $plugin_func() not found in $plugin_file\n"; - $have_function = false; - } else { - $this->_plugins['block'][$tag_command] = array($plugin_func, null, null, null, true); - - } - } - - if (!$found) { - return false; - } else if (!$have_function) { - $this->_syntax_error($message, E_USER_WARNING, __FILE__, __LINE__); - return true; - } - - /* - * Even though we've located the plugin function, compilation - * happens only once, so the plugin will still need to be loaded - * at runtime for future requests. - */ - $this->_add_plugin('block', $tag_command); - - if ($start_tag) - $this->_push_tag($tag_command); - else - $this->_pop_tag($tag_command); - - if ($start_tag) { - $output = '<?php ' . $this->_push_cacheable_state('block', $tag_command); - $attrs = $this->_parse_attrs($tag_args); - $arg_list = $this->_compile_arg_list('block', $tag_command, $attrs, $_cache_attrs=''); - $output .= "$_cache_attrs\$this->_tag_stack[] = array('$tag_command', array(".implode(',', $arg_list).')); '; - $output .= $this->_compile_plugin_call('block', $tag_command).'($this->_tag_stack[count($this->_tag_stack)-1][1], null, $this, $_block_repeat=true);'; - $output .= 'while ($_block_repeat) { ob_start(); ?>'; - } else { - $output = '<?php $_block_content = ob_get_contents(); ob_end_clean(); '; - $_out_tag_text = $this->_compile_plugin_call('block', $tag_command).'($this->_tag_stack[count($this->_tag_stack)-1][1], $_block_content, $this, $_block_repeat=false)'; - if ($tag_modifier != '') { - $this->_parse_modifiers($_out_tag_text, $tag_modifier); - } - $output .= 'echo '.$_out_tag_text.'; } '; - $output .= " array_pop(\$this->_tag_stack); " . $this->_pop_cacheable_state('block', $tag_command) . '?>'; - } - - return true; - } - - - /** - * compile custom function tag - * - * @param string $tag_command - * @param string $tag_args - * @param string $tag_modifier - * @return string - */ - function _compile_custom_tag($tag_command, $tag_args, $tag_modifier, &$output) - { - $found = false; - $have_function = true; - - /* - * First we check if the custom function has already been registered - * or loaded from a plugin file. - */ - if (isset($this->_plugins['function'][$tag_command])) { - $found = true; - $plugin_func = $this->_plugins['function'][$tag_command][0]; - if (!is_callable($plugin_func)) { - $message = "custom function '$tag_command' is not implemented"; - $have_function = false; - } - } - /* - * Otherwise we need to load plugin file and look for the function - * inside it. - */ - else if ($plugin_file = $this->_get_plugin_filepath('function', $tag_command)) { - $found = true; - - include_once $plugin_file; - - $plugin_func = 'smarty_function_' . $tag_command; - if (!function_exists($plugin_func)) { - $message = "plugin function $plugin_func() not found in $plugin_file\n"; - $have_function = false; - } else { - $this->_plugins['function'][$tag_command] = array($plugin_func, null, null, null, true); - - } - } - - if (!$found) { - return false; - } else if (!$have_function) { - $this->_syntax_error($message, E_USER_WARNING, __FILE__, __LINE__); - return true; - } - - /* declare plugin to be loaded on display of the template that - we compile right now */ - $this->_add_plugin('function', $tag_command); - - $_cacheable_state = $this->_push_cacheable_state('function', $tag_command); - $attrs = $this->_parse_attrs($tag_args); - $arg_list = $this->_compile_arg_list('function', $tag_command, $attrs, $_cache_attrs=''); - - $output = $this->_compile_plugin_call('function', $tag_command).'(array('.implode(',', $arg_list)."), \$this)"; - if($tag_modifier != '') { - $this->_parse_modifiers($output, $tag_modifier); - } - - if($output != '') { - $output = '<?php ' . $_cacheable_state . $_cache_attrs . 'echo ' . $output . ';' - . $this->_pop_cacheable_state('function', $tag_command) . "?>" . $this->_additional_newline; - } - - return true; - } - - /** - * compile a registered object tag - * - * @param string $tag_command - * @param array $attrs - * @param string $tag_modifier - * @return string - */ - function _compile_registered_object_tag($tag_command, $attrs, $tag_modifier) - { - if ($tag_command{0} == '/') { - $start_tag = false; - $tag_command = substr($tag_command, 1); - } else { - $start_tag = true; - } - - list($object, $obj_comp) = explode('->', $tag_command); - - $arg_list = array(); - if(count($attrs)) { - $_assign_var = false; - foreach ($attrs as $arg_name => $arg_value) { - if($arg_name == 'assign') { - $_assign_var = $arg_value; - unset($attrs['assign']); - continue; - } - if (is_bool($arg_value)) - $arg_value = $arg_value ? 'true' : 'false'; - $arg_list[] = "'$arg_name' => $arg_value"; - } - } - - if($this->_reg_objects[$object][2]) { - // smarty object argument format - $args = "array(".implode(',', (array)$arg_list)."), \$this"; - } else { - // traditional argument format - $args = implode(',', array_values($attrs)); - if (empty($args)) { - $args = 'null'; - } - } - - $prefix = ''; - $postfix = ''; - $newline = ''; - if(!is_object($this->_reg_objects[$object][0])) { - $this->_trigger_fatal_error("registered '$object' is not an object" , $this->_current_file, $this->_current_line_no, __FILE__, __LINE__); - } elseif(!empty($this->_reg_objects[$object][1]) && !in_array($obj_comp, $this->_reg_objects[$object][1])) { - $this->_trigger_fatal_error("'$obj_comp' is not a registered component of object '$object'", $this->_current_file, $this->_current_line_no, __FILE__, __LINE__); - } elseif(method_exists($this->_reg_objects[$object][0], $obj_comp)) { - // method - if(in_array($obj_comp, $this->_reg_objects[$object][3])) { - // block method - if ($start_tag) { - $prefix = "\$this->_tag_stack[] = array('$obj_comp', $args); "; - $prefix .= "\$this->_reg_objects['$object'][0]->$obj_comp(\$this->_tag_stack[count(\$this->_tag_stack)-1][1], null, \$this, \$_block_repeat=true); "; - $prefix .= "while (\$_block_repeat) { ob_start();"; - $return = null; - $postfix = ''; - } else { - $prefix = "\$_obj_block_content = ob_get_contents(); ob_end_clean(); "; - $return = "\$this->_reg_objects['$object'][0]->$obj_comp(\$this->_tag_stack[count(\$this->_tag_stack)-1][1], \$_obj_block_content, \$this, \$_block_repeat=false)"; - $postfix = "} array_pop(\$this->_tag_stack);"; - } - } else { - // non-block method - $return = "\$this->_reg_objects['$object'][0]->$obj_comp($args)"; - } - } else { - // property - $return = "\$this->_reg_objects['$object'][0]->$obj_comp"; - } - - if($return != null) { - if($tag_modifier != '') { - $this->_parse_modifiers($return, $tag_modifier); - } - - if(!empty($_assign_var)) { - $output = "\$this->assign('" . $this->_dequote($_assign_var) ."', $return);"; - } else { - $output = 'echo ' . $return . ';'; - $newline = $this->_additional_newline; - } - } else { - $output = ''; - } - - return '<?php ' . $prefix . $output . $postfix . "?>" . $newline; - } - - /** - * Compile {insert ...} tag - * - * @param string $tag_args - * @return string - */ - function _compile_insert_tag($tag_args) - { - $attrs = $this->_parse_attrs($tag_args); - $name = $this->_dequote($attrs['name']); - - if (empty($name)) { - $this->_syntax_error("missing insert name", E_USER_ERROR, __FILE__, __LINE__); - } - - if (!empty($attrs['script'])) { - $delayed_loading = true; - } else { - $delayed_loading = false; - } - - foreach ($attrs as $arg_name => $arg_value) { - if (is_bool($arg_value)) - $arg_value = $arg_value ? 'true' : 'false'; - $arg_list[] = "'$arg_name' => $arg_value"; - } - - $this->_add_plugin('insert', $name, $delayed_loading); - - $_params = "array('args' => array(".implode(', ', (array)$arg_list)."))"; - - return "<?php require_once(SMARTY_CORE_DIR . 'core.run_insert_handler.php');\necho smarty_core_run_insert_handler($_params, \$this); ?>" . $this->_additional_newline; - } - - /** - * Compile {include ...} tag - * - * @param string $tag_args - * @return string - */ - function _compile_include_tag($tag_args) - { - $attrs = $this->_parse_attrs($tag_args); - $arg_list = array(); - - if (empty($attrs['file'])) { - $this->_syntax_error("missing 'file' attribute in include tag", E_USER_ERROR, __FILE__, __LINE__); - } - - foreach ($attrs as $arg_name => $arg_value) { - if ($arg_name == 'file') { - $include_file = $arg_value; - continue; - } else if ($arg_name == 'assign') { - $assign_var = $arg_value; - continue; - } - if (is_bool($arg_value)) - $arg_value = $arg_value ? 'true' : 'false'; - $arg_list[] = "'$arg_name' => $arg_value"; - } - - $output = '<?php '; - - if (isset($assign_var)) { - $output .= "ob_start();\n"; - } - - $output .= - "\$_smarty_tpl_vars = \$this->_tpl_vars;\n"; - - - $_params = "array('smarty_include_tpl_file' => " . $include_file . ", 'smarty_include_vars' => array(".implode(',', (array)$arg_list)."))"; - $output .= "\$this->_smarty_include($_params);\n" . - "\$this->_tpl_vars = \$_smarty_tpl_vars;\n" . - "unset(\$_smarty_tpl_vars);\n"; - - if (isset($assign_var)) { - $output .= "\$this->assign(" . $assign_var . ", ob_get_contents()); ob_end_clean();\n"; - } - - $output .= ' ?>'; - - return $output; - - } - - /** - * Compile {include ...} tag - * - * @param string $tag_args - * @return string - */ - function _compile_include_php_tag($tag_args) - { - $attrs = $this->_parse_attrs($tag_args); - - if (empty($attrs['file'])) { - $this->_syntax_error("missing 'file' attribute in include_php tag", E_USER_ERROR, __FILE__, __LINE__); - } - - $assign_var = (empty($attrs['assign'])) ? '' : $this->_dequote($attrs['assign']); - $once_var = (empty($attrs['once']) || $attrs['once']=='false') ? 'false' : 'true'; - - $arg_list = array(); - foreach($attrs as $arg_name => $arg_value) { - if($arg_name != 'file' AND $arg_name != 'once' AND $arg_name != 'assign') { - if(is_bool($arg_value)) - $arg_value = $arg_value ? 'true' : 'false'; - $arg_list[] = "'$arg_name' => $arg_value"; - } - } - - $_params = "array('smarty_file' => " . $attrs['file'] . ", 'smarty_assign' => '$assign_var', 'smarty_once' => $once_var, 'smarty_include_vars' => array(".implode(',', $arg_list)."))"; - - return "<?php require_once(SMARTY_CORE_DIR . 'core.smarty_include_php.php');\nsmarty_core_smarty_include_php($_params, \$this); ?>" . $this->_additional_newline; - } - - - /** - * Compile {section ...} tag - * - * @param string $tag_args - * @return string - */ - function _compile_section_start($tag_args) - { - $attrs = $this->_parse_attrs($tag_args); - $arg_list = array(); - - $output = '<?php '; - $section_name = $attrs['name']; - if (empty($section_name)) { - $this->_syntax_error("missing section name", E_USER_ERROR, __FILE__, __LINE__); - } - - $output .= "unset(\$this->_sections[$section_name]);\n"; - $section_props = "\$this->_sections[$section_name]"; - - foreach ($attrs as $attr_name => $attr_value) { - switch ($attr_name) { - case 'loop': - $output .= "{$section_props}['loop'] = is_array(\$_loop=$attr_value) ? count(\$_loop) : max(0, (int)\$_loop); unset(\$_loop);\n"; - break; - - case 'show': - if (is_bool($attr_value)) - $show_attr_value = $attr_value ? 'true' : 'false'; - else - $show_attr_value = "(bool)$attr_value"; - $output .= "{$section_props}['show'] = $show_attr_value;\n"; - break; - - case 'name': - $output .= "{$section_props}['$attr_name'] = $attr_value;\n"; - break; - - case 'max': - case 'start': - $output .= "{$section_props}['$attr_name'] = (int)$attr_value;\n"; - break; - - case 'step': - $output .= "{$section_props}['$attr_name'] = ((int)$attr_value) == 0 ? 1 : (int)$attr_value;\n"; - break; - - default: - $this->_syntax_error("unknown section attribute - '$attr_name'", E_USER_ERROR, __FILE__, __LINE__); - break; - } - } - - if (!isset($attrs['show'])) - $output .= "{$section_props}['show'] = true;\n"; - - if (!isset($attrs['loop'])) - $output .= "{$section_props}['loop'] = 1;\n"; - - if (!isset($attrs['max'])) - $output .= "{$section_props}['max'] = {$section_props}['loop'];\n"; - else - $output .= "if ({$section_props}['max'] < 0)\n" . - " {$section_props}['max'] = {$section_props}['loop'];\n"; - - if (!isset($attrs['step'])) - $output .= "{$section_props}['step'] = 1;\n"; - - if (!isset($attrs['start'])) - $output .= "{$section_props}['start'] = {$section_props}['step'] > 0 ? 0 : {$section_props}['loop']-1;\n"; - else { - $output .= "if ({$section_props}['start'] < 0)\n" . - " {$section_props}['start'] = max({$section_props}['step'] > 0 ? 0 : -1, {$section_props}['loop'] + {$section_props}['start']);\n" . - "else\n" . - " {$section_props}['start'] = min({$section_props}['start'], {$section_props}['step'] > 0 ? {$section_props}['loop'] : {$section_props}['loop']-1);\n"; - } - - $output .= "if ({$section_props}['show']) {\n"; - if (!isset($attrs['start']) && !isset($attrs['step']) && !isset($attrs['max'])) { - $output .= " {$section_props}['total'] = {$section_props}['loop'];\n"; - } else { - $output .= " {$section_props}['total'] = min(ceil(({$section_props}['step'] > 0 ? {$section_props}['loop'] - {$section_props}['start'] : {$section_props}['start']+1)/abs({$section_props}['step'])), {$section_props}['max']);\n"; - } - $output .= " if ({$section_props}['total'] == 0)\n" . - " {$section_props}['show'] = false;\n" . - "} else\n" . - " {$section_props}['total'] = 0;\n"; - - $output .= "if ({$section_props}['show']):\n"; - $output .= " - for ({$section_props}['index'] = {$section_props}['start'], {$section_props}['iteration'] = 1; - {$section_props}['iteration'] <= {$section_props}['total']; - {$section_props}['index'] += {$section_props}['step'], {$section_props}['iteration']++):\n"; - $output .= "{$section_props}['rownum'] = {$section_props}['iteration'];\n"; - $output .= "{$section_props}['index_prev'] = {$section_props}['index'] - {$section_props}['step'];\n"; - $output .= "{$section_props}['index_next'] = {$section_props}['index'] + {$section_props}['step'];\n"; - $output .= "{$section_props}['first'] = ({$section_props}['iteration'] == 1);\n"; - $output .= "{$section_props}['last'] = ({$section_props}['iteration'] == {$section_props}['total']);\n"; - - $output .= "?>"; - - return $output; - } - - - /** - * Compile {foreach ...} tag. - * - * @param string $tag_args - * @return string - */ - function _compile_foreach_start($tag_args) - { - $attrs = $this->_parse_attrs($tag_args); - $arg_list = array(); - - if (empty($attrs['from'])) { - return $this->_syntax_error("foreach: missing 'from' attribute", E_USER_ERROR, __FILE__, __LINE__); - } - $from = $attrs['from']; - - if (empty($attrs['item'])) { - return $this->_syntax_error("foreach: missing 'item' attribute", E_USER_ERROR, __FILE__, __LINE__); - } - $item = $this->_dequote($attrs['item']); - if (!preg_match('~^\w+$~', $item)) { - return $this->_syntax_error("'foreach: item' must be a variable name (literal string)", E_USER_ERROR, __FILE__, __LINE__); - } - - if (isset($attrs['key'])) { - $key = $this->_dequote($attrs['key']); - if (!preg_match('~^\w+$~', $key)) { - return $this->_syntax_error("foreach: 'key' must to be a variable name (literal string)", E_USER_ERROR, __FILE__, __LINE__); - } - $key_part = "\$this->_tpl_vars['$key'] => "; - } else { - $key = null; - $key_part = ''; - } - - if (isset($attrs['name'])) { - $name = $attrs['name']; - } else { - $name = null; - } - - $output = '<?php '; - $output .= "\$_from = $from; if (!is_array(\$_from) && !is_object(\$_from)) { settype(\$_from, 'array'); }"; - if (isset($name)) { - $foreach_props = "\$this->_foreach[$name]"; - $output .= "{$foreach_props} = array('total' => count(\$_from), 'iteration' => 0);\n"; - $output .= "if ({$foreach_props}['total'] > 0):\n"; - $output .= " foreach (\$_from as $key_part\$this->_tpl_vars['$item']):\n"; - $output .= " {$foreach_props}['iteration']++;\n"; - } else { - $output .= "if (count(\$_from)):\n"; - $output .= " foreach (\$_from as $key_part\$this->_tpl_vars['$item']):\n"; - } - $output .= '?>'; - - return $output; - } - - - /** - * Compile {capture} .. {/capture} tags - * - * @param boolean $start true if this is the {capture} tag - * @param string $tag_args - * @return string - */ - - function _compile_capture_tag($start, $tag_args = '') - { - $attrs = $this->_parse_attrs($tag_args); - - if ($start) { - if (isset($attrs['name'])) - $buffer = $attrs['name']; - else - $buffer = "'default'"; - - if (isset($attrs['assign'])) - $assign = $attrs['assign']; - else - $assign = null; - $output = "<?php ob_start(); ?>"; - $this->_capture_stack[] = array($buffer, $assign); - } else { - list($buffer, $assign) = array_pop($this->_capture_stack); - $output = "<?php \$this->_smarty_vars['capture'][$buffer] = ob_get_contents(); "; - if (isset($assign)) { - $output .= " \$this->assign($assign, ob_get_contents());"; - } - $output .= "ob_end_clean(); ?>"; - } - - return $output; - } - - /** - * Compile {if ...} tag - * - * @param string $tag_args - * @param boolean $elseif if true, uses elseif instead of if - * @return string - */ - function _compile_if_tag($tag_args, $elseif = false) - { - - /* Tokenize args for 'if' tag. */ - preg_match_all('~(?> - ' . $this->_obj_call_regexp . '(?:' . $this->_mod_regexp . '*)? | # valid object call - ' . $this->_var_regexp . '(?:' . $this->_mod_regexp . '*)? | # var or quoted string - \-?0[xX][0-9a-fA-F]+|\-?\d+(?:\.\d+)?|\.\d+|!==|===|==|!=|<>|<<|>>|<=|>=|\&\&|\|\||\(|\)|,|\!|\^|=|\&|\~|<|>|\||\%|\+|\-|\/|\*|\@ | # valid non-word token - \b\w+\b | # valid word token - \S+ # anything else - )~x', $tag_args, $match); - - $tokens = $match[0]; - - // make sure we have balanced parenthesis - $token_count = array_count_values($tokens); - if(isset($token_count['(']) && $token_count['('] != $token_count[')']) { - $this->_syntax_error("unbalanced parenthesis in if statement", E_USER_ERROR, __FILE__, __LINE__); - } - - $is_arg_stack = array(); - - for ($i = 0; $i < count($tokens); $i++) { - - $token = &$tokens[$i]; - - switch (strtolower($token)) { - case '!': - case '%': - case '!==': - case '==': - case '===': - case '>': - case '<': - case '!=': - case '<>': - case '<<': - case '>>': - case '<=': - case '>=': - case '&&': - case '||': - case '|': - case '^': - case '&': - case '~': - case ')': - case ',': - case '+': - case '-': - case '*': - case '/': - case '@': - break; - - case 'eq': - $token = '=='; - break; - - case 'ne': - case 'neq': - $token = '!='; - break; - - case 'lt': - $token = '<'; - break; - - case 'le': - case 'lte': - $token = '<='; - break; - - case 'gt': - $token = '>'; - break; - - case 'ge': - case 'gte': - $token = '>='; - break; - - case 'and': - $token = '&&'; - break; - - case 'or': - $token = '||'; - break; - - case 'not': - $token = '!'; - break; - - case 'mod': - $token = '%'; - break; - - case '(': - array_push($is_arg_stack, $i); - break; - - case 'is': - /* If last token was a ')', we operate on the parenthesized - expression. The start of the expression is on the stack. - Otherwise, we operate on the last encountered token. */ - if ($tokens[$i-1] == ')') - $is_arg_start = array_pop($is_arg_stack); - else - $is_arg_start = $i-1; - /* Construct the argument for 'is' expression, so it knows - what to operate on. */ - $is_arg = implode(' ', array_slice($tokens, $is_arg_start, $i - $is_arg_start)); - - /* Pass all tokens from next one until the end to the - 'is' expression parsing function. The function will - return modified tokens, where the first one is the result - of the 'is' expression and the rest are the tokens it - didn't touch. */ - $new_tokens = $this->_parse_is_expr($is_arg, array_slice($tokens, $i+1)); - - /* Replace the old tokens with the new ones. */ - array_splice($tokens, $is_arg_start, count($tokens), $new_tokens); - - /* Adjust argument start so that it won't change from the - current position for the next iteration. */ - $i = $is_arg_start; - break; - - default: - if(preg_match('~^' . $this->_func_regexp . '$~', $token) ) { - // function call - if($this->security && - !in_array($token, $this->security_settings['IF_FUNCS'])) { - $this->_syntax_error("(secure mode) '$token' not allowed in if statement", E_USER_ERROR, __FILE__, __LINE__); - } - } elseif(preg_match('~^' . $this->_var_regexp . '$~', $token) && isset($tokens[$i+1]) && $tokens[$i+1] == '(') { - // variable function call - $this->_syntax_error("variable function call '$token' not allowed in if statement", E_USER_ERROR, __FILE__, __LINE__); - } elseif(preg_match('~^' . $this->_obj_call_regexp . '|' . $this->_var_regexp . '(?:' . $this->_mod_regexp . '*)$~', $token)) { - // object or variable - $token = $this->_parse_var_props($token); - } elseif(is_numeric($token)) { - // number, skip it - } else { - $this->_syntax_error("unidentified token '$token'", E_USER_ERROR, __FILE__, __LINE__); - } - break; - } - } - - if ($elseif) - return '<?php elseif ('.implode(' ', $tokens).'): ?>'; - else - return '<?php if ('.implode(' ', $tokens).'): ?>'; - } - - - function _compile_arg_list($type, $name, $attrs, &$cache_code) { - $arg_list = array(); - - if (isset($type) && isset($name) - && isset($this->_plugins[$type]) - && isset($this->_plugins[$type][$name]) - && empty($this->_plugins[$type][$name][4]) - && is_array($this->_plugins[$type][$name][5]) - ) { - /* we have a list of parameters that should be cached */ - $_cache_attrs = $this->_plugins[$type][$name][5]; - $_count = $this->_cache_attrs_count++; - $cache_code = "\$_cache_attrs =& \$this->_smarty_cache_attrs('$this->_cache_serial','$_count');"; - - } else { - /* no parameters are cached */ - $_cache_attrs = null; - } - - foreach ($attrs as $arg_name => $arg_value) { - if (is_bool($arg_value)) - $arg_value = $arg_value ? 'true' : 'false'; - if (is_null($arg_value)) - $arg_value = 'null'; - if ($_cache_attrs && in_array($arg_name, $_cache_attrs)) { - $arg_list[] = "'$arg_name' => (\$this->_cache_including) ? \$_cache_attrs['$arg_name'] : (\$_cache_attrs['$arg_name']=$arg_value)"; - } else { - $arg_list[] = "'$arg_name' => $arg_value"; - } - } - return $arg_list; - } - - /** - * Parse is expression - * - * @param string $is_arg - * @param array $tokens - * @return array - */ - function _parse_is_expr($is_arg, $tokens) - { - $expr_end = 0; - $negate_expr = false; - - if (($first_token = array_shift($tokens)) == 'not') { - $negate_expr = true; - $expr_type = array_shift($tokens); - } else - $expr_type = $first_token; - - switch ($expr_type) { - case 'even': - if (isset($tokens[$expr_end]) && $tokens[$expr_end] == 'by') { - $expr_end++; - $expr_arg = $tokens[$expr_end++]; - $expr = "!(1 & ($is_arg / " . $this->_parse_var_props($expr_arg) . "))"; - } else - $expr = "!(1 & $is_arg)"; - break; - - case 'odd': - if (isset($tokens[$expr_end]) && $tokens[$expr_end] == 'by') { - $expr_end++; - $expr_arg = $tokens[$expr_end++]; - $expr = "(1 & ($is_arg / " . $this->_parse_var_props($expr_arg) . "))"; - } else - $expr = "(1 & $is_arg)"; - break; - - case 'div': - if (@$tokens[$expr_end] == 'by') { - $expr_end++; - $expr_arg = $tokens[$expr_end++]; - $expr = "!($is_arg % " . $this->_parse_var_props($expr_arg) . ")"; - } else { - $this->_syntax_error("expecting 'by' after 'div'", E_USER_ERROR, __FILE__, __LINE__); - } - break; - - default: - $this->_syntax_error("unknown 'is' expression - '$expr_type'", E_USER_ERROR, __FILE__, __LINE__); - break; - } - - if ($negate_expr) { - $expr = "!($expr)"; - } - - array_splice($tokens, 0, $expr_end, $expr); - - return $tokens; - } - - - /** - * Parse attribute string - * - * @param string $tag_args - * @return array - */ - function _parse_attrs($tag_args) - { - - /* Tokenize tag attributes. */ - preg_match_all('~(?:' . $this->_obj_call_regexp . '|' . $this->_qstr_regexp . ' | (?>[^"\'=\s]+) - )+ | - [=] - ~x', $tag_args, $match); - $tokens = $match[0]; - - $attrs = array(); - /* Parse state: - 0 - expecting attribute name - 1 - expecting '=' - 2 - expecting attribute value (not '=') */ - $state = 0; - - foreach ($tokens as $token) { - switch ($state) { - case 0: - /* If the token is a valid identifier, we set attribute name - and go to state 1. */ - if (preg_match('~^\w+$~', $token)) { - $attr_name = $token; - $state = 1; - } else - $this->_syntax_error("invalid attribute name: '$token'", E_USER_ERROR, __FILE__, __LINE__); - break; - - case 1: - /* If the token is '=', then we go to state 2. */ - if ($token == '=') { - $state = 2; - } else - $this->_syntax_error("expecting '=' after attribute name '$last_token'", E_USER_ERROR, __FILE__, __LINE__); - break; - - case 2: - /* If token is not '=', we set the attribute value and go to - state 0. */ - if ($token != '=') { - /* We booleanize the token if it's a non-quoted possible - boolean value. */ - if (preg_match('~^(on|yes|true)$~', $token)) { - $token = 'true'; - } else if (preg_match('~^(off|no|false)$~', $token)) { - $token = 'false'; - } else if ($token == 'null') { - $token = 'null'; - } else if (preg_match('~^' . $this->_num_const_regexp . '|0[xX][0-9a-fA-F]+$~', $token)) { - /* treat integer literally */ - } else if (!preg_match('~^' . $this->_obj_call_regexp . '|' . $this->_var_regexp . '(?:' . $this->_mod_regexp . ')*$~', $token)) { - /* treat as a string, double-quote it escaping quotes */ - $token = '"'.addslashes($token).'"'; - } - - $attrs[$attr_name] = $token; - $state = 0; - } else - $this->_syntax_error("'=' cannot be an attribute value", E_USER_ERROR, __FILE__, __LINE__); - break; - } - $last_token = $token; - } - - if($state != 0) { - if($state == 1) { - $this->_syntax_error("expecting '=' after attribute name '$last_token'", E_USER_ERROR, __FILE__, __LINE__); - } else { - $this->_syntax_error("missing attribute value", E_USER_ERROR, __FILE__, __LINE__); - } - } - - $this->_parse_vars_props($attrs); - - return $attrs; - } - - /** - * compile multiple variables and section properties tokens into - * PHP code - * - * @param array $tokens - */ - function _parse_vars_props(&$tokens) - { - foreach($tokens as $key => $val) { - $tokens[$key] = $this->_parse_var_props($val); - } - } - - /** - * compile single variable and section properties token into - * PHP code - * - * @param string $val - * @param string $tag_attrs - * @return string - */ - function _parse_var_props($val) - { - $val = trim($val); - - if(preg_match('~^(' . $this->_obj_call_regexp . '|' . $this->_dvar_regexp . ')(' . $this->_mod_regexp . '*)$~', $val, $match)) { - // $ variable or object - $return = $this->_parse_var($match[1]); - $modifiers = $match[2]; - if (!empty($this->default_modifiers) && !preg_match('~(^|\|)smarty:nodefaults($|\|)~',$modifiers)) { - $_default_mod_string = implode('|',(array)$this->default_modifiers); - $modifiers = empty($modifiers) ? $_default_mod_string : $_default_mod_string . '|' . $modifiers; - } - $this->_parse_modifiers($return, $modifiers); - return $return; - } elseif (preg_match('~^' . $this->_db_qstr_regexp . '(?:' . $this->_mod_regexp . '*)$~', $val)) { - // double quoted text - preg_match('~^(' . $this->_db_qstr_regexp . ')('. $this->_mod_regexp . '*)$~', $val, $match); - $return = $this->_expand_quoted_text($match[1]); - if($match[2] != '') { - $this->_parse_modifiers($return, $match[2]); - } - return $return; - } - elseif(preg_match('~^' . $this->_num_const_regexp . '(?:' . $this->_mod_regexp . '*)$~', $val)) { - // numerical constant - preg_match('~^(' . $this->_num_const_regexp . ')('. $this->_mod_regexp . '*)$~', $val, $match); - if($match[2] != '') { - $this->_parse_modifiers($match[1], $match[2]); - return $match[1]; - } - } - elseif(preg_match('~^' . $this->_si_qstr_regexp . '(?:' . $this->_mod_regexp . '*)$~', $val)) { - // single quoted text - preg_match('~^(' . $this->_si_qstr_regexp . ')('. $this->_mod_regexp . '*)$~', $val, $match); - if($match[2] != '') { - $this->_parse_modifiers($match[1], $match[2]); - return $match[1]; - } - } - elseif(preg_match('~^' . $this->_cvar_regexp . '(?:' . $this->_mod_regexp . '*)$~', $val)) { - // config var - return $this->_parse_conf_var($val); - } - elseif(preg_match('~^' . $this->_svar_regexp . '(?:' . $this->_mod_regexp . '*)$~', $val)) { - // section var - return $this->_parse_section_prop($val); - } - elseif(!in_array($val, $this->_permitted_tokens) && !is_numeric($val)) { - // literal string - return $this->_expand_quoted_text('"' . $val .'"'); - } - return $val; - } - - /** - * expand quoted text with embedded variables - * - * @param string $var_expr - * @return string - */ - function _expand_quoted_text($var_expr) - { - // if contains unescaped $, expand it - if(preg_match_all('~(?:\`(?<!\\\\)\$' . $this->_dvar_guts_regexp . '(?:' . $this->_obj_ext_regexp . ')*\`)|(?:(?<!\\\\)\$\w+(\[[a-zA-Z0-9]+\])*)~', $var_expr, $_match)) { - $_match = $_match[0]; - rsort($_match); - reset($_match); - foreach($_match as $_var) { - $var_expr = str_replace ($_var, '".(' . $this->_parse_var(str_replace('`','',$_var)) . ')."', $var_expr); - } - $_return = preg_replace('~\.""|(?<!\\\\)""\.~', '', $var_expr); - } else { - $_return = $var_expr; - } - // replace double quoted literal string with single quotes - $_return = preg_replace('~^"([\s\w]+)"$~',"'\\1'",$_return); - return $_return; - } - - /** - * parse variable expression into PHP code - * - * @param string $var_expr - * @param string $output - * @return string - */ - function _parse_var($var_expr) - { - $_has_math = false; - $_math_vars = preg_split('~('.$this->_dvar_math_regexp.'|'.$this->_qstr_regexp.')~', $var_expr, -1, PREG_SPLIT_DELIM_CAPTURE); - - if(count($_math_vars) > 1) { - $_first_var = ""; - $_complete_var = ""; - $_output = ""; - // simple check if there is any math, to stop recursion (due to modifiers with "xx % yy" as parameter) - foreach($_math_vars as $_k => $_math_var) { - $_math_var = $_math_vars[$_k]; - - if(!empty($_math_var) || is_numeric($_math_var)) { - // hit a math operator, so process the stuff which came before it - if(preg_match('~^' . $this->_dvar_math_regexp . '$~', $_math_var)) { - $_has_math = true; - if(!empty($_complete_var) || is_numeric($_complete_var)) { - $_output .= $this->_parse_var($_complete_var); - } - - // just output the math operator to php - $_output .= $_math_var; - - if(empty($_first_var)) - $_first_var = $_complete_var; - - $_complete_var = ""; - } else { - $_complete_var .= $_math_var; - } - } - } - if($_has_math) { - if(!empty($_complete_var) || is_numeric($_complete_var)) - $_output .= $this->_parse_var($_complete_var); - - // get the modifiers working (only the last var from math + modifier is left) - $var_expr = $_complete_var; - } - } - - // prevent cutting of first digit in the number (we _definitly_ got a number if the first char is a digit) - if(is_numeric($var_expr{0})) - $_var_ref = $var_expr; - else - $_var_ref = substr($var_expr, 1); - - if(!$_has_math) { - - // get [foo] and .foo and ->foo and (...) pieces - preg_match_all('~(?:^\w+)|' . $this->_obj_params_regexp . '|(?:' . $this->_var_bracket_regexp . ')|->\$?\w+|\.\$?\w+|\S+~', $_var_ref, $match); - - $_indexes = $match[0]; - $_var_name = array_shift($_indexes); - - /* Handle $smarty.* variable references as a special case. */ - if ($_var_name == 'smarty') { - /* - * If the reference could be compiled, use the compiled output; - * otherwise, fall back on the $smarty variable generated at - * run-time. - */ - if (($smarty_ref = $this->_compile_smarty_ref($_indexes)) !== null) { - $_output = $smarty_ref; - } else { - $_var_name = substr(array_shift($_indexes), 1); - $_output = "\$this->_smarty_vars['$_var_name']"; - } - } elseif(is_numeric($_var_name) && is_numeric($var_expr{0})) { - // because . is the operator for accessing arrays thru inidizes we need to put it together again for floating point numbers - if(count($_indexes) > 0) - { - $_var_name .= implode("", $_indexes); - $_indexes = array(); - } - $_output = $_var_name; - } else { - $_output = "\$this->_tpl_vars['$_var_name']"; - } - - foreach ($_indexes as $_index) { - if ($_index{0} == '[') { - $_index = substr($_index, 1, -1); - if (is_numeric($_index)) { - $_output .= "[$_index]"; - } elseif ($_index{0} == '$') { - if (strpos($_index, '.') !== false) { - $_output .= '[' . $this->_parse_var($_index) . ']'; - } else { - $_output .= "[\$this->_tpl_vars['" . substr($_index, 1) . "']]"; - } - } else { - $_var_parts = explode('.', $_index); - $_var_section = $_var_parts[0]; - $_var_section_prop = isset($_var_parts[1]) ? $_var_parts[1] : 'index'; - $_output .= "[\$this->_sections['$_var_section']['$_var_section_prop']]"; - } - } else if ($_index{0} == '.') { - if ($_index{1} == '$') - $_output .= "[\$this->_tpl_vars['" . substr($_index, 2) . "']]"; - else - $_output .= "['" . substr($_index, 1) . "']"; - } else if (substr($_index,0,2) == '->') { - if(substr($_index,2,2) == '__') { - $this->_syntax_error('call to internal object members is not allowed', E_USER_ERROR, __FILE__, __LINE__); - } elseif($this->security && substr($_index, 2, 1) == '_') { - $this->_syntax_error('(secure) call to private object member is not allowed', E_USER_ERROR, __FILE__, __LINE__); - } elseif ($_index{2} == '$') { - if ($this->security) { - $this->_syntax_error('(secure) call to dynamic object member is not allowed', E_USER_ERROR, __FILE__, __LINE__); - } else { - $_output .= '->{(($_var=$this->_tpl_vars[\''.substr($_index,3).'\']) && substr($_var,0,2)!=\'__\') ? $_var : $this->trigger_error("cannot access property \\"$_var\\"")}'; - } - } else { - $_output .= $_index; - } - } elseif ($_index{0} == '(') { - $_index = $this->_parse_parenth_args($_index); - $_output .= $_index; - } else { - $_output .= $_index; - } - } - } - - return $_output; - } - - /** - * parse arguments in function call parenthesis - * - * @param string $parenth_args - * @return string - */ - function _parse_parenth_args($parenth_args) - { - preg_match_all('~' . $this->_param_regexp . '~',$parenth_args, $match); - $orig_vals = $match = $match[0]; - $this->_parse_vars_props($match); - $replace = array(); - for ($i = 0, $count = count($match); $i < $count; $i++) { - $replace[$orig_vals[$i]] = $match[$i]; - } - return strtr($parenth_args, $replace); - } - - /** - * parse configuration variable expression into PHP code - * - * @param string $conf_var_expr - */ - function _parse_conf_var($conf_var_expr) - { - $parts = explode('|', $conf_var_expr, 2); - $var_ref = $parts[0]; - $modifiers = isset($parts[1]) ? $parts[1] : ''; - - $var_name = substr($var_ref, 1, -1); - - $output = "\$this->_config[0]['vars']['$var_name']"; - - $this->_parse_modifiers($output, $modifiers); - - return $output; - } - - /** - * parse section property expression into PHP code - * - * @param string $section_prop_expr - * @return string - */ - function _parse_section_prop($section_prop_expr) - { - $parts = explode('|', $section_prop_expr, 2); - $var_ref = $parts[0]; - $modifiers = isset($parts[1]) ? $parts[1] : ''; - - preg_match('!%(\w+)\.(\w+)%!', $var_ref, $match); - $section_name = $match[1]; - $prop_name = $match[2]; - - $output = "\$this->_sections['$section_name']['$prop_name']"; - - $this->_parse_modifiers($output, $modifiers); - - return $output; - } - - - /** - * parse modifier chain into PHP code - * - * sets $output to parsed modified chain - * @param string $output - * @param string $modifier_string - */ - function _parse_modifiers(&$output, $modifier_string) - { - preg_match_all('~\|(@?\w+)((?>:(?:'. $this->_qstr_regexp . '|[^|]+))*)~', '|' . $modifier_string, $_match); - list(, $_modifiers, $modifier_arg_strings) = $_match; - - for ($_i = 0, $_for_max = count($_modifiers); $_i < $_for_max; $_i++) { - $_modifier_name = $_modifiers[$_i]; - - if($_modifier_name == 'smarty') { - // skip smarty modifier - continue; - } - - preg_match_all('~:(' . $this->_qstr_regexp . '|[^:]+)~', $modifier_arg_strings[$_i], $_match); - $_modifier_args = $_match[1]; - - if ($_modifier_name{0} == '@') { - $_map_array = false; - $_modifier_name = substr($_modifier_name, 1); - } else { - $_map_array = true; - } - - if (empty($this->_plugins['modifier'][$_modifier_name]) - && !$this->_get_plugin_filepath('modifier', $_modifier_name) - && function_exists($_modifier_name)) { - if ($this->security && !in_array($_modifier_name, $this->security_settings['MODIFIER_FUNCS'])) { - $this->_trigger_fatal_error("[plugin] (secure mode) modifier '$_modifier_name' is not allowed" , $this->_current_file, $this->_current_line_no, __FILE__, __LINE__); - } else { - $this->_plugins['modifier'][$_modifier_name] = array($_modifier_name, null, null, false); - } - } - $this->_add_plugin('modifier', $_modifier_name); - - $this->_parse_vars_props($_modifier_args); - - if($_modifier_name == 'default') { - // supress notifications of default modifier vars and args - if($output{0} == '$') { - $output = '@' . $output; - } - if(isset($_modifier_args[0]) && $_modifier_args[0]{0} == '$') { - $_modifier_args[0] = '@' . $_modifier_args[0]; - } - } - if (count($_modifier_args) > 0) - $_modifier_args = ', '.implode(', ', $_modifier_args); - else - $_modifier_args = ''; - - if ($_map_array) { - $output = "((is_array(\$_tmp=$output)) ? \$this->_run_mod_handler('$_modifier_name', true, \$_tmp$_modifier_args) : " . $this->_compile_plugin_call('modifier', $_modifier_name) . "(\$_tmp$_modifier_args))"; - - } else { - - $output = $this->_compile_plugin_call('modifier', $_modifier_name)."($output$_modifier_args)"; - - } - } - } - - - /** - * add plugin - * - * @param string $type - * @param string $name - * @param boolean? $delayed_loading - */ - function _add_plugin($type, $name, $delayed_loading = null) - { - if (!isset($this->_plugin_info[$type])) { - $this->_plugin_info[$type] = array(); - } - if (!isset($this->_plugin_info[$type][$name])) { - $this->_plugin_info[$type][$name] = array($this->_current_file, - $this->_current_line_no, - $delayed_loading); - } - } - - - /** - * Compiles references of type $smarty.foo - * - * @param string $indexes - * @return string - */ - function _compile_smarty_ref(&$indexes) - { - /* Extract the reference name. */ - $_ref = substr($indexes[0], 1); - foreach($indexes as $_index_no=>$_index) { - if ($_index{0} != '.' && $_index_no<2 || !preg_match('~^(\.|\[|->)~', $_index)) { - $this->_syntax_error('$smarty' . implode('', array_slice($indexes, 0, 2)) . ' is an invalid reference', E_USER_ERROR, __FILE__, __LINE__); - } - } - - switch ($_ref) { - case 'now': - $compiled_ref = 'time()'; - $_max_index = 1; - break; - - case 'foreach': - array_shift($indexes); - $_var = $this->_parse_var_props(substr($indexes[0], 1)); - $_propname = substr($indexes[1], 1); - $_max_index = 1; - switch ($_propname) { - case 'index': - array_shift($indexes); - $compiled_ref = "(\$this->_foreach[$_var]['iteration']-1)"; - break; - - case 'first': - array_shift($indexes); - $compiled_ref = "(\$this->_foreach[$_var]['iteration'] <= 1)"; - break; - - case 'last': - array_shift($indexes); - $compiled_ref = "(\$this->_foreach[$_var]['iteration'] == \$this->_foreach[$_var]['total'])"; - break; - - case 'show': - array_shift($indexes); - $compiled_ref = "(\$this->_foreach[$_var]['total'] > 0)"; - break; - - default: - unset($_max_index); - $compiled_ref = "\$this->_foreach[$_var]"; - } - break; - - case 'section': - array_shift($indexes); - $_var = $this->_parse_var_props(substr($indexes[0], 1)); - $compiled_ref = "\$this->_sections[$_var]"; - break; - - case 'get': - $compiled_ref = ($this->request_use_auto_globals) ? '$_GET' : "\$GLOBALS['HTTP_GET_VARS']"; - break; - - case 'post': - $compiled_ref = ($this->request_use_auto_globals) ? '$_POST' : "\$GLOBALS['HTTP_POST_VARS']"; - break; - - case 'cookies': - $compiled_ref = ($this->request_use_auto_globals) ? '$_COOKIE' : "\$GLOBALS['HTTP_COOKIE_VARS']"; - break; - - case 'env': - $compiled_ref = ($this->request_use_auto_globals) ? '$_ENV' : "\$GLOBALS['HTTP_ENV_VARS']"; - break; - - case 'server': - $compiled_ref = ($this->request_use_auto_globals) ? '$_SERVER' : "\$GLOBALS['HTTP_SERVER_VARS']"; - break; - - case 'session': - $compiled_ref = ($this->request_use_auto_globals) ? '$_SESSION' : "\$GLOBALS['HTTP_SESSION_VARS']"; - break; - - /* - * These cases are handled either at run-time or elsewhere in the - * compiler. - */ - case 'request': - if ($this->request_use_auto_globals) { - $compiled_ref = '$_REQUEST'; - break; - } else { - $this->_init_smarty_vars = true; - } - return null; - - case 'capture': - return null; - - case 'template': - $compiled_ref = "'$this->_current_file'"; - $_max_index = 1; - break; - - case 'version': - $compiled_ref = "'$this->_version'"; - $_max_index = 1; - break; - - case 'const': - if ($this->security && !$this->security_settings['ALLOW_CONSTANTS']) { - $this->_syntax_error("(secure mode) constants not permitted", - E_USER_WARNING, __FILE__, __LINE__); - return; - } - array_shift($indexes); - if (preg_match('!^\.\w+$!', $indexes[0])) { - $compiled_ref = '@' . substr($indexes[0], 1); - } else { - $_val = $this->_parse_var_props(substr($indexes[0], 1)); - $compiled_ref = '@constant(' . $_val . ')'; - } - $_max_index = 1; - break; - - case 'config': - $compiled_ref = "\$this->_config[0]['vars']"; - $_max_index = 3; - break; - - case 'ldelim': - $compiled_ref = "'$this->left_delimiter'"; - break; - - case 'rdelim': - $compiled_ref = "'$this->right_delimiter'"; - break; - - default: - $this->_syntax_error('$smarty.' . $_ref . ' is an unknown reference', E_USER_ERROR, __FILE__, __LINE__); - break; - } - - if (isset($_max_index) && count($indexes) > $_max_index) { - $this->_syntax_error('$smarty' . implode('', $indexes) .' is an invalid reference', E_USER_ERROR, __FILE__, __LINE__); - } - - array_shift($indexes); - return $compiled_ref; - } - - /** - * compiles call to plugin of type $type with name $name - * returns a string containing the function-name or method call - * without the paramter-list that would have follow to make the - * call valid php-syntax - * - * @param string $type - * @param string $name - * @return string - */ - function _compile_plugin_call($type, $name) { - if (isset($this->_plugins[$type][$name])) { - /* plugin loaded */ - if (is_array($this->_plugins[$type][$name][0])) { - return ((is_object($this->_plugins[$type][$name][0][0])) ? - "\$this->_plugins['$type']['$name'][0][0]->" /* method callback */ - : (string)($this->_plugins[$type][$name][0][0]).'::' /* class callback */ - ). $this->_plugins[$type][$name][0][1]; - - } else { - /* function callback */ - return $this->_plugins[$type][$name][0]; - - } - } else { - /* plugin not loaded -> auto-loadable-plugin */ - return 'smarty_'.$type.'_'.$name; - - } - } - - /** - * load pre- and post-filters - */ - function _load_filters() - { - if (count($this->_plugins['prefilter']) > 0) { - foreach ($this->_plugins['prefilter'] as $filter_name => $prefilter) { - if ($prefilter === false) { - unset($this->_plugins['prefilter'][$filter_name]); - $_params = array('plugins' => array(array('prefilter', $filter_name, null, null, false))); - require_once(SMARTY_CORE_DIR . 'core.load_plugins.php'); - smarty_core_load_plugins($_params, $this); - } - } - } - if (count($this->_plugins['postfilter']) > 0) { - foreach ($this->_plugins['postfilter'] as $filter_name => $postfilter) { - if ($postfilter === false) { - unset($this->_plugins['postfilter'][$filter_name]); - $_params = array('plugins' => array(array('postfilter', $filter_name, null, null, false))); - require_once(SMARTY_CORE_DIR . 'core.load_plugins.php'); - smarty_core_load_plugins($_params, $this); - } - } - } - } - - - /** - * Quote subpattern references - * - * @param string $string - * @return string - */ - function _quote_replace($string) - { - return strtr($string, array('\\' => '\\\\', '$' => '\\$')); - } - - /** - * display Smarty syntax error - * - * @param string $error_msg - * @param integer $error_type - * @param string $file - * @param integer $line - */ - function _syntax_error($error_msg, $error_type = E_USER_ERROR, $file=null, $line=null) - { - $this->_trigger_fatal_error("syntax error: $error_msg", $this->_current_file, $this->_current_line_no, $file, $line, $error_type); - } - - - /** - * check if the compilation changes from cacheable to - * non-cacheable state with the beginning of the current - * plugin. return php-code to reflect the transition. - * @return string - */ - function _push_cacheable_state($type, $name) { - $_cacheable = !isset($this->_plugins[$type][$name]) || $this->_plugins[$type][$name][4]; - if ($_cacheable - || 0<$this->_cacheable_state++) return ''; - if (!isset($this->_cache_serial)) $this->_cache_serial = md5(uniqid('Smarty')); - $_ret = 'if ($this->caching && !$this->_cache_including) { echo \'{nocache:' - . $this->_cache_serial . '#' . $this->_nocache_count - . '}\';}'; - return $_ret; - } - - - /** - * check if the compilation changes from non-cacheable to - * cacheable state with the end of the current plugin return - * php-code to reflect the transition. - * @return string - */ - function _pop_cacheable_state($type, $name) { - $_cacheable = !isset($this->_plugins[$type][$name]) || $this->_plugins[$type][$name][4]; - if ($_cacheable - || --$this->_cacheable_state>0) return ''; - return 'if ($this->caching && !$this->_cache_including) { echo \'{/nocache:' - . $this->_cache_serial . '#' . ($this->_nocache_count++) - . '}\';}'; - } - - - /** - * push opening tag-name, file-name and line-number on the tag-stack - * @param string the opening tag's name - */ - function _push_tag($open_tag) - { - array_push($this->_tag_stack, array($open_tag, $this->_current_line_no)); - } - - /** - * pop closing tag-name - * raise an error if this stack-top doesn't match with the closing tag - * @param string the closing tag's name - * @return string the opening tag's name - */ - function _pop_tag($close_tag) - { - $message = ''; - if (count($this->_tag_stack)>0) { - list($_open_tag, $_line_no) = array_pop($this->_tag_stack); - if ($close_tag == $_open_tag) { - return $_open_tag; - } - if ($close_tag == 'if' && ($_open_tag == 'else' || $_open_tag == 'elseif' )) { - return $this->_pop_tag($close_tag); - } - if ($close_tag == 'section' && $_open_tag == 'sectionelse') { - $this->_pop_tag($close_tag); - return $_open_tag; - } - if ($close_tag == 'foreach' && $_open_tag == 'foreachelse') { - $this->_pop_tag($close_tag); - return $_open_tag; - } - if ($_open_tag == 'else' || $_open_tag == 'elseif') { - $_open_tag = 'if'; - } elseif ($_open_tag == 'sectionelse') { - $_open_tag = 'section'; - } elseif ($_open_tag == 'foreachelse') { - $_open_tag = 'foreach'; - } - $message = " expected {/$_open_tag} (opened line $_line_no)."; - } - $this->_syntax_error("mismatched tag {/$close_tag}.$message", - E_USER_ERROR, __FILE__, __LINE__); - } - -} - -/** - * compare to values by their string length - * - * @access private - * @param string $a - * @param string $b - * @return 0|-1|1 - */ -function _smarty_sort_length($a, $b) -{ - if($a == $b) - return 0; - - if(strlen($a) == strlen($b)) - return ($a > $b) ? -1 : 1; - - return (strlen($a) > strlen($b)) ? -1 : 1; -} - - -/* vim: set et: */ - -?> diff --git a/www/smarty/debug.tpl b/www/smarty/debug.tpl deleted file mode 100644 index 7f1c9d4..0000000 --- a/www/smarty/debug.tpl +++ /dev/null @@ -1,64 +0,0 @@ -{* Smarty *} - -{* debug.tpl, last updated version 2.0.1 *} - -{assign_debug_info} - -{if isset($_smarty_debug_output) and $_smarty_debug_output eq "html"} - <table border=0 width=100%> - <tr bgcolor=#cccccc><th colspan=2>Smarty Debug Console</th></tr> - <tr bgcolor=#cccccc><td colspan=2><b>included templates & config files (load time in seconds):</b></td></tr> - {section name=templates loop=$_debug_tpls} - <tr bgcolor={if %templates.index% is even}#eeeeee{else}#fafafa{/if}><td colspan=2><tt>{section name=indent loop=$_debug_tpls[templates].depth} {/section}<font color={if $_debug_tpls[templates].type eq "template"}brown{elseif $_debug_tpls[templates].type eq "insert"}black{else}green{/if}>{$_debug_tpls[templates].filename|escape:html}</font>{if isset($_debug_tpls[templates].exec_time)} <font size=-1><i>({$_debug_tpls[templates].exec_time|string_format:"%.5f"}){if %templates.index% eq 0} (total){/if}</i></font>{/if}</tt></td></tr> - {sectionelse} - <tr bgcolor=#eeeeee><td colspan=2><tt><i>no templates included</i></tt></td></tr> - {/section} - <tr bgcolor=#cccccc><td colspan=2><b>assigned template variables:</b></td></tr> - {section name=vars loop=$_debug_keys} - <tr bgcolor={if %vars.index% is even}#eeeeee{else}#fafafa{/if}><td valign=top><tt><font color=blue>{ldelim}${$_debug_keys[vars]}{rdelim}</font></tt></td><td nowrap><tt><font color=green>{$_debug_vals[vars]|@debug_print_var}</font></tt></td></tr> - {sectionelse} - <tr bgcolor=#eeeeee><td colspan=2><tt><i>no template variables assigned</i></tt></td></tr> - {/section} - <tr bgcolor=#cccccc><td colspan=2><b>assigned config file variables (outer template scope):</b></td></tr> - {section name=config_vars loop=$_debug_config_keys} - <tr bgcolor={if %config_vars.index% is even}#eeeeee{else}#fafafa{/if}><td valign=top><tt><font color=maroon>{ldelim}#{$_debug_config_keys[config_vars]}#{rdelim}</font></tt></td><td><tt><font color=green>{$_debug_config_vals[config_vars]|@debug_print_var}</font></tt></td></tr> - {sectionelse} - <tr bgcolor=#eeeeee><td colspan=2><tt><i>no config vars assigned</i></tt></td></tr> - {/section} - </table> -</BODY></HTML> -{else} -<SCRIPT language=javascript> - if( self.name == '' ) {ldelim} - var title = 'Console'; - {rdelim} - else {ldelim} - var title = 'Console_' + self.name; - {rdelim} - _smarty_console = window.open("",title.value,"width=680,height=600,resizable,scrollbars=yes"); - _smarty_console.document.write("<HTML><HEAD><TITLE>Smarty Debug Console_"+self.name+"</TITLE></HEAD><BODY bgcolor=#ffffff>"); - _smarty_console.document.write("<table border=0 width=100%>"); - _smarty_console.document.write("<tr bgcolor=#cccccc><th colspan=2>Smarty Debug Console</th></tr>"); - _smarty_console.document.write("<tr bgcolor=#cccccc><td colspan=2><b>included templates & config files (load time in seconds):</b></td></tr>"); - {section name=templates loop=$_debug_tpls} - _smarty_console.document.write("<tr bgcolor={if %templates.index% is even}#eeeeee{else}#fafafa{/if}><td colspan=2><tt>{section name=indent loop=$_debug_tpls[templates].depth} {/section}<font color={if $_debug_tpls[templates].type eq "template"}brown{elseif $_debug_tpls[templates].type eq "insert"}black{else}green{/if}>{$_debug_tpls[templates].filename|escape:html|escape:javascript}</font>{if isset($_debug_tpls[templates].exec_time)} <font size=-1><i>({$_debug_tpls[templates].exec_time|string_format:"%.5f"}){if %templates.index% eq 0} (total){/if}</i></font>{/if}</tt></td></tr>"); - {sectionelse} - _smarty_console.document.write("<tr bgcolor=#eeeeee><td colspan=2><tt><i>no templates included</i></tt></td></tr>"); - {/section} - _smarty_console.document.write("<tr bgcolor=#cccccc><td colspan=2><b>assigned template variables:</b></td></tr>"); - {section name=vars loop=$_debug_keys} - _smarty_console.document.write("<tr bgcolor={if %vars.index% is even}#eeeeee{else}#fafafa{/if}><td valign=top><tt><font color=blue>{ldelim}${$_debug_keys[vars]}{rdelim}</font></tt></td><td nowrap><tt><font color=green>{$_debug_vals[vars]|@debug_print_var|escape:javascript}</font></tt></td></tr>"); - {sectionelse} - _smarty_console.document.write("<tr bgcolor=#eeeeee><td colspan=2><tt><i>no template variables assigned</i></tt></td></tr>"); - {/section} - _smarty_console.document.write("<tr bgcolor=#cccccc><td colspan=2><b>assigned config file variables (outer template scope):</b></td></tr>"); - {section name=config_vars loop=$_debug_config_keys} - _smarty_console.document.write("<tr bgcolor={if %config_vars.index% is even}#eeeeee{else}#fafafa{/if}><td valign=top><tt><font color=maroon>{ldelim}#{$_debug_config_keys[config_vars]}#{rdelim}</font></tt></td><td><tt><font color=green>{$_debug_config_vals[config_vars]|@debug_print_var|escape:javascript}</font></tt></td></tr>"); - {sectionelse} - _smarty_console.document.write("<tr bgcolor=#eeeeee><td colspan=2><tt><i>no config vars assigned</i></tt></td></tr>"); - {/section} - _smarty_console.document.write("</table>"); - _smarty_console.document.write("</BODY></HTML>"); - _smarty_console.document.close(); -</SCRIPT> -{/if} diff --git a/www/smarty/internals/core.assemble_plugin_filepath.php b/www/smarty/internals/core.assemble_plugin_filepath.php deleted file mode 100644 index 690d3dd..0000000 --- a/www/smarty/internals/core.assemble_plugin_filepath.php +++ /dev/null @@ -1,67 +0,0 @@ -<?php -/** - * Smarty plugin - * @package Smarty - * @subpackage plugins - */ - -/** - * assemble filepath of requested plugin - * - * @param string $type - * @param string $name - * @return string|false - */ -function smarty_core_assemble_plugin_filepath($params, &$smarty) -{ - static $_filepaths_cache = array(); - - $_plugin_filename = $params['type'] . '.' . $params['name'] . '.php'; - if (isset($_filepaths_cache[$_plugin_filename])) { - return $_filepaths_cache[$_plugin_filename]; - } - $_return = false; - - foreach ((array)$smarty->plugins_dir as $_plugin_dir) { - - $_plugin_filepath = $_plugin_dir . DIRECTORY_SEPARATOR . $_plugin_filename; - - // see if path is relative - if (!preg_match("/^([\/\\\\]|[a-zA-Z]:[\/\\\\])/", $_plugin_dir)) { - $_relative_paths[] = $_plugin_dir; - // relative path, see if it is in the SMARTY_DIR - if (@is_readable(SMARTY_DIR . $_plugin_filepath)) { - $_return = SMARTY_DIR . $_plugin_filepath; - break; - } - } - // try relative to cwd (or absolute) - if (@is_readable($_plugin_filepath)) { - $_return = $_plugin_filepath; - break; - } - } - - if($_return === false) { - // still not found, try PHP include_path - if(isset($_relative_paths)) { - foreach ((array)$_relative_paths as $_plugin_dir) { - - $_plugin_filepath = $_plugin_dir . DIRECTORY_SEPARATOR . $_plugin_filename; - - $_params = array('file_path' => $_plugin_filepath); - require_once(SMARTY_CORE_DIR . 'core.get_include_path.php'); - if(smarty_core_get_include_path($_params, $smarty)) { - $_return = $_params['new_file_path']; - break; - } - } - } - } - $_filepaths_cache[$_plugin_filename] = $_return; - return $_return; -} - -/* vim: set expandtab: */ - -?> diff --git a/www/smarty/internals/core.assign_smarty_interface.php b/www/smarty/internals/core.assign_smarty_interface.php deleted file mode 100644 index 7e65a73..0000000 --- a/www/smarty/internals/core.assign_smarty_interface.php +++ /dev/null @@ -1,43 +0,0 @@ -<?php -/** - * Smarty plugin - * @package Smarty - * @subpackage plugins - */ - -/** - * Smarty assign_smarty_interface core plugin - * - * Type: core<br> - * Name: assign_smarty_interface<br> - * Purpose: assign the $smarty interface variable - * @param array Format: null - * @param Smarty - */ -function smarty_core_assign_smarty_interface($params, &$smarty) -{ - if (isset($smarty->_smarty_vars) && isset($smarty->_smarty_vars['request'])) { - return; - } - - $_globals_map = array('g' => 'HTTP_GET_VARS', - 'p' => 'HTTP_POST_VARS', - 'c' => 'HTTP_COOKIE_VARS', - 's' => 'HTTP_SERVER_VARS', - 'e' => 'HTTP_ENV_VARS'); - - $_smarty_vars_request = array(); - - foreach (preg_split('!!', strtolower($smarty->request_vars_order)) as $_c) { - if (isset($_globals_map[$_c])) { - $_smarty_vars_request = array_merge($_smarty_vars_request, $GLOBALS[$_globals_map[$_c]]); - } - } - $_smarty_vars_request = @array_merge($_smarty_vars_request, $GLOBALS['HTTP_SESSION_VARS']); - - $smarty->_smarty_vars['request'] = $_smarty_vars_request; -} - -/* vim: set expandtab: */ - -?> diff --git a/www/smarty/internals/core.create_dir_structure.php b/www/smarty/internals/core.create_dir_structure.php deleted file mode 100644 index 999cf59..0000000 --- a/www/smarty/internals/core.create_dir_structure.php +++ /dev/null @@ -1,79 +0,0 @@ -<?php -/** - * Smarty plugin - * @package Smarty - * @subpackage plugins - */ - -/** - * create full directory structure - * - * @param string $dir - */ - -// $dir - -function smarty_core_create_dir_structure($params, &$smarty) -{ - if (!file_exists($params['dir'])) { - $_open_basedir_ini = ini_get('open_basedir'); - - if (DIRECTORY_SEPARATOR=='/') { - /* unix-style paths */ - $_dir = $params['dir']; - $_dir_parts = preg_split('!/+!', $_dir, -1, PREG_SPLIT_NO_EMPTY); - $_new_dir = ($_dir{0}=='/') ? '/' : getcwd().'/'; - if($_use_open_basedir = !empty($_open_basedir_ini)) { - $_open_basedirs = explode(':', $_open_basedir_ini); - } - - } else { - /* other-style paths */ - $_dir = str_replace('\\','/', $params['dir']); - $_dir_parts = preg_split('!/+!', $_dir, -1, PREG_SPLIT_NO_EMPTY); - if (preg_match('!^((//)|([a-zA-Z]:/))!', $_dir, $_root_dir)) { - /* leading "//" for network volume, or "[letter]:/" for full path */ - $_new_dir = $_root_dir[1]; - /* remove drive-letter from _dir_parts */ - if (isset($_root_dir[3])) array_shift($_dir_parts); - - } else { - $_new_dir = str_replace('\\', '/', getcwd()).'/'; - - } - - if($_use_open_basedir = !empty($_open_basedir_ini)) { - $_open_basedirs = explode(';', str_replace('\\', '/', $_open_basedir_ini)); - } - - } - - /* all paths use "/" only from here */ - foreach ($_dir_parts as $_dir_part) { - $_new_dir .= $_dir_part; - - if ($_use_open_basedir) { - // do not attempt to test or make directories outside of open_basedir - $_make_new_dir = false; - foreach ($_open_basedirs as $_open_basedir) { - if (substr($_new_dir, 0, strlen($_open_basedir)) == $_open_basedir) { - $_make_new_dir = true; - break; - } - } - } else { - $_make_new_dir = true; - } - - if ($_make_new_dir && !file_exists($_new_dir) && !@mkdir($_new_dir, $smarty->_dir_perms) && !is_dir($_new_dir)) { - $smarty->trigger_error("problem creating directory '" . $_new_dir . "'"); - return false; - } - $_new_dir .= '/'; - } - } -} - -/* vim: set expandtab: */ - -?> diff --git a/www/smarty/internals/core.display_debug_console.php b/www/smarty/internals/core.display_debug_console.php deleted file mode 100644 index a5d7291..0000000 --- a/www/smarty/internals/core.display_debug_console.php +++ /dev/null @@ -1,61 +0,0 @@ -<?php -/** - * Smarty plugin - * @package Smarty - * @subpackage plugins - */ - -/** - * Smarty debug_console function plugin - * - * Type: core<br> - * Name: display_debug_console<br> - * Purpose: display the javascript debug console window - * @param array Format: null - * @param Smarty - */ -function smarty_core_display_debug_console($params, &$smarty) -{ - // we must force compile the debug template in case the environment - // changed between separate applications. - - if(empty($smarty->debug_tpl)) { - // set path to debug template from SMARTY_DIR - $smarty->debug_tpl = SMARTY_DIR . 'debug.tpl'; - if($smarty->security && is_file($smarty->debug_tpl)) { - $smarty->secure_dir[] = dirname(realpath($smarty->debug_tpl)); - } - $smarty->debug_tpl = 'file:' . SMARTY_DIR . 'debug.tpl'; - } - - $_ldelim_orig = $smarty->left_delimiter; - $_rdelim_orig = $smarty->right_delimiter; - - $smarty->left_delimiter = '{'; - $smarty->right_delimiter = '}'; - - $_compile_id_orig = $smarty->_compile_id; - $smarty->_compile_id = null; - - $_compile_path = $smarty->_get_compile_path($smarty->debug_tpl); - if ($smarty->_compile_resource($smarty->debug_tpl, $_compile_path)) - { - ob_start(); - $smarty->_include($_compile_path); - $_results = ob_get_contents(); - ob_end_clean(); - } else { - $_results = ''; - } - - $smarty->_compile_id = $_compile_id_orig; - - $smarty->left_delimiter = $_ldelim_orig; - $smarty->right_delimiter = $_rdelim_orig; - - return $_results; -} - -/* vim: set expandtab: */ - -?> diff --git a/www/smarty/internals/core.get_include_path.php b/www/smarty/internals/core.get_include_path.php deleted file mode 100644 index 4343241..0000000 --- a/www/smarty/internals/core.get_include_path.php +++ /dev/null @@ -1,44 +0,0 @@ -<?php -/** - * Smarty plugin - * @package Smarty - * @subpackage plugins - */ - -/** - * Get path to file from include_path - * - * @param string $file_path - * @param string $new_file_path - * @return boolean - * @staticvar array|null - */ - -// $file_path, &$new_file_path - -function smarty_core_get_include_path(&$params, &$smarty) -{ - static $_path_array = null; - - if(!isset($_path_array)) { - $_ini_include_path = ini_get('include_path'); - - if(strstr($_ini_include_path,';')) { - // windows pathnames - $_path_array = explode(';',$_ini_include_path); - } else { - $_path_array = explode(':',$_ini_include_path); - } - } - foreach ($_path_array as $_include_path) { - if (@is_readable($_include_path . DIRECTORY_SEPARATOR . $params['file_path'])) { - $params['new_file_path'] = $_include_path . DIRECTORY_SEPARATOR . $params['file_path']; - return true; - } - } - return false; -} - -/* vim: set expandtab: */ - -?> diff --git a/www/smarty/internals/core.get_microtime.php b/www/smarty/internals/core.get_microtime.php deleted file mode 100644 index f1a28e0..0000000 --- a/www/smarty/internals/core.get_microtime.php +++ /dev/null @@ -1,23 +0,0 @@ -<?php -/** - * Smarty plugin - * @package Smarty - * @subpackage plugins - */ - -/** - * Get seconds and microseconds - * @return double - */ -function smarty_core_get_microtime($params, &$smarty) -{ - $mtime = microtime(); - $mtime = explode(" ", $mtime); - $mtime = (double)($mtime[1]) + (double)($mtime[0]); - return ($mtime); -} - - -/* vim: set expandtab: */ - -?> diff --git a/www/smarty/internals/core.get_php_resource.php b/www/smarty/internals/core.get_php_resource.php deleted file mode 100644 index 786d4e7..0000000 --- a/www/smarty/internals/core.get_php_resource.php +++ /dev/null @@ -1,80 +0,0 @@ -<?php -/** - * Smarty plugin - * @package Smarty - * @subpackage plugins - */ - -/** - * Retrieves PHP script resource - * - * sets $php_resource to the returned resource - * @param string $resource - * @param string $resource_type - * @param $php_resource - * @return boolean - */ - -function smarty_core_get_php_resource(&$params, &$smarty) -{ - - $params['resource_base_path'] = $smarty->trusted_dir; - $smarty->_parse_resource_name($params, $smarty); - - /* - * Find out if the resource exists. - */ - - if ($params['resource_type'] == 'file') { - $_readable = false; - if(file_exists($params['resource_name']) && is_readable($params['resource_name'])) { - $_readable = true; - } else { - // test for file in include_path - $_params = array('file_path' => $params['resource_name']); - require_once(SMARTY_CORE_DIR . 'core.get_include_path.php'); - if(smarty_core_get_include_path($_params, $smarty)) { - $_include_path = $_params['new_file_path']; - $_readable = true; - } - } - } else if ($params['resource_type'] != 'file') { - $_template_source = null; - $_readable = is_callable($smarty->_plugins['resource'][$params['resource_type']][0][0]) - && call_user_func_array($smarty->_plugins['resource'][$params['resource_type']][0][0], - array($params['resource_name'], &$_template_source, &$smarty)); - } - - /* - * Set the error function, depending on which class calls us. - */ - if (method_exists($smarty, '_syntax_error')) { - $_error_funcc = '_syntax_error'; - } else { - $_error_funcc = 'trigger_error'; - } - - if ($_readable) { - if ($smarty->security) { - require_once(SMARTY_CORE_DIR . 'core.is_trusted.php'); - if (!smarty_core_is_trusted($params, $smarty)) { - $smarty->$_error_funcc('(secure mode) ' . $params['resource_type'] . ':' . $params['resource_name'] . ' is not trusted'); - return false; - } - } - } else { - $smarty->$_error_funcc($params['resource_type'] . ':' . $params['resource_name'] . ' is not readable'); - return false; - } - - if ($params['resource_type'] == 'file') { - $params['php_resource'] = $params['resource_name']; - } else { - $params['php_resource'] = $_template_source; - } - return true; -} - -/* vim: set expandtab: */ - -?> diff --git a/www/smarty/internals/core.is_secure.php b/www/smarty/internals/core.is_secure.php deleted file mode 100644 index 342f3af..0000000 --- a/www/smarty/internals/core.is_secure.php +++ /dev/null @@ -1,56 +0,0 @@ -<?php -/** - * Smarty plugin - * @package Smarty - * @subpackage plugins - */ - -/** - * determines if a resource is secure or not. - * - * @param string $resource_type - * @param string $resource_name - * @return boolean - */ - -// $resource_type, $resource_name - -function smarty_core_is_secure($params, &$smarty) -{ - if (!$smarty->security || $smarty->security_settings['INCLUDE_ANY']) { - return true; - } - - if ($params['resource_type'] == 'file') { - $_rp = realpath($params['resource_name']); - if (isset($params['resource_base_path'])) { - foreach ((array)$params['resource_base_path'] as $curr_dir) { - if ( ($_cd = realpath($curr_dir)) !== false && - strncmp($_rp, $_cd, strlen($_cd)) == 0 && - $_rp{strlen($_cd)} == DIRECTORY_SEPARATOR ) { - return true; - } - } - } - if (!empty($smarty->secure_dir)) { - foreach ((array)$smarty->secure_dir as $curr_dir) { - if ( ($_cd = realpath($curr_dir)) !== false && - strncmp($_rp, $_cd, strlen($_cd)) == 0 && - $_rp{strlen($_cd)} == DIRECTORY_SEPARATOR ) { - return true; - } - } - } - } else { - // resource is not on local file system - return call_user_func_array( - $smarty->_plugins['resource'][$params['resource_type']][0][2], - array($params['resource_name'], &$smarty)); - } - - return false; -} - -/* vim: set expandtab: */ - -?> diff --git a/www/smarty/internals/core.is_trusted.php b/www/smarty/internals/core.is_trusted.php deleted file mode 100644 index f0bd2fb..0000000 --- a/www/smarty/internals/core.is_trusted.php +++ /dev/null @@ -1,47 +0,0 @@ -<?php -/** - * Smarty plugin - * @package Smarty - * @subpackage plugins - */ - -/** - * determines if a resource is trusted or not - * - * @param string $resource_type - * @param string $resource_name - * @return boolean - */ - - // $resource_type, $resource_name - -function smarty_core_is_trusted($params, &$smarty) -{ - $_smarty_trusted = false; - if ($params['resource_type'] == 'file') { - if (!empty($smarty->trusted_dir)) { - $_rp = realpath($params['resource_name']); - foreach ((array)$smarty->trusted_dir as $curr_dir) { - if (!empty($curr_dir) && is_readable ($curr_dir)) { - $_cd = realpath($curr_dir); - if (strncmp($_rp, $_cd, strlen($_cd)) == 0 - && $_rp{strlen($_cd)} == DIRECTORY_SEPARATOR ) { - $_smarty_trusted = true; - break; - } - } - } - } - - } else { - // resource is not on local file system - $_smarty_trusted = call_user_func_array($smarty->_plugins['resource'][$params['resource_type']][0][3], - array($params['resource_name'], $smarty)); - } - - return $_smarty_trusted; -} - -/* vim: set expandtab: */ - -?> diff --git a/www/smarty/internals/core.load_plugins.php b/www/smarty/internals/core.load_plugins.php deleted file mode 100644 index 6db1dc5..0000000 --- a/www/smarty/internals/core.load_plugins.php +++ /dev/null @@ -1,125 +0,0 @@ -<?php -/** - * Smarty plugin - * @package Smarty - * @subpackage plugins - */ - -/** - * Load requested plugins - * - * @param array $plugins - */ - -// $plugins - -function smarty_core_load_plugins($params, &$smarty) -{ - - foreach ($params['plugins'] as $_plugin_info) { - list($_type, $_name, $_tpl_file, $_tpl_line, $_delayed_loading) = $_plugin_info; - $_plugin = &$smarty->_plugins[$_type][$_name]; - - /* - * We do not load plugin more than once for each instance of Smarty. - * The following code checks for that. The plugin can also be - * registered dynamically at runtime, in which case template file - * and line number will be unknown, so we fill them in. - * - * The final element of the info array is a flag that indicates - * whether the dynamically registered plugin function has been - * checked for existence yet or not. - */ - if (isset($_plugin)) { - if (empty($_plugin[3])) { - if (!is_callable($_plugin[0])) { - $smarty->_trigger_fatal_error("[plugin] $_type '$_name' is not implemented", $_tpl_file, $_tpl_line, __FILE__, __LINE__); - } else { - $_plugin[1] = $_tpl_file; - $_plugin[2] = $_tpl_line; - $_plugin[3] = true; - if (!isset($_plugin[4])) $_plugin[4] = true; /* cacheable */ - } - } - continue; - } else if ($_type == 'insert') { - /* - * For backwards compatibility, we check for insert functions in - * the symbol table before trying to load them as a plugin. - */ - $_plugin_func = 'insert_' . $_name; - if (function_exists($_plugin_func)) { - $_plugin = array($_plugin_func, $_tpl_file, $_tpl_line, true, false); - continue; - } - } - - $_plugin_file = $smarty->_get_plugin_filepath($_type, $_name); - - if (! $_found = ($_plugin_file != false)) { - $_message = "could not load plugin file '$_type.$_name.php'\n"; - } - - /* - * If plugin file is found, it -must- provide the properly named - * plugin function. In case it doesn't, simply output the error and - * do not fall back on any other method. - */ - if ($_found) { - include_once $_plugin_file; - - $_plugin_func = 'smarty_' . $_type . '_' . $_name; - if (!function_exists($_plugin_func)) { - $smarty->_trigger_fatal_error("[plugin] function $_plugin_func() not found in $_plugin_file", $_tpl_file, $_tpl_line, __FILE__, __LINE__); - continue; - } - } - /* - * In case of insert plugins, their code may be loaded later via - * 'script' attribute. - */ - else if ($_type == 'insert' && $_delayed_loading) { - $_plugin_func = 'smarty_' . $_type . '_' . $_name; - $_found = true; - } - - /* - * Plugin specific processing and error checking. - */ - if (!$_found) { - if ($_type == 'modifier') { - /* - * In case modifier falls back on using PHP functions - * directly, we only allow those specified in the security - * context. - */ - if ($smarty->security && !in_array($_name, $smarty->security_settings['MODIFIER_FUNCS'])) { - $_message = "(secure mode) modifier '$_name' is not allowed"; - } else { - if (!function_exists($_name)) { - $_message = "modifier '$_name' is not implemented"; - } else { - $_plugin_func = $_name; - $_found = true; - } - } - } else if ($_type == 'function') { - /* - * This is a catch-all situation. - */ - $_message = "unknown tag - '$_name'"; - } - } - - if ($_found) { - $smarty->_plugins[$_type][$_name] = array($_plugin_func, $_tpl_file, $_tpl_line, true, true); - } else { - // output error - $smarty->_trigger_fatal_error('[plugin] ' . $_message, $_tpl_file, $_tpl_line, __FILE__, __LINE__); - } - } -} - -/* vim: set expandtab: */ - -?> diff --git a/www/smarty/internals/core.load_resource_plugin.php b/www/smarty/internals/core.load_resource_plugin.php deleted file mode 100644 index a7d37d1..0000000 --- a/www/smarty/internals/core.load_resource_plugin.php +++ /dev/null @@ -1,74 +0,0 @@ -<?php -/** - * Smarty plugin - * @package Smarty - * @subpackage plugins - */ - -/** - * load a resource plugin - * - * @param string $type - */ - -// $type - -function smarty_core_load_resource_plugin($params, &$smarty) -{ - /* - * Resource plugins are not quite like the other ones, so they are - * handled differently. The first element of plugin info is the array of - * functions provided by the plugin, the second one indicates whether - * all of them exist or not. - */ - - $_plugin = &$smarty->_plugins['resource'][$params['type']]; - if (isset($_plugin)) { - if (!$_plugin[1] && count($_plugin[0])) { - $_plugin[1] = true; - foreach ($_plugin[0] as $_plugin_func) { - if (!is_callable($_plugin_func)) { - $_plugin[1] = false; - break; - } - } - } - - if (!$_plugin[1]) { - $smarty->_trigger_fatal_error("[plugin] resource '" . $params['type'] . "' is not implemented", null, null, __FILE__, __LINE__); - } - - return; - } - - $_plugin_file = $smarty->_get_plugin_filepath('resource', $params['type']); - $_found = ($_plugin_file != false); - - if ($_found) { /* - * If the plugin file is found, it -must- provide the properly named - * plugin functions. - */ - include_once($_plugin_file); - - /* - * Locate functions that we require the plugin to provide. - */ - $_resource_ops = array('source', 'timestamp', 'secure', 'trusted'); - $_resource_funcs = array(); - foreach ($_resource_ops as $_op) { - $_plugin_func = 'smarty_resource_' . $params['type'] . '_' . $_op; - if (!function_exists($_plugin_func)) { - $smarty->_trigger_fatal_error("[plugin] function $_plugin_func() not found in $_plugin_file", null, null, __FILE__, __LINE__); - return; - } else { - $_resource_funcs[] = $_plugin_func; - } - } - - $smarty->_plugins['resource'][$params['type']] = array($_resource_funcs, true); - } -} - -/* vim: set expandtab: */ - -?> diff --git a/www/smarty/internals/core.process_cached_inserts.php b/www/smarty/internals/core.process_cached_inserts.php deleted file mode 100644 index 29cb007..0000000 --- a/www/smarty/internals/core.process_cached_inserts.php +++ /dev/null @@ -1,71 +0,0 @@ -<?php -/** - * Smarty plugin - * @package Smarty - * @subpackage plugins - */ - -/** - * Replace cached inserts with the actual results - * - * @param string $results - * @return string - */ -function smarty_core_process_cached_inserts($params, &$smarty) -{ - preg_match_all('!'.$smarty->_smarty_md5.'{insert_cache (.*)}'.$smarty->_smarty_md5.'!Uis', - $params['results'], $match); - list($cached_inserts, $insert_args) = $match; - - for ($i = 0, $for_max = count($cached_inserts); $i < $for_max; $i++) { - if ($smarty->debugging) { - $_params = array(); - require_once(SMARTY_CORE_DIR . 'core.get_microtime.php'); - $debug_start_time = smarty_core_get_microtime($_params, $smarty); - } - - $args = unserialize($insert_args[$i]); - $name = $args['name']; - - if (isset($args['script'])) { - $_params = array('resource_name' => $smarty->_dequote($args['script'])); - require_once(SMARTY_CORE_DIR . 'core.get_php_resource.php'); - if(!smarty_core_get_php_resource($_params, $smarty)) { - return false; - } - $resource_type = $_params['resource_type']; - $php_resource = $_params['php_resource']; - - - if ($resource_type == 'file') { - $smarty->_include($php_resource, true); - } else { - $smarty->_eval($php_resource); - } - } - - $function_name = $smarty->_plugins['insert'][$name][0]; - if (empty($args['assign'])) { - $replace = $function_name($args, $smarty); - } else { - $smarty->assign($args['assign'], $function_name($args, $smarty)); - $replace = ''; - } - - $params['results'] = str_replace($cached_inserts[$i], $replace, $params['results']); - if ($smarty->debugging) { - $_params = array(); - require_once(SMARTY_CORE_DIR . 'core.get_microtime.php'); - $smarty->_smarty_debug_info[] = array('type' => 'insert', - 'filename' => 'insert_'.$name, - 'depth' => $smarty->_inclusion_depth, - 'exec_time' => smarty_core_get_microtime($_params, $smarty) - $debug_start_time); - } - } - - return $params['results']; -} - -/* vim: set expandtab: */ - -?> diff --git a/www/smarty/internals/core.process_compiled_include.php b/www/smarty/internals/core.process_compiled_include.php deleted file mode 100644 index 3e1d4c1..0000000 --- a/www/smarty/internals/core.process_compiled_include.php +++ /dev/null @@ -1,32 +0,0 @@ -<?php -/** - * Smarty plugin - * @package Smarty - * @subpackage plugins - */ - -/** - * Replace nocache-tags by results of the corresponding non-cacheable - * functions and return it - * - * @param string $compiled_tpl - * @param string $cached_source - * @return string - */ - -function smarty_core_process_compiled_include($params, &$smarty) -{ - $_cache_including = $smarty->_cache_including; - $smarty->_cache_including = true; - - $_return = $params['results']; - foreach ($smarty->_cache_serials as $_include_file_path=>$_cache_serial) { - $_return = preg_replace_callback('!(\{nocache\:('.$_cache_serial.')#(\d+)\})!s', - array(&$smarty, '_process_compiled_include_callback'), - $_return); - } - $smarty->_cache_including = $_cache_including; - return $_return; -} - -?> diff --git a/www/smarty/internals/core.read_cache_file.php b/www/smarty/internals/core.read_cache_file.php deleted file mode 100644 index ecb1470..0000000 --- a/www/smarty/internals/core.read_cache_file.php +++ /dev/null @@ -1,111 +0,0 @@ -<?php -/** - * Smarty plugin - * @package Smarty - * @subpackage plugins - */ - -/** - * read a cache file, determine if it needs to be - * regenerated or not - * - * @param string $tpl_file - * @param string $cache_id - * @param string $compile_id - * @param string $results - * @return boolean - */ - -// $tpl_file, $cache_id, $compile_id, &$results - -function smarty_core_read_cache_file(&$params, &$smarty) -{ - static $content_cache = array(); - - if ($smarty->force_compile) { - // force compile enabled, always regenerate - return false; - } - - if (isset($content_cache[$params['tpl_file'].','.$params['cache_id'].','.$params['compile_id']])) { - list($params['results'], $smarty->_cache_info) = $content_cache[$params['tpl_file'].','.$params['cache_id'].','.$params['compile_id']]; - return true; - } - - if (!empty($smarty->cache_handler_func)) { - // use cache_handler function - call_user_func_array($smarty->cache_handler_func, - array('read', &$smarty, &$params['results'], $params['tpl_file'], $params['cache_id'], $params['compile_id'], null)); - } else { - // use local cache file - $_auto_id = $smarty->_get_auto_id($params['cache_id'], $params['compile_id']); - $_cache_file = $smarty->_get_auto_filename($smarty->cache_dir, $params['tpl_file'], $_auto_id); - $params['results'] = $smarty->_read_file($_cache_file); - } - - if (empty($params['results'])) { - // nothing to parse (error?), regenerate cache - return false; - } - - $_contents = $params['results']; - $_info_start = strpos($_contents, "\n") + 1; - $_info_len = (int)substr($_contents, 0, $_info_start - 1); - $_cache_info = unserialize(substr($_contents, $_info_start, $_info_len)); - $params['results'] = substr($_contents, $_info_start + $_info_len); - - if ($smarty->caching == 2 && isset ($_cache_info['expires'])){ - // caching by expiration time - if ($_cache_info['expires'] > -1 && (time() > $_cache_info['expires'])) { - // cache expired, regenerate - return false; - } - } else { - // caching by lifetime - if ($smarty->cache_lifetime > -1 && (time() - $_cache_info['timestamp'] > $smarty->cache_lifetime)) { - // cache expired, regenerate - return false; - } - } - - if ($smarty->compile_check) { - $_params = array('get_source' => false, 'quiet'=>true); - foreach (array_keys($_cache_info['template']) as $_template_dep) { - $_params['resource_name'] = $_template_dep; - if (!$smarty->_fetch_resource_info($_params) || $_cache_info['timestamp'] < $_params['resource_timestamp']) { - // template file has changed, regenerate cache - return false; - } - } - - if (isset($_cache_info['config'])) { - $_params = array('resource_base_path' => $smarty->config_dir, 'get_source' => false, 'quiet'=>true); - foreach (array_keys($_cache_info['config']) as $_config_dep) { - $_params['resource_name'] = $_config_dep; - if (!$smarty->_fetch_resource_info($_params) || $_cache_info['timestamp'] < $_params['resource_timestamp']) { - // config file has changed, regenerate cache - return false; - } - } - } - } - - foreach ($_cache_info['cache_serials'] as $_include_file_path=>$_cache_serial) { - if (empty($smarty->_cache_serials[$_include_file_path])) { - $smarty->_include($_include_file_path, true); - } - - if ($smarty->_cache_serials[$_include_file_path] != $_cache_serial) { - /* regenerate */ - return false; - } - } - $content_cache[$params['tpl_file'].','.$params['cache_id'].','.$params['compile_id']] = array($params['results'], $_cache_info); - - $smarty->_cache_info = $_cache_info; - return true; -} - -/* vim: set expandtab: */ - -?> diff --git a/www/smarty/internals/core.rm_auto.php b/www/smarty/internals/core.rm_auto.php deleted file mode 100644 index b251f64..0000000 --- a/www/smarty/internals/core.rm_auto.php +++ /dev/null @@ -1,71 +0,0 @@ -<?php -/** - * Smarty plugin - * @package Smarty - * @subpackage plugins - */ - -/** - * delete an automagically created file by name and id - * - * @param string $auto_base - * @param string $auto_source - * @param string $auto_id - * @param integer $exp_time - * @return boolean - */ - -// $auto_base, $auto_source = null, $auto_id = null, $exp_time = null - -function smarty_core_rm_auto($params, &$smarty) -{ - if (!@is_dir($params['auto_base'])) - return false; - - if(!isset($params['auto_id']) && !isset($params['auto_source'])) { - $_params = array( - 'dirname' => $params['auto_base'], - 'level' => 0, - 'exp_time' => $params['exp_time'] - ); - require_once(SMARTY_CORE_DIR . 'core.rmdir.php'); - $_res = smarty_core_rmdir($_params, $smarty); - } else { - $_tname = $smarty->_get_auto_filename($params['auto_base'], $params['auto_source'], $params['auto_id']); - - if(isset($params['auto_source'])) { - if (isset($params['extensions'])) { - $_res = false; - foreach ((array)$params['extensions'] as $_extension) - $_res |= $smarty->_unlink($_tname.$_extension, $params['exp_time']); - } else { - $_res = $smarty->_unlink($_tname, $params['exp_time']); - } - } elseif ($smarty->use_sub_dirs) { - $_params = array( - 'dirname' => $_tname, - 'level' => 1, - 'exp_time' => $params['exp_time'] - ); - require_once(SMARTY_CORE_DIR . 'core.rmdir.php'); - $_res = smarty_core_rmdir($_params, $smarty); - } else { - // remove matching file names - $_handle = opendir($params['auto_base']); - $_res = true; - while (false !== ($_filename = readdir($_handle))) { - if($_filename == '.' || $_filename == '..') { - continue; - } elseif (substr($params['auto_base'] . DIRECTORY_SEPARATOR . $_filename, 0, strlen($_tname)) == $_tname) { - $_res &= (bool)$smarty->_unlink($params['auto_base'] . DIRECTORY_SEPARATOR . $_filename, $params['exp_time']); - } - } - } - } - - return $_res; -} - -/* vim: set expandtab: */ - -?> diff --git a/www/smarty/internals/core.rmdir.php b/www/smarty/internals/core.rmdir.php deleted file mode 100644 index 4fdbccc..0000000 --- a/www/smarty/internals/core.rmdir.php +++ /dev/null @@ -1,55 +0,0 @@ -<?php -/** - * Smarty plugin - * @package Smarty - * @subpackage plugins - */ - -/** - * delete a dir recursively (level=0 -> keep root) - * WARNING: no tests, it will try to remove what you tell it! - * - * @param string $dirname - * @param integer $level - * @param integer $exp_time - * @return boolean - */ - -// $dirname, $level = 1, $exp_time = null - -function smarty_core_rmdir($params, &$smarty) -{ - if(!isset($params['level'])) { $params['level'] = 1; } - if(!isset($params['exp_time'])) { $params['exp_time'] = null; } - - if($_handle = @opendir($params['dirname'])) { - - while (false !== ($_entry = readdir($_handle))) { - if ($_entry != '.' && $_entry != '..') { - if (@is_dir($params['dirname'] . DIRECTORY_SEPARATOR . $_entry)) { - $_params = array( - 'dirname' => $params['dirname'] . DIRECTORY_SEPARATOR . $_entry, - 'level' => $params['level'] + 1, - 'exp_time' => $params['exp_time'] - ); - require_once(SMARTY_CORE_DIR . 'core.rmdir.php'); - smarty_core_rmdir($_params, $smarty); - } - else { - $smarty->_unlink($params['dirname'] . DIRECTORY_SEPARATOR . $_entry, $params['exp_time']); - } - } - } - closedir($_handle); - } - - if ($params['level']) { - return @rmdir($params['dirname']); - } - return (bool)$_handle; - -} - -/* vim: set expandtab: */ - -?> diff --git a/www/smarty/internals/core.run_insert_handler.php b/www/smarty/internals/core.run_insert_handler.php deleted file mode 100644 index 71c3845..0000000 --- a/www/smarty/internals/core.run_insert_handler.php +++ /dev/null @@ -1,71 +0,0 @@ -<?php -/** - * Smarty plugin - * @package Smarty - * @subpackage plugins - */ - -/** - * Handle insert tags - * - * @param array $args - * @return string - */ -function smarty_core_run_insert_handler($params, &$smarty) -{ - - require_once(SMARTY_CORE_DIR . 'core.get_microtime.php'); - if ($smarty->debugging) { - $_params = array(); - $_debug_start_time = smarty_core_get_microtime($_params, $smarty); - } - - if ($smarty->caching) { - $_arg_string = serialize($params['args']); - $_name = $params['args']['name']; - if (!isset($smarty->_cache_info['insert_tags'][$_name])) { - $smarty->_cache_info['insert_tags'][$_name] = array('insert', - $_name, - $smarty->_plugins['insert'][$_name][1], - $smarty->_plugins['insert'][$_name][2], - !empty($params['args']['script']) ? true : false); - } - return $smarty->_smarty_md5."{insert_cache $_arg_string}".$smarty->_smarty_md5; - } else { - if (isset($params['args']['script'])) { - $_params = array('resource_name' => $smarty->_dequote($params['args']['script'])); - require_once(SMARTY_CORE_DIR . 'core.get_php_resource.php'); - if(!smarty_core_get_php_resource($_params, $smarty)) { - return false; - } - - if ($_params['resource_type'] == 'file') { - $smarty->_include($_params['php_resource'], true); - } else { - $smarty->_eval($_params['php_resource']); - } - unset($params['args']['script']); - } - - $_funcname = $smarty->_plugins['insert'][$params['args']['name']][0]; - $_content = $_funcname($params['args'], $smarty); - if ($smarty->debugging) { - $_params = array(); - require_once(SMARTY_CORE_DIR . 'core.get_microtime.php'); - $smarty->_smarty_debug_info[] = array('type' => 'insert', - 'filename' => 'insert_'.$params['args']['name'], - 'depth' => $smarty->_inclusion_depth, - 'exec_time' => smarty_core_get_microtime($_params, $smarty) - $_debug_start_time); - } - - if (!empty($params['args']["assign"])) { - $smarty->assign($params['args']["assign"], $_content); - } else { - return $_content; - } - } -} - -/* vim: set expandtab: */ - -?> diff --git a/www/smarty/internals/core.smarty_include_php.php b/www/smarty/internals/core.smarty_include_php.php deleted file mode 100644 index 30c6e76..0000000 --- a/www/smarty/internals/core.smarty_include_php.php +++ /dev/null @@ -1,50 +0,0 @@ -<?php -/** - * Smarty plugin - * @package Smarty - * @subpackage plugins - */ - -/** - * called for included php files within templates - * - * @param string $smarty_file - * @param string $smarty_assign variable to assign the included template's - * output into - * @param boolean $smarty_once uses include_once if this is true - * @param array $smarty_include_vars associative array of vars from - * {include file="blah" var=$var} - */ - -// $file, $assign, $once, $_smarty_include_vars - -function smarty_core_smarty_include_php($params, &$smarty) -{ - $_params = array('resource_name' => $params['smarty_file']); - require_once(SMARTY_CORE_DIR . 'core.get_php_resource.php'); - smarty_core_get_php_resource($_params, $smarty); - $_smarty_resource_type = $_params['resource_type']; - $_smarty_php_resource = $_params['php_resource']; - - if (!empty($params['smarty_assign'])) { - ob_start(); - if ($_smarty_resource_type == 'file') { - $smarty->_include($_smarty_php_resource, $params['smarty_once'], $params['smarty_include_vars']); - } else { - $smarty->_eval($_smarty_php_resource, $params['smarty_include_vars']); - } - $smarty->assign($params['smarty_assign'], ob_get_contents()); - ob_end_clean(); - } else { - if ($_smarty_resource_type == 'file') { - $smarty->_include($_smarty_php_resource, $params['smarty_once'], $params['smarty_include_vars']); - } else { - $smarty->_eval($_smarty_php_resource, $params['smarty_include_vars']); - } - } -} - - -/* vim: set expandtab: */ - -?> diff --git a/www/smarty/internals/core.write_cache_file.php b/www/smarty/internals/core.write_cache_file.php deleted file mode 100644 index 72f785b..0000000 --- a/www/smarty/internals/core.write_cache_file.php +++ /dev/null @@ -1,96 +0,0 @@ -<?php -/** - * Smarty plugin - * @package Smarty - * @subpackage plugins - */ - -/** - * Prepend the cache information to the cache file - * and write it - * - * @param string $tpl_file - * @param string $cache_id - * @param string $compile_id - * @param string $results - * @return true|null - */ - - // $tpl_file, $cache_id, $compile_id, $results - -function smarty_core_write_cache_file($params, &$smarty) -{ - - // put timestamp in cache header - $smarty->_cache_info['timestamp'] = time(); - if ($smarty->cache_lifetime > -1){ - // expiration set - $smarty->_cache_info['expires'] = $smarty->_cache_info['timestamp'] + $smarty->cache_lifetime; - } else { - // cache will never expire - $smarty->_cache_info['expires'] = -1; - } - - // collapse nocache.../nocache-tags - if (preg_match_all('!\{(/?)nocache\:[0-9a-f]{32}#\d+\}!', $params['results'], $match, PREG_PATTERN_ORDER)) { - // remove everything between every pair of outermost noache.../nocache-tags - // and replace it by a single nocache-tag - // this new nocache-tag will be replaced by dynamic contents in - // smarty_core_process_compiled_includes() on a cache-read - - $match_count = count($match[0]); - $results = preg_split('!(\{/?nocache\:[0-9a-f]{32}#\d+\})!', $params['results'], -1, PREG_SPLIT_DELIM_CAPTURE); - - $level = 0; - $j = 0; - for ($i=0, $results_count = count($results); $i < $results_count && $j < $match_count; $i++) { - if ($results[$i] == $match[0][$j]) { - // nocache tag - if ($match[1][$j]) { // closing tag - $level--; - unset($results[$i]); - } else { // opening tag - if ($level++ > 0) unset($results[$i]); - } - $j++; - } elseif ($level > 0) { - unset($results[$i]); - } - } - $params['results'] = implode('', $results); - } - $smarty->_cache_info['cache_serials'] = $smarty->_cache_serials; - - // prepend the cache header info into cache file - $_cache_info = serialize($smarty->_cache_info); - $params['results'] = strlen($_cache_info) . "\n" . $_cache_info . $params['results']; - - if (!empty($smarty->cache_handler_func)) { - // use cache_handler function - call_user_func_array($smarty->cache_handler_func, - array('write', &$smarty, &$params['results'], $params['tpl_file'], $params['cache_id'], $params['compile_id'], null)); - } else { - // use local cache file - - if(!@is_writable($smarty->cache_dir)) { - // cache_dir not writable, see if it exists - if(!@is_dir($smarty->cache_dir)) { - $smarty->trigger_error('the $cache_dir \'' . $smarty->cache_dir . '\' does not exist, or is not a directory.', E_USER_ERROR); - return false; - } - $smarty->trigger_error('unable to write to $cache_dir \'' . realpath($smarty->cache_dir) . '\'. Be sure $cache_dir is writable by the web server user.', E_USER_ERROR); - return false; - } - - $_auto_id = $smarty->_get_auto_id($params['cache_id'], $params['compile_id']); - $_cache_file = $smarty->_get_auto_filename($smarty->cache_dir, $params['tpl_file'], $_auto_id); - $_params = array('filename' => $_cache_file, 'contents' => $params['results'], 'create_dirs' => true); - require_once(SMARTY_CORE_DIR . 'core.write_file.php'); - smarty_core_write_file($_params, $smarty); - return true; - } -} - -/* vim: set expandtab: */ - -?> diff --git a/www/smarty/internals/core.write_compiled_include.php b/www/smarty/internals/core.write_compiled_include.php deleted file mode 100644 index 5e0b2e0..0000000 --- a/www/smarty/internals/core.write_compiled_include.php +++ /dev/null @@ -1,91 +0,0 @@ -<?php -/** - * Smarty plugin - * @package Smarty - * @subpackage plugins - */ - -/** - * Extract non-cacheable parts out of compiled template and write it - * - * @param string $compile_path - * @param string $template_compiled - * @return boolean - */ - -function smarty_core_write_compiled_include($params, &$smarty) -{ - $_tag_start = 'if \(\$this->caching && \!\$this->_cache_including\) \{ echo \'\{nocache\:('.$params['cache_serial'].')#(\d+)\}\';\}'; - $_tag_end = 'if \(\$this->caching && \!\$this->_cache_including\) \{ echo \'\{/nocache\:(\\2)#(\\3)\}\';\}'; - - preg_match_all('!('.$_tag_start.'(.*)'.$_tag_end.')!Us', - $params['compiled_content'], $_match_source, PREG_SET_ORDER); - - // no nocache-parts found: done - if (count($_match_source)==0) return; - - // convert the matched php-code to functions - $_include_compiled = "<?php /* Smarty version ".$smarty->_version.", created on ".strftime("%Y-%m-%d %H:%M:%S")."\n"; - $_include_compiled .= " compiled from " . strtr(urlencode($params['resource_name']), array('%2F'=>'/', '%3A'=>':')) . " */\n\n"; - - $_compile_path = $params['include_file_path']; - - $smarty->_cache_serials[$_compile_path] = $params['cache_serial']; - $_include_compiled .= "\$this->_cache_serials['".$_compile_path."'] = '".$params['cache_serial']."';\n\n?>"; - - $_include_compiled .= $params['plugins_code']; - $_include_compiled .= "<?php"; - - $this_varname = ((double)phpversion() >= 5.0) ? '_smarty' : 'this'; - for ($_i = 0, $_for_max = count($_match_source); $_i < $_for_max; $_i++) { - $_match =& $_match_source[$_i]; - $source = $_match[4]; - if ($this_varname == '_smarty') { - /* rename $this to $_smarty in the sourcecode */ - $tokens = token_get_all('<?php ' . $_match[4]); - - /* remove trailing <?php */ - $open_tag = ''; - while ($tokens) { - $token = array_shift($tokens); - if (is_array($token)) { - $open_tag .= $token[1]; - } else { - $open_tag .= $token; - } - if ($open_tag == '<?php ') break; - } - - for ($i=0, $count = count($tokens); $i < $count; $i++) { - if (is_array($tokens[$i])) { - if ($tokens[$i][0] == T_VARIABLE && $tokens[$i][1] == '$this') { - $tokens[$i] = '$' . $this_varname; - } else { - $tokens[$i] = $tokens[$i][1]; - } - } - } - $source = implode('', $tokens); - } - - /* add function to compiled include */ - $_include_compiled .= " -function _smarty_tplfunc_$_match[2]_$_match[3](&\$$this_varname) -{ -$source -} - -"; - } - $_include_compiled .= "\n\n?>\n"; - - $_params = array('filename' => $_compile_path, - 'contents' => $_include_compiled, 'create_dirs' => true); - - require_once(SMARTY_CORE_DIR . 'core.write_file.php'); - smarty_core_write_file($_params, $smarty); - return true; -} - - -?> diff --git a/www/smarty/internals/core.write_compiled_resource.php b/www/smarty/internals/core.write_compiled_resource.php deleted file mode 100644 index b902eff..0000000 --- a/www/smarty/internals/core.write_compiled_resource.php +++ /dev/null @@ -1,35 +0,0 @@ -<?php -/** - * Smarty plugin - * @package Smarty - * @subpackage plugins - */ - -/** - * write the compiled resource - * - * @param string $compile_path - * @param string $compiled_content - * @return true - */ -function smarty_core_write_compiled_resource($params, &$smarty) -{ - if(!@is_writable($smarty->compile_dir)) { - // compile_dir not writable, see if it exists - if(!@is_dir($smarty->compile_dir)) { - $smarty->trigger_error('the $compile_dir \'' . $smarty->compile_dir . '\' does not exist, or is not a directory.', E_USER_ERROR); - return false; - } - $smarty->trigger_error('unable to write to $compile_dir \'' . realpath($smarty->compile_dir) . '\'. Be sure $compile_dir is writable by the web server user.', E_USER_ERROR); - return false; - } - - $_params = array('filename' => $params['compile_path'], 'contents' => $params['compiled_content'], 'create_dirs' => true); - require_once(SMARTY_CORE_DIR . 'core.write_file.php'); - smarty_core_write_file($_params, $smarty); - return true; -} - -/* vim: set expandtab: */ - -?> diff --git a/www/smarty/internals/core.write_file.php b/www/smarty/internals/core.write_file.php deleted file mode 100644 index 09e1698..0000000 --- a/www/smarty/internals/core.write_file.php +++ /dev/null @@ -1,54 +0,0 @@ -<?php -/** - * Smarty plugin - * @package Smarty - * @subpackage plugins - */ - -/** - * write out a file to disk - * - * @param string $filename - * @param string $contents - * @param boolean $create_dirs - * @return boolean - */ -function smarty_core_write_file($params, &$smarty) -{ - $_dirname = dirname($params['filename']); - - if ($params['create_dirs']) { - $_params = array('dir' => $_dirname); - require_once(SMARTY_CORE_DIR . 'core.create_dir_structure.php'); - smarty_core_create_dir_structure($_params, $smarty); - } - - // write to tmp file, then rename it to avoid - // file locking race condition - $_tmp_file = tempnam($_dirname, 'wrt'); - - if (!($fd = @fopen($_tmp_file, 'wb'))) { - $_tmp_file = $_dirname . DIRECTORY_SEPARATOR . uniqid('wrt'); - if (!($fd = @fopen($_tmp_file, 'wb'))) { - $smarty->trigger_error("problem writing temporary file '$_tmp_file'"); - return false; - } - } - - fwrite($fd, $params['contents']); - fclose($fd); - - // Delete the file if it allready exists (this is needed on Win, - // because it cannot overwrite files with rename() - if (file_exists($params['filename'])) { - @unlink($params['filename']); - } - @rename($_tmp_file, $params['filename']); - @chmod($params['filename'], $smarty->_file_perms); - - return true; -} - -/* vim: set expandtab: */ - -?> diff --git a/www/smarty/plugins/block.textformat.php b/www/smarty/plugins/block.textformat.php deleted file mode 100644 index aaebab2..0000000 --- a/www/smarty/plugins/block.textformat.php +++ /dev/null @@ -1,102 +0,0 @@ -<?php -/** - * Smarty plugin - * @package Smarty - * @subpackage plugins - */ - -/** - * Smarty {textformat}{/textformat} block plugin - * - * Type: block function<br> - * Name: textformat<br> - * Purpose: format text a certain way with preset styles - * or custom wrap/indent settings<br> - * @link http://smarty.php.net/manual/en/language.function.textformat.php {textformat} - * (Smarty online manual) - * @param array - * <pre> - * Params: style: string (email) - * indent: integer (0) - * wrap: integer (80) - * wrap_char string ("\n") - * indent_char: string (" ") - * wrap_boundary: boolean (true) - * </pre> - * @param string contents of the block - * @param Smarty clever simulation of a method - * @return string string $content re-formatted - */ -function smarty_block_textformat($params, $content, &$smarty) -{ - if (is_null($content)) { - return; - } - - $style = null; - $indent = 0; - $indent_first = 0; - $indent_char = ' '; - $wrap = 80; - $wrap_char = "\n"; - $wrap_cut = false; - $assign = null; - - foreach ($params as $_key => $_val) { - switch ($_key) { - case 'style': - case 'indent_char': - case 'wrap_char': - case 'assign': - $$_key = (string)$_val; - break; - - case 'indent': - case 'indent_first': - case 'wrap': - $$_key = (int)$_val; - break; - - case 'wrap_cut': - $$_key = (bool)$_val; - break; - - default: - $smarty->trigger_error("textformat: unknown attribute '$_key'"); - } - } - - if ($style == 'email') { - $wrap = 72; - } - - // split into paragraphs - $_paragraphs = preg_split('![\r\n][\r\n]!',$content); - $_output = ''; - - for($_x = 0, $_y = count($_paragraphs); $_x < $_y; $_x++) { - if ($_paragraphs[$_x] == '') { - continue; - } - // convert mult. spaces & special chars to single space - $_paragraphs[$_x] = preg_replace(array('!\s+!','!(^\s+)|(\s+$)!'), array(' ',''), $_paragraphs[$_x]); - // indent first line - if($indent_first > 0) { - $_paragraphs[$_x] = str_repeat($indent_char, $indent_first) . $_paragraphs[$_x]; - } - // wordwrap sentences - $_paragraphs[$_x] = wordwrap($_paragraphs[$_x], $wrap - $indent, $wrap_char, $wrap_cut); - // indent lines - if($indent > 0) { - $_paragraphs[$_x] = preg_replace('!^!m', str_repeat($indent_char, $indent), $_paragraphs[$_x]); - } - } - $_output = implode($wrap_char . $wrap_char, $_paragraphs); - - return $assign ? $smarty->assign($assign, $_output) : $_output; - -} - -/* vim: set expandtab: */ - -?> diff --git a/www/smarty/plugins/compiler.assign.php b/www/smarty/plugins/compiler.assign.php deleted file mode 100644 index 2e02017..0000000 --- a/www/smarty/plugins/compiler.assign.php +++ /dev/null @@ -1,38 +0,0 @@ -<?php -/** - * Smarty plugin - * @package Smarty - * @subpackage plugins - */ - -/** - * Smarty {assign} compiler function plugin - * - * Type: compiler function<br> - * Name: assign<br> - * Purpose: assign a value to a template variable - * @link http://smarty.php.net/manual/en/language.custom.functions.php#LANGUAGE.FUNCTION.ASSIGN {assign} - * (Smarty online manual) - * @param string containing var-attribute and value-attribute - * @param Smarty_Compiler - */ -function smarty_compiler_assign($tag_attrs, &$compiler) -{ - $_params = $compiler->_parse_attrs($tag_attrs); - - if (!isset($_params['var'])) { - $compiler->_syntax_error("assign: missing 'var' parameter", E_USER_WARNING); - return; - } - - if (!isset($_params['value'])) { - $compiler->_syntax_error("assign: missing 'value' parameter", E_USER_WARNING); - return; - } - - return "\$this->assign({$_params['var']}, {$_params['value']});"; -} - -/* vim: set expandtab: */ - -?> diff --git a/www/smarty/plugins/function.assign_debug_info.php b/www/smarty/plugins/function.assign_debug_info.php deleted file mode 100644 index 8015624..0000000 --- a/www/smarty/plugins/function.assign_debug_info.php +++ /dev/null @@ -1,39 +0,0 @@ -<?php -/** - * Smarty plugin - * @package Smarty - * @subpackage plugins - */ - -/** - * Smarty {assign_debug_info} function plugin - * - * Type: function<br> - * Name: assign_debug_info<br> - * Purpose: assign debug info to the template<br> - * @param array unused in this plugin, this plugin uses {@link Smarty::$_config}, - * {@link Smarty::$_tpl_vars} and {@link Smarty::$_smarty_debug_info} - * @param Smarty - */ -function smarty_function_assign_debug_info($params, &$smarty) -{ - $assigned_vars = $smarty->_tpl_vars; - ksort($assigned_vars); - if (@is_array($smarty->_config[0])) { - $config_vars = $smarty->_config[0]; - ksort($config_vars); - $smarty->assign("_debug_config_keys", array_keys($config_vars)); - $smarty->assign("_debug_config_vals", array_values($config_vars)); - } - - $included_templates = $smarty->_smarty_debug_info; - - $smarty->assign("_debug_keys", array_keys($assigned_vars)); - $smarty->assign("_debug_vals", array_values($assigned_vars)); - - $smarty->assign("_debug_tpls", $included_templates); -} - -/* vim: set expandtab: */ - -?> diff --git a/www/smarty/plugins/function.config_load.php b/www/smarty/plugins/function.config_load.php deleted file mode 100644 index db7f8f6..0000000 --- a/www/smarty/plugins/function.config_load.php +++ /dev/null @@ -1,140 +0,0 @@ -<?php -/** - * Smarty plugin - * @package Smarty - * @subpackage plugins - */ - -/** - * Smarty {config_load} function plugin - * - * Type: function<br> - * Name: config_load<br> - * Purpose: load config file vars - * @link http://smarty.php.net/manual/en/language.function.config.load.php {config_load} - * (Smarty online manual) - * @param array Format: - * <pre> - * array('file' => required config file name, - * 'section' => optional config file section to load - * 'scope' => local/parent/global - * 'global' => overrides scope, setting to parent if true) - * </pre> - * @param Smarty - */ -function smarty_function_config_load($params, &$smarty) -{ - if ($smarty->debugging) { - $_params = array(); - require_once(SMARTY_CORE_DIR . 'core.get_microtime.php'); - $_debug_start_time = smarty_core_get_microtime($_params, $smarty); - } - - $_file = isset($params['file']) ? $smarty->_dequote($params['file']) : null; - $_section = isset($params['section']) ? $smarty->_dequote($params['section']) : null; - $_scope = isset($params['scope']) ? $smarty->_dequote($params['scope']) : 'global'; - $_global = isset($params['global']) ? $smarty->_dequote($params['global']) : false; - - if (!isset($_file) || strlen($_file) == 0) { - $smarty->trigger_error("missing 'file' attribute in config_load tag", E_USER_ERROR, __FILE__, __LINE__); - } - - if (isset($_scope)) { - if ($_scope != 'local' && - $_scope != 'parent' && - $_scope != 'global') { - $smarty->trigger_error("invalid 'scope' attribute value", E_USER_ERROR, __FILE__, __LINE__); - } - } else { - if ($_global) { - $_scope = 'parent'; - } else { - $_scope = 'local'; - } - } - - $_params = array('resource_name' => $_file, - 'resource_base_path' => $smarty->config_dir, - 'get_source' => false); - $smarty->_parse_resource_name($_params); - $_file_path = $_params['resource_type'] . ':' . $_params['resource_name']; - if (isset($_section)) - $_compile_file = $smarty->_get_compile_path($_file_path.'|'.$_section); - else - $_compile_file = $smarty->_get_compile_path($_file_path); - - if($smarty->force_compile || !file_exists($_compile_file)) { - $_compile = true; - } elseif ($smarty->compile_check) { - $_params = array('resource_name' => $_file, - 'resource_base_path' => $smarty->config_dir, - 'get_source' => false); - $_compile = $smarty->_fetch_resource_info($_params) && - $_params['resource_timestamp'] > filemtime($_compile_file); - } else { - $_compile = false; - } - - if($_compile) { - // compile config file - if(!is_object($smarty->_conf_obj)) { - require_once SMARTY_DIR . $smarty->config_class . '.class.php'; - $smarty->_conf_obj = new $smarty->config_class(); - $smarty->_conf_obj->overwrite = $smarty->config_overwrite; - $smarty->_conf_obj->booleanize = $smarty->config_booleanize; - $smarty->_conf_obj->read_hidden = $smarty->config_read_hidden; - $smarty->_conf_obj->fix_newlines = $smarty->config_fix_newlines; - } - - $_params = array('resource_name' => $_file, - 'resource_base_path' => $smarty->config_dir, - $_params['get_source'] = true); - if (!$smarty->_fetch_resource_info($_params)) { - return; - } - $smarty->_conf_obj->set_file_contents($_file, $_params['source_content']); - $_config_vars = array_merge($smarty->_conf_obj->get($_file), - $smarty->_conf_obj->get($_file, $_section)); - if(function_exists('var_export')) { - $_output = '<?php $_config_vars = ' . var_export($_config_vars, true) . '; ?>'; - } else { - $_output = '<?php $_config_vars = unserialize(\'' . strtr(serialize($_config_vars),array('\''=>'\\\'', '\\'=>'\\\\')) . '\'); ?>'; - } - $_params = (array('compile_path' => $_compile_file, 'compiled_content' => $_output, 'resource_timestamp' => $_params['resource_timestamp'])); - require_once(SMARTY_CORE_DIR . 'core.write_compiled_resource.php'); - smarty_core_write_compiled_resource($_params, $smarty); - } else { - include($_compile_file); - } - - if ($smarty->caching) { - $smarty->_cache_info['config'][$_file] = true; - } - - $smarty->_config[0]['vars'] = @array_merge($smarty->_config[0]['vars'], $_config_vars); - $smarty->_config[0]['files'][$_file] = true; - - if ($_scope == 'parent') { - $smarty->_config[1]['vars'] = @array_merge($smarty->_config[1]['vars'], $_config_vars); - $smarty->_config[1]['files'][$_file] = true; - } else if ($_scope == 'global') { - for ($i = 1, $for_max = count($smarty->_config); $i < $for_max; $i++) { - $smarty->_config[$i]['vars'] = @array_merge($smarty->_config[$i]['vars'], $_config_vars); - $smarty->_config[$i]['files'][$_file] = true; - } - } - - if ($smarty->debugging) { - $_params = array(); - require_once(SMARTY_CORE_DIR . 'core.get_microtime.php'); - $smarty->_smarty_debug_info[] = array('type' => 'config', - 'filename' => $_file.' ['.$_section.'] '.$_scope, - 'depth' => $smarty->_inclusion_depth, - 'exec_time' => smarty_core_get_microtime($_params, $smarty) - $_debug_start_time); - } - -} - -/* vim: set expandtab: */ - -?> diff --git a/www/smarty/plugins/function.counter.php b/www/smarty/plugins/function.counter.php deleted file mode 100644 index cfe5dd8..0000000 --- a/www/smarty/plugins/function.counter.php +++ /dev/null @@ -1,79 +0,0 @@ -<?php -/** - * Smarty plugin - * @package Smarty - * @subpackage plugins - */ - - -/** - * Smarty {counter} function plugin - * - * Type: function<br> - * Name: counter<br> - * Purpose: print out a counter value - * @link http://smarty.php.net/manual/en/language.function.counter.php {counter} - * (Smarty online manual) - * @param array parameters - * @param Smarty - * @return string|null - */ -function smarty_function_counter($params, &$smarty) -{ - static $counters = array(); - - $name = (isset($params['name'])) ? $params['name'] : 'default'; - if (!isset($counters[$name])) { - $counters[$name] = array( - 'start'=>1, - 'skip'=>1, - 'direction'=>'up', - 'count'=>1 - ); - } - $counter =& $counters[$name]; - - if (isset($params['start'])) { - $counter['start'] = $counter['count'] = (int)$params['start']; - } - - if (!empty($params['assign'])) { - $counter['assign'] = $params['assign']; - } - - if (isset($counter['assign'])) { - $smarty->assign($counter['assign'], $counter['count']); - } - - if (isset($params['print'])) { - $print = (bool)$params['print']; - } else { - $print = empty($counter['assign']); - } - - if ($print) { - $retval = $counter['count']; - } else { - $retval = null; - } - - if (isset($params['skip'])) { - $counter['skip'] = $params['skip']; - } - - if (isset($params['direction'])) { - $counter['direction'] = $params['direction']; - } - - if ($counter['direction'] == "down") - $counter['count'] -= $counter['skip']; - else - $counter['count'] += $counter['skip']; - - return $retval; - -} - -/* vim: set expandtab: */ - -?> diff --git a/www/smarty/plugins/function.cycle.php b/www/smarty/plugins/function.cycle.php deleted file mode 100644 index fe78bb8..0000000 --- a/www/smarty/plugins/function.cycle.php +++ /dev/null @@ -1,102 +0,0 @@ -<?php -/** - * Smarty plugin - * @package Smarty - * @subpackage plugins - */ - -/** - * Smarty {cycle} function plugin - * - * Type: function<br> - * Name: cycle<br> - * Date: May 3, 2002<br> - * Purpose: cycle through given values<br> - * Input: - * - name = name of cycle (optional) - * - values = comma separated list of values to cycle, - * or an array of values to cycle - * (this can be left out for subsequent calls) - * - reset = boolean - resets given var to true - * - print = boolean - print var or not. default is true - * - advance = boolean - whether or not to advance the cycle - * - delimiter = the value delimiter, default is "," - * - assign = boolean, assigns to template var instead of - * printed. - * - * Examples:<br> - * <pre> - * {cycle values="#eeeeee,#d0d0d0d"} - * {cycle name=row values="one,two,three" reset=true} - * {cycle name=row} - * </pre> - * @link http://smarty.php.net/manual/en/language.function.cycle.php {cycle} - * (Smarty online manual) - * @author Monte Ohrt <monte at ohrt dot com> - * @author credit to Mark Priatel <mpriatel@rogers.com> - * @author credit to Gerard <gerard@interfold.com> - * @author credit to Jason Sweat <jsweat_php@yahoo.com> - * @version 1.3 - * @param array - * @param Smarty - * @return string|null - */ -function smarty_function_cycle($params, &$smarty) -{ - static $cycle_vars; - - $name = (empty($params['name'])) ? 'default' : $params['name']; - $print = (isset($params['print'])) ? (bool)$params['print'] : true; - $advance = (isset($params['advance'])) ? (bool)$params['advance'] : true; - $reset = (isset($params['reset'])) ? (bool)$params['reset'] : false; - - if (!in_array('values', array_keys($params))) { - if(!isset($cycle_vars[$name]['values'])) { - $smarty->trigger_error("cycle: missing 'values' parameter"); - return; - } - } else { - if(isset($cycle_vars[$name]['values']) - && $cycle_vars[$name]['values'] != $params['values'] ) { - $cycle_vars[$name]['index'] = 0; - } - $cycle_vars[$name]['values'] = $params['values']; - } - - $cycle_vars[$name]['delimiter'] = (isset($params['delimiter'])) ? $params['delimiter'] : ','; - - if(is_array($cycle_vars[$name]['values'])) { - $cycle_array = $cycle_vars[$name]['values']; - } else { - $cycle_array = explode($cycle_vars[$name]['delimiter'],$cycle_vars[$name]['values']); - } - - if(!isset($cycle_vars[$name]['index']) || $reset ) { - $cycle_vars[$name]['index'] = 0; - } - - if (isset($params['assign'])) { - $print = false; - $smarty->assign($params['assign'], $cycle_array[$cycle_vars[$name]['index']]); - } - - if($print) { - $retval = $cycle_array[$cycle_vars[$name]['index']]; - } else { - $retval = null; - } - - if($advance) { - if ( $cycle_vars[$name]['index'] >= count($cycle_array) -1 ) { - $cycle_vars[$name]['index'] = 0; - } else { - $cycle_vars[$name]['index']++; - } - } - - return $retval; -} - -/* vim: set expandtab: */ - -?> diff --git a/www/smarty/plugins/function.debug.php b/www/smarty/plugins/function.debug.php deleted file mode 100644 index 4345230..0000000 --- a/www/smarty/plugins/function.debug.php +++ /dev/null @@ -1,35 +0,0 @@ -<?php -/** - * Smarty plugin - * @package Smarty - * @subpackage plugins - */ - - -/** - * Smarty {debug} function plugin - * - * Type: function<br> - * Name: debug<br> - * Date: July 1, 2002<br> - * Purpose: popup debug window - * @link http://smarty.php.net/manual/en/language.function.debug.php {debug} - * (Smarty online manual) - * @author Monte Ohrt <monte at ohrt dot com> - * @version 1.0 - * @param array - * @param Smarty - * @return string output from {@link Smarty::_generate_debug_output()} - */ -function smarty_function_debug($params, &$smarty) -{ - if (isset($params['output'])) { - $smarty->assign('_smarty_debug_output', $params['output']); - } - require_once(SMARTY_CORE_DIR . 'core.display_debug_console.php'); - return smarty_core_display_debug_console(null, $smarty); -} - -/* vim: set expandtab: */ - -?> diff --git a/www/smarty/plugins/function.eval.php b/www/smarty/plugins/function.eval.php deleted file mode 100644 index 3a4b8b2..0000000 --- a/www/smarty/plugins/function.eval.php +++ /dev/null @@ -1,48 +0,0 @@ -<?php -/** - * Smarty plugin - * @package Smarty - * @subpackage plugins - */ - - -/** - * Smarty {eval} function plugin - * - * Type: function<br> - * Name: eval<br> - * Purpose: evaluate a template variable as a template<br> - * @link http://smarty.php.net/manual/en/language.function.eval.php {eval} - * (Smarty online manual) - * @param array - * @param Smarty - */ -function smarty_function_eval($params, &$smarty) -{ - - if (!isset($params['var'])) { - $smarty->trigger_error("eval: missing 'var' parameter"); - return; - } - - if($params['var'] == '') { - return; - } - - $smarty->_compile_source('evaluated template', $params['var'], $_var_compiled); - - ob_start(); - $smarty->_eval('?>' . $_var_compiled); - $_contents = ob_get_contents(); - ob_end_clean(); - - if (!empty($params['assign'])) { - $smarty->assign($params['assign'], $_contents); - } else { - return $_contents; - } -} - -/* vim: set expandtab: */ - -?> diff --git a/www/smarty/plugins/function.fetch.php b/www/smarty/plugins/function.fetch.php deleted file mode 100644 index f5a6987..0000000 --- a/www/smarty/plugins/function.fetch.php +++ /dev/null @@ -1,220 +0,0 @@ -<?php -/** - * Smarty plugin - * @package Smarty - * @subpackage plugins - */ - - -/** - * Smarty {fetch} plugin - * - * Type: function<br> - * Name: fetch<br> - * Purpose: fetch file, web or ftp data and display results - * @link http://smarty.php.net/manual/en/language.function.fetch.php {fetch} - * (Smarty online manual) - * @param array - * @param Smarty - * @return string|null if the assign parameter is passed, Smarty assigns the - * result to a template variable - */ -function smarty_function_fetch($params, &$smarty) -{ - if (empty($params['file'])) { - $smarty->_trigger_fatal_error("[plugin] parameter 'file' cannot be empty"); - return; - } - - $content = ''; - if ($smarty->security && !preg_match('!^(http|ftp)://!i', $params['file'])) { - $_params = array('resource_type' => 'file', 'resource_name' => $params['file']); - require_once(SMARTY_CORE_DIR . 'core.is_secure.php'); - if(!smarty_core_is_secure($_params, $smarty)) { - $smarty->_trigger_fatal_error('[plugin] (secure mode) fetch \'' . $params['file'] . '\' is not allowed'); - return; - } - - // fetch the file - if($fp = @fopen($params['file'],'r')) { - while(!feof($fp)) { - $content .= fgets ($fp,4096); - } - fclose($fp); - } else { - $smarty->_trigger_fatal_error('[plugin] fetch cannot read file \'' . $params['file'] . '\''); - return; - } - } else { - // not a local file - if(preg_match('!^http://!i',$params['file'])) { - // http fetch - if($uri_parts = parse_url($params['file'])) { - // set defaults - $host = $server_name = $uri_parts['host']; - $timeout = 30; - $accept = "image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*"; - $agent = "Smarty Template Engine ".$smarty->_version; - $referer = ""; - $uri = !empty($uri_parts['path']) ? $uri_parts['path'] : '/'; - $uri .= !empty($uri_parts['query']) ? '?' . $uri_parts['query'] : ''; - $_is_proxy = false; - if(empty($uri_parts['port'])) { - $port = 80; - } else { - $port = $uri_parts['port']; - } - if(!empty($uri_parts['user'])) { - $user = $uri_parts['user']; - } - if(!empty($uri_parts['pass'])) { - $pass = $uri_parts['pass']; - } - // loop through parameters, setup headers - foreach($params as $param_key => $param_value) { - switch($param_key) { - case "file": - case "assign": - case "assign_headers": - break; - case "user": - if(!empty($param_value)) { - $user = $param_value; - } - break; - case "pass": - if(!empty($param_value)) { - $pass = $param_value; - } - break; - case "accept": - if(!empty($param_value)) { - $accept = $param_value; - } - break; - case "header": - if(!empty($param_value)) { - if(!preg_match('![\w\d-]+: .+!',$param_value)) { - $smarty->_trigger_fatal_error("[plugin] invalid header format '".$param_value."'"); - return; - } else { - $extra_headers[] = $param_value; - } - } - break; - case "proxy_host": - if(!empty($param_value)) { - $proxy_host = $param_value; - } - break; - case "proxy_port": - if(!preg_match('!\D!', $param_value)) { - $proxy_port = (int) $param_value; - } else { - $smarty->_trigger_fatal_error("[plugin] invalid value for attribute '".$param_key."'"); - return; - } - break; - case "agent": - if(!empty($param_value)) { - $agent = $param_value; - } - break; - case "referer": - if(!empty($param_value)) { - $referer = $param_value; - } - break; - case "timeout": - if(!preg_match('!\D!', $param_value)) { - $timeout = (int) $param_value; - } else { - $smarty->_trigger_fatal_error("[plugin] invalid value for attribute '".$param_key."'"); - return; - } - break; - default: - $smarty->_trigger_fatal_error("[plugin] unrecognized attribute '".$param_key."'"); - return; - } - } - if(!empty($proxy_host) && !empty($proxy_port)) { - $_is_proxy = true; - $fp = fsockopen($proxy_host,$proxy_port,$errno,$errstr,$timeout); - } else { - $fp = fsockopen($server_name,$port,$errno,$errstr,$timeout); - } - - if(!$fp) { - $smarty->_trigger_fatal_error("[plugin] unable to fetch: $errstr ($errno)"); - return; - } else { - if($_is_proxy) { - fputs($fp, 'GET ' . $params['file'] . " HTTP/1.0\r\n"); - } else { - fputs($fp, "GET $uri HTTP/1.0\r\n"); - } - if(!empty($host)) { - fputs($fp, "Host: $host\r\n"); - } - if(!empty($accept)) { - fputs($fp, "Accept: $accept\r\n"); - } - if(!empty($agent)) { - fputs($fp, "User-Agent: $agent\r\n"); - } - if(!empty($referer)) { - fputs($fp, "Referer: $referer\r\n"); - } - if(isset($extra_headers) && is_array($extra_headers)) { - foreach($extra_headers as $curr_header) { - fputs($fp, $curr_header."\r\n"); - } - } - if(!empty($user) && !empty($pass)) { - fputs($fp, "Authorization: BASIC ".base64_encode("$user:$pass")."\r\n"); - } - - fputs($fp, "\r\n"); - while(!feof($fp)) { - $content .= fgets($fp,4096); - } - fclose($fp); - $csplit = split("\r\n\r\n",$content,2); - - $content = $csplit[1]; - - if(!empty($params['assign_headers'])) { - $smarty->assign($params['assign_headers'],split("\r\n",$csplit[0])); - } - } - } else { - $smarty->_trigger_fatal_error("[plugin] unable to parse URL, check syntax"); - return; - } - } else { - // ftp fetch - if($fp = @fopen($params['file'],'r')) { - while(!feof($fp)) { - $content .= fgets ($fp,4096); - } - fclose($fp); - } else { - $smarty->_trigger_fatal_error('[plugin] fetch cannot read file \'' . $params['file'] .'\''); - return; - } - } - - } - - - if (!empty($params['assign'])) { - $smarty->assign($params['assign'],$content); - } else { - return $content; - } -} - -/* vim: set expandtab: */ - -?> diff --git a/www/smarty/plugins/function.html_checkboxes.php b/www/smarty/plugins/function.html_checkboxes.php deleted file mode 100644 index ed8ad7f..0000000 --- a/www/smarty/plugins/function.html_checkboxes.php +++ /dev/null @@ -1,143 +0,0 @@ -<?php -/** - * Smarty plugin - * @package Smarty - * @subpackage plugins - */ - - -/** - * Smarty {html_checkboxes} function plugin - * - * File: function.html_checkboxes.php<br> - * Type: function<br> - * Name: html_checkboxes<br> - * Date: 24.Feb.2003<br> - * Purpose: Prints out a list of checkbox input types<br> - * Input:<br> - * - name (optional) - string default "checkbox" - * - values (required) - array - * - options (optional) - associative array - * - checked (optional) - array default not set - * - separator (optional) - ie <br> or - * - output (optional) - the output next to each checkbox - * - assign (optional) - assign the output as an array to this variable - * Examples: - * <pre> - * {html_checkboxes values=$ids output=$names} - * {html_checkboxes values=$ids name='box' separator='<br>' output=$names} - * {html_checkboxes values=$ids checked=$checked separator='<br>' output=$names} - * </pre> - * @link http://smarty.php.net/manual/en/language.function.html.checkboxes.php {html_checkboxes} - * (Smarty online manual) - * @author Christopher Kvarme <christopher.kvarme@flashjab.com> - * @author credits to Monte Ohrt <monte at ohrt dot com> - * @version 1.0 - * @param array - * @param Smarty - * @return string - * @uses smarty_function_escape_special_chars() - */ -function smarty_function_html_checkboxes($params, &$smarty) -{ - require_once $smarty->_get_plugin_filepath('shared','escape_special_chars'); - - $name = 'checkbox'; - $values = null; - $options = null; - $selected = null; - $separator = ''; - $labels = true; - $output = null; - - $extra = ''; - - foreach($params as $_key => $_val) { - switch($_key) { - case 'name': - case 'separator': - $$_key = $_val; - break; - - case 'labels': - $$_key = (bool)$_val; - break; - - case 'options': - $$_key = (array)$_val; - break; - - case 'values': - case 'output': - $$_key = array_values((array)$_val); - break; - - case 'checked': - case 'selected': - $selected = array_map('strval', array_values((array)$_val)); - break; - - case 'checkboxes': - $smarty->trigger_error('html_checkboxes: the use of the "checkboxes" attribute is deprecated, use "options" instead', E_USER_WARNING); - $options = (array)$_val; - break; - - case 'assign': - break; - - default: - if(!is_array($_val)) { - $extra .= ' '.$_key.'="'.smarty_function_escape_special_chars($_val).'"'; - } else { - $smarty->trigger_error("html_checkboxes: extra attribute '$_key' cannot be an array", E_USER_NOTICE); - } - break; - } - } - - if (!isset($options) && !isset($values)) - return ''; /* raise error here? */ - - settype($selected, 'array'); - $_html_result = array(); - - if (isset($options)) { - - foreach ($options as $_key=>$_val) - $_html_result[] = smarty_function_html_checkboxes_output($name, $_key, $_val, $selected, $extra, $separator, $labels); - - - } else { - foreach ($values as $_i=>$_key) { - $_val = isset($output[$_i]) ? $output[$_i] : ''; - $_html_result[] = smarty_function_html_checkboxes_output($name, $_key, $_val, $selected, $extra, $separator, $labels); - } - - } - - if(!empty($params['assign'])) { - $smarty->assign($params['assign'], $_html_result); - } else { - return implode("\n",$_html_result); - } - -} - -function smarty_function_html_checkboxes_output($name, $value, $output, $selected, $extra, $separator, $labels) { - $_output = ''; - if ($labels) $_output .= '<label>'; - $_output .= '<input type="checkbox" name="' - . smarty_function_escape_special_chars($name) . '[]" value="' - . smarty_function_escape_special_chars($value) . '"'; - - if (in_array((string)$value, $selected)) { - $_output .= ' checked="checked"'; - } - $_output .= $extra . ' />' . $output; - if ($labels) $_output .= '</label>'; - $_output .= $separator; - - return $_output; -} - -?> diff --git a/www/smarty/plugins/function.html_image.php b/www/smarty/plugins/function.html_image.php deleted file mode 100644 index c62b0fe..0000000 --- a/www/smarty/plugins/function.html_image.php +++ /dev/null @@ -1,139 +0,0 @@ -<?php -/** - * Smarty plugin - * @package Smarty - * @subpackage plugins - */ - - -/** - * Smarty {html_image} function plugin - * - * Type: function<br> - * Name: html_image<br> - * Date: Feb 24, 2003<br> - * Purpose: format HTML tags for the image<br> - * Input:<br> - * - file = file (and path) of image (required) - * - height = image height (optional, default actual height) - * - width = image width (optional, default actual width) - * - basedir = base directory for absolute paths, default - * is environment variable DOCUMENT_ROOT - * - * Examples: {html_image file="images/masthead.gif"} - * Output: <img src="images/masthead.gif" width=400 height=23> - * @link http://smarty.php.net/manual/en/language.function.html.image.php {html_image} - * (Smarty online manual) - * @author Monte Ohrt <monte at ohrt dot com> - * @author credits to Duda <duda@big.hu> - wrote first image function - * in repository, helped with lots of functionality - * @version 1.0 - * @param array - * @param Smarty - * @return string - * @uses smarty_function_escape_special_chars() - */ -function smarty_function_html_image($params, &$smarty) -{ - require_once $smarty->_get_plugin_filepath('shared','escape_special_chars'); - - $alt = ''; - $file = ''; - $height = ''; - $width = ''; - $extra = ''; - $prefix = ''; - $suffix = ''; - $server_vars = ($smarty->request_use_auto_globals) ? $_SERVER : $GLOBALS['HTTP_SERVER_VARS']; - $basedir = isset($server_vars['DOCUMENT_ROOT']) ? $server_vars['DOCUMENT_ROOT'] : ''; - foreach($params as $_key => $_val) { - switch($_key) { - case 'file': - case 'height': - case 'width': - case 'dpi': - case 'basedir': - $$_key = $_val; - break; - - case 'alt': - if(!is_array($_val)) { - $$_key = smarty_function_escape_special_chars($_val); - } else { - $smarty->trigger_error("html_image: extra attribute '$_key' cannot be an array", E_USER_NOTICE); - } - break; - - case 'link': - case 'href': - $prefix = '<a href="' . $_val . '">'; - $suffix = '</a>'; - break; - - default: - if(!is_array($_val)) { - $extra .= ' '.$_key.'="'.smarty_function_escape_special_chars($_val).'"'; - } else { - $smarty->trigger_error("html_image: extra attribute '$_key' cannot be an array", E_USER_NOTICE); - } - break; - } - } - - if (empty($file)) { - $smarty->trigger_error("html_image: missing 'file' parameter", E_USER_NOTICE); - return; - } - - if (substr($file,0,1) == '/') { - $_image_path = $basedir . $file; - } else { - $_image_path = $file; - } - - if(!isset($params['width']) || !isset($params['height'])) { - if ($smarty->security && - ($_params = array('resource_type' => 'file', 'resource_name' => $_image_path)) && - (require_once(SMARTY_CORE_DIR . 'core.is_secure.php')) && - (!smarty_core_is_secure($_params, $smarty)) ) { - $smarty->trigger_error("html_image: (secure) '$_image_path' not in secure directory", E_USER_NOTICE); - - } elseif (!$_image_data = @getimagesize($_image_path)) { - if(!file_exists($_image_path)) { - $smarty->trigger_error("html_image: unable to find '$_image_path'", E_USER_NOTICE); - return; - } else if(!is_readable($_image_path)) { - $smarty->trigger_error("html_image: unable to read '$_image_path'", E_USER_NOTICE); - return; - } else { - $smarty->trigger_error("html_image: '$_image_path' is not a valid image file", E_USER_NOTICE); - return; - } - } - - if(!isset($params['width'])) { - $width = $_image_data[0]; - } - if(!isset($params['height'])) { - $height = $_image_data[1]; - } - - } - - if(isset($params['dpi'])) { - if(strstr($server_vars['HTTP_USER_AGENT'], 'Mac')) { - $dpi_default = 72; - } else { - $dpi_default = 96; - } - $_resize = $dpi_default/$params['dpi']; - $width = round($width * $_resize); - $height = round($height * $_resize); - } - - return $prefix . '<img src="'.$file.'" alt="'.$alt.'" width="'.$width.'" height="'.$height.'"'.$extra.' />' . $suffix; -} - -/* vim: set expandtab: */ - -?> diff --git a/www/smarty/plugins/function.html_options.php b/www/smarty/plugins/function.html_options.php deleted file mode 100644 index ae864f7..0000000 --- a/www/smarty/plugins/function.html_options.php +++ /dev/null @@ -1,121 +0,0 @@ -<?php -/** - * Smarty plugin - * @package Smarty - * @subpackage plugins - */ - - -/** - * Smarty {html_options} function plugin - * - * Type: function<br> - * Name: html_options<br> - * Input:<br> - * - name (optional) - string default "select" - * - values (required if no options supplied) - array - * - options (required if no values supplied) - associative array - * - selected (optional) - string default not set - * - output (required if not options supplied) - array - * Purpose: Prints the list of <option> tags generated from - * the passed parameters - * @link http://smarty.php.net/manual/en/language.function.html.options.php {html_image} - * (Smarty online manual) - * @param array - * @param Smarty - * @return string - * @uses smarty_function_escape_special_chars() - */ -function smarty_function_html_options($params, &$smarty) -{ - require_once $smarty->_get_plugin_filepath('shared','escape_special_chars'); - - $name = null; - $values = null; - $options = null; - $selected = array(); - $output = null; - - $extra = ''; - - foreach($params as $_key => $_val) { - switch($_key) { - case 'name': - $$_key = (string)$_val; - break; - - case 'options': - $$_key = (array)$_val; - break; - - case 'values': - case 'output': - $$_key = array_values((array)$_val); - break; - - case 'selected': - $$_key = array_map('strval', array_values((array)$_val)); - break; - - default: - if(!is_array($_val)) { - $extra .= ' '.$_key.'="'.smarty_function_escape_special_chars($_val).'"'; - } else { - $smarty->trigger_error("html_options: extra attribute '$_key' cannot be an array", E_USER_NOTICE); - } - break; - } - } - - if (!isset($options) && !isset($values)) - return ''; /* raise error here? */ - - $_html_result = ''; - - if (isset($options)) { - - foreach ($options as $_key=>$_val) - $_html_result .= smarty_function_html_options_optoutput($_key, $_val, $selected); - - } else { - - foreach ($values as $_i=>$_key) { - $_val = isset($output[$_i]) ? $output[$_i] : ''; - $_html_result .= smarty_function_html_options_optoutput($_key, $_val, $selected); - } - - } - - if(!empty($name)) { - $_html_result = '<select name="' . $name . '"' . $extra . '>' . "\n" . $_html_result . '</select>' . "\n"; - } - - return $_html_result; - -} - -function smarty_function_html_options_optoutput($key, $value, $selected) { - if(!is_array($value)) { - $_html_result = '<option label="' . smarty_function_escape_special_chars($value) . '" value="' . - smarty_function_escape_special_chars($key) . '"'; - if (in_array((string)$key, $selected)) - $_html_result .= ' selected="selected"'; - $_html_result .= '>' . smarty_function_escape_special_chars($value) . '</option>' . "\n"; - } else { - $_html_result = smarty_function_html_options_optgroup($key, $value, $selected); - } - return $_html_result; -} - -function smarty_function_html_options_optgroup($key, $values, $selected) { - $optgroup_html = '<optgroup label="' . smarty_function_escape_special_chars($key) . '">' . "\n"; - foreach ($values as $key => $value) { - $optgroup_html .= smarty_function_html_options_optoutput($key, $value, $selected); - } - $optgroup_html .= "</optgroup>\n"; - return $optgroup_html; -} - -/* vim: set expandtab: */ - -?> diff --git a/www/smarty/plugins/function.html_radios.php b/www/smarty/plugins/function.html_radios.php deleted file mode 100644 index dc7baee..0000000 --- a/www/smarty/plugins/function.html_radios.php +++ /dev/null @@ -1,150 +0,0 @@ -<?php -/** - * Smarty plugin - * @package Smarty - * @subpackage plugins - */ - - -/** - * Smarty {html_radios} function plugin - * - * File: function.html_radios.php<br> - * Type: function<br> - * Name: html_radios<br> - * Date: 24.Feb.2003<br> - * Purpose: Prints out a list of radio input types<br> - * Input:<br> - * - name (optional) - string default "radio" - * - values (required) - array - * - options (optional) - associative array - * - checked (optional) - array default not set - * - separator (optional) - ie <br> or - * - output (optional) - the output next to each radio button - * - assign (optional) - assign the output as an array to this variable - * Examples: - * <pre> - * {html_radios values=$ids output=$names} - * {html_radios values=$ids name='box' separator='<br>' output=$names} - * {html_radios values=$ids checked=$checked separator='<br>' output=$names} - * </pre> - * @link http://smarty.php.net/manual/en/language.function.html.radios.php {html_radios} - * (Smarty online manual) - * @author Christopher Kvarme <christopher.kvarme@flashjab.com> - * @author credits to Monte Ohrt <monte at ohrt dot com> - * @version 1.0 - * @param array - * @param Smarty - * @return string - * @uses smarty_function_escape_special_chars() - */ -function smarty_function_html_radios($params, &$smarty) -{ - require_once $smarty->_get_plugin_filepath('shared','escape_special_chars'); - - $name = 'radio'; - $values = null; - $options = null; - $selected = null; - $separator = ''; - $labels = true; - $output = null; - $extra = ''; - - foreach($params as $_key => $_val) { - switch($_key) { - case 'name': - case 'separator': - $$_key = (string)$_val; - break; - - case 'checked': - case 'selected': - if(is_array($_val)) { - $smarty->trigger_error('html_radios: the "' . $_key . '" attribute cannot be an array', E_USER_WARNING); - } else { - $selected = (string)$_val; - } - break; - - case 'labels': - $$_key = (bool)$_val; - break; - - case 'options': - $$_key = (array)$_val; - break; - - case 'values': - case 'output': - $$_key = array_values((array)$_val); - break; - - case 'radios': - $smarty->trigger_error('html_radios: the use of the "radios" attribute is deprecated, use "options" instead', E_USER_WARNING); - $options = (array)$_val; - break; - - case 'assign': - break; - - default: - if(!is_array($_val)) { - $extra .= ' '.$_key.'="'.smarty_function_escape_special_chars($_val).'"'; - } else { - $smarty->trigger_error("html_radios: extra attribute '$_key' cannot be an array", E_USER_NOTICE); - } - break; - } - } - - if (!isset($options) && !isset($values)) - return ''; /* raise error here? */ - - $_html_result = array(); - - if (isset($options)) { - - foreach ($options as $_key=>$_val) - $_html_result[] = smarty_function_html_radios_output($name, $_key, $_val, $selected, $extra, $separator, $labels); - - } else { - - foreach ($values as $_i=>$_key) { - $_val = isset($output[$_i]) ? $output[$_i] : ''; - $_html_result[] = smarty_function_html_radios_output($name, $_key, $_val, $selected, $extra, $separator, $labels); - } - - } - - if(!empty($params['assign'])) { - $smarty->assign($params['assign'], $_html_result); - } else { - return implode("\n",$_html_result); - } - -} - -function smarty_function_html_radios_output($name, $value, $output, $selected, $extra, $separator, $labels) { - $_output = ''; - if ($labels) { - $_id = smarty_function_escape_special_chars($name . '_' . $value); - $_output .= '<label for="' . $_id . '">'; - } - $_output .= '<input type="radio" name="' - . smarty_function_escape_special_chars($name) . '" value="' - . smarty_function_escape_special_chars($value) . '"'; - - if ($labels) $_output .= ' id="' . $_id . '"'; - - if ($value==$selected) { - $_output .= ' checked="checked"'; - } - $_output .= $extra . ' />' . $output; - if ($labels) $_output .= '</label>'; - $_output .= $separator; - - return $_output; -} - -?> diff --git a/www/smarty/plugins/function.html_select_date.php b/www/smarty/plugins/function.html_select_date.php deleted file mode 100644 index fc2d449..0000000 --- a/www/smarty/plugins/function.html_select_date.php +++ /dev/null @@ -1,316 +0,0 @@ -<?php -/** - * Smarty plugin - * @package Smarty - * @subpackage plugins - */ - -/** - * Smarty {html_select_date} plugin - * - * Type: function<br> - * Name: html_select_date<br> - * Purpose: Prints the dropdowns for date selection. - * - * ChangeLog:<br> - * - 1.0 initial release - * - 1.1 added support for +/- N syntax for begin - * and end year values. (Monte) - * - 1.2 added support for yyyy-mm-dd syntax for - * time value. (Jan Rosier) - * - 1.3 added support for choosing format for - * month values (Gary Loescher) - * - 1.3.1 added support for choosing format for - * day values (Marcus Bointon) - * - 1.3.2 suppport negative timestamps, force year - * dropdown to include given date unless explicitly set (Monte) - * @link http://smarty.php.net/manual/en/language.function.html.select.date.php {html_select_date} - * (Smarty online manual) - * @version 1.3.2 - * @author Andrei Zmievski - * @param array - * @param Smarty - * @return string - */ -function smarty_function_html_select_date($params, &$smarty) -{ - require_once $smarty->_get_plugin_filepath('shared','make_timestamp'); - require_once $smarty->_get_plugin_filepath('function','html_options'); - /* Default values. */ - $prefix = "Date_"; - $start_year = strftime("%Y"); - $end_year = $start_year; - $display_days = true; - $display_months = true; - $display_years = true; - $month_format = "%B"; - /* Write months as numbers by default GL */ - $month_value_format = "%m"; - $day_format = "%02d"; - /* Write day values using this format MB */ - $day_value_format = "%d"; - $year_as_text = false; - /* Display years in reverse order? Ie. 2000,1999,.... */ - $reverse_years = false; - /* Should the select boxes be part of an array when returned from PHP? - e.g. setting it to "birthday", would create "birthday[Day]", - "birthday[Month]" & "birthday[Year]". Can be combined with prefix */ - $field_array = null; - /* <select size>'s of the different <select> tags. - If not set, uses default dropdown. */ - $day_size = null; - $month_size = null; - $year_size = null; - /* Unparsed attributes common to *ALL* the <select>/<input> tags. - An example might be in the template: all_extra ='class ="foo"'. */ - $all_extra = null; - /* Separate attributes for the tags. */ - $day_extra = null; - $month_extra = null; - $year_extra = null; - /* Order in which to display the fields. - "D" -> day, "M" -> month, "Y" -> year. */ - $field_order = 'MDY'; - /* String printed between the different fields. */ - $field_separator = "\n"; - $time = time(); - $all_empty = null; - $day_empty = null; - $month_empty = null; - $year_empty = null; - - foreach ($params as $_key=>$_value) { - switch ($_key) { - case 'prefix': - case 'time': - case 'start_year': - case 'end_year': - case 'month_format': - case 'day_format': - case 'day_value_format': - case 'field_array': - case 'day_size': - case 'month_size': - case 'year_size': - case 'all_extra': - case 'day_extra': - case 'month_extra': - case 'year_extra': - case 'field_order': - case 'field_separator': - case 'month_value_format': - case 'month_empty': - case 'day_empty': - case 'year_empty': - $$_key = (string)$_value; - break; - - case 'all_empty': - $$_key = (string)$_value; - $day_empty = $month_empty = $year_empty = $all_empty; - break; - - case 'display_days': - case 'display_months': - case 'display_years': - case 'year_as_text': - case 'reverse_years': - $$_key = (bool)$_value; - break; - - default: - $smarty->trigger_error("[html_select_date] unknown parameter $_key", E_USER_WARNING); - - } - } - - if(preg_match('!^-\d+$!',$time)) { - // negative timestamp, use date() - $time = date('Y-m-d',$time); - } - // If $time is not in format yyyy-mm-dd - if (!preg_match('/^\d{0,4}-\d{0,2}-\d{0,2}$/', $time)) { - // use smarty_make_timestamp to get an unix timestamp and - // strftime to make yyyy-mm-dd - $time = strftime('%Y-%m-%d', smarty_make_timestamp($time)); - } - // Now split this in pieces, which later can be used to set the select - $time = explode("-", $time); - - // make syntax "+N" or "-N" work with start_year and end_year - if (preg_match('!^(\+|\-)\s*(\d+)$!', $end_year, $match)) { - if ($match[1] == '+') { - $end_year = strftime('%Y') + $match[2]; - } else { - $end_year = strftime('%Y') - $match[2]; - } - } - if (preg_match('!^(\+|\-)\s*(\d+)$!', $start_year, $match)) { - if ($match[1] == '+') { - $start_year = strftime('%Y') + $match[2]; - } else { - $start_year = strftime('%Y') - $match[2]; - } - } - if (strlen($time[0]) > 0) { - if ($start_year > $time[0] && !isset($params['start_year'])) { - // force start year to include given date if not explicitly set - $start_year = $time[0]; - } - if($end_year < $time[0] && !isset($params['end_year'])) { - // force end year to include given date if not explicitly set - $end_year = $time[0]; - } - } - - $field_order = strtoupper($field_order); - - $html_result = $month_result = $day_result = $year_result = ""; - - if ($display_months) { - $month_names = array(); - $month_values = array(); - if(isset($month_empty)) { - $month_names[''] = $month_empty; - $month_values[''] = ''; - } - for ($i = 1; $i <= 12; $i++) { - $month_names[$i] = strftime($month_format, mktime(0, 0, 0, $i, 1, 2000)); - $month_values[$i] = strftime($month_value_format, mktime(0, 0, 0, $i, 1, 2000)); - } - - $month_result .= '<select name='; - if (null !== $field_array){ - $month_result .= '"' . $field_array . '[' . $prefix . 'Month]"'; - } else { - $month_result .= '"' . $prefix . 'Month"'; - } - if (null !== $month_size){ - $month_result .= ' size="' . $month_size . '"'; - } - if (null !== $month_extra){ - $month_result .= ' ' . $month_extra; - } - if (null !== $all_extra){ - $month_result .= ' ' . $all_extra; - } - $month_result .= '>'."\n"; - - $month_result .= smarty_function_html_options(array('output' => $month_names, - 'values' => $month_values, - 'selected' => $a=$time[1] ? strftime($month_value_format, mktime(0, 0, 0, (int)$time[1], 1, 2000)) : '', - 'print_result' => false), - $smarty); - $month_result .= '</select>'; - } - - if ($display_days) { - $days = array(); - if (isset($day_empty)) { - $days[''] = $day_empty; - $day_values[''] = ''; - } - for ($i = 1; $i <= 31; $i++) { - $days[] = sprintf($day_format, $i); - $day_values[] = sprintf($day_value_format, $i); - } - - $day_result .= '<select name='; - if (null !== $field_array){ - $day_result .= '"' . $field_array . '[' . $prefix . 'Day]"'; - } else { - $day_result .= '"' . $prefix . 'Day"'; - } - if (null !== $day_size){ - $day_result .= ' size="' . $day_size . '"'; - } - if (null !== $all_extra){ - $day_result .= ' ' . $all_extra; - } - if (null !== $day_extra){ - $day_result .= ' ' . $day_extra; - } - $day_result .= '>'."\n"; - $day_result .= smarty_function_html_options(array('output' => $days, - 'values' => $day_values, - 'selected' => $time[2], - 'print_result' => false), - $smarty); - $day_result .= '</select>'; - } - - if ($display_years) { - if (null !== $field_array){ - $year_name = $field_array . '[' . $prefix . 'Year]'; - } else { - $year_name = $prefix . 'Year'; - } - if ($year_as_text) { - $year_result .= '<input type="text" name="' . $year_name . '" value="' . $time[0] . '" size="4" maxlength="4"'; - if (null !== $all_extra){ - $year_result .= ' ' . $all_extra; - } - if (null !== $year_extra){ - $year_result .= ' ' . $year_extra; - } - $year_result .= '>'; - } else { - $years = range((int)$start_year, (int)$end_year); - if ($reverse_years) { - rsort($years, SORT_NUMERIC); - } else { - sort($years, SORT_NUMERIC); - } - $yearvals = $years; - if(isset($year_empty)) { - array_unshift($years, $year_empty); - array_unshift($yearvals, ''); - } - $year_result .= '<select name="' . $year_name . '"'; - if (null !== $year_size){ - $year_result .= ' size="' . $year_size . '"'; - } - if (null !== $all_extra){ - $year_result .= ' ' . $all_extra; - } - if (null !== $year_extra){ - $year_result .= ' ' . $year_extra; - } - $year_result .= '>'."\n"; - $year_result .= smarty_function_html_options(array('output' => $years, - 'values' => $yearvals, - 'selected' => $time[0], - 'print_result' => false), - $smarty); - $year_result .= '</select>'; - } - } - - // Loop thru the field_order field - for ($i = 0; $i <= 2; $i++){ - $c = substr($field_order, $i, 1); - switch ($c){ - case 'D': - $html_result .= $day_result; - break; - - case 'M': - $html_result .= $month_result; - break; - - case 'Y': - $html_result .= $year_result; - break; - } - // Add the field seperator - if($i != 2) { - $html_result .= $field_separator; - } - } - - return $html_result; -} - -/* vim: set expandtab: */ - -?> diff --git a/www/smarty/plugins/function.html_select_time.php b/www/smarty/plugins/function.html_select_time.php deleted file mode 100644 index 00cd1ae..0000000 --- a/www/smarty/plugins/function.html_select_time.php +++ /dev/null @@ -1,192 +0,0 @@ -<?php -/** - * Smarty plugin - * @package Smarty - * @subpackage plugins - */ - - -/** - * Smarty {html_select_time} function plugin - * - * Type: function<br> - * Name: html_select_time<br> - * Purpose: Prints the dropdowns for time selection - * @link http://smarty.php.net/manual/en/language.function.html.select.time.php {html_select_time} - * (Smarty online manual) - * @param array - * @param Smarty - * @return string - * @uses smarty_make_timestamp() - */ -function smarty_function_html_select_time($params, &$smarty) -{ - require_once $smarty->_get_plugin_filepath('shared','make_timestamp'); - require_once $smarty->_get_plugin_filepath('function','html_options'); - /* Default values. */ - $prefix = "Time_"; - $time = time(); - $display_hours = true; - $display_minutes = true; - $display_seconds = true; - $display_meridian = true; - $use_24_hours = true; - $minute_interval = 1; - $second_interval = 1; - /* Should the select boxes be part of an array when returned from PHP? - e.g. setting it to "birthday", would create "birthday[Hour]", - "birthday[Minute]", "birthday[Seconds]" & "birthday[Meridian]". - Can be combined with prefix. */ - $field_array = null; - $all_extra = null; - $hour_extra = null; - $minute_extra = null; - $second_extra = null; - $meridian_extra = null; - - foreach ($params as $_key=>$_value) { - switch ($_key) { - case 'prefix': - case 'time': - case 'field_array': - case 'all_extra': - case 'hour_extra': - case 'minute_extra': - case 'second_extra': - case 'meridian_extra': - $$_key = (string)$_value; - break; - - case 'display_hours': - case 'display_minutes': - case 'display_seconds': - case 'display_meridian': - case 'use_24_hours': - $$_key = (bool)$_value; - break; - - case 'minute_interval': - case 'second_interval': - $$_key = (int)$_value; - break; - - default: - $smarty->trigger_error("[html_select_time] unknown parameter $_key", E_USER_WARNING); - } - } - - $time = smarty_make_timestamp($time); - - $html_result = ''; - - if ($display_hours) { - $hours = $use_24_hours ? range(0, 23) : range(1, 12); - $hour_fmt = $use_24_hours ? '%H' : '%I'; - for ($i = 0, $for_max = count($hours); $i < $for_max; $i++) - $hours[$i] = sprintf('%02d', $hours[$i]); - $html_result .= '<select name='; - if (null !== $field_array) { - $html_result .= '"' . $field_array . '[' . $prefix . 'Hour]"'; - } else { - $html_result .= '"' . $prefix . 'Hour"'; - } - if (null !== $hour_extra){ - $html_result .= ' ' . $hour_extra; - } - if (null !== $all_extra){ - $html_result .= ' ' . $all_extra; - } - $html_result .= '>'."\n"; - $html_result .= smarty_function_html_options(array('output' => $hours, - 'values' => $hours, - 'selected' => strftime($hour_fmt, $time), - 'print_result' => false), - $smarty); - $html_result .= "</select>\n"; - } - - if ($display_minutes) { - $all_minutes = range(0, 59); - for ($i = 0, $for_max = count($all_minutes); $i < $for_max; $i+= $minute_interval) - $minutes[] = sprintf('%02d', $all_minutes[$i]); - $selected = intval(floor(strftime('%M', $time) / $minute_interval) * $minute_interval); - $html_result .= '<select name='; - if (null !== $field_array) { - $html_result .= '"' . $field_array . '[' . $prefix . 'Minute]"'; - } else { - $html_result .= '"' . $prefix . 'Minute"'; - } - if (null !== $minute_extra){ - $html_result .= ' ' . $minute_extra; - } - if (null !== $all_extra){ - $html_result .= ' ' . $all_extra; - } - $html_result .= '>'."\n"; - - $html_result .= smarty_function_html_options(array('output' => $minutes, - 'values' => $minutes, - 'selected' => $selected, - 'print_result' => false), - $smarty); - $html_result .= "</select>\n"; - } - - if ($display_seconds) { - $all_seconds = range(0, 59); - for ($i = 0, $for_max = count($all_seconds); $i < $for_max; $i+= $second_interval) - $seconds[] = sprintf('%02d', $all_seconds[$i]); - $selected = intval(floor(strftime('%S', $time) / $second_interval) * $second_interval); - $html_result .= '<select name='; - if (null !== $field_array) { - $html_result .= '"' . $field_array . '[' . $prefix . 'Second]"'; - } else { - $html_result .= '"' . $prefix . 'Second"'; - } - - if (null !== $second_extra){ - $html_result .= ' ' . $second_extra; - } - if (null !== $all_extra){ - $html_result .= ' ' . $all_extra; - } - $html_result .= '>'."\n"; - - $html_result .= smarty_function_html_options(array('output' => $seconds, - 'values' => $seconds, - 'selected' => $selected, - 'print_result' => false), - $smarty); - $html_result .= "</select>\n"; - } - - if ($display_meridian && !$use_24_hours) { - $html_result .= '<select name='; - if (null !== $field_array) { - $html_result .= '"' . $field_array . '[' . $prefix . 'Meridian]"'; - } else { - $html_result .= '"' . $prefix . 'Meridian"'; - } - - if (null !== $meridian_extra){ - $html_result .= ' ' . $meridian_extra; - } - if (null !== $all_extra){ - $html_result .= ' ' . $all_extra; - } - $html_result .= '>'."\n"; - - $html_result .= smarty_function_html_options(array('output' => array('AM', 'PM'), - 'values' => array('am', 'pm'), - 'selected' => strtolower(strftime('%p', $time)), - 'print_result' => false), - $smarty); - $html_result .= "</select>\n"; - } - - return $html_result; -} - -/* vim: set expandtab: */ - -?> diff --git a/www/smarty/plugins/function.html_table.php b/www/smarty/plugins/function.html_table.php deleted file mode 100644 index 62d7410..0000000 --- a/www/smarty/plugins/function.html_table.php +++ /dev/null @@ -1,137 +0,0 @@ -<?php -/** - * Smarty plugin - * @package Smarty - * @subpackage plugins - */ - - -/** - * Smarty {html_table} function plugin - * - * Type: function<br> - * Name: html_table<br> - * Date: Feb 17, 2003<br> - * Purpose: make an html table from an array of data<br> - * Input:<br> - * - loop = array to loop through - * - cols = number of columns - * - rows = number of rows - * - table_attr = table attributes - * - tr_attr = table row attributes (arrays are cycled) - * - td_attr = table cell attributes (arrays are cycled) - * - trailpad = value to pad trailing cells with - * - vdir = vertical direction (default: "down", means top-to-bottom) - * - hdir = horizontal direction (default: "right", means left-to-right) - * - inner = inner loop (default "cols": print $loop line by line, - * $loop will be printed column by column otherwise) - * - * - * Examples: - * <pre> - * {table loop=$data} - * {table loop=$data cols=4 tr_attr='"bgcolor=red"'} - * {table loop=$data cols=4 tr_attr=$colors} - * </pre> - * @author Monte Ohrt <monte at ohrt dot com> - * @version 1.0 - * @link http://smarty.php.net/manual/en/language.function.html.table.php {html_table} - * (Smarty online manual) - * @param array - * @param Smarty - * @return string - */ -function smarty_function_html_table($params, &$smarty) -{ - $table_attr = 'border="1"'; - $tr_attr = ''; - $td_attr = ''; - $cols = 3; - $rows = 3; - $trailpad = ' '; - $vdir = 'down'; - $hdir = 'right'; - $inner = 'cols'; - - if (!isset($params['loop'])) { - $smarty->trigger_error("html_table: missing 'loop' parameter"); - return; - } - - foreach ($params as $_key=>$_value) { - switch ($_key) { - case 'loop': - $$_key = (array)$_value; - break; - - case 'cols': - case 'rows': - $$_key = (int)$_value; - break; - - case 'table_attr': - case 'trailpad': - case 'hdir': - case 'vdir': - case 'inner': - $$_key = (string)$_value; - break; - - case 'tr_attr': - case 'td_attr': - $$_key = $_value; - break; - } - } - - $loop_count = count($loop); - if (empty($params['rows'])) { - /* no rows specified */ - $rows = ceil($loop_count/$cols); - } elseif (empty($params['cols'])) { - if (!empty($params['rows'])) { - /* no cols specified, but rows */ - $cols = ceil($loop_count/$rows); - } - } - - $output = "<table $table_attr>\n"; - - for ($r=0; $r<$rows; $r++) { - $output .= "<tr" . smarty_function_html_table_cycle('tr', $tr_attr, $r) . ">\n"; - $rx = ($vdir == 'down') ? $r*$cols : ($rows-1-$r)*$cols; - - for ($c=0; $c<$cols; $c++) { - $x = ($hdir == 'right') ? $rx+$c : $rx+$cols-1-$c; - if ($inner!='cols') { - /* shuffle x to loop over rows*/ - $x = floor($x/$cols) + ($x%$cols)*$rows; - } - - if ($x<$loop_count) { - $output .= "<td" . smarty_function_html_table_cycle('td', $td_attr, $c) . ">" . $loop[$x] . "</td>\n"; - } else { - $output .= "<td" . smarty_function_html_table_cycle('td', $td_attr, $c) . ">$trailpad</td>\n"; - } - } - $output .= "</tr>\n"; - } - $output .= "</table>\n"; - - return $output; -} - -function smarty_function_html_table_cycle($name, $var, $no) { - if(!is_array($var)) { - $ret = $var; - } else { - $ret = $var[$no % count($var)]; - } - - return ($ret) ? ' '.$ret : ''; -} - - -/* vim: set expandtab: */ - -?> diff --git a/www/smarty/plugins/function.mailto.php b/www/smarty/plugins/function.mailto.php deleted file mode 100644 index 64c122c..0000000 --- a/www/smarty/plugins/function.mailto.php +++ /dev/null @@ -1,163 +0,0 @@ -<?php -/** - * Smarty plugin - * @package Smarty - * @subpackage plugins - */ - - -/** - * Smarty {mailto} function plugin - * - * Type: function<br> - * Name: mailto<br> - * Date: May 21, 2002 - * Purpose: automate mailto address link creation, and optionally - * encode them.<br> - * Input:<br> - * - address = e-mail address - * - text = (optional) text to display, default is address - * - encode = (optional) can be one of: - * * none : no encoding (default) - * * javascript : encode with javascript - * * javascript_charcode : encode with javascript charcode - * * hex : encode with hexidecimal (no javascript) - * - cc = (optional) address(es) to carbon copy - * - bcc = (optional) address(es) to blind carbon copy - * - subject = (optional) e-mail subject - * - newsgroups = (optional) newsgroup(s) to post to - * - followupto = (optional) address(es) to follow up to - * - extra = (optional) extra tags for the href link - * - * Examples: - * <pre> - * {mailto address="me@domain.com"} - * {mailto address="me@domain.com" encode="javascript"} - * {mailto address="me@domain.com" encode="hex"} - * {mailto address="me@domain.com" subject="Hello to you!"} - * {mailto address="me@domain.com" cc="you@domain.com,they@domain.com"} - * {mailto address="me@domain.com" extra='class="mailto"'} - * </pre> - * @link http://smarty.php.net/manual/en/language.function.mailto.php {mailto} - * (Smarty online manual) - * @version 1.2 - * @author Monte Ohrt <monte at ohrt dot com> - * @author credits to Jason Sweat (added cc, bcc and subject functionality) - * @param array - * @param Smarty - * @return string - */ -function smarty_function_mailto($params, &$smarty) -{ - $extra = ''; - - if (empty($params['address'])) { - $smarty->trigger_error("mailto: missing 'address' parameter"); - return; - } else { - $address = $params['address']; - } - - $text = $address; - - // netscape and mozilla do not decode %40 (@) in BCC field (bug?) - // so, don't encode it. - $mail_parms = array(); - foreach ($params as $var=>$value) { - switch ($var) { - case 'cc': - case 'bcc': - case 'followupto': - if (!empty($value)) - $mail_parms[] = $var.'='.str_replace('%40','@',rawurlencode($value)); - break; - - case 'subject': - case 'newsgroups': - $mail_parms[] = $var.'='.rawurlencode($value); - break; - - case 'extra': - case 'text': - $$var = $value; - - default: - } - } - - $mail_parm_vals = ''; - for ($i=0; $i<count($mail_parms); $i++) { - $mail_parm_vals .= (0==$i) ? '?' : '&'; - $mail_parm_vals .= $mail_parms[$i]; - } - $address .= $mail_parm_vals; - - $encode = (empty($params['encode'])) ? 'none' : $params['encode']; - if (!in_array($encode,array('javascript','javascript_charcode','hex','none')) ) { - $smarty->trigger_error("mailto: 'encode' parameter must be none, javascript or hex"); - return; - } - - if ($encode == 'javascript' ) { - $string = 'document.write(\'<a href="mailto:'.$address.'" '.$extra.'>'.$text.'</a>\');'; - - $js_encode = ''; - for ($x=0; $x < strlen($string); $x++) { - $js_encode .= '%' . bin2hex($string[$x]); - } - - return '<script type="text/javascript">eval(unescape(\''.$js_encode.'\'))</script>'; - - } elseif ($encode == 'javascript_charcode' ) { - $string = '<a href="mailto:'.$address.'" '.$extra.'>'.$text.'</a>'; - - for($x = 0, $y = strlen($string); $x < $y; $x++ ) { - $ord[] = ord($string[$x]); - } - - $_ret = "<script type=\"text/javascript\" language=\"javascript\">\n"; - $_ret .= "<!--\n"; - $_ret .= "{document.write(String.fromCharCode("; - $_ret .= implode(',',$ord); - $_ret .= "))"; - $_ret .= "}\n"; - $_ret .= "//-->\n"; - $_ret .= "</script>\n"; - - return $_ret; - - - } elseif ($encode == 'hex') { - - preg_match('!^(.*)(\?.*)$!',$address,$match); - if(!empty($match[2])) { - $smarty->trigger_error("mailto: hex encoding does not work with extra attributes. Try javascript."); - return; - } - $address_encode = ''; - for ($x=0; $x < strlen($address); $x++) { - if(preg_match('!\w!',$address[$x])) { - $address_encode .= '%' . bin2hex($address[$x]); - } else { - $address_encode .= $address[$x]; - } - } - $text_encode = ''; - for ($x=0; $x < strlen($text); $x++) { - $text_encode .= '&#x' . bin2hex($text[$x]).';'; - } - - $mailto = "mailto:"; - return '<a href="'.$mailto.$address_encode.'" '.$extra.'>'.$text_encode.'</a>'; - - } else { - // no encoding - return '<a href="mailto:'.$address.'" '.$extra.'>'.$text.'</a>'; - - } - -} - -/* vim: set expandtab: */ - -?> diff --git a/www/smarty/plugins/function.math.php b/www/smarty/plugins/function.math.php deleted file mode 100644 index 0439107..0000000 --- a/www/smarty/plugins/function.math.php +++ /dev/null @@ -1,83 +0,0 @@ -<?php -/** - * Smarty plugin - * @package Smarty - * @subpackage plugins - */ - - -/** - * Smarty {math} function plugin - * - * Type: function<br> - * Name: math<br> - * Purpose: handle math computations in template<br> - * @link http://smarty.php.net/manual/en/language.function.math.php {math} - * (Smarty online manual) - * @param array - * @param Smarty - * @return string - */ -function smarty_function_math($params, &$smarty) -{ - // be sure equation parameter is present - if (empty($params['equation'])) { - $smarty->trigger_error("math: missing equation parameter"); - return; - } - - $equation = $params['equation']; - - // make sure parenthesis are balanced - if (substr_count($equation,"(") != substr_count($equation,")")) { - $smarty->trigger_error("math: unbalanced parenthesis"); - return; - } - - // match all vars in equation, make sure all are passed - preg_match_all("!(?:0x[a-fA-F0-9]+)|([a-zA-Z][a-zA-Z0-9_]+)!",$equation, $match); - $allowed_funcs = array('int','abs','ceil','cos','exp','floor','log','log10', - 'max','min','pi','pow','rand','round','sin','sqrt','srand','tan'); - - foreach($match[1] as $curr_var) { - if ($curr_var && !in_array($curr_var, array_keys($params)) && !in_array($curr_var, $allowed_funcs)) { - $smarty->trigger_error("math: function call $curr_var not allowed"); - return; - } - } - - foreach($params as $key => $val) { - if ($key != "equation" && $key != "format" && $key != "assign") { - // make sure value is not empty - if (strlen($val)==0) { - $smarty->trigger_error("math: parameter $key is empty"); - return; - } - if (!is_numeric($val)) { - $smarty->trigger_error("math: parameter $key: is not numeric"); - return; - } - $equation = preg_replace("/\b$key\b/",$val, $equation); - } - } - - eval("\$smarty_math_result = ".$equation.";"); - - if (empty($params['format'])) { - if (empty($params['assign'])) { - return $smarty_math_result; - } else { - $smarty->assign($params['assign'],$smarty_math_result); - } - } else { - if (empty($params['assign'])){ - printf($params['format'],$smarty_math_result); - } else { - $smarty->assign($params['assign'],sprintf($params['format'],$smarty_math_result)); - } - } -} - -/* vim: set expandtab: */ - -?> diff --git a/www/smarty/plugins/function.popup.php b/www/smarty/plugins/function.popup.php deleted file mode 100644 index 2ba54de..0000000 --- a/www/smarty/plugins/function.popup.php +++ /dev/null @@ -1,117 +0,0 @@ -<?php -/** - * Smarty plugin - * @package Smarty - * @subpackage plugins - */ - - -/** - * Smarty {popup} function plugin - * - * Type: function<br> - * Name: popup<br> - * Purpose: make text pop up in windows via overlib - * @link http://smarty.php.net/manual/en/language.function.popup.php {popup} - * (Smarty online manual) - * @param array - * @param Smarty - * @return string - */ -function smarty_function_popup($params, &$smarty) -{ - $append = ''; - foreach ($params as $_key=>$_value) { - switch ($_key) { - case 'text': - case 'trigger': - case 'function': - case 'inarray': - $$_key = (string)$_value; - if ($_key == 'function' || $_key == 'inarray') - $append .= ',' . strtoupper($_key) . ",'$_value'"; - break; - - case 'caption': - case 'closetext': - case 'status': - $append .= ',' . strtoupper($_key) . ",'" . str_replace("'","\'",$_value) . "'"; - break; - - case 'fgcolor': - case 'bgcolor': - case 'textcolor': - case 'capcolor': - case 'closecolor': - case 'textfont': - case 'captionfont': - case 'closefont': - case 'fgbackground': - case 'bgbackground': - case 'caparray': - case 'capicon': - case 'background': - case 'frame': - $append .= ',' . strtoupper($_key) . ",'$_value'"; - break; - - case 'textsize': - case 'captionsize': - case 'closesize': - case 'width': - case 'height': - case 'border': - case 'offsetx': - case 'offsety': - case 'snapx': - case 'snapy': - case 'fixx': - case 'fixy': - case 'padx': - case 'pady': - case 'timeout': - case 'delay': - $append .= ',' . strtoupper($_key) . ",$_value"; - break; - - case 'sticky': - case 'left': - case 'right': - case 'center': - case 'above': - case 'below': - case 'noclose': - case 'autostatus': - case 'autostatuscap': - case 'fullhtml': - case 'hauto': - case 'vauto': - case 'mouseoff': - case 'followmouse': - if ($_value) $append .= ',' . strtoupper($_key); - break; - - default: - $smarty->trigger_error("[popup] unknown parameter $_key", E_USER_WARNING); - } - } - - if (empty($text) && !isset($inarray) && empty($function)) { - $smarty->trigger_error("overlib: attribute 'text' or 'inarray' or 'function' required"); - return false; - } - - if (empty($trigger)) { $trigger = "onmouseover"; } - - $retval = $trigger . '="return overlib(\''.preg_replace(array("!'!","![\r\n]!"),array("\'",'\r'),$text).'\''; - $retval .= $append . ');"'; - if ($trigger == 'onmouseover') - $retval .= ' onmouseout="nd();"'; - - - return $retval; -} - -/* vim: set expandtab: */ - -?> diff --git a/www/smarty/plugins/function.popup_init.php b/www/smarty/plugins/function.popup_init.php deleted file mode 100644 index f62c33c..0000000 --- a/www/smarty/plugins/function.popup_init.php +++ /dev/null @@ -1,39 +0,0 @@ -<?php -/** - * Smarty plugin - * @package Smarty - * @subpackage plugins - */ - - -/** - * Smarty {popup_init} function plugin - * - * Type: function<br> - * Name: popup_init<br> - * Purpose: initialize overlib - * @link http://smarty.php.net/manual/en/language.function.popup.init.php {popup_init} - * (Smarty online manual) - * @param array - * @param Smarty - * @return string - */ -function smarty_function_popup_init($params, &$smarty) -{ - $zindex = 1000; - - if (!empty($params['zindex'])) { - $zindex = $params['zindex']; - } - - if (!empty($params['src'])) { - return '<div id="overDiv" style="position:absolute; visibility:hidden; z-index:'.$zindex.';"></div>' . "\n" - . '<script type="text/javascript" language="JavaScript" src="'.$params['src'].'"></script>' . "\n"; - } else { - $smarty->trigger_error("popup_init: missing src parameter"); - } -} - -/* vim: set expandtab: */ - -?> diff --git a/www/smarty/plugins/modifier.capitalize.php b/www/smarty/plugins/modifier.capitalize.php deleted file mode 100644 index 2b9169c..0000000 --- a/www/smarty/plugins/modifier.capitalize.php +++ /dev/null @@ -1,42 +0,0 @@ -<?php -/** - * Smarty plugin - * @package Smarty - * @subpackage plugins - */ - - -/** - * Smarty capitalize modifier plugin - * - * Type: modifier<br> - * Name: capitalize<br> - * Purpose: capitalize words in the string - * @link http://smarty.php.net/manual/en/language.modifiers.php#LANGUAGE.MODIFIER.CAPITALIZE - * capitalize (Smarty online manual) - * @param string - * @return string - */ -function smarty_modifier_capitalize($string, $uc_digits = false) -{ - smarty_modifier_capitalize_ucfirst(null, $uc_digits); - return preg_replace_callback('!\b\w+\b!', 'smarty_modifier_capitalize_ucfirst', $string); -} - -function smarty_modifier_capitalize_ucfirst($string, $uc_digits = null) -{ - static $_uc_digits = false; - - if(isset($uc_digits)) { - $_uc_digits = $uc_digits; - return; - } - - if(!preg_match('!\d!',$string[0]) || $_uc_digits) - return ucfirst($string[0]); - else - return $string[0]; -} - - -?> diff --git a/www/smarty/plugins/modifier.cat.php b/www/smarty/plugins/modifier.cat.php deleted file mode 100644 index 2e37940..0000000 --- a/www/smarty/plugins/modifier.cat.php +++ /dev/null @@ -1,33 +0,0 @@ -<?php -/** - * Smarty plugin - * @package Smarty - * @subpackage plugins - */ - - -/** - * Smarty cat modifier plugin - * - * Type: modifier<br> - * Name: cat<br> - * Date: Feb 24, 2003 - * Purpose: catenate a value to a variable - * Input: string to catenate - * Example: {$var|cat:"foo"} - * @link http://smarty.php.net/manual/en/language.modifier.cat.php cat - * (Smarty online manual) - * @author Monte Ohrt <monte at ohrt dot com> - * @version 1.0 - * @param string - * @param string - * @return string - */ -function smarty_modifier_cat($string, $cat) -{ - return $string . $cat; -} - -/* vim: set expandtab: */ - -?> diff --git a/www/smarty/plugins/modifier.count_characters.php b/www/smarty/plugins/modifier.count_characters.php deleted file mode 100644 index 49ce655..0000000 --- a/www/smarty/plugins/modifier.count_characters.php +++ /dev/null @@ -1,31 +0,0 @@ -<?php -/** - * Smarty plugin - * @package Smarty - * @subpackage plugins - */ - - -/** - * Smarty count_characters modifier plugin - * - * Type: modifier<br> - * Name: count_characteres<br> - * Purpose: count the number of characters in a text - * @link http://smarty.php.net/manual/en/language.modifier.count.characters.php - * count_characters (Smarty online manual) - * @param string - * @param boolean include whitespace in the character count - * @return integer - */ -function smarty_modifier_count_characters($string, $include_spaces = false) -{ - if ($include_spaces) - return(strlen($string)); - - return preg_match_all("/[^\s]/",$string, $match); -} - -/* vim: set expandtab: */ - -?> diff --git a/www/smarty/plugins/modifier.count_paragraphs.php b/www/smarty/plugins/modifier.count_paragraphs.php deleted file mode 100644 index 6a9833c..0000000 --- a/www/smarty/plugins/modifier.count_paragraphs.php +++ /dev/null @@ -1,28 +0,0 @@ -<?php -/** - * Smarty plugin - * @package Smarty - * @subpackage plugins - */ - - -/** - * Smarty count_paragraphs modifier plugin - * - * Type: modifier<br> - * Name: count_paragraphs<br> - * Purpose: count the number of paragraphs in a text - * @link http://smarty.php.net/manual/en/language.modifier.count.paragraphs.php - * count_paragraphs (Smarty online manual) - * @param string - * @return integer - */ -function smarty_modifier_count_paragraphs($string) -{ - // count \r or \n characters - return count(preg_split('/[\r\n]+/', $string)); -} - -/* vim: set expandtab: */ - -?> diff --git a/www/smarty/plugins/modifier.count_sentences.php b/www/smarty/plugins/modifier.count_sentences.php deleted file mode 100644 index 0c210f0..0000000 --- a/www/smarty/plugins/modifier.count_sentences.php +++ /dev/null @@ -1,28 +0,0 @@ -<?php -/** - * Smarty plugin - * @package Smarty - * @subpackage plugins - */ - - -/** - * Smarty count_sentences modifier plugin - * - * Type: modifier<br> - * Name: count_sentences - * Purpose: count the number of sentences in a text - * @link http://smarty.php.net/manual/en/language.modifier.count.paragraphs.php - * count_sentences (Smarty online manual) - * @param string - * @return integer - */ -function smarty_modifier_count_sentences($string) -{ - // find periods with a word before but not after. - return preg_match_all('/[^\s]\.(?!\w)/', $string, $match); -} - -/* vim: set expandtab: */ - -?> diff --git a/www/smarty/plugins/modifier.count_words.php b/www/smarty/plugins/modifier.count_words.php deleted file mode 100644 index 42c8a74..0000000 --- a/www/smarty/plugins/modifier.count_words.php +++ /dev/null @@ -1,32 +0,0 @@ -<?php -/** - * Smarty plugin - * @package Smarty - * @subpackage plugins - */ - - -/** - * Smarty count_words modifier plugin - * - * Type: modifier<br> - * Name: count_words<br> - * Purpose: count the number of words in a text - * @link http://smarty.php.net/manual/en/language.modifier.count.words.php - * count_words (Smarty online manual) - * @param string - * @return integer - */ -function smarty_modifier_count_words($string) -{ - // split text by ' ',\r,\n,\f,\t - $split_array = preg_split('/\s+/',$string); - // count matches that contain alphanumerics - $word_count = preg_grep('/[a-zA-Z0-9\\x80-\\xff]/', $split_array); - - return count($word_count); -} - -/* vim: set expandtab: */ - -?> diff --git a/www/smarty/plugins/modifier.date_format.php b/www/smarty/plugins/modifier.date_format.php deleted file mode 100644 index 2f36b3b..0000000 --- a/www/smarty/plugins/modifier.date_format.php +++ /dev/null @@ -1,48 +0,0 @@ -<?php -/** - * Smarty plugin - * @package Smarty - * @subpackage plugins - */ - -/** - * Include the {@link shared.make_timestamp.php} plugin - */ -require_once $smarty->_get_plugin_filepath('shared','make_timestamp'); -/** - * Smarty date_format modifier plugin - * - * Type: modifier<br> - * Name: date_format<br> - * Purpose: format datestamps via strftime<br> - * Input:<br> - * - string: input date string - * - format: strftime format for output - * - default_date: default date if $string is empty - * @link http://smarty.php.net/manual/en/language.modifier.date.format.php - * date_format (Smarty online manual) - * @param string - * @param string - * @param string - * @return string|void - * @uses smarty_make_timestamp() - */ -function smarty_modifier_date_format($string, $format="%b %e, %Y", $default_date=null) -{ - if (substr(PHP_OS,0,3) == 'WIN') { - $_win_from = array ('%e', '%T', '%D'); - $_win_to = array ('%#d', '%H:%M:%S', '%m/%d/%y'); - $format = str_replace($_win_from, $_win_to, $format); - } - if($string != '') { - return strftime($format, smarty_make_timestamp($string)); - } elseif (isset($default_date) && $default_date != '') { - return strftime($format, smarty_make_timestamp($default_date)); - } else { - return; - } -} - -/* vim: set expandtab: */ - -?> diff --git a/www/smarty/plugins/modifier.debug_print_var.php b/www/smarty/plugins/modifier.debug_print_var.php deleted file mode 100644 index b9bb184..0000000 --- a/www/smarty/plugins/modifier.debug_print_var.php +++ /dev/null @@ -1,56 +0,0 @@ -<?php -/** - * Smarty plugin - * @package Smarty - * @subpackage plugins - */ - - -/** - * Smarty debug_print_var modifier plugin - * - * Type: modifier<br> - * Name: debug_print_var<br> - * Purpose: formats variable contents for display in the console - * @link http://smarty.php.net/manual/en/language.modifier.debug.print.var.php - * debug_print_var (Smarty online manual) - * @param array|object - * @param integer - * @param integer - * @return string - */ -function smarty_modifier_debug_print_var($var, $depth = 0, $length = 40) -{ - $_replace = array("\n"=>'<i>\n</i>', "\r"=>'<i>\r</i>', "\t"=>'<i>\t</i>'); - if (is_array($var)) { - $results = "<b>Array (".count($var).")</b>"; - foreach ($var as $curr_key => $curr_val) { - $return = smarty_modifier_debug_print_var($curr_val, $depth+1, $length); - $results .= "<br>".str_repeat(' ', $depth*2)."<b>".strtr($curr_key, $_replace)."</b> => $return"; - } - } else if (is_object($var)) { - $object_vars = get_object_vars($var); - $results = "<b>".get_class($var)." Object (".count($object_vars).")</b>"; - foreach ($object_vars as $curr_key => $curr_val) { - $return = smarty_modifier_debug_print_var($curr_val, $depth+1, $length); - $results .= "<br>".str_repeat(' ', $depth*2)."<b>$curr_key</b> => $return"; - } - } else if (is_resource($var)) { - $results = '<i>'.(string)$var.'</i>'; - } else if (empty($var) && $var != "0") { - $results = '<i>empty</i>'; - } else { - if (strlen($var) > $length ) { - $results = substr($var, 0, $length-3).'...'; - } else { - $results = $var; - } - $results = htmlspecialchars($results); - $results = strtr($results, $_replace); - } - return $results; -} - -/* vim: set expandtab: */ - -?> diff --git a/www/smarty/plugins/modifier.default.php b/www/smarty/plugins/modifier.default.php deleted file mode 100644 index 8268e39..0000000 --- a/www/smarty/plugins/modifier.default.php +++ /dev/null @@ -1,31 +0,0 @@ -<?php -/** - * Smarty plugin - * @package Smarty - * @subpackage plugins - */ - - -/** - * Smarty default modifier plugin - * - * Type: modifier<br> - * Name: default<br> - * Purpose: designate default value for empty variables - * @link http://smarty.php.net/manual/en/language.modifier.default.php - * default (Smarty online manual) - * @param string - * @param string - * @return string - */ -function smarty_modifier_default($string, $default = '') -{ - if (!isset($string) || $string === '') - return $default; - else - return $string; -} - -/* vim: set expandtab: */ - -?> diff --git a/www/smarty/plugins/modifier.escape.php b/www/smarty/plugins/modifier.escape.php deleted file mode 100644 index a32a876..0000000 --- a/www/smarty/plugins/modifier.escape.php +++ /dev/null @@ -1,89 +0,0 @@ -<?php -/** - * Smarty plugin - * @package Smarty - * @subpackage plugins - */ - - -/** - * Smarty escape modifier plugin - * - * Type: modifier<br> - * Name: escape<br> - * Purpose: Escape the string according to escapement type - * @link http://smarty.php.net/manual/en/language.modifier.escape.php - * escape (Smarty online manual) - * @param string - * @param html|htmlall|url|quotes|hex|hexentity|javascript - * @return string - */ -function smarty_modifier_escape($string, $esc_type = 'html') -{ - switch ($esc_type) { - case 'html': - return htmlspecialchars($string, ENT_QUOTES); - - case 'htmlall': - return htmlentities($string, ENT_QUOTES); - - case 'url': - return rawurlencode($string); - - case 'quotes': - // escape unescaped single quotes - return preg_replace("%(?<!\\\\)'%", "\\'", $string); - - case 'hex': - // escape every character into hex - $return = ''; - for ($x=0; $x < strlen($string); $x++) { - $return .= '%' . bin2hex($string[$x]); - } - return $return; - - case 'hexentity': - $return = ''; - for ($x=0; $x < strlen($string); $x++) { - $return .= '&#x' . bin2hex($string[$x]) . ';'; - } - return $return; - - case 'decentity': - $return = ''; - for ($x=0; $x < strlen($string); $x++) { - $return .= '&#' . ord($string[$x]) . ';'; - } - return $return; - - case 'javascript': - // escape quotes and backslashes, newlines, etc. - return strtr($string, array('\\'=>'\\\\',"'"=>"\\'",'"'=>'\\"',"\r"=>'\\r',"\n"=>'\\n','</'=>'<\/')); - - case 'mail': - // safe way to display e-mail address on a web page - return str_replace(array('@', '.'),array(' [AT] ', ' [DOT] '), $string); - - case 'nonstd': - // escape non-standard chars, such as ms document quotes - $_res = ''; - for($_i = 0, $_len = strlen($string); $_i < $_len; $_i++) { - $_ord = ord($string{$_i}); - // non-standard char, escape it - if($_ord >= 126){ - $_res .= '&#' . $_ord . ';'; - } - else { - $_res .= $string{$_i}; - } - } - return $_res; - - default: - return $string; - } -} - -/* vim: set expandtab: */ - -?> diff --git a/www/smarty/plugins/modifier.indent.php b/www/smarty/plugins/modifier.indent.php deleted file mode 100644 index 1642bac..0000000 --- a/www/smarty/plugins/modifier.indent.php +++ /dev/null @@ -1,27 +0,0 @@ -<?php -/** - * Smarty plugin - * @package Smarty - * @subpackage plugins - */ - - -/** - * Smarty indent modifier plugin - * - * Type: modifier<br> - * Name: indent<br> - * Purpose: indent lines of text - * @link http://smarty.php.net/manual/en/language.modifier.indent.php - * indent (Smarty online manual) - * @param string - * @param integer - * @param string - * @return string - */ -function smarty_modifier_indent($string,$chars=4,$char=" ") -{ - return preg_replace('!^!m',str_repeat($char,$chars),$string); -} - -?> diff --git a/www/smarty/plugins/modifier.lower.php b/www/smarty/plugins/modifier.lower.php deleted file mode 100644 index 0b4d151..0000000 --- a/www/smarty/plugins/modifier.lower.php +++ /dev/null @@ -1,25 +0,0 @@ -<?php -/** - * Smarty plugin - * @package Smarty - * @subpackage plugins - */ - - -/** - * Smarty lower modifier plugin - * - * Type: modifier<br> - * Name: lower<br> - * Purpose: convert string to lowercase - * @link http://smarty.php.net/manual/en/language.modifier.lower.php - * lower (Smarty online manual) - * @param string - * @return string - */ -function smarty_modifier_lower($string) -{ - return strtolower($string); -} - -?> diff --git a/www/smarty/plugins/modifier.nl2br.php b/www/smarty/plugins/modifier.nl2br.php deleted file mode 100644 index d6fabff..0000000 --- a/www/smarty/plugins/modifier.nl2br.php +++ /dev/null @@ -1,35 +0,0 @@ -<?php -/** - * Smarty plugin - * @package Smarty - * @subpackage plugins - */ - - -/** - * Smarty plugin - * - * Type: modifier<br> - * Name: nl2br<br> - * Date: Feb 26, 2003 - * Purpose: convert \r\n, \r or \n to <<br>> - * Input:<br> - * - contents = contents to replace - * - preceed_test = if true, includes preceeding break tags - * in replacement - * Example: {$text|nl2br} - * @link http://smarty.php.net/manual/en/language.modifier.nl2br.php - * nl2br (Smarty online manual) - * @version 1.0 - * @author Monte Ohrt <monte at ohrt dot com> - * @param string - * @return string - */ -function smarty_modifier_nl2br($string) -{ - return nl2br($string); -} - -/* vim: set expandtab: */ - -?> diff --git a/www/smarty/plugins/modifier.regex_replace.php b/www/smarty/plugins/modifier.regex_replace.php deleted file mode 100644 index 7eee497..0000000 --- a/www/smarty/plugins/modifier.regex_replace.php +++ /dev/null @@ -1,33 +0,0 @@ -<?php -/** - * Smarty plugin - * @package Smarty - * @subpackage plugins - */ - - -/** - * Smarty regex_replace modifier plugin - * - * Type: modifier<br> - * Name: regex_replace<br> - * Purpose: regular epxression search/replace - * @link http://smarty.php.net/manual/en/language.modifier.regex.replace.php - * regex_replace (Smarty online manual) - * @param string - * @param string|array - * @param string|array - * @return string - */ -function smarty_modifier_regex_replace($string, $search, $replace) -{ - if (preg_match('!\W(\w+)$!s', $search, $match) && (strpos($match[1], 'e') !== false)) { - /* remove eval-modifier from $search */ - $search = substr($search, 0, -strlen($match[1])) . str_replace('e', '', $match[1]); - } - return preg_replace($search, $replace, $string); -} - -/* vim: set expandtab: */ - -?> diff --git a/www/smarty/plugins/modifier.replace.php b/www/smarty/plugins/modifier.replace.php deleted file mode 100644 index 2a43515..0000000 --- a/www/smarty/plugins/modifier.replace.php +++ /dev/null @@ -1,29 +0,0 @@ -<?php -/** - * Smarty plugin - * @package Smarty - * @subpackage plugins - */ - - -/** - * Smarty replace modifier plugin - * - * Type: modifier<br> - * Name: replace<br> - * Purpose: simple search/replace - * @link http://smarty.php.net/manual/en/language.modifier.replace.php - * replace (Smarty online manual) - * @param string - * @param string - * @param string - * @return string - */ -function smarty_modifier_replace($string, $search, $replace) -{ - return str_replace($search, $replace, $string); -} - -/* vim: set expandtab: */ - -?> diff --git a/www/smarty/plugins/modifier.spacify.php b/www/smarty/plugins/modifier.spacify.php deleted file mode 100644 index dad057f..0000000 --- a/www/smarty/plugins/modifier.spacify.php +++ /dev/null @@ -1,29 +0,0 @@ -<?php -/** - * Smarty plugin - * @package Smarty - * @subpackage plugins - */ - - -/** - * Smarty spacify modifier plugin - * - * Type: modifier<br> - * Name: spacify<br> - * Purpose: add spaces between characters in a string - * @link http://smarty.php.net/manual/en/language.modifier.spacify.php - * spacify (Smarty online manual) - * @param string - * @param string - * @return string - */ -function smarty_modifier_spacify($string, $spacify_char = ' ') -{ - return implode($spacify_char, - preg_split('//', $string, -1, PREG_SPLIT_NO_EMPTY)); -} - -/* vim: set expandtab: */ - -?> diff --git a/www/smarty/plugins/modifier.string_format.php b/www/smarty/plugins/modifier.string_format.php deleted file mode 100644 index efd6215..0000000 --- a/www/smarty/plugins/modifier.string_format.php +++ /dev/null @@ -1,28 +0,0 @@ -<?php -/** - * Smarty plugin - * @package Smarty - * @subpackage plugins - */ - - -/** - * Smarty string_format modifier plugin - * - * Type: modifier<br> - * Name: string_format<br> - * Purpose: format strings via sprintf - * @link http://smarty.php.net/manual/en/language.modifier.string.format.php - * string_format (Smarty online manual) - * @param string - * @param string - * @return string - */ -function smarty_modifier_string_format($string, $format) -{ - return sprintf($format, $string); -} - -/* vim: set expandtab: */ - -?> diff --git a/www/smarty/plugins/modifier.strip.php b/www/smarty/plugins/modifier.strip.php deleted file mode 100644 index cc5c453..0000000 --- a/www/smarty/plugins/modifier.strip.php +++ /dev/null @@ -1,33 +0,0 @@ -<?php -/** - * Smarty plugin - * @package Smarty - * @subpackage plugins - */ - - -/** - * Smarty strip modifier plugin - * - * Type: modifier<br> - * Name: strip<br> - * Purpose: Replace all repeated spaces, newlines, tabs - * with a single space or supplied replacement string.<br> - * Example: {$var|strip} {$var|strip:" "} - * Date: September 25th, 2002 - * @link http://smarty.php.net/manual/en/language.modifier.strip.php - * strip (Smarty online manual) - * @author Monte Ohrt <monte at ohrt dot com> - * @version 1.0 - * @param string - * @param string - * @return string - */ -function smarty_modifier_strip($text, $replace = ' ') -{ - return preg_replace('!\s+!', $replace, $text); -} - -/* vim: set expandtab: */ - -?> diff --git a/www/smarty/plugins/modifier.strip_tags.php b/www/smarty/plugins/modifier.strip_tags.php deleted file mode 100644 index 45f1ec1..0000000 --- a/www/smarty/plugins/modifier.strip_tags.php +++ /dev/null @@ -1,31 +0,0 @@ -<?php -/** - * Smarty plugin - * @package Smarty - * @subpackage plugins - */ - - -/** - * Smarty strip_tags modifier plugin - * - * Type: modifier<br> - * Name: strip_tags<br> - * Purpose: strip html tags from text - * @link http://smarty.php.net/manual/en/language.modifier.strip.tags.php - * strip_tags (Smarty online manual) - * @param string - * @param boolean - * @return string - */ -function smarty_modifier_strip_tags($string, $replace_with_space = true) -{ - if ($replace_with_space) - return preg_replace('!<[^>]*?>!', ' ', $string); - else - return strip_tags($string); -} - -/* vim: set expandtab: */ - -?> diff --git a/www/smarty/plugins/modifier.truncate.php b/www/smarty/plugins/modifier.truncate.php deleted file mode 100644 index 15a26ba..0000000 --- a/www/smarty/plugins/modifier.truncate.php +++ /dev/null @@ -1,43 +0,0 @@ -<?php -/** - * Smarty plugin - * @package Smarty - * @subpackage plugins - */ - - -/** - * Smarty truncate modifier plugin - * - * Type: modifier<br> - * Name: truncate<br> - * Purpose: Truncate a string to a certain length if necessary, - * optionally splitting in the middle of a word, and - * appending the $etc string. - * @link http://smarty.php.net/manual/en/language.modifier.truncate.php - * truncate (Smarty online manual) - * @param string - * @param integer - * @param string - * @param boolean - * @return string - */ -function smarty_modifier_truncate($string, $length = 80, $etc = '...', - $break_words = false) -{ - if ($length == 0) - return ''; - - if (strlen($string) > $length) { - $length -= strlen($etc); - if (!$break_words) - $string = preg_replace('/\s+?(\S+)?$/', '', substr($string, 0, $length+1)); - - return substr($string, 0, $length).$etc; - } else - return $string; -} - -/* vim: set expandtab: */ - -?> diff --git a/www/smarty/plugins/modifier.upper.php b/www/smarty/plugins/modifier.upper.php deleted file mode 100644 index 69960ae..0000000 --- a/www/smarty/plugins/modifier.upper.php +++ /dev/null @@ -1,25 +0,0 @@ -<?php -/** - * Smarty plugin - * @package Smarty - * @subpackage plugins - */ - - -/** - * Smarty upper modifier plugin - * - * Type: modifier<br> - * Name: upper<br> - * Purpose: convert string to uppercase - * @link http://smarty.php.net/manual/en/language.modifier.upper.php - * upper (Smarty online manual) - * @param string - * @return string - */ -function smarty_modifier_upper($string) -{ - return strtoupper($string); -} - -?> diff --git a/www/smarty/plugins/modifier.wordwrap.php b/www/smarty/plugins/modifier.wordwrap.php deleted file mode 100644 index b9a9fe9..0000000 --- a/www/smarty/plugins/modifier.wordwrap.php +++ /dev/null @@ -1,28 +0,0 @@ -<?php -/** - * Smarty plugin - * @package Smarty - * @subpackage plugins - */ - - -/** - * Smarty wordwrap modifier plugin - * - * Type: modifier<br> - * Name: wordwrap<br> - * Purpose: wrap a string of text at a given length - * @link http://smarty.php.net/manual/en/language.modifier.wordwrap.php - * wordwrap (Smarty online manual) - * @param string - * @param integer - * @param string - * @param boolean - * @return string - */ -function smarty_modifier_wordwrap($string,$length=80,$break="\n",$cut=false) -{ - return wordwrap($string,$length,$break,$cut); -} - -?> diff --git a/www/smarty/plugins/outputfilter.trimwhitespace.php b/www/smarty/plugins/outputfilter.trimwhitespace.php deleted file mode 100644 index 01e35e0..0000000 --- a/www/smarty/plugins/outputfilter.trimwhitespace.php +++ /dev/null @@ -1,75 +0,0 @@ -<?php -/** - * Smarty plugin - * @package Smarty - * @subpackage plugins - */ - -/** - * Smarty trimwhitespace outputfilter plugin - * - * File: outputfilter.trimwhitespace.php<br> - * Type: outputfilter<br> - * Name: trimwhitespace<br> - * Date: Jan 25, 2003<br> - * Purpose: trim leading white space and blank lines from - * template source after it gets interpreted, cleaning - * up code and saving bandwidth. Does not affect - * <<PRE>></PRE> and <SCRIPT></SCRIPT> blocks.<br> - * Install: Drop into the plugin directory, call - * <code>$smarty->load_filter('output','trimwhitespace');</code> - * from application. - * @author Monte Ohrt <monte at ohrt dot com> - * @author Contributions from Lars Noschinski <lars@usenet.noschinski.de> - * @version 1.3 - * @param string - * @param Smarty - */ -function smarty_outputfilter_trimwhitespace($source, &$smarty) -{ - // Pull out the script blocks - preg_match_all("!<script[^>]+>.*?</script>!is", $source, $match); - $_script_blocks = $match[0]; - $source = preg_replace("!<script[^>]+>.*?</script>!is", - '@@@SMARTY:TRIM:SCRIPT@@@', $source); - - // Pull out the pre blocks - preg_match_all("!<pre>.*?</pre>!is", $source, $match); - $_pre_blocks = $match[0]; - $source = preg_replace("!<pre>.*?</pre>!is", - '@@@SMARTY:TRIM:PRE@@@', $source); - - // Pull out the textarea blocks - preg_match_all("!<textarea[^>]+>.*?</textarea>!is", $source, $match); - $_textarea_blocks = $match[0]; - $source = preg_replace("!<textarea[^>]+>.*?</textarea>!is", - '@@@SMARTY:TRIM:TEXTAREA@@@', $source); - - // remove all leading spaces, tabs and carriage returns NOT - // preceeded by a php close tag. - $source = trim(preg_replace('/((?<!\?>)\n)[\s]+/m', '\1', $source)); - - // replace script blocks - smarty_outputfilter_trimwhitespace_replace("@@@SMARTY:TRIM:SCRIPT@@@",$_script_blocks, $source); - - // replace pre blocks - smarty_outputfilter_trimwhitespace_replace("@@@SMARTY:TRIM:PRE@@@",$_pre_blocks, $source); - - // replace textarea blocks - smarty_outputfilter_trimwhitespace_replace("@@@SMARTY:TRIM:TEXTAREA@@@",$_textarea_blocks, $source); - - return $source; -} - -function smarty_outputfilter_trimwhitespace_replace($search_str, $replace, &$subject) { - $_len = strlen($search_str); - $_pos = 0; - for ($_i=0, $_count=count($replace); $_i<$_count; $_i++) - if (($_pos=strpos($subject, $search_str, $_pos))!==false) - $subject = substr_replace($subject, $replace[$_i], $_pos, $_len); - else - break; - -} - -?> diff --git a/www/smarty/plugins/shared.escape_special_chars.php b/www/smarty/plugins/shared.escape_special_chars.php deleted file mode 100644 index 515763a..0000000 --- a/www/smarty/plugins/shared.escape_special_chars.php +++ /dev/null @@ -1,30 +0,0 @@ -<?php -/** - * Smarty shared plugin - * @package Smarty - * @subpackage plugins - */ - - -/** - * escape_special_chars common function - * - * Function: smarty_function_escape_special_chars<br> - * Purpose: used by other smarty functions to escape - * special chars except for already escaped ones - * @param string - * @return string - */ -function smarty_function_escape_special_chars($string) -{ - if(!is_array($string)) { - $string = preg_replace('!&(#?\w+);!', '%%%SMARTY_START%%%\\1%%%SMARTY_END%%%', $string); - $string = htmlspecialchars($string); - $string = str_replace(array('%%%SMARTY_START%%%','%%%SMARTY_END%%%'), array('&',';'), $string); - } - return $string; -} - -/* vim: set expandtab: */ - -?> diff --git a/www/smarty/plugins/shared.make_timestamp.php b/www/smarty/plugins/shared.make_timestamp.php deleted file mode 100644 index acdd777..0000000 --- a/www/smarty/plugins/shared.make_timestamp.php +++ /dev/null @@ -1,43 +0,0 @@ -<?php -/** - * Smarty shared plugin - * @package Smarty - * @subpackage plugins - */ - - -/** - * Function: smarty_make_timestamp<br> - * Purpose: used by other smarty functions to make a timestamp - * from a string. - * @param string - * @return string - */ -function smarty_make_timestamp($string) -{ - if(empty($string)) { - $string = "now"; - } - $time = strtotime($string); - if (is_numeric($time) && $time != -1) - return $time; - - // is mysql timestamp format of YYYYMMDDHHMMSS? - if (preg_match('/^\d{14}$/', $string)) { - $time = mktime(substr($string,8,2),substr($string,10,2),substr($string,12,2), - substr($string,4,2),substr($string,6,2),substr($string,0,4)); - - return $time; - } - - // couldn't recognize it, try to return a time - $time = (int) $string; - if ($time > 0) - return $time; - else - return time(); -} - -/* vim: set expandtab: */ - -?> diff --git a/www/style.css b/www/style.css deleted file mode 100644 index 0bec87e..0000000 --- a/www/style.css +++ /dev/null @@ -1,147 +0,0 @@ -body { - margin:0px; - padding:0px; - font-family:verdana, arial, helvetica, sans-serif; - color:#333; - background-color:white; - } -h1 { - margin:0px 0px 15px 0px; - padding:0px; - font-size:28px; - line-height:28px; - font-weight:900; - color:#aaa; - } -h2 { - font-size:100%; - } -h3 { - font-size:75%; - } -h4 { - font-size:67%; - } -li { - font:11px/20px verdana, arial, helvetica, sans-serif; - margin:0px 0px 0px 0px; - padding:0px; - list-style-type:circle; -} -p { - /* normal */ - font:11px/20px verdana, arial, helvetica, sans-serif; - margin:0px 0px 16px 0px; - padding:0px; - } - -tt { - /* inline code */ - font-family: monospace; - } - -table { - background-color: white; - color: black; - text-align: left; - font:11px/20px verdana, arial, helvetica, sans-serif; - margin-left: 10%; - margin-right: 10%; -} - -th { - background-color: #ccccff; - text-align: center; -} - -td.header { - font-weight: bold; -} - -#Content>p {margin:0px;} -#Content>p+p {text-indent:30px;} -a { - color:#09c; - font-size:11px; - text-decoration:none; - font-weight:600; - font-family:verdana, arial, helvetica, sans-serif; - } -a:link {color:#09c;} -a:visited {color:#07a;} -a:hover {background-color:#eee;} - -#Codeblock { - margin:5px 50px 5px 50px; - padding:5px 0px 5px 15px; - border-style:solid; - border-color:black; - border-width:1px 1px 1px 1px; - background-color:#f8f8f8; - font-size:11px; - font-weight:600; - text-decoration:none; - font-family:courier; -} -pre { - font-size:11px; - font-weight:600; - text-decoration:none; - font-family:courier; -} -pre.codeblock { - /* code block (bordered, slight gray background) */ - border-style:solid; - border-color:black; - border-width:1px 1px 1px 1px; - background-color:#f8f8f8; - margin-left: 10%; - margin-right: 10%; -} -dl { - /* definition text block */ - font:11px/20px verdana, arial, helvetica, sans-serif; - margin:0px 0px 16px 0px; - padding:0px; - } -dt { - /* definition term */ - font-weight: bold; - } - -#Header { - margin:50px 0px 10px 0px; - padding:17px 0px 0px 20px; - /* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */ - height:33px; /* 14px + 17px + 2px = 33px */ - border-style:solid; - border-color:black; - border-width:1px 0px; /* top and bottom borders: 1px; left and right borders: 0px */ - line-height:11px; - font-size:110%; - background-color:#eee; - voice-family: "\"}\""; - voice-family:inherit; - height:14px; /* the correct height */ - } -body>#Header {height:14px;} -#Content { - margin:0px 50px 50px 200px; - padding:10px; - } - -#Menu { - position:absolute; - top:100px; - left:20px; - width:162px; - padding:10px; - background-color:#eee; - border:1px dashed #999; - line-height:17px; - text-align:left; - voice-family: "\"}\""; - voice-family:inherit; - width:160px; - } -body>#Menu {width:160px;}