public inbox for gentoo-hardened@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-hardened] SELinux userspace patches in hardened-dev?
@ 2014-08-05 12:47 Sven Vermeulen
  2014-08-05 22:53 ` Luis Ressel
  2014-08-06  9:50 ` Amadeusz Sławiński
  0 siblings, 2 replies; 5+ messages in thread
From: Sven Vermeulen @ 2014-08-05 12:47 UTC (permalink / raw
  To: gentoo-hardened

Hi all

Is it ok if I create a branch in the hardened-dev repo (called
"selinux-userland") which contains the patches for the various SELinux
userland packages we maintain?

Or would you prefer a different way to centrally manage the patches (they
sometimes become too large to be put in the ${FILESDIR} so I moved towards a
patchbundle)?

Wkr,
	Sven Vermeulen


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

* Re: [gentoo-hardened] SELinux userspace patches in hardened-dev?
  2014-08-05 12:47 [gentoo-hardened] SELinux userspace patches in hardened-dev? Sven Vermeulen
@ 2014-08-05 22:53 ` Luis Ressel
  2014-08-05 23:04   ` Luis Ressel
  2014-08-06  9:50 ` Amadeusz Sławiński
  1 sibling, 1 reply; 5+ messages in thread
From: Luis Ressel @ 2014-08-05 22:53 UTC (permalink / raw
  To: gentoo-hardened

[-- Attachment #1: Type: text/plain, Size: 585 bytes --]

On Tue, 5 Aug 2014 12:47:32 +0000
Sven Vermeulen <swift@gentoo.org> wrote:

> Hi all
> 
> Is it ok if I create a branch in the hardened-dev repo (called
> "selinux-userland") which contains the patches for the various SELinux
> userland packages we maintain?
> 
> Or would you prefer a different way to centrally manage the patches
> (they sometimes become too large to be put in the ${FILESDIR} so I
> moved towards a patchbundle)?
> 
> Wkr,
> 	Sven Vermeulen
> 
> 

It would be certainly helpful for downstream users/developers like me.


Regards,
Luis Ressel

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 949 bytes --]

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

* Re: [gentoo-hardened] SELinux userspace patches in hardened-dev?
  2014-08-05 22:53 ` Luis Ressel
@ 2014-08-05 23:04   ` Luis Ressel
  0 siblings, 0 replies; 5+ messages in thread
From: Luis Ressel @ 2014-08-05 23:04 UTC (permalink / raw
  To: gentoo-hardened

[-- Attachment #1: Type: text/plain, Size: 777 bytes --]

On Wed, 6 Aug 2014 00:53:41 +0200
Luis Ressel <aranea@aixah.de> wrote:

> On Tue, 5 Aug 2014 12:47:32 +0000
> Sven Vermeulen <swift@gentoo.org> wrote:
> 
> > Hi all
> > 
> > Is it ok if I create a branch in the hardened-dev repo (called
> > "selinux-userland") which contains the patches for the various
> > SELinux userland packages we maintain?
> > 
> > Or would you prefer a different way to centrally manage the patches
> > (they sometimes become too large to be put in the ${FILESDIR} so I
> > moved towards a patchbundle)?
> > 
> > Wkr,
> > 	Sven Vermeulen
> > 
> > 
> 
> It would be certainly helpful for downstream users/developers like me.
> 

Oh, and to answer your actual question: I think a branch would be fine.


Regards,
Luis Ressel

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 949 bytes --]

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

* Re: [gentoo-hardened] SELinux userspace patches in hardened-dev?
  2014-08-05 12:47 [gentoo-hardened] SELinux userspace patches in hardened-dev? Sven Vermeulen
  2014-08-05 22:53 ` Luis Ressel
@ 2014-08-06  9:50 ` Amadeusz Sławiński
  2014-08-06 10:10   ` Luis Ressel
  1 sibling, 1 reply; 5+ messages in thread
From: Amadeusz Sławiński @ 2014-08-06  9:50 UTC (permalink / raw
  To: gentoo-hardened

On Tue, 5 Aug 2014 12:47:32 +0000
Sven Vermeulen <swift@gentoo.org> wrote:

> Hi all
> 
> Is it ok if I create a branch in the hardened-dev repo (called
> "selinux-userland") which contains the patches for the various SELinux
> userland packages we maintain?
> 
> Or would you prefer a different way to centrally manage the patches
> (they sometimes become too large to be put in the ${FILESDIR} so I
> moved towards a patchbundle)?
> 
> Wkr,
> 	Sven Vermeulen
> 

Are these only patches or packages?
If only patches I think it's better to put them in separate repository.
Mainly because hardened-dev is used for portage tree stuff and some
other parts of hardened (proj/hardened-gccpatchset.git
proj/hardened-patchset.git) keep patches separately.
Perhaps hardened-selinuxpatchset?

Amadeusz


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

* Re: [gentoo-hardened] SELinux userspace patches in hardened-dev?
  2014-08-06  9:50 ` Amadeusz Sławiński
@ 2014-08-06 10:10   ` Luis Ressel
  0 siblings, 0 replies; 5+ messages in thread
From: Luis Ressel @ 2014-08-06 10:10 UTC (permalink / raw
  To: gentoo-hardened

[-- Attachment #1: Type: text/plain, Size: 1171 bytes --]

On Wed, 6 Aug 2014 11:50:35 +0200
Amadeusz Sławiński <amade@asmblr.net> wrote:

> On Tue, 5 Aug 2014 12:47:32 +0000
> Sven Vermeulen <swift@gentoo.org> wrote:
> 
> > Hi all
> > 
> > Is it ok if I create a branch in the hardened-dev repo (called
> > "selinux-userland") which contains the patches for the various
> > SELinux userland packages we maintain?
> > 
> > Or would you prefer a different way to centrally manage the patches
> > (they sometimes become too large to be put in the ${FILESDIR} so I
> > moved towards a patchbundle)?
> > 
> > Wkr,
> > 	Sven Vermeulen
> > 
> 
> Are these only patches or packages?
> If only patches I think it's better to put them in separate
> repository. Mainly because hardened-dev is used for portage tree
> stuff and some other parts of hardened (proj/hardened-gccpatchset.git
> proj/hardened-patchset.git) keep patches separately.
> Perhaps hardened-selinuxpatchset?
> 
> Amadeusz
> 
> 

I'd rather not have to keep track of yet another repository. What's
wrong with a branch? Using "git checkout --orphan newbranch", one can
create completely independent branches.


Regards,
Luis ressel

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 949 bytes --]

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

end of thread, other threads:[~2014-08-06 10:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-05 12:47 [gentoo-hardened] SELinux userspace patches in hardened-dev? Sven Vermeulen
2014-08-05 22:53 ` Luis Ressel
2014-08-05 23:04   ` Luis Ressel
2014-08-06  9:50 ` Amadeusz Sławiński
2014-08-06 10:10   ` Luis Ressel

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