Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package selinux-policy for openSUSE:Factory 
checked in at 2026-08-12 16:10:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/selinux-policy (Old)
 and      /work/SRC/openSUSE:Factory/.selinux-policy.new.17972 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "selinux-policy"

Wed Aug 12 16:10:10 2026 rev:171 rq:1370555 version:20260810

Changes:
--------
--- /work/SRC/openSUSE:Factory/selinux-policy/selinux-policy.changes    
2026-08-05 17:46:53.098645479 +0200
+++ /work/SRC/openSUSE:Factory/.selinux-policy.new.17972/selinux-policy.changes 
2026-08-12 16:10:12.892693678 +0200
@@ -1,0 +2,6 @@
+Mon Aug 10 14:46:29 UTC 2026 - Cathy Hu <[email protected]>
+
+- Update to version 20260810:
+  * (open)SUSE only sendmail fixes (bsc#1273901)
+
+-------------------------------------------------------------------

Old:
----
  selinux-policy-20260804.tar.xz

New:
----
  selinux-policy-20260810.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ selinux-policy.spec ++++++
--- /var/tmp/diff_new_pack.w1KMNj/_old  2026-08-12 16:10:14.792773030 +0200
+++ /var/tmp/diff_new_pack.w1KMNj/_new  2026-08-12 16:10:14.792773030 +0200
@@ -37,7 +37,7 @@
 License:        GPL-2.0-or-later
 Group:          System/Management
 Name:           selinux-policy
-Version:        20260804
+Version:        20260810
 Release:        0
 Source0:        %{name}-%{version}.tar.xz
 Source1:        container.fc

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.w1KMNj/_old  2026-08-12 16:10:14.872776371 +0200
+++ /var/tmp/diff_new_pack.w1KMNj/_new  2026-08-12 16:10:14.876776538 +0200
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param 
name="url">https://gitlab.suse.de/selinux/selinux-policy.git</param>
-              <param 
name="changesrevision">2e4ad0986b296e4f0a33675f8b5f78e12f49bf26</param></service></servicedata>
+              <param 
name="changesrevision">6440f241cd87d2a2439905155d46a86c50d8c7c1</param></service></servicedata>
 (No newline at EOF)
 


++++++ selinux-policy-20260804.tar.xz -> selinux-policy-20260810.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/selinux-policy-20260804/policy/modules/contrib/sendmail.fc 
new/selinux-policy-20260810/policy/modules/contrib/sendmail.fc
--- old/selinux-policy-20260804/policy/modules/contrib/sendmail.fc      
2026-08-04 11:39:55.000000000 +0200
+++ new/selinux-policy-20260810/policy/modules/contrib/sendmail.fc      
2026-08-10 16:42:52.000000000 +0200
@@ -8,3 +8,7 @@
 /run/sendmail(/.*)?                 
gen_context(system_u:object_r:sendmail_var_run_t,s0)
 /run/sm-client\.pid            --      
gen_context(system_u:object_r:sendmail_var_run_t,s0)
 /run/smtpd\.sock               -s      
gen_context(system_u:object_r:sendmail_var_run_t,s0)
+
+# (open)SUSE only
+/var/lib/sendmail(/.*)?               
gen_context(system_u:object_r:sendmail_var_lib_t,s0)
+/var/spool/clientmqueue/sm-client\.pid  --  
gen_context(system_u:object_r:sendmail_var_run_t,s0)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/selinux-policy-20260804/policy/modules/contrib/sendmail.te 
new/selinux-policy-20260810/policy/modules/contrib/sendmail.te
--- old/selinux-policy-20260804/policy/modules/contrib/sendmail.te      
2026-08-04 11:39:55.000000000 +0200
+++ new/selinux-policy-20260810/policy/modules/contrib/sendmail.te      
2026-08-10 16:42:52.000000000 +0200
@@ -22,6 +22,10 @@
 type sendmail_tmp_t;
 files_tmp_file(sendmail_tmp_t)
 
+# (open)SUSE only
+type sendmail_var_lib_t;
+files_type(sendmail_var_lib_t)
+
 type sendmail_var_run_t;
 files_pid_file(sendmail_var_run_t)
 
@@ -60,10 +64,17 @@
 manage_files_pattern(sendmail_t, sendmail_tmp_t, sendmail_tmp_t)
 files_tmp_filetrans(sendmail_t, sendmail_tmp_t, { file dir })
 
+# (open)SUSE only
+manage_dirs_pattern(sendmail_t, sendmail_var_lib_t, sendmail_var_lib_t)
+manage_files_pattern(sendmail_t, sendmail_var_lib_t, sendmail_var_lib_t)
+files_var_lib_filetrans(sendmail_t, sendmail_var_lib_t, { dir file })
+
 manage_dirs_pattern(sendmail_t, sendmail_var_run_t, sendmail_var_run_t)
 manage_files_pattern(sendmail_t, sendmail_var_run_t, sendmail_var_run_t)
 manage_sock_files_pattern(sendmail_t, sendmail_var_run_t, sendmail_var_run_t)
 files_pid_filetrans(sendmail_t, sendmail_var_run_t, { dir file sock_file })
+# (open)SUSE only
+mta_spool_filetrans_queue(sendmail_t, sendmail_var_run_t, { file }, 
"sm-client.pid")
 
 kernel_read_network_state(sendmail_t)
 kernel_read_kernel_sysctls(sendmail_t)

Reply via email to