* subs_dist and libselinux releases
@ 2011-07-14 6:11 Russell Coker
2011-07-14 9:34 ` Eric Paris
2011-07-21 2:43 ` Stephen Lawrence
0 siblings, 2 replies; 5+ messages in thread
From: Russell Coker @ 2011-07-14 6:11 UTC (permalink / raw)
To: SE-Linux
http://userspace.selinuxproject.org/trac/browser/libselinux/src?order=date&desc=1
http://userspace.selinuxproject.org/trac/wiki/Releases
The patch for the subs_dist file was first proposed in April, when will there
be a new upstream release that includes it?
Currently we have a need for this in Debian, but it doesn't seem that there is
an upstream release with it. I would prefer to avoid maintaining my own patch
set for libselinux in this regard if possible.
--
My Main Blog http://etbe.coker.com.au/
My Documents Blog http://doc.coker.com.au/
--
This message was distributed to subscribers of the selinux mailing list.
If you no longer wish to subscribe, send mail to majordomo@tycho.nsa.gov with
the words "unsubscribe selinux" without quotes as the message.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: subs_dist and libselinux releases
2011-07-14 6:11 subs_dist and libselinux releases Russell Coker
@ 2011-07-14 9:34 ` Eric Paris
2011-07-14 16:53 ` Martin Orr
2011-07-21 2:43 ` Stephen Lawrence
1 sibling, 1 reply; 5+ messages in thread
From: Eric Paris @ 2011-07-14 9:34 UTC (permalink / raw)
To: russell, Daniel J Walsh; +Cc: SE-Linux
On Thu, Jul 14, 2011 at 8:11 AM, Russell Coker <russell@coker.com.au> wrote:
> http://userspace.selinuxproject.org/trac/browser/libselinux/src?order=date&desc=1
> http://userspace.selinuxproject.org/trac/wiki/Releases
>
> The patch for the subs_dist file was first proposed in April, when will there
> be a new upstream release that includes it?
>
> Currently we have a need for this in Debian, but it doesn't seem that there is
> an upstream release with it. I would prefer to avoid maintaining my own patch
> set for libselinux in this regard if possible.
Russell et al.
I've started to take on trying to catch userspace up with the latest
and greatest based on what Fedora has done and not upstreamed and
patches I could find on the list. Believe me, it's a project:
78 files changed, 1616 insertions(+), 31867 deletions(-)
I have commit access to the upstream repo, but at the moment I haven't
really started reviewing patches closely enough to commit them and am
just trying to get a tree everyone can start to review. (And it's the
tree I plan to make Fedora start using while I work the patches into
the upstream tree)
How about this: you help me I'll help you. If you can find your patch
there, review it, and then review 5-10 other patches I'll move yours
and the others that you review it to the front of my 'to-merge'
upstream plans. If you can't find your patch, resend it to me,
because I'm finished trying to fish things out of the archives....
Please everyone, I'd love for you to review patches! It's not hard!
git clone http://oss.tresys.com/git/selinux.git selinux-userspace
cd selinux-userspace
edit .git/config and add:
[remote "eparis"]
fetch = +refs/heads/*:refs/remotes/eparis/*
url = git://git.infradead.org/users/eparis/selinux-userspace.git
git remote update
git format-patch -o /tmp/patches/ origin/master..eparis/master
Go wild with comments on things in /tmp/patches!
-Eric
--
This message was distributed to subscribers of the selinux mailing list.
If you no longer wish to subscribe, send mail to majordomo@tycho.nsa.gov with
the words "unsubscribe selinux" without quotes as the message.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: subs_dist and libselinux releases
2011-07-14 9:34 ` Eric Paris
@ 2011-07-14 16:53 ` Martin Orr
2011-07-14 17:46 ` Daniel J Walsh
0 siblings, 1 reply; 5+ messages in thread
From: Martin Orr @ 2011-07-14 16:53 UTC (permalink / raw)
To: Eric Paris; +Cc: russell, Daniel J Walsh, SE-Linux
On Thu 14 Jul 10:34:18 2011, Eric Paris wrote:
> On Thu, Jul 14, 2011 at 8:11 AM, Russell Coker <russell@coker.com.au> wrote:
>> http://userspace.selinuxproject.org/trac/browser/libselinux/src?order=date&desc=1
>> http://userspace.selinuxproject.org/trac/wiki/Releases
>>
>> The patch for the subs_dist file was first proposed in April, when
>> will there
>> be a new upstream release that includes it?
>>
>> Currently we have a need for this in Debian, but it doesn't seem
>> that there is
>> an upstream release with it. I would prefer to avoid maintaining
>> my own patch
>> set for libselinux in this regard if possible.
>
> Russell et al.
>
> I've started to take on trying to catch userspace up with the latest
> and greatest based on what Fedora has done and not upstreamed and
> patches I could find on the list. Believe me, it's a project:
>
> 78 files changed, 1616 insertions(+), 31867 deletions(-)
>
> I have commit access to the upstream repo, but at the moment I haven't
> really started reviewing patches closely enough to commit them and am
> just trying to get a tree everyone can start to review. (And it's the
> tree I plan to make Fedora start using while I work the patches into
> the upstream tree)
The subs_dist patch Russell asks about has already been merged:
20b43b3fd3d392c4f12a963a4e46c264e7ed5163
But I am not entirely clear about the relation between upstream git
and what is listed here:
http://userspace.selinuxproject.org/trac/wiki/Releases
--
Martin Orr
--
This message was distributed to subscribers of the selinux mailing list.
If you no longer wish to subscribe, send mail to majordomo@tycho.nsa.gov with
the words "unsubscribe selinux" without quotes as the message.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: subs_dist and libselinux releases
2011-07-14 16:53 ` Martin Orr
@ 2011-07-14 17:46 ` Daniel J Walsh
0 siblings, 0 replies; 5+ messages in thread
From: Daniel J Walsh @ 2011-07-14 17:46 UTC (permalink / raw)
To: Martin Orr; +Cc: Eric Paris, russell, SE-Linux
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 07/14/2011 12:53 PM, Martin Orr wrote:
> On Thu 14 Jul 10:34:18 2011, Eric Paris wrote:
>> On Thu, Jul 14, 2011 at 8:11 AM, Russell Coker
>> <russell@coker.com.au> wrote:
>>> http://userspace.selinuxproject.org/trac/browser/libselinux/src?order=date&desc=1
>>>
>>>
>>>
http://userspace.selinuxproject.org/trac/wiki/Releases
>>>
>>> The patch for the subs_dist file was first proposed in April,
>>> when will there be a new upstream release that includes it?
>>>
>>> Currently we have a need for this in Debian, but it doesn't seem
>>> that there is an upstream release with it. I would prefer to
>>> avoid maintaining my own patch set for libselinux in this regard
>>> if possible.
>>
>> Russell et al.
>>
>> I've started to take on trying to catch userspace up with the
>> latest and greatest based on what Fedora has done and not
>> upstreamed and patches I could find on the list. Believe me, it's
>> a project:
>>
>> 78 files changed, 1616 insertions(+), 31867 deletions(-)
>>
>> I have commit access to the upstream repo, but at the moment I
>> haven't really started reviewing patches closely enough to commit
>> them and am just trying to get a tree everyone can start to review.
>> (And it's the tree I plan to make Fedora start using while I work
>> the patches into the upstream tree)
>
> The subs_dist patch Russell asks about has already been merged:
> 20b43b3fd3d392c4f12a963a4e46c264e7ed5163
>
> But I am not entirely clear about the relation between upstream git
> and what is listed here:
> http://userspace.selinuxproject.org/trac/wiki/Releases
>
This is the Fedora Git Repository. Eric is trying to make this public
and document all of the changes so that we can more easily get them
upstreamed.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iEYEARECAAYFAk4fK4UACgkQrlYvE4MpobPJPACdEj/3OJkbbHJBcR0NG44d0tne
u2YAn3aZmH4qR+j6GktBwz4pRLESAdwy
=3yIw
-----END PGP SIGNATURE-----
--
This message was distributed to subscribers of the selinux mailing list.
If you no longer wish to subscribe, send mail to majordomo@tycho.nsa.gov with
the words "unsubscribe selinux" without quotes as the message.
^ permalink raw reply [flat|nested] 5+ messages in thread
* RE: subs_dist and libselinux releases
2011-07-14 6:11 subs_dist and libselinux releases Russell Coker
2011-07-14 9:34 ` Eric Paris
@ 2011-07-21 2:43 ` Stephen Lawrence
1 sibling, 0 replies; 5+ messages in thread
From: Stephen Lawrence @ 2011-07-21 2:43 UTC (permalink / raw)
To: russell@coker.com.au, SE-Linux
I'm very sorry for the late response. A release containing the subs_dist patch is planned once we get the roleattribute patch merged, which should be within the week.
- Steve
________________________________________
From: owner-selinux@tycho.nsa.gov [owner-selinux@tycho.nsa.gov] on behalf of Russell Coker [russell@coker.com.au]
Sent: Thursday, July 14, 2011 2:11 AM
To: SE-Linux
Subject: subs_dist and libselinux releases
http://userspace.selinuxproject.org/trac/browser/libselinux/src?order=date&desc=1
http://userspace.selinuxproject.org/trac/wiki/Releases
The patch for the subs_dist file was first proposed in April, when will there
be a new upstream release that includes it?
Currently we have a need for this in Debian, but it doesn't seem that there is
an upstream release with it. I would prefer to avoid maintaining my own patch
set for libselinux in this regard if possible.
--
My Main Blog http://etbe.coker.com.au/
My Documents Blog http://doc.coker.com.au/
--
This message was distributed to subscribers of the selinux mailing list.
If you no longer wish to subscribe, send mail to majordomo@tycho.nsa.gov with
the words "unsubscribe selinux" without quotes as the message.
--
This message was distributed to subscribers of the selinux mailing list.
If you no longer wish to subscribe, send mail to majordomo@tycho.nsa.gov with
the words "unsubscribe selinux" without quotes as the message.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2011-07-21 2:45 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-14 6:11 subs_dist and libselinux releases Russell Coker
2011-07-14 9:34 ` Eric Paris
2011-07-14 16:53 ` Martin Orr
2011-07-14 17:46 ` Daniel J Walsh
2011-07-21 2:43 ` Stephen Lawrence
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.