From: stefan@seekline.net (Stefan Schulze Frielinghaus) Date: Sun, 25 Oct 2009 12:59:23 +0100 Subject: [refpolicy] new policy pyicqt Message-ID: <1256471963.2407.7.camel@localhost> To: refpolicy@oss.tresys.com List-Id: refpolicy.oss.tresys.com Hi all, attached is a new policy for the ICQ transport PyICQt. I lost track of head development ... guess the following lines are redundant now libs_use_ld_so(pyicqt_t) libs_use_shared_libs(pyicqt_t) libs_read_lib_files(pyicqt_t) and can be changed to libs_read_lib_files(pyicqt_t) I tested the policy on CentOS 5 for a couple of months with ejabberd so hope everything is fine tested ;-) cheers Stefan -------------- next part -------------- /etc/pyicq-t(/.*)? gen_context(system_u:object_r:pyicqt_conf_t,s0) /usr/share/pyicq-t/PyICQt\.py -- gen_context(system_u:object_r:pyicqt_exec_t,s0) /var/log/pyicq-t\.log -- gen_context(system_u:object_r:pyicqt_log_t,s0) /var/run/pyicq-t(/.*)? gen_context(system_u:object_r:pyicqt_var_run_t,s0) /var/spool/pyicq-t(/.*)? gen_context(system_u:object_r:pyicqt_spool_t,s0) -------------- next part -------------- ## PyICQt is an ICQ transport for XMPP server. -------------- next part -------------- policy_module(pyicqt, 1.0.0) ######################################## # # Declarations # type pyicqt_t; type pyicqt_exec_t; init_daemon_domain(pyicqt_t,pyicqt_exec_t) type pyicqt_conf_t; files_config_file(pyicqt_conf_t) type pyicqt_spool_t; files_type(pyicqt_spool_t) type pyicqt_var_run_t; files_pid_file(pyicqt_var_run_t) type pyicqt_log_t; logging_log_file(pyicqt_log_t) ######################################## # # PyICQt policy # allow pyicqt_t self:fifo_file { read write }; allow pyicqt_t self:tcp_socket create_socket_perms; allow pyicqt_t self:udp_socket create_socket_perms; read_files_pattern(pyicqt_t, pyicqt_conf_t, pyicqt_conf_t) manage_dirs_pattern(pyicqt_t, pyicqt_spool_t, pyicqt_spool_t) manage_files_pattern(pyicqt_t, pyicqt_spool_t, pyicqt_spool_t) manage_files_pattern(pyicqt_t, pyicqt_var_run_t, pyicqt_var_run_t) libs_use_ld_so(pyicqt_t) libs_use_shared_libs(pyicqt_t) libs_read_lib_files(pyicqt_t) files_read_usr_files(pyicqt_t) files_search_spool(pyicqt_t) # /etc/nsswitch.conf files_read_etc_files(pyicqt_t) # /etc/resolv.conf sysnet_read_config(pyicqt_t) dev_read_urand(pyicqt_t) corecmd_exec_bin(pyicqt_t) kernel_read_system_state(pyicqt_t) miscfiles_read_localization(pyicqt_t) corenet_tcp_connect_generic_port(pyicqt_t) corenet_sendrecv_unlabeled_packets(pyicqt_t)