From cd5fca9221e1465d4eae5b3ffe4409723f1cd0bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Renaud=20M=C3=A9trich?= Date: Tue, 16 Jan 2024 13:04:32 +0100 Subject: [PATCH] Allow fapolicyd to connect to Winbind for user/group resolution MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Renaud Métrich --- fapolicyd.te | 1 + 1 file changed, 1 insertion(+) diff --git a/fapolicyd.te b/fapolicyd.te index 5d6f9aa..5c7b362 100644 --- a/fapolicyd.te +++ b/fapolicyd.te @@ -75,6 +75,7 @@ kernel_read_all_sysctls(fapolicyd_t) kernel_read_all_proc(fapolicyd_t) auth_read_passwd(fapolicyd_t) +samba_stream_connect_winbind(fapolicyd_t) corecmd_exec_bin(fapolicyd_t)