From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from msux-gh1-uea01.nsa.gov (msux-gh1-uea01.nsa.gov [63.239.67.1]) by tarius.tycho.ncsc.mil (8.13.1/8.13.1) with ESMTP id n61CQLHD000923 for ; Wed, 1 Jul 2009 08:26:21 -0400 Received: from mx2.redhat.com (localhost [127.0.0.1]) by msux-gh1-uea01.nsa.gov (8.12.10/8.12.10) with ESMTP id n61CQ5vn011533 for ; Wed, 1 Jul 2009 12:26:05 GMT Message-ID: <4A4B55C9.4040402@redhat.com> Date: Wed, 01 Jul 2009 08:25:45 -0400 From: Daniel J Walsh MIME-Version: 1.0 To: "Justin P. Mattock" CC: Andy , selinux@tycho.nsa.gov Subject: Re: Problem about PAM-selinux References: <2cd8d8530906302109g57ece921i8a9fcd72261c6f88@mail.gmail.com> <4A4AEE64.3040105@gmail.com> In-Reply-To: <4A4AEE64.3040105@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Sender: owner-selinux@tycho.nsa.gov List-Id: selinux@tycho.nsa.gov On 07/01/2009 01:04 AM, Justin P. Mattock wrote: > Andy wrote: >> Hi, all, >> I have a pam-selinux problem. I know I should post it to pam list, but >> no response from them. >> >> Things happened like this: >> I want to upgrade my pam in Fedora Core 6, when I make my >> Linux-PAM-1.1.0, I encountered a error. >> >> pam_selinux.c: In function `mls_range_allowed': >> pam_selinux.c:239: error: `CONTEXT__CONTAINS' undeclared (first use in >> this function) >> pam_selinux.c:239: error: (Each undeclared identifier is reported only >> once >> pam_selinux.c:239: error: for each function it appears in.) >> pam_selinux.c:246: error: `SECCLASS_CONTEXT' undeclared (first use in >> this function) >> >> And I grep "CONTEXT__CONTAINS" in the whole Linux-PAM-1.1.0 source >> code packet, nowhere defines it. >> It seems to be some issues about selinux. >> Anybody can give me a help ? Thanks. >> >> -- >> 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. >> > looks like an old *.h file somewhere > try updating all the SELinux packages, > (and kernel if need be) > > Justin P. Mattock > > > -- > 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. CONTEXT__CONTAINS is defined in libselinux. I think you need to update to a later version of libselinux. -- 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.