|
@@ -1,4 +1,4 @@
|
|
-policy_module(jabber, 1.11.1)
|
|
|
|
|
|
+policy_module(jabber, 1.11.6)
|
|
|
|
|
|
########################################
|
|
########################################
|
|
#
|
|
#
|
|
@@ -153,6 +153,20 @@ optional_policy(`
|
|
udev_read_db(jabberd_t)
|
|
udev_read_db(jabberd_t)
|
|
')
|
|
')
|
|
|
|
|
|
|
|
+optional_policy(`
|
|
|
|
+ gen_require(`
|
|
|
|
+ type rabbitmq_epmd_exec_t;
|
|
|
|
+ ')
|
|
|
|
+ can_exec(jabberd_t, rabbitmq_epmd_exec_t)
|
|
|
|
+')
|
|
|
|
+
|
|
|
|
+optional_policy(`
|
|
|
|
+ gen_require(`
|
|
|
|
+ type rabbitmq_beam_exec_t;
|
|
|
|
+ ')
|
|
|
|
+ can_exec(jabberd_t, rabbitmq_beam_exec_t)
|
|
|
|
+')
|
|
|
|
+
|
|
########################################
|
|
########################################
|
|
#
|
|
#
|
|
# Router local policy
|
|
# Router local policy
|