|
Chris PeBenito |
29af4c |
policy_module(logwatch, 1.11.0)
|
|
Chris PeBenito |
020cbe |
|
|
Chris PeBenito |
020cbe |
#################################
|
|
Chris PeBenito |
020cbe |
#
|
|
Chris PeBenito |
020cbe |
# Declarations
|
|
Chris PeBenito |
020cbe |
#
|
|
Chris PeBenito |
020cbe |
|
|
Chris PeBenito |
020cbe |
type logwatch_t;
|
|
Chris PeBenito |
020cbe |
type logwatch_exec_t;
|
|
Chris PeBenito |
0bfccd |
application_domain(logwatch_t, logwatch_exec_t)
|
|
Chris PeBenito |
020cbe |
role system_r types logwatch_t;
|
|
Chris PeBenito |
020cbe |
|
|
Chris PeBenito |
020cbe |
type logwatch_cache_t;
|
|
Chris PeBenito |
020cbe |
files_type(logwatch_cache_t)
|
|
Chris PeBenito |
020cbe |
|
|
Chris PeBenito |
73ca55 |
type logwatch_lock_t;
|
|
Chris PeBenito |
73ca55 |
files_lock_file(logwatch_lock_t)
|
|
Chris PeBenito |
73ca55 |
|
|
Chris PeBenito |
020cbe |
type logwatch_tmp_t;
|
|
Chris PeBenito |
020cbe |
files_tmp_file(logwatch_tmp_t)
|
|
Chris PeBenito |
020cbe |
|
|
Dan Walsh |
3eaa99 |
type logwatch_var_run_t;
|
|
Dan Walsh |
3eaa99 |
files_pid_file(logwatch_var_run_t)
|
|
Dan Walsh |
3eaa99 |
|
|
Chris PeBenito |
020cbe |
########################################
|
|
Chris PeBenito |
020cbe |
#
|
|
Chris PeBenito |
020cbe |
# Local policy
|
|
Chris PeBenito |
020cbe |
#
|
|
Chris PeBenito |
020cbe |
|
|
Chris PeBenito |
123a99 |
allow logwatch_t self:capability { dac_override dac_read_search setgid };
|
|
Chris PeBenito |
73ca55 |
allow logwatch_t self:process signal;
|
|
Chris PeBenito |
020cbe |
allow logwatch_t self:fifo_file rw_file_perms;
|
|
Chris PeBenito |
020cbe |
allow logwatch_t self:unix_stream_socket create_stream_socket_perms;
|
|
Chris PeBenito |
020cbe |
|
|
Chris PeBenito |
0bfccd |
manage_dirs_pattern(logwatch_t, logwatch_cache_t, logwatch_cache_t)
|
|
Chris PeBenito |
0bfccd |
manage_files_pattern(logwatch_t, logwatch_cache_t, logwatch_cache_t)
|
|
Chris PeBenito |
020cbe |
|
|
Chris PeBenito |
73ca55 |
allow logwatch_t logwatch_lock_t:file manage_file_perms;
|
|
Chris PeBenito |
3f67f7 |
files_lock_filetrans(logwatch_t, logwatch_lock_t, file)
|
|
Chris PeBenito |
73ca55 |
|
|
Chris PeBenito |
0bfccd |
manage_dirs_pattern(logwatch_t, logwatch_tmp_t, logwatch_tmp_t)
|
|
Chris PeBenito |
0bfccd |
manage_files_pattern(logwatch_t, logwatch_tmp_t, logwatch_tmp_t)
|
|
Chris PeBenito |
103fe2 |
files_tmp_filetrans(logwatch_t, logwatch_tmp_t, { file dir })
|
|
Chris PeBenito |
020cbe |
|
|
Dan Walsh |
3eaa99 |
allow logwatch_t logwatch_var_run_t:file manage_file_perms;
|
|
Dan Walsh |
3eaa99 |
files_pid_filetrans(logwatch_t, logwatch_var_run_t, file)
|
|
Dan Walsh |
3eaa99 |
|
|
Chris PeBenito |
445522 |
kernel_read_fs_sysctls(logwatch_t)
|
|
Chris PeBenito |
445522 |
kernel_read_kernel_sysctls(logwatch_t)
|
|
Chris PeBenito |
020cbe |
kernel_read_system_state(logwatch_t)
|
|
Chris PeBenito |
3c9b2e |
kernel_read_net_sysctls(logwatch_t)
|
|
Chris PeBenito |
3c9b2e |
kernel_read_network_state(logwatch_t)
|
|
Chris PeBenito |
020cbe |
|
|
Chris PeBenito |
020cbe |
corecmd_exec_bin(logwatch_t)
|
|
Chris PeBenito |
020cbe |
corecmd_exec_shell(logwatch_t)
|
|
Chris PeBenito |
020cbe |
|
|
Chris PeBenito |
020cbe |
dev_read_urand(logwatch_t)
|
|
Chris PeBenito |
2f2716 |
dev_read_sysfs(logwatch_t)
|
|
Chris PeBenito |
020cbe |
|
|
Chris PeBenito |
020cbe |
# Read /proc/PID directories for all domains.
|
|
Chris PeBenito |
020cbe |
domain_read_all_domains_state(logwatch_t)
|
|
Chris PeBenito |
020cbe |
|
|
Chris PeBenito |
6b19be |
files_list_var(logwatch_t)
|
|
Chris PeBenito |
3c9b2e |
files_read_var_symlinks(logwatch_t)
|
|
Chris PeBenito |
020cbe |
files_read_etc_files(logwatch_t)
|
|
Chris PeBenito |
020cbe |
files_read_etc_runtime_files(logwatch_t)
|
|
Chris PeBenito |
020cbe |
files_read_usr_files(logwatch_t)
|
|
Chris PeBenito |
020cbe |
files_search_spool(logwatch_t)
|
|
Chris PeBenito |
724925 |
files_search_mnt(logwatch_t)
|
|
Chris PeBenito |
020cbe |
files_dontaudit_search_home(logwatch_t)
|
|
Chris PeBenito |
8708d9 |
files_dontaudit_search_boot(logwatch_t)
|
|
Chris PeBenito |
6649ae |
# Execs df and if file system mounted with a context avc raised
|
|
Chris PeBenito |
6649ae |
files_dontaudit_search_all_dirs(logwatch_t)
|
|
Chris PeBenito |
020cbe |
|
|
Chris PeBenito |
020cbe |
fs_getattr_all_fs(logwatch_t)
|
|
Chris PeBenito |
8708d9 |
fs_dontaudit_list_auto_mountpoints(logwatch_t)
|
|
Chris PeBenito |
3c9b2e |
fs_list_inotifyfs(logwatch_t)
|
|
Chris PeBenito |
020cbe |
|
|
Chris PeBenito |
1815ba |
term_dontaudit_getattr_pty_dirs(logwatch_t)
|
|
Chris PeBenito |
020cbe |
term_dontaudit_list_ptys(logwatch_t)
|
|
Chris PeBenito |
020cbe |
|
|
Chris PeBenito |
3c9b2e |
auth_use_nsswitch(logwatch_t)
|
|
Chris PeBenito |
020cbe |
auth_dontaudit_read_shadow(logwatch_t)
|
|
Chris PeBenito |
020cbe |
|
|
Chris PeBenito |
8d2c34 |
init_read_utmp(logwatch_t)
|
|
Chris PeBenito |
8d2c34 |
init_dontaudit_write_utmp(logwatch_t)
|
|
Chris PeBenito |
8d2c34 |
|
|
Chris PeBenito |
1815ba |
libs_read_lib_files(logwatch_t)
|
|
Chris PeBenito |
020cbe |
|
|
Chris PeBenito |
020cbe |
logging_read_all_logs(logwatch_t)
|
|
Chris PeBenito |
9af48e |
logging_send_syslog_msg(logwatch_t)
|
|
Chris PeBenito |
020cbe |
|
|
Chris PeBenito |
020cbe |
miscfiles_read_localization(logwatch_t)
|
|
Chris PeBenito |
020cbe |
|
|
Chris PeBenito |
a225f9 |
selinux_dontaudit_getattr_dir(logwatch_t)
|
|
Chris PeBenito |
a225f9 |
|
|
Chris PeBenito |
0f27d9 |
sysnet_dns_name_resolve(logwatch_t)
|
|
Chris PeBenito |
3c9b2e |
sysnet_exec_ifconfig(logwatch_t)
|
|
Chris PeBenito |
0f27d9 |
|
|
Chris PeBenito |
296273 |
userdom_dontaudit_search_user_home_dirs(logwatch_t)
|
|
Dan Walsh |
3eaa99 |
userdom_dontaudit_list_admin_dir(logwatch_t)
|
|
Dan Walsh |
3eaa99 |
|
|
Dan Walsh |
3eaa99 |
#mta_send_mail(logwatch_t)
|
|
Dan Walsh |
3eaa99 |
mta_base_mail_template(logwatch)
|
|
Dan Walsh |
3eaa99 |
mta_sendmail_domtrans(logwatch_t, logwatch_mail_t)
|
|
Dan Walsh |
3eaa99 |
role system_r types logwatch_mail_t;
|
|
Dan Walsh |
3eaa99 |
logging_read_all_logs(logwatch_mail_t)
|
|
Dan Walsh |
3eaa99 |
manage_files_pattern(logwatch_mail_t, logwatch_tmp_t, logwatch_tmp_t)
|
|
Dan Walsh |
3eaa99 |
allow logwatch_mail_t self:capability { dac_read_search dac_override };
|
|
Dan Walsh |
3eaa99 |
mta_read_home(logwatch_mail_t)
|
|
Chris PeBenito |
e9c6cd |
|
|
Chris PeBenito |
adea58 |
ifdef(`distro_redhat',`
|
|
Chris PeBenito |
adea58 |
files_search_all(logwatch_t)
|
|
Chris PeBenito |
adea58 |
files_getattr_all_file_type_fs(logwatch_t)
|
|
Chris PeBenito |
adea58 |
')
|
|
Chris PeBenito |
adea58 |
|
|
Chris PeBenito |
e2e1b6 |
tunable_policy(`use_nfs_home_dirs',`
|
|
Chris PeBenito |
e2e1b6 |
fs_list_nfs(logwatch_t)
|
|
Chris PeBenito |
e2e1b6 |
')
|
|
Chris PeBenito |
e2e1b6 |
|
|
Chris PeBenito |
e2e1b6 |
tunable_policy(`use_samba_home_dirs',`
|
|
Chris PeBenito |
e2e1b6 |
fs_list_cifs(logwatch_t)
|
|
Chris PeBenito |
e2e1b6 |
')
|
|
Chris PeBenito |
e2e1b6 |
|
|
Chris PeBenito |
bb7170 |
optional_policy(`
|
|
Chris PeBenito |
020cbe |
apache_read_log(logwatch_t)
|
|
Chris PeBenito |
020cbe |
')
|
|
Chris PeBenito |
020cbe |
|
|
Chris PeBenito |
bb7170 |
optional_policy(`
|
|
Chris PeBenito |
517618 |
avahi_dontaudit_search_pid(logwatch_t)
|
|
Chris PeBenito |
517618 |
')
|
|
Chris PeBenito |
517618 |
|
|
Chris PeBenito |
517618 |
optional_policy(`
|
|
Chris PeBenito |
020cbe |
bind_read_config(logwatch_t)
|
|
Chris PeBenito |
020cbe |
bind_read_zone(logwatch_t)
|
|
Chris PeBenito |
020cbe |
')
|
|
Chris PeBenito |
020cbe |
|
|
Chris PeBenito |
bb7170 |
optional_policy(`
|
|
Chris PeBenito |
020cbe |
cron_system_entry(logwatch_t, logwatch_exec_t)
|
|
Chris PeBenito |
020cbe |
')
|
|
Chris PeBenito |
020cbe |
|
|
Chris PeBenito |
bb7170 |
optional_policy(`
|
|
Chris PeBenito |
73ca55 |
hostname_exec(logwatch_t)
|
|
Chris PeBenito |
73ca55 |
')
|
|
Chris PeBenito |
73ca55 |
|
|
Chris PeBenito |
73ca55 |
optional_policy(`
|
|
Chris PeBenito |
020cbe |
mta_getattr_spool(logwatch_t)
|
|
Chris PeBenito |
020cbe |
')
|
|
Chris PeBenito |
020cbe |
|
|
Chris PeBenito |
bb7170 |
optional_policy(`
|
|
Chris PeBenito |
a225f9 |
ntp_domtrans(logwatch_t)
|
|
Chris PeBenito |
a225f9 |
')
|
|
Chris PeBenito |
a225f9 |
|
|
Chris PeBenito |
bb7170 |
optional_policy(`
|
|
Chris PeBenito |
020cbe |
rpc_search_nfs_state_data(logwatch_t)
|
|
Chris PeBenito |
020cbe |
')
|
|
Chris PeBenito |
020cbe |
|
|
Chris PeBenito |
bb7170 |
optional_policy(`
|
|
Chris PeBenito |
020cbe |
samba_read_log(logwatch_t)
|
|
Jeremy Solt |
42fa15 |
samba_read_share_files(logwatch_t)
|
|
Chris PeBenito |
020cbe |
')
|