* [RFC PATCH URL] mcstrans - SELInux Project contribution
@ 2010-07-21 19:40 Xavier Toth
2010-10-27 20:50 ` Steve Lawrence
0 siblings, 1 reply; 4+ messages in thread
From: Xavier Toth @ 2010-07-21 19:40 UTC (permalink / raw)
To: SELinux
[-- Attachment #1: Type: text/plain, Size: 536 bytes --]
Due to posting size constraints my previous attempt to post this patch
failed you can now find it at:
http://www.nall.com/tedx/mcstrans.patch.tgz
SELinux Project contribution of mcstrans. mcstrans is a userland package
specific to SELinux which allows system administrators to define sensitivity
levels and categories and provides a daemon for their translation into human
readable form. This version is a merge of Joe Nalls git tree (
http://github.com/joenall/mcstrans) and patches supplied by Dan Walsh and
others at RedHat.
Ted
[-- Attachment #2: Type: text/html, Size: 688 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [RFC PATCH URL] mcstrans - SELInux Project contribution
2010-07-21 19:40 [RFC PATCH URL] mcstrans - SELInux Project contribution Xavier Toth
@ 2010-10-27 20:50 ` Steve Lawrence
2010-10-27 21:17 ` Joe Nall
2010-11-16 17:07 ` Steve Lawrence
0 siblings, 2 replies; 4+ messages in thread
From: Steve Lawrence @ 2010-10-27 20:50 UTC (permalink / raw)
To: Xavier Toth; +Cc: SELinux
Due to size constrains, my changes for the mcstrans patch can be
downloaded here:
http://oss.tresys.com/files/selinux/mcstrans-review.patch.tgz
The majority of the patch is just handling the case of memory
allocation failures and making sure things get cleaned up correctly in
those cases.
This also moves duplicate code in parse_ebitmap() and parse_raw() into
parse_category(), and also updates the parse function to ensure the
config files are in the correct format.
But aside from that, only very minor changes.
Reviewed by: Steve Lawrence <slawrence@tresys.com>
On 07/21/2010 03:40 PM, Xavier Toth wrote:
> Due to posting size constraints my previous attempt to post this patch
> failed you can now find it at:
>
> http://www.nall.com/tedx/mcstrans.patch.tgz
>
>
> SELinux Project contribution of mcstrans. mcstrans is a userland package
> specific to SELinux which allows system administrators to define sensitivity
> levels and categories and provides a daemon for their translation into human
> readable form. This version is a merge of Joe Nalls git tree (
> http://github.com/joenall/mcstrans) and patches supplied by Dan Walsh and
> others at RedHat.
>
> Ted
>
--
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] 4+ messages in thread
* Re: [RFC PATCH URL] mcstrans - SELInux Project contribution
2010-10-27 20:50 ` Steve Lawrence
@ 2010-10-27 21:17 ` Joe Nall
2010-11-16 17:07 ` Steve Lawrence
1 sibling, 0 replies; 4+ messages in thread
From: Joe Nall @ 2010-10-27 21:17 UTC (permalink / raw)
To: Steve Lawrence; +Cc: Xavier Toth, SELinux
On Oct 27, 2010, at 3:50 PM, Steve Lawrence wrote:
> Due to size constrains, my changes for the mcstrans patch can be
> downloaded here:
>
> http://oss.tresys.com/files/selinux/mcstrans-review.patch.tgz
Wow. Thanks for all the work on the review.
Are you going to put up a git tree at userspace.selinuxproject.org?
joe
>
> The majority of the patch is just handling the case of memory
> allocation failures and making sure things get cleaned up correctly in
> those cases.
>
> This also moves duplicate code in parse_ebitmap() and parse_raw() into
> parse_category(), and also updates the parse function to ensure the
> config files are in the correct format.
>
> But aside from that, only very minor changes.
>
> Reviewed by: Steve Lawrence <slawrence@tresys.com>
>
>
> On 07/21/2010 03:40 PM, Xavier Toth wrote:
>> Due to posting size constraints my previous attempt to post this patch
>> failed you can now find it at:
>>
>> http://www.nall.com/tedx/mcstrans.patch.tgz
>>
>>
>> SELinux Project contribution of mcstrans. mcstrans is a userland package
>> specific to SELinux which allows system administrators to define sensitivity
>> levels and categories and provides a daemon for their translation into human
>> readable form. This version is a merge of Joe Nalls git tree (
>> http://github.com/joenall/mcstrans) and patches supplied by Dan Walsh and
>> others at RedHat.
>>
>> Ted
>>
>
>
> --
> 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] 4+ messages in thread
* Re: [RFC PATCH URL] mcstrans - SELInux Project contribution
2010-10-27 20:50 ` Steve Lawrence
2010-10-27 21:17 ` Joe Nall
@ 2010-11-16 17:07 ` Steve Lawrence
1 sibling, 0 replies; 4+ messages in thread
From: Steve Lawrence @ 2010-11-16 17:07 UTC (permalink / raw)
To: Xavier Toth; +Cc: SELinux
On 10/27/2010 04:50 PM, Steve Lawrence wrote:
> Due to size constrains, my changes for the mcstrans patch can be
> downloaded here:
>
> http://oss.tresys.com/files/selinux/mcstrans-review.patch.tgz
>
> The majority of the patch is just handling the case of memory
> allocation failures and making sure things get cleaned up correctly in
> those cases.
>
> This also moves duplicate code in parse_ebitmap() and parse_raw() into
> parse_category(), and also updates the parse function to ensure the
> config files are in the correct format.
>
> But aside from that, only very minor changes.
>
> Reviewed by: Steve Lawrence <slawrence@tresys.com>
>
>
> On 07/21/2010 03:40 PM, Xavier Toth wrote:
>> Due to posting size constraints my previous attempt to post this patch
>> failed you can now find it at:
>>
>> http://www.nall.com/tedx/mcstrans.patch.tgz
>>
>>
>> SELinux Project contribution of mcstrans. mcstrans is a userland package
>> specific to SELinux which allows system administrators to define sensitivity
>> levels and categories and provides a daemon for their translation into human
>> readable form. This version is a merge of Joe Nalls git tree (
>> http://github.com/joenall/mcstrans) and patches supplied by Dan Walsh and
>> others at RedHat.
>>
>> Ted
>>
>
Merged in policycoreutils 2.0.84.
--
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] 4+ messages in thread
end of thread, other threads:[~2010-11-16 17:07 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-21 19:40 [RFC PATCH URL] mcstrans - SELInux Project contribution Xavier Toth
2010-10-27 20:50 ` Steve Lawrence
2010-10-27 21:17 ` Joe Nall
2010-11-16 17:07 ` Steve 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.