On 2/17/22 09:47, Russell Coker wrote:
Same as before but moved to the top of my patch list so it will apply to the
git policy.
Should be ready to merge now.
Signed-off-by: Russell Coker <russell@xxxxxxxxxxxx>
Index: refpolicy-2.20220217/policy/modules/services/dictd.te
===================================================================
--- refpolicy-2.20220217.orig/policy/modules/services/dictd.te
+++ refpolicy-2.20220217/policy/modules/services/dictd.te
@@ -79,3 +79,6 @@ optional_policy(`
seutil_sigchld_newrole(dictd_t)
')
+ifdef(`init_systemd',`
+ systemd_use_nss(dictd_t)
+')
Index: refpolicy-2.20220217/policy/modules/services/postfix.te
===================================================================
--- refpolicy-2.20220217.orig/policy/modules/services/postfix.te
+++ refpolicy-2.20220217/policy/modules/services/postfix.te
@@ -374,11 +374,7 @@ manage_files_pattern(postfix_bounce_t, p
manage_lnk_files_pattern(postfix_bounce_t, postfix_spool_bounce_t, postfix_spool_bounce_t)
optional_policy(`
- init_dbus_chat(postfix_bounce_t)
-')
-
-optional_policy(`
- dbus_system_bus_client(postfix_bounce_t)
+ systemd_use_nss(postfix_bounce_t)
')
########################################
@@ -766,6 +762,10 @@ optional_policy(`
')
optional_policy(`
+ systemd_use_nss(postfix_smtp_t)
+')
+
+optional_policy(`
dovecot_stream_connect(postfix_smtp_t)
')
@@ -773,6 +773,10 @@ optional_policy(`
milter_stream_connect_all(postfix_smtp_t)
')
+optional_policy(`
+ systemd_use_nss(postfix_showq_t)
+')
+
########################################
#
# Smtpd local policy
@@ -803,9 +807,7 @@ optional_policy(`
')
optional_policy(`
- dbus_send_system_bus(postfix_smtp_t)
- dbus_system_bus_client(postfix_smtp_t)
- init_dbus_chat(postfix_smtp_t)
+ systemd_use_nss(postfix_smtpd_t)
')
optional_policy(`
Merged.
--
Chris PeBenito