Blob Blame History Raw
policy_module(lldpad, 1.0.0)

########################################
#
# Declarations
#

type lldpad_t;
type lldpad_exec_t;
init_daemon_domain(lldpad_t, lldpad_exec_t)

type lldpad_initrc_exec_t;
init_script_file(lldpad_initrc_exec_t)

type lldpad_tmpfs_t;
files_tmpfs_file(lldpad_tmpfs_t)

type lldpad_var_lib_t;
files_type(lldpad_var_lib_t)

type lldpad_var_run_t;
files_pid_file(lldpad_var_run_t)

########################################
#
# lldpad local policy
#

allow lldpad_t self:capability { net_admin net_raw };
ifdef(`hide_broken_symptoms',`
	# caused by some bogus kernel code
	dontaudit lldpad_t self:capability sys_module;
')

allow lldpad_t self:shm create_shm_perms;
allow lldpad_t self:fifo_file rw_fifo_file_perms;

allow lldpad_t self:unix_stream_socket create_stream_socket_perms;
allow lldpad_t self:netlink_route_socket create_netlink_socket_perms;
allow lldpad_t self:packet_socket create_socket_perms;
allow lldpad_t self:udp_socket create_socket_perms;

manage_files_pattern(lldpad_t,lldpad_tmpfs_t,lldpad_tmpfs_t)
fs_tmpfs_filetrans(lldpad_t,lldpad_tmpfs_t,file)

manage_dirs_pattern(lldpad_t, lldpad_var_lib_t, lldpad_var_lib_t)
manage_files_pattern(lldpad_t, lldpad_var_lib_t, lldpad_var_lib_t)

manage_dirs_pattern(lldpad_t, lldpad_var_run_t, lldpad_var_run_t)
manage_files_pattern(lldpad_t, lldpad_var_run_t, lldpad_var_run_t)
manage_sock_files_pattern(lldpad_t, lldpad_var_run_t, lldpad_var_run_t)
# this needs to be fixed in lldpad package
# bug: #
files_pid_filetrans(lldpad_t, lldpad_var_run_t, { dir file sock_file })

kernel_read_all_sysctls(lldpad_t)
kernel_read_network_state(lldpad_t)
kernel_request_load_module(lldpad_t)

dev_read_sysfs(lldpad_t)

files_read_etc_files(lldpad_t)

logging_send_syslog_msg(lldpad_t)

miscfiles_read_localization(lldpad_t)

userdom_dgram_send(lldpad_t)

optional_policy(`
	fcoemon_dgram_send(lldpad_t)
')