aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'policy/modules/services/fcoe.te')
-rw-r--r--policy/modules/services/fcoe.te44
1 files changed, 44 insertions, 0 deletions
diff --git a/policy/modules/services/fcoe.te b/policy/modules/services/fcoe.te
new file mode 100644
index 000000000..3ec9397c7
--- /dev/null
+++ b/policy/modules/services/fcoe.te
@@ -0,0 +1,44 @@
+policy_module(fcoe, 1.4.0)
+
+########################################
+#
+# Declarations
+#
+
+type fcoemon_t;
+type fcoemon_exec_t;
+init_daemon_domain(fcoemon_t, fcoemon_exec_t)
+
+type fcoemon_initrc_exec_t;
+init_script_file(fcoemon_initrc_exec_t)
+
+type fcoemon_var_run_t;
+files_pid_file(fcoemon_var_run_t)
+
+########################################
+#
+# Local policy
+#
+
+allow fcoemon_t self:capability { dac_override kill net_admin };
+allow fcoemon_t self:fifo_file rw_fifo_file_perms;
+allow fcoemon_t self:unix_stream_socket { accept listen };
+allow fcoemon_t self:netlink_socket create_socket_perms;
+allow fcoemon_t self:netlink_route_socket create_netlink_socket_perms;
+
+manage_dirs_pattern(fcoemon_t, fcoemon_var_run_t, fcoemon_var_run_t)
+manage_files_pattern(fcoemon_t, fcoemon_var_run_t, fcoemon_var_run_t)
+manage_sock_files_pattern(fcoemon_t, fcoemon_var_run_t, fcoemon_var_run_t)
+files_pid_filetrans(fcoemon_t, fcoemon_var_run_t, { dir file })
+
+files_read_etc_files(fcoemon_t)
+
+dev_read_sysfs(fcoemon_t)
+
+logging_send_syslog_msg(fcoemon_t)
+
+miscfiles_read_localization(fcoemon_t)
+
+optional_policy(`
+ lldpad_dgram_send(fcoemon_t)
+')