<DIV>Hey Steve,The csm at the end of my name stands for Certified Surpreme Master Gemcutter which was issued by the American Society of Gemcutters and not Walmart.I challenge you to try to obtain one!Kent McClanahan csm<BR><BR><B><I>fedora-selinux-list-request@redhat.com</I></B> wrote:
<BLOCKQUOTE class=replbq style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #1010ff 2px solid">Send fedora-selinux-list mailing list submissions to<BR>fedora-selinux-list@redhat.com<BR><BR>To subscribe or unsubscribe via the World Wide Web, visit<BR>http://www.redhat.com/mailman/listinfo/fedora-selinux-list<BR>or, via email, send a message with subject or body 'help' to<BR>fedora-selinux-list-request@redhat.com<BR><BR>You can reach the person managing the list at<BR>fedora-selinux-list-owner@redhat.com<BR><BR>When replying, please edit your Subject line so it is more specific<BR>than "Re: Contents of fedora-selinux-list digest..."<BR><BR><BR>Today's Topics:<BR><BR>1. "invalid contex" question (David Hampton)<BR>2. Re: "invalid contex" question (Stephen Smalley)<BR>3. Re: "invalid contex" question (David Hampton)<BR>4. Permissions for new users (Richard Jensen)<BR>5. execmem and targeted policy (Colin Walters)<BR>6. Re: execmem and targeted policy (Stephen Smalley)<BR>7!
. Re:
 NAZI DATA (steve)<BR>8. problems (steve)<BR>9. Newbie to fedora/linux (Stephen Valenti)<BR>10. Re: execmem and targeted policy (dragoran)<BR>11. Re: Newbie to fedora/linux (ne...)<BR><BR><BR>----------------------------------------------------------------------<BR><BR>Message: 1<BR>Date: Thu, 10 Feb 2005 12:32:59 -0500<BR>From: David Hampton <HAMPTON@EMPLOYEES.ORG><BR>Subject: "invalid contex" question<BR>To: fedora-selinux-list@redhat.com<BR>Message-ID: <1108056779.29383.24.camel@hampton-pc.rainbolthampton.net><BR>Content-Type: text/plain; charset="us-ascii"<BR><BR>I'm running an FC3 system with the latest rawhide strict policy. I'm<BR>currently trying to tweak the dovecot files for my system and am running<BR>into an invalid context error. My changes so far:<BR><BR><BR>Index: domains/program/dovecot.te<BR><BR>+type dovecot_data_t, file_type, sysadmfile;<BR>+create_dir_file(dovecot_t, dovecot_data_t)<BR><BR>Index:
 file_contexts/program/dovecot.fc<BR><BR>+/var/spool/dovecot(/.*)? system_u:object_r:dovecot_data_t;<BR><BR><BR>The problem is that after a 'make reload' when I try to relabel<BR>the /var/spool/dovecot directory, I get the error message:<BR><BR>/etc/selinux/strict/contexts/files/file_contexts: line 999 has invalid<BR>context system_u:object_r:dovecot_data_t;<BR><BR>Doing a 'make install' in the policy directory gives me this same error.<BR>Is there something else I need to do to create this new type?<BR>Thanks.<BR><BR>David<BR><BR>-------------- next part --------------<BR>A non-text attachment was scrubbed...<BR>Name: not available<BR>Type: application/pgp-signature<BR>Size: 189 bytes<BR>Desc: This is a digitally signed message part<BR>Url : https://www.redhat.com/archives/fedora-selinux-list/attachments/20050210/adf2d238/attachment.bin<BR><BR>------------------------------<BR><BR>Message: 2<BR>Date: Thu, 10 Feb 2005 12:31:15 -0500<BR>From: Stephen Smalley
 <SDS@EPOCH.NCSC.MIL><BR>Subject: Re: "invalid contex" question<BR>To: "Fedora SELinux support list for users & developers."<BR><FEDORA-SELINUX-LIST@REDHAT.COM><BR>Message-ID: <1108056675.22172.108.camel@moss-spartans.epoch.ncsc.mil><BR>Content-Type: text/plain<BR><BR>On Thu, 2005-02-10 at 12:32, David Hampton wrote:<BR>> Index: file_contexts/program/dovecot.fc<BR>> <BR>> +/var/spool/dovecot(/.*)? system_u:object_r:dovecot_data_t;<BR><BR>No semicolon terminators in file contexts files. They are just newline<BR>delimited.<BR><BR>-- <BR>Stephen Smalley <SDS@EPOCH.NCSC.MIL><BR>National Security Agency<BR><BR><BR><BR>------------------------------<BR><BR>Message: 3<BR>Date: Thu, 10 Feb 2005 12:54:42 -0500<BR>From: David Hampton <HAMPTON@EMPLOYEES.ORG><BR>Subject: Re: "invalid contex" question<BR>To: "Fedora SELinux support list for users & developers."<BR><FEDORA-SELINUX-LIST@REDHAT.COM><BR>Message-ID:
 <1108058082.29383.25.camel@hampton-pc.rainbolthampton.net><BR>Content-Type: text/plain; charset="us-ascii"<BR><BR>On Thu, 2005-02-10 at 12:31 -0500, Stephen Smalley wrote:<BR>> On Thu, 2005-02-10 at 12:32, David Hampton wrote:<BR>> > Index: file_contexts/program/dovecot.fc<BR>> > <BR>> > +/var/spool/dovecot(/.*)? system_u:object_r:dovecot_data_t;<BR>> <BR>> No semicolon terminators in file contexts files. They are just newline<BR>> delimited.<BR><BR>Thanks. (Boy do I feel silly.)<BR><BR>David<BR><BR>-------------- next part --------------<BR>A non-text attachment was scrubbed...<BR>Name: not available<BR>Type: application/pgp-signature<BR>Size: 189 bytes<BR>Desc: This is a digitally signed message part<BR>Url : https://www.redhat.com/archives/fedora-selinux-list/attachments/20050210/a67e99e3/attachment.bin<BR><BR>------------------------------<BR><BR>Message: 4<BR>Date: Wed, 09 Feb 2005 18:13:33 -0600<BR>From: Richard Jensen
 <RICHARD@RHJENSEN.COM><BR>Subject: Permissions for new users<BR>To: fedora-selinux-list@redhat.com<BR>Message-ID: <420AA72D.2010108@rhjensen.com><BR>Content-Type: text/plain; charset=ISO-8859-1<BR><BR>Hi. I'm wondering about the permissions new users get<BR>when they are created. Before SELinux I had to add users<BR>to 'wheel' to enable them to su to root.<BR><BR>I did an adduser and it seems to be unrestricted:<BR><BR>[testse@lankhmar ~]$ id -Z<BR>user_u:system_r:unconfined_t<BR><BR>and the user is able to su to root. Is this normal?<BR>How would I keep the user from being able to su?<BR><BR>I added:<BR>user testse roles { user_r };<BR><BR>to /etc/selinux/targeted/src/policy/users<BR>and did: make load<BR><BR>This didn't seem to make any difference.<BR><BR>This is on FC3 (2.6.10-1.760_FC3)<BR>selinux-policy-targeted-1.17.30-2.75<BR><BR>[root@lankhmar ~]# sestatus<BR>SELinux status: enabled<BR>SELinuxfs mount: /selinux<BR>Current mode: enforcing<BR>Mode from config fi!
le:
 enforcing<BR>Policy version: 18<BR>Policy from config file:targeted<BR><BR>I'm not sure if this is clear, or enough information.<BR>I tried searching the archives but didn't find anything.<BR>[I may be searching incorrectly].<BR><BR>Thanks,<BR>Richard.<BR><BR><BR><BR>------------------------------<BR><BR>Message: 5<BR>Date: Thu, 10 Feb 2005 13:17:58 -0500<BR>From: Colin Walters <WALTERS@REDHAT.COM><BR>Subject: execmem and targeted policy<BR>To: fedora-selinux-list@redhat.com<BR>Message-ID: <1108059478.6288.7.camel@nexus.verbum.private><BR>Content-Type: text/plain<BR><BR>Hi,<BR><BR>I noticed that as of a recent rawhide update that Eclipse stopped<BR>working:<BR><BR>audit(1108057938.336:0): avc: denied { execmem } for pid=14065 comm=eclipse scontext=user_u:system_r:unconfined_t tcontext=user_u:system_r:unconfined_t tclass=process<BR><BR>Chatting with Dan, this is apparently because the execmem permission was<BR>dropped from unconfined_domain recently. <BR><BR>We can't d!
o this in
 targeted policy because it would require us to know<BR>about (and specially label) all such programs. We could potentially<BR>label /usr/bin/eclipse as unconfined_execmem_t or whatever since we have<BR>Eclipse packages in Fedora. However, I am almost positive the Sun JVM<BR>requires this permission too, and if we go this route, then every person<BR>who untars the Sun JVM and tries to run Java programs will run into this<BR>problem.<BR><BR>This is against the philosophy of the targeted policy in that it affects<BR>programs outside of the targeted daemon set. My worry is that for every<BR>person (like me) who tracks down this problem and finds a workaround,<BR>there will be 999 others who disable SELinux entirely. And that's bad,<BR>because we need it to be enabled by default so we can use it to confine<BR>the programs that really need it.<BR><BR>(Dan says that textrel_shlib_t has a similar issue)<BR><BR>One approach might be to have e.g. bin_t and bin_nonexecmem_t. We
 label<BR>programs that we know work as bin_nonexecmem_t.<BR><BR><BR><BR><BR>------------------------------<BR><BR>Message: 6<BR>Date: Thu, 10 Feb 2005 13:20:28 -0500<BR>From: Stephen Smalley <SDS@EPOCH.NCSC.MIL><BR>Subject: Re: execmem and targeted policy<BR>To: "Fedora SELinux support list for users & developers."<BR><FEDORA-SELINUX-LIST@REDHAT.COM><BR>Message-ID: <1108059628.22172.162.camel@moss-spartans.epoch.ncsc.mil><BR>Content-Type: text/plain<BR><BR>On Thu, 2005-02-10 at 13:17, Colin Walters wrote:<BR>> I noticed that as of a recent rawhide update that Eclipse stopped<BR>> working:<BR>> <BR>> audit(1108057938.336:0): avc: denied { execmem } for pid=14065 comm=eclipse scontext=user_u:system_r:unconfined_t tcontext=user_u:system_r:unconfined_t tclass=process<BR>> <BR>> Chatting with Dan, this is apparently because the execmem permission was<BR>> dropped from unconfined_domain recently. <BR>> <BR>> We can't do this in targeted policy!
 because
 it would require us to know<BR>> about (and specially label) all such programs.<BR><BR>It is controlled by a boolean. So simply enable the allow_execmem and<BR>allow_execmod booleans by default in the targeted policy (via the<BR>booleans config file). Or if you absolutely must unconditionally allow<BR>it in targeted policy, put the allow rules in the targeted unconfined.te<BR>file so that you don't affect the strict policy. But note that the<BR>reason for subjecting these permissions to booleans even in the targeted<BR>policy was that we were asked to do so by Ulrich (see the earlier<BR>discussion on rhselinux-list).<BR><BR>-- <BR>Stephen Smalley <SDS@EPOCH.NCSC.MIL><BR>National Security Agency<BR><BR><BR><BR>------------------------------<BR><BR>Message: 7<BR>Date: Thu, 10 Feb 2005 17:00:35 -0600<BR>From: steve <W5SET@ALLTEL.NET><BR>Subject: Re: NAZI DATA<BR>To: "Fedora SELinux support list for users & developers."<BR><FEDORA-SELINUX-LIST@REDHAT.COM><BR>Message-ID:
 <200502101700.35460.w5set@alltel.net><BR>Content-Type: text/plain; charset="utf-8"<BR><BR>Sure--that info is readily available. Just march into the CIA Headquarters and <BR>demand the info you need and site the Freedom of Information ACT. But they <BR>will stall you forever, and try to read you another ACT, but I have heard <BR>that most of the collaboration is being done on the CLONEHitler project. Or <BR>was that the CLOWN HITLER project?<BR>OHHHH--my mind is so fuzzy these days--YOU should recognize that symptom right <BR>off. But thanks to modern medicine I am so much better these days--maybe you <BR>should try some.<BR>On a more realistic note, have you heard from ET lately? He hasn't called me <BR>in months now.<BR>And the csm at the end of your name---Do you work for Wal Mart? CSM there <BR>stands for Customer Service Manager.<BR>Almost Sincerely, Steve<BR><BR><BR><BR>On Thursday February 10 2005 09:48, kent mcclanahan wrote:<BR>> Gentlemen,could you please !
inform me
 how to obtain data on Nazi involvement<BR>> with the National Security Agency and The Central Intelligence Agency<BR>> including names of the projects?Most Sincerely,Kent McClanahan csm<BR>><BR>><BR>> ---------------------------------<BR>> Do you Yahoo!?<BR>> Meet the all-new My Yahoo! – Try it today!<BR><BR><BR><BR><BR>------------------------------<BR><BR>Message: 8<BR>Date: Thu, 10 Feb 2005 17:25:35 -0600<BR>From: steve <W5SET@ALLTEL.NET><BR>Subject: problems<BR>To: "Fedora SELinux support list for users & developers."<BR><FEDORA-SELINUX-LIST@REDHAT.COM><BR>Message-ID: <200502101725.35518.w5set@alltel.net><BR>Content-Type: text/plain; charset="us-ascii"<BR><BR>And ya'll think that having problems with such a mundane subject as Fedora <BR>Core SELinux is a biggie, Kent obviously has much bigger (problem) fish to <BR>fry.<BR>About time I had a good laugh reading this email forum, but back to reality <BR>and getting my server to run without a!
ny help
 from the Internet "assistants" <BR>that stop often to help me by inputing code or something that trys to <BR>overfill the buffers or evade detection by my router/firewalls. Ho-Hum.<BR>-- <BR>.................steve w5set<BR><BR><BR><BR>------------------------------<BR><BR>Message: 9<BR>Date: Fri, 11 Feb 2005 15:28:57 +0800<BR>From: "Stephen Valenti" <KVA64770@BIGPOND.NET.AU><BR>Subject: Newbie to fedora/linux<BR>To: <FEDORA-SELINUX-LIST@REDHAT.COM><BR>Message-ID: <001401c5100b$595c6800$0600000a@stephen><BR>Content-Type: text/plain; charset="iso-8859-1"<BR><BR>Hi,<BR>I was wondering if anybody could help.Im a real newbie at<BR>linux and dont know much about it.I installed fedora core 3 with <BR>\windows xp sp2.and am currently trying to get my speedtouch <BR>adsl 530 modem to work but everytime I try create a folder to install<BR>too it tells me "I cant create the folder I dont own the computer"<BR>or something like that.I tried to find administration tools within fedo!
ra<BR>but
 couldnt what am I doing wrong or do i need to re-install fedora<BR><BR>Steve<BR>-------------- next part --------------<BR>An HTML attachment was scrubbed...<BR>URL: https://www.redhat.com/archives/fedora-selinux-list/attachments/20050211/4bd8a506/attachment.htm<BR><BR>------------------------------<BR><BR>Message: 10<BR>Date: Fri, 11 Feb 2005 12:20:51 +0100<BR>From: dragoran <DRAGORAN@FEUERPOKEMON.DE><BR>Subject: Re: execmem and targeted policy<BR>To: "Fedora SELinux support list for users & developers."<BR><FEDORA-SELINUX-LIST@REDHAT.COM><BR>Message-ID: <420C9513.20206@feuerpokemon.de><BR>Content-Type: text/plain; charset=ISO-8859-1; format=flowed<BR><BR>Colin Walters wrote:<BR><BR>>Hi,<BR>><BR>>I noticed that as of a recent rawhide update that Eclipse stopped<BR>>working:<BR>><BR>>audit(1108057938.336:0): avc: denied { execmem } for pid=14065 comm=eclipse scontext=user_u:system_r:unconfined_t tcontext=user_u:system_r:unconfined_t
 tclass=process<BR>><BR>>Chatting with Dan, this is apparently because the execmem permission was<BR>>dropped from unconfined_domain recently. <BR>><BR>>We can't do this in targeted policy because it would require us to know<BR>>about (and specially label) all such programs. We could potentially<BR>>label /usr/bin/eclipse as unconfined_execmem_t or whatever since we have<BR>>Eclipse packages in Fedora. However, I am almost positive the Sun JVM<BR>>requires this permission too, and if we go this route, then every person<BR>>who untars the Sun JVM and tries to run Java programs will run into this<BR>>problem.<BR>><BR>>This is against the philosophy of the targeted policy in that it affects<BR>>programs outside of the targeted daemon set. My worry is that for every<BR>>person (like me) who tracks down this problem and finds a workaround,<BR>>there will be 999 others who disable SELinux entirely. And that's bad,<BR>>because we n!
eed it to
 be enabled by default so we can use it to confine<BR>>the programs that really need it.<BR>><BR>>(Dan says that textrel_shlib_t has a similar issue)<BR>><BR>>One approach might be to have e.g. bin_t and bin_nonexecmem_t. We label<BR>>programs that we know work as bin_nonexecmem_t.<BR>><BR>><BR>>--<BR>>fedora-selinux-list mailing list<BR>>fedora-selinux-list@redhat.com<BR>>http://www.redhat.com/mailman/listinfo/fedora-selinux-list<BR>><BR>><BR>> <BR>><BR>mysqld has the same issues even in fc3 when running 2.6.11-rc3<BR>http://www.redhat.com/archives/fedora-selinux-list/2005-February/msg00056.html<BR><BR><BR><BR>------------------------------<BR><BR>Message: 11<BR>Date: Fri, 11 Feb 2005 07:51:58 -0500<BR>From: "ne..." <GUHVIES@GMAIL.COM><BR>Subject: Re: Newbie to fedora/linux<BR>To: "Fedora SELinux support list for users &, developers."<BR><FEDORA-SELINUX-LIST@REDHAT.COM><BR>Message-ID:
 <A227B70C0502110451A67978E@MAIL.GMAIL.COM><BR>Content-Type: text/plain; charset=US-ASCII<BR><BR>On Fri, 11 Feb 2005 15:28:57 +0800, Stephen Valenti<BR><KVA64770@BIGPOND.NET.AU>wrote:<BR>> <BR>> Hi, <BR>> I was wondering if anybody could help.<BR>Yep.<BR><BR>> what am I doing wrong or do i need to re-install fedora <BR>Posting to the wrong group. You to join fedora-list and<BR>post your problems there.<BR><BR>N.Emile...<BR>-- <BR>Registered Linux User # 125653 (http://counter.li.org)<BR>Certified: 75% bastard, 42% of which is tard. <BR>http://www.thespark.com/bastardtest<BR>Now accepting personal mail for GMail invites.<BR><BR><BR><BR>------------------------------<BR><BR>--<BR>fedora-selinux-list mailing list<BR>fedora-selinux-list@redhat.com<BR>http://www.redhat.com/mailman/listinfo/fedora-selinux-list<BR><BR>End of fedora-selinux-list Digest, Vol 12, Issue 11<BR>***************************************************<BR></BLOCKQUOTE></DIV><p>
                <hr size=1>Do you Yahoo!?<br> 
Yahoo! Search presents - <a href="http://us.rd.yahoo.com/evt=30648/*http://movies.yahoo.com/movies/feature/jibjabinaugural.html">Jib Jab's 'Second Term'</a>