From faa5c7dc62167b8b56f1ea1505e32ab6b09fc859 Mon Sep 17 00:00:00 2001 From: Ralf Ertzinger Date: Tue, 26 Mar 2024 19:00:00 +0000 Subject: [PATCH] Fix bf1942 --- bf1942/bf1942.te | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bf1942/bf1942.te b/bf1942/bf1942.te index 7b7800a..f3084c6 100644 --- a/bf1942/bf1942.te +++ b/bf1942/bf1942.te @@ -1,4 +1,4 @@ -policy_module(bf1942, 0.1.5) +policy_module(bf1942, 0.1.6) # File context for the executable process type bf1942_t; @@ -11,6 +11,7 @@ type bf1942_ro_t; files_type(bf1942_ro_t) init_daemon_domain(bf1942_t, bf1942_exec_t) +init_nnp_daemon_domain(bf1942_t, bf1942_exec_t) corenet_udp_sendrecv_generic_port(bf1942_t) corenet_udp_bind_generic_port(bf1942_t) -- 1.8.3.1