Hello community,

here is the log from the commit of package selinux-policy for openSUSE:Factory 
checked in at 2014-09-06 12:18:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/selinux-policy (Old)
 and      /work/SRC/openSUSE:Factory/.selinux-policy.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "selinux-policy"

Changes:
--------
--- /work/SRC/openSUSE:Factory/selinux-policy/selinux-policy.changes    
2013-12-19 12:37:22.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.selinux-policy.new/selinux-policy.changes       
2014-09-06 12:18:34.000000000 +0200
@@ -1,0 +2,16 @@
+Tue Sep  2 13:31:58 UTC 2014 - [email protected]
+
+- removed source files which were not used
+  * modules-minimum.conf, modules-mls.conf, modules-targeted.conf,
+    permissivedomains.fc, permissivedomains.if, permissivedomains.te,
+    seusers, seusers-mls, seusers-targeted, users_extra-mls,
+    users_extra-targeted
+
+-------------------------------------------------------------------
+Mon Jun  2 12:08:40 UTC 2014 - [email protected]
+
+- remove duplicate filetrans_pattern rules
+  * fixes build with libsepol-2.3
+  * added remove_duplicate_filetrans_pattern_rules.patch
+
+-------------------------------------------------------------------

Old:
----
  modules-minimum.conf
  modules-mls.conf
  modules-targeted.conf
  permissivedomains.fc
  permissivedomains.if
  permissivedomains.te
  seusers
  seusers-mls
  seusers-targeted
  users_extra-mls
  users_extra-targeted

New:
----
  remove_duplicate_filetrans_pattern_rules.patch

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

Other differences:
------------------
++++++ selinux-policy.spec ++++++
--- /var/tmp/diff_new_pack.9n22Cw/_old  2014-09-06 12:18:36.000000000 +0200
+++ /var/tmp/diff_new_pack.9n22Cw/_new  2014-09-06 12:18:36.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package selinux-policy
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -56,6 +56,7 @@
 Patch16:        useradd-netlink_selinux_socket.patch
 Patch17:        systemd-tmpfiles.patch
 Patch18:        label_var_run_rsyslog.patch
+Patch19:        remove_duplicate_filetrans_pattern_rules.patch
 
 Source1:        modules-targeted-base.conf
 Source31:       modules-targeted-contrib.conf
@@ -346,6 +347,7 @@
 %setup -n serefpolicy-contrib-%{version} -q -b 29
 %patch1 -p1
 %patch11 -p1
+%patch19 -p1
 contrib_path=`pwd`
 %setup -n serefpolicy-%{version} -q
 cp COPYING ..


++++++ remove_duplicate_filetrans_pattern_rules.patch ++++++
diff --git a/gnome.te b/gnome.te
index c6ff2a1..ac4ec2a 100644
--- a/gnome.te
+++ b/gnome.te
@@ -226,7 +226,6 @@ allow gkeyringd_domain gconf_home_t:dir create_dir_perms;
 filetrans_pattern(gkeyringd_domain, gconf_home_t, data_home_t, dir, "share")
 filetrans_pattern(gkeyringd_domain, gnome_home_t, gkeyringd_gnome_home_t, dir, 
"keyrings")
 filetrans_pattern(gkeyringd_domain, data_home_t, gkeyringd_gnome_home_t, dir, 
"keyrings")
-filetrans_pattern(gkeyringd_domain, gnome_home_t, data_home_t, dir, "keyrings")
 
 manage_dirs_pattern(gkeyringd_domain, gkeyringd_tmp_t, gkeyringd_tmp_t)
 manage_sock_files_pattern(gkeyringd_domain, gkeyringd_tmp_t, gkeyringd_tmp_t)
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to