|
Chris PeBenito |
17ec8c |
policy_module(tripwire, 1.2.0)
|
|
Chris PeBenito |
853692 |
|
|
Chris PeBenito |
853692 |
########################################
|
|
Chris PeBenito |
853692 |
#
|
|
Chris PeBenito |
853692 |
# Declarations
|
|
Chris PeBenito |
853692 |
#
|
|
Chris PeBenito |
853692 |
|
|
Chris PeBenito |
853692 |
type siggen_t;
|
|
Chris PeBenito |
853692 |
type siggen_exec_t;
|
|
Chris PeBenito |
0bfccd |
application_domain(siggen_t, siggen_exec_t)
|
|
Chris PeBenito |
853692 |
|
|
Chris PeBenito |
853692 |
type tripwire_t;
|
|
Chris PeBenito |
853692 |
type tripwire_exec_t;
|
|
Chris PeBenito |
0bfccd |
application_domain(tripwire_t, tripwire_exec_t)
|
|
Chris PeBenito |
853692 |
role system_r types tripwire_t;
|
|
Chris PeBenito |
853692 |
|
|
Chris PeBenito |
853692 |
type tripwire_etc_t;
|
|
Chris PeBenito |
853692 |
files_config_file(tripwire_etc_t)
|
|
Chris PeBenito |
853692 |
|
|
Chris PeBenito |
853692 |
type tripwire_report_t;
|
|
Chris PeBenito |
853692 |
files_type(tripwire_report_t)
|
|
Chris PeBenito |
853692 |
|
|
Chris PeBenito |
853692 |
type tripwire_tmp_t;
|
|
Chris PeBenito |
853692 |
files_tmp_file(tripwire_tmp_t)
|
|
Chris PeBenito |
853692 |
|
|
Chris PeBenito |
853692 |
type tripwire_var_lib_t;
|
|
Chris PeBenito |
853692 |
files_type(tripwire_var_lib_t)
|
|
Chris PeBenito |
853692 |
|
|
Chris PeBenito |
853692 |
type twadmin_t;
|
|
Chris PeBenito |
853692 |
type twadmin_exec_t;
|
|
Chris PeBenito |
0bfccd |
application_domain(twadmin_t, twadmin_exec_t)
|
|
Chris PeBenito |
853692 |
|
|
Chris PeBenito |
853692 |
type twprint_t;
|
|
Chris PeBenito |
853692 |
type twprint_exec_t;
|
|
Chris PeBenito |
0bfccd |
application_domain(twprint_t, twprint_exec_t)
|
|
Chris PeBenito |
853692 |
|
|
Chris PeBenito |
853692 |
########################################
|
|
Chris PeBenito |
853692 |
#
|
|
Chris PeBenito |
853692 |
# Tripwire local policy
|
|
Chris PeBenito |
853692 |
#
|
|
Chris PeBenito |
853692 |
|
|
Chris PeBenito |
853692 |
allow tripwire_t self:capability { setgid setuid dac_override };
|
|
Chris PeBenito |
853692 |
|
|
Chris PeBenito |
c0868a |
allow tripwire_t tripwire_etc_t:dir list_dir_perms;
|
|
Chris PeBenito |
0bfccd |
read_files_pattern(tripwire_t, tripwire_etc_t, tripwire_etc_t)
|
|
Chris PeBenito |
0bfccd |
read_lnk_files_pattern(tripwire_t, tripwire_etc_t, tripwire_etc_t)
|
|
Chris PeBenito |
853692 |
files_search_etc(tripwire_t)
|
|
Chris PeBenito |
853692 |
|
|
Chris PeBenito |
853692 |
# Tripwire report files
|
|
Chris PeBenito |
0bfccd |
manage_dirs_pattern(tripwire_t, tripwire_report_t, tripwire_report_t)
|
|
Chris PeBenito |
0bfccd |
manage_files_pattern(tripwire_t, tripwire_report_t, tripwire_report_t)
|
|
Chris PeBenito |
0bfccd |
manage_lnk_files_pattern(tripwire_t, tripwire_report_t, tripwire_report_t)
|
|
Chris PeBenito |
c0868a |
|
|
Chris PeBenito |
0bfccd |
manage_dirs_pattern(tripwire_t, tripwire_tmp_t, tripwire_tmp_t)
|
|
Chris PeBenito |
0bfccd |
manage_files_pattern(tripwire_t, tripwire_tmp_t, tripwire_tmp_t)
|
|
Chris PeBenito |
0bfccd |
manage_lnk_files_pattern(tripwire_t, tripwire_tmp_t, tripwire_tmp_t)
|
|
Chris PeBenito |
0bfccd |
manage_fifo_files_pattern(tripwire_t, tripwire_tmp_t, tripwire_tmp_t)
|
|
Chris PeBenito |
0bfccd |
manage_sock_files_pattern(tripwire_t, tripwire_tmp_t, tripwire_tmp_t)
|
|
Chris PeBenito |
0bfccd |
files_tmp_filetrans(tripwire_t, tripwire_tmp_t,{ dir file lnk_file sock_file fifo_file })
|
|
Chris PeBenito |
c0868a |
|
|
Chris PeBenito |
0bfccd |
manage_files_pattern(tripwire_t, tripwire_var_lib_t, tripwire_var_lib_t)
|
|
Chris PeBenito |
0bfccd |
files_var_lib_filetrans(tripwire_t, tripwire_var_lib_t, file)
|
|
Chris PeBenito |
853692 |
|
|
Chris PeBenito |
853692 |
kernel_read_system_state(tripwire_t)
|
|
Chris PeBenito |
853692 |
kernel_read_network_state(tripwire_t)
|
|
Chris PeBenito |
853692 |
kernel_read_software_raid_state(tripwire_t)
|
|
Chris PeBenito |
853692 |
kernel_getattr_core_if(tripwire_t)
|
|
Chris PeBenito |
853692 |
kernel_getattr_message_if(tripwire_t)
|
|
Chris PeBenito |
853692 |
kernel_read_kernel_sysctls(tripwire_t)
|
|
Chris PeBenito |
853692 |
|
|
Chris PeBenito |
853692 |
corecmd_exec_shell(tripwire_t)
|
|
Chris PeBenito |
8021cb |
corecmd_exec_bin(tripwire_t)
|
|
Chris PeBenito |
853692 |
|
|
Chris PeBenito |
853692 |
domain_use_interactive_fds(tripwire_t)
|
|
Chris PeBenito |
853692 |
|
|
Chris PeBenito |
853692 |
files_read_all_files(tripwire_t)
|
|
Chris PeBenito |
853692 |
files_read_all_symlinks(tripwire_t)
|
|
Chris PeBenito |
853692 |
files_getattr_all_pipes(tripwire_t)
|
|
Chris PeBenito |
853692 |
files_getattr_all_sockets(tripwire_t)
|
|
Chris PeBenito |
853692 |
|
|
Chris PeBenito |
853692 |
logging_send_syslog_msg(tripwire_t)
|
|
Chris PeBenito |
853692 |
|
|
Chris PeBenito |
296273 |
userdom_use_user_terminals(tripwire_t)
|
|
Chris PeBenito |
296273 |
|
|
Chris PeBenito |
853692 |
optional_policy(`
|
|
Chris PeBenito |
0bfccd |
cron_system_entry(tripwire_t, tripwire_exec_t)
|
|
Chris PeBenito |
853692 |
')
|
|
Chris PeBenito |
853692 |
|
|
Chris PeBenito |
853692 |
########################################
|
|
Chris PeBenito |
853692 |
#
|
|
Chris PeBenito |
853692 |
# Twadmin local policy
|
|
Chris PeBenito |
853692 |
#
|
|
Chris PeBenito |
853692 |
|
|
Chris PeBenito |
0bfccd |
manage_dirs_pattern(twadmin_t, tripwire_etc_t, tripwire_etc_t)
|
|
Chris PeBenito |
0bfccd |
manage_files_pattern(twadmin_t, tripwire_etc_t, tripwire_etc_t)
|
|
Chris PeBenito |
0bfccd |
manage_lnk_files_pattern(twadmin_t, tripwire_etc_t, tripwire_etc_t)
|
|
Chris PeBenito |
853692 |
|
|
Chris PeBenito |
853692 |
domain_use_interactive_fds(twadmin_t)
|
|
Chris PeBenito |
853692 |
|
|
Chris PeBenito |
853692 |
logging_send_syslog_msg(twadmin_t)
|
|
Chris PeBenito |
853692 |
|
|
Chris PeBenito |
853692 |
miscfiles_read_localization(twadmin_t)
|
|
Chris PeBenito |
853692 |
|
|
Chris PeBenito |
296273 |
userdom_use_user_terminals(twadmin_t)
|
|
Chris PeBenito |
296273 |
|
|
Chris PeBenito |
853692 |
########################################
|
|
Chris PeBenito |
853692 |
#
|
|
Chris PeBenito |
853692 |
# Twprint local policy
|
|
Chris PeBenito |
853692 |
#
|
|
Chris PeBenito |
853692 |
|
|
Chris PeBenito |
c0868a |
allow twprint_t tripwire_etc_t:dir list_dir_perms;
|
|
Chris PeBenito |
0bfccd |
read_files_pattern(twprint_t, tripwire_etc_t, tripwire_etc_t)
|
|
Chris PeBenito |
0bfccd |
read_lnk_files_pattern(twprint_t, tripwire_etc_t, tripwire_etc_t)
|
|
Chris PeBenito |
853692 |
|
|
Chris PeBenito |
c0868a |
allow twprint_t tripwire_report_t:dir list_dir_perms;
|
|
Chris PeBenito |
0bfccd |
read_files_pattern(twprint_t, tripwire_report_t, tripwire_report_t)
|
|
Chris PeBenito |
0bfccd |
read_lnk_files_pattern(twprint_t, tripwire_report_t, tripwire_report_t)
|
|
Chris PeBenito |
853692 |
|
|
Chris PeBenito |
c0868a |
allow twprint_t tripwire_var_lib_t:dir list_dir_perms;
|
|
Chris PeBenito |
0bfccd |
read_files_pattern(twprint_t, tripwire_var_lib_t, tripwire_var_lib_t)
|
|
Chris PeBenito |
0bfccd |
read_lnk_files_pattern(twprint_t, tripwire_var_lib_t, tripwire_var_lib_t)
|
|
Chris PeBenito |
853692 |
files_search_var_lib(twprint_t)
|
|
Chris PeBenito |
853692 |
|
|
Chris PeBenito |
853692 |
domain_use_interactive_fds(twprint_t)
|
|
Chris PeBenito |
853692 |
|
|
Chris PeBenito |
853692 |
logging_send_syslog_msg(twprint_t)
|
|
Chris PeBenito |
853692 |
|
|
Chris PeBenito |
853692 |
miscfiles_read_localization(twprint_t)
|
|
Chris PeBenito |
853692 |
|
|
Chris PeBenito |
296273 |
userdom_use_user_terminals(twprint_t)
|
|
Chris PeBenito |
296273 |
|
|
Chris PeBenito |
853692 |
########################################
|
|
Chris PeBenito |
853692 |
#
|
|
Chris PeBenito |
853692 |
# Siggen local policy
|
|
Chris PeBenito |
853692 |
#
|
|
Chris PeBenito |
853692 |
|
|
Chris PeBenito |
853692 |
domain_use_interactive_fds(siggen_t)
|
|
Chris PeBenito |
853692 |
|
|
Chris PeBenito |
853692 |
# Need permission to read files
|
|
Chris PeBenito |
853692 |
files_read_all_files(siggen_t)
|
|
Chris PeBenito |
853692 |
|
|
Chris PeBenito |
853692 |
logging_send_syslog_msg(siggen_t)
|
|
Chris PeBenito |
853692 |
|
|
Chris PeBenito |
853692 |
miscfiles_read_localization(siggen_t)
|
|
Chris PeBenito |
296273 |
|
|
Chris PeBenito |
296273 |
userdom_use_user_terminals(siggen_t)
|