50 lines
1006 B
Plaintext
50 lines
1006 B
Plaintext
|
|
policy_module(ulogd, 1.0.1)
|
|
|
|
########################################
|
|
#
|
|
# Declarations
|
|
#
|
|
|
|
type ulogd_t;
|
|
type ulogd_exec_t;
|
|
init_daemon_domain(ulogd_t, ulogd_exec_t)
|
|
|
|
# config files
|
|
type ulogd_etc_t;
|
|
files_type(ulogd_etc_t)
|
|
|
|
type ulogd_initrc_exec_t;
|
|
init_script_file(ulogd_initrc_exec_t)
|
|
|
|
# /usr/lib files
|
|
type ulogd_modules_t;
|
|
files_type(ulogd_modules_t)
|
|
|
|
# log files
|
|
type ulogd_var_log_t;
|
|
logging_log_file(ulogd_var_log_t)
|
|
|
|
########################################
|
|
#
|
|
# ulogd local policy
|
|
#
|
|
|
|
allow ulogd_t self:capability net_admin;
|
|
allow ulogd_t self:netlink_nflog_socket create_socket_perms;
|
|
|
|
# config files
|
|
read_files_pattern(ulogd_t, ulogd_etc_t, ulogd_etc_t)
|
|
|
|
# modules for ulogd
|
|
list_dirs_pattern(ulogd_t, ulogd_modules_t, ulogd_modules_t)
|
|
mmap_files_pattern(ulogd_t, ulogd_modules_t, ulogd_modules_t)
|
|
|
|
# log files
|
|
manage_files_pattern(ulogd_t, ulogd_var_log_t, ulogd_var_log_t)
|
|
logging_log_filetrans(ulogd_t, ulogd_var_log_t, file)
|
|
|
|
files_search_etc(ulogd_t)
|
|
|
|
miscfiles_read_localization(ulogd_t)
|