[policycoreutils/f18] Back port lots of fixes from Rawhide

Daniel J Walsh dwalsh at fedoraproject.org
Fri Feb 8 19:36:23 UTC 2013


commit 50c8f6d51163e8b9c408c6512b445de89934f227
Author: Dan Walsh <dwalsh at redhat.com>
Date:   Fri Feb 8 14:36:19 2013 -0500

    Back port lots of fixes from Rawhide
    
            * Cleanup python problems
    	* setfiles: estimate percent progress
    	* sandbox: use sepolicy to look for sandbox_t
    	* gui: switch to use sepolicy
    	* gui: sepolgen: use sepolicy to generate
    	* semanage: use sepolicy for boolean dictionary
    	* semanage: seobject verify policy types before allowing you to assign them.
    	* semanage: good error message is sepolgen python module missing
    	* restorecond: remove /etc/mtab from default list
    	* restorecond: Add /etc/udpatedb.conf to restorecond.conf
    	* sandbox: seunshare: do not reassign realloc value
    	* seunshare: do checking on setfsuid

 policycoreutils-rawhide.patch |   21 ---------------------
 1 files changed, 0 insertions(+), 21 deletions(-)
---
diff --git a/policycoreutils-rawhide.patch b/policycoreutils-rawhide.patch
index f68b3f9..5a115cb 100644
--- a/policycoreutils-rawhide.patch
+++ b/policycoreutils-rawhide.patch
@@ -1840,27 +1840,6 @@ diff '--exclude=*.rhat' -r -u policycoreutils-2.1.13/sandbox/seunshare.c ../mast
  			rc |= setenv("LANG", LANG, 1);
  		rc |= setenv("HOME", pwd->pw_dir, 1);
  		rc |= setenv("SHELL", pwd->pw_shell, 1);
-diff '--exclude=*.rhat' -r -u policycoreutils-2.1.13/restorecond/Makefile ../master/policycoreutils-2.1.14/restorecond/Makefile
---- policycoreutils-2.1.13/restorecond/Makefile	2012-09-25 16:17:37.000000000 -0400
-+++ ../master/policycoreutils-2.1.14/restorecond/Makefile	2013-02-08 13:12:09.546486221 -0500
-@@ -5,6 +5,7 @@
- MANDIR = $(PREFIX)/share/man
- AUTOSTARTDIR = $(DESTDIR)/etc/xdg/autostart
- DBUSSERVICEDIR = $(DESTDIR)/usr/share/dbus-1/services
-+SYSTEMDDIR ?= $(DESTDIR)/usr/lib/systemd
- 
- autostart_DATA = sealertauto.desktop
- INITDIR = $(DESTDIR)/etc/rc.d/init.d
-@@ -39,7 +40,8 @@
- 	install -m 644 restorecond.desktop $(AUTOSTARTDIR)/restorecond.desktop
- 	-mkdir -p $(DBUSSERVICEDIR)
- 	install -m 600 org.selinux.Restorecond.service  $(DBUSSERVICEDIR)/org.selinux.Restorecond.service
--
-+	-mkdir -p $(SYSTEMDDIR)/system
-+	install -m 644 restorecond.service $(SYSTEMDDIR)/system/
- relabel: install
- 	/sbin/restorecon $(SBINDIR)/restorecond 
- 
 diff '--exclude=*.rhat' -r -u policycoreutils-2.1.13/restorecond/restorecond.conf ../master/policycoreutils-2.1.14/restorecond/restorecond.conf
 --- policycoreutils-2.1.13/restorecond/restorecond.conf	2013-02-08 13:24:23.100961351 -0500
 +++ ../master/policycoreutils-2.1.14/restorecond/restorecond.conf	2013-02-07 12:21:11.000000000 -0500


More information about the scm-commits mailing list