From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from goalie.tycho.ncsc.mil (goalie [144.51.3.250]) by tarius.tycho.ncsc.mil (8.13.1/8.13.1) with ESMTP id o6LJeLoG001008 for ; Wed, 21 Jul 2010 15:40:22 -0400 Received: from mail-gx0-f181.google.com (localhost [127.0.0.1]) by msux-gh1-uea01.nsa.gov (8.12.10/8.12.10) with ESMTP id o6LJdQ92020825 for ; Wed, 21 Jul 2010 19:39:26 GMT Received: by gxk28 with SMTP id 28so4729889gxk.12 for ; Wed, 21 Jul 2010 12:40:21 -0700 (PDT) MIME-Version: 1.0 Date: Wed, 21 Jul 2010 14:40:20 -0500 Message-ID: Subject: [RFC PATCH URL] mcstrans - SELInux Project contribution From: Xavier Toth To: SELinux Content-Type: multipart/alternative; boundary=000e0cd56a84e2e667048beaf87f Sender: owner-selinux@tycho.nsa.gov List-Id: selinux@tycho.nsa.gov --000e0cd56a84e2e667048beaf87f Content-Type: text/plain; charset=ISO-8859-1 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 --000e0cd56a84e2e667048beaf87f Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Due to posting size constraints my previous attempt to post this patch fail= ed you can now find it at:

http://www.nall.com/tedx/mcstrans.patch.tg= z


SELinux Project contribution of mcstrans. mcstrans is a userland pa= ckage specific to SELinux which allows system administrators to define sens= itivity levels and categories and provides a daemon for their translation i= nto human readable form. This version is a merge of Joe Nalls git tree (http://github.com/joenall/mcstr= ans) and patches supplied by Dan Walsh and others at RedHat.

Ted
--000e0cd56a84e2e667048beaf87f-- -- 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. From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from goalie.tycho.ncsc.mil (goalie [144.51.3.250]) by tarius.tycho.ncsc.mil (8.13.1/8.13.1) with ESMTP id o9RKoQkq016525 for ; Wed, 27 Oct 2010 16:50:26 -0400 Received: from exchange.columbia.tresys.com (localhost [127.0.0.1]) by msux-gh1-uea02.nsa.gov (8.12.10/8.12.10) with SMTP id o9RKoPjx025606 for ; Wed, 27 Oct 2010 20:50:25 GMT Message-ID: <4CC8908C.9010404@tresys.com> Date: Wed, 27 Oct 2010 16:50:20 -0400 From: Steve Lawrence MIME-Version: 1.0 To: Xavier Toth CC: SELinux Subject: Re: [RFC PATCH URL] mcstrans - SELInux Project contribution References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Sender: owner-selinux@tycho.nsa.gov List-Id: selinux@tycho.nsa.gov 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 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. From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from goalie.tycho.ncsc.mil (goalie [144.51.3.250]) by tarius.tycho.ncsc.mil (8.13.1/8.13.1) with ESMTP id o9RLI0Hx018142 for ; Wed, 27 Oct 2010 17:18:00 -0400 Received: from smtp138.iad.emailsrvr.com (localhost [127.0.0.1]) by msux-gh1-uea02.nsa.gov (8.12.10/8.12.10) with ESMTP id o9RLHxjx001394 for ; Wed, 27 Oct 2010 21:17:59 GMT Subject: Re: [RFC PATCH URL] mcstrans - SELInux Project contribution Mime-Version: 1.0 (Apple Message framework v1081) Content-Type: text/plain; charset=us-ascii From: Joe Nall In-Reply-To: <4CC8908C.9010404@tresys.com> Date: Wed, 27 Oct 2010 16:17:53 -0500 Cc: Xavier Toth , SELinux Message-Id: <41B73930-FF9A-4B34-9084-AABA0565E5D6@nall.com> References: <4CC8908C.9010404@tresys.com> To: Steve Lawrence Sender: owner-selinux@tycho.nsa.gov List-Id: selinux@tycho.nsa.gov 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 > > > 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. From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from goalie.tycho.ncsc.mil (goalie [144.51.3.250]) by tarius.tycho.ncsc.mil (8.13.1/8.13.1) with ESMTP id oAGH7kSF012769 for ; Tue, 16 Nov 2010 12:07:46 -0500 Received: from exchange.columbia.tresys.com (localhost [127.0.0.1]) by msux-gh1-uea02.nsa.gov (8.12.10/8.12.10) with SMTP id oAGH7jec018507 for ; Tue, 16 Nov 2010 17:07:45 GMT Message-ID: <4CE2BA60.6050401@tresys.com> Date: Tue, 16 Nov 2010 12:07:44 -0500 From: Steve Lawrence MIME-Version: 1.0 To: Xavier Toth CC: SELinux Subject: Re: [RFC PATCH URL] mcstrans - SELInux Project contribution References: <4CC8908C.9010404@tresys.com> In-Reply-To: <4CC8908C.9010404@tresys.com> Content-Type: text/plain; charset=ISO-8859-1 Sender: owner-selinux@tycho.nsa.gov List-Id: selinux@tycho.nsa.gov 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 > > > 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.