selinux-refpolicy.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] init dbus patch for GetDynamicUsers with systemd_use_nss()
@ 2022-02-17  8:54 Russell Coker
  2022-02-17 13:37 ` Chris PeBenito
  0 siblings, 1 reply; 2+ messages in thread
From: Russell Coker @ 2022-02-17  8:54 UTC (permalink / raw)
  To: selinux-refpolicy

As requested changed this patch to use systemd_use_nss().  I think it's
ready to merge.

Signed-off-by: Russell Coker <russell@coker.com.au>

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)
 ')
 
 ########################################
@@ -753,6 +749,10 @@ optional_policy(`
 	unconfined_run_to(postfix_showq_t, postfix_showq_exec_t)
 ')
 
+optional_policy(`
+	systemd_use_nss(postfix_showq_t)
+')
+
 ########################################
 #
 # Smtp delivery local policy
@@ -777,6 +777,10 @@ optional_policy(`
 ')
 
 optional_policy(`
+	systemd_use_nss(postfix_smtp_t)
+')
+
+optional_policy(`
 	dovecot_stream_connect(postfix_smtp_t)
 ')
 
@@ -814,9 +818,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(`

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] init dbus patch for GetDynamicUsers with systemd_use_nss()
  2022-02-17  8:54 [PATCH] init dbus patch for GetDynamicUsers with systemd_use_nss() Russell Coker
@ 2022-02-17 13:37 ` Chris PeBenito
  0 siblings, 0 replies; 2+ messages in thread
From: Chris PeBenito @ 2022-02-17 13:37 UTC (permalink / raw)
  To: Russell Coker, selinux-refpolicy

On 2/17/22 03:54, Russell Coker wrote:
> As requested changed this patch to use systemd_use_nss().  I think it's
> ready to merge.

Please create patches using git master as the baseline.  This patch doesn't apply.


> Signed-off-by: Russell Coker <russell@coker.com.au>
> 
> 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)
>   ')
>   
>   ########################################
> @@ -753,6 +749,10 @@ optional_policy(`
>   	unconfined_run_to(postfix_showq_t, postfix_showq_exec_t)
>   ')
>   
> +optional_policy(`
> +	systemd_use_nss(postfix_showq_t)
> +')
> +
>   ########################################
>   #
>   # Smtp delivery local policy
> @@ -777,6 +777,10 @@ optional_policy(`
>   ')
>   
>   optional_policy(`
> +	systemd_use_nss(postfix_smtp_t)
> +')
> +
> +optional_policy(`
>   	dovecot_stream_connect(postfix_smtp_t)
>   ')
>   
> @@ -814,9 +818,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(`


-- 
Chris PeBenito

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-02-17 13:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-17  8:54 [PATCH] init dbus patch for GetDynamicUsers with systemd_use_nss() Russell Coker
2022-02-17 13:37 ` Chris PeBenito

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).