public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in profiles/selinux: ChangeLog make.defaults packages
@ 2009-08-08  2:19 Chris PeBenito (pebenito)
  0 siblings, 0 replies; only message in thread
From: Chris PeBenito (pebenito) @ 2009-08-08  2:19 UTC (permalink / raw
  To: gentoo-commits

pebenito    09/08/08 02:19:11

  Modified:             ChangeLog make.defaults packages
  Log:
  Push settings from versioned selinux profile into parent.

Revision  Changes    Path
1.3                  profiles/selinux/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/selinux/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/selinux/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/selinux/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/selinux/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	4 Aug 2009 17:56:02 -0000	1.2
+++ ChangeLog	8 Aug 2009 02:19:11 -0000	1.3
@@ -1,6 +1,10 @@
 # ChangeLog for Gentoo/sparc-fbsd profile directory
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/selinux/ChangeLog,v 1.2 2009/08/04 17:56:02 pebenito Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/selinux/ChangeLog,v 1.3 2009/08/08 02:19:11 pebenito Exp $
+
+  08 Aug 2009; Chris PeBenito <pebenito@gentoo.org> 2007.0/make.defaults,
+  -2007.0/packages, make.defaults, packages:
+  Push settings from versioned profile into parent.
 
   04 Aug 2009; Chris PeBenito <pebenito@gentoo.org> +package.unmask:
   Add workaround for masking of packages in default/linux profile.



1.5                  profiles/selinux/make.defaults

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/selinux/make.defaults?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/selinux/make.defaults?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/selinux/make.defaults?r1=1.4&r2=1.5

Index: make.defaults
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/selinux/make.defaults,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- make.defaults	13 Jan 2008 21:26:20 -0000	1.4
+++ make.defaults	8 Aug 2009 02:19:11 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2004 Gentoo Foundation.
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/selinux/make.defaults,v 1.4 2008/01/13 21:26:20 pebenito Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/selinux/make.defaults,v 1.5 2009/08/08 02:19:11 pebenito Exp $
 #
 # System-wide defaults for the Portage system
 # See portage(5) manpage
@@ -12,7 +12,7 @@
 
 USE="-acl selinux"
 
-FEATURES="selinux sesandbox"
+FEATURES="selinux sesandbox sfperms loadpolicy"
 POLICYDIR="/etc/security/selinux/src/policy"
 
 POLICY_TYPES="strict targeted"



1.24                 profiles/selinux/packages

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/selinux/packages?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/selinux/packages?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/selinux/packages?r1=1.23&r2=1.24

Index: packages
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/selinux/packages,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- packages	28 Jun 2007 10:07:37 -0000	1.23
+++ packages	8 Aug 2009 02:19:11 -0000	1.24
@@ -1,6 +1,6 @@
 # Copyright 2002-2006 Gentoo Foundation.
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/selinux/packages,v 1.23 2007/06/28 10:07:37 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/selinux/packages,v 1.24 2009/08/08 02:19:11 pebenito Exp $
 
 # This file extends the base packages file for the default profile that all
 # architectures will enjoy.  Please note that default is what most architectures
@@ -47,8 +47,8 @@
 >=sys-process/vixie-cron-3.0.1-r2
 
 # SELinux is integrated in 2.6
->=sys-kernel/gentoo-sources-2.6.0
->=sys-kernel/hardened-sources-2.6.0
->=sys-kernel/mips-sources-2.6.0
->=sys-kernel/sparc-sources-2.6.0
 >=sys-kernel/vanilla-sources-2.6.0
+
+# Critical xattr fixes:
+>=sys-boot/grub-0.94
+>=sys-boot/grub-static-0.94






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-08-08  2:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-08  2:19 [gentoo-commits] gentoo-x86 commit in profiles/selinux: ChangeLog make.defaults packages Chris PeBenito (pebenito)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox