On Sun, Oct 18, 2009 at 3:33 AM, Dominick Grift <domg472@xxxxxxxxx> wrote:
On Sat, Oct 17, 2009 at 07:39:50AM -0400, Daniel J Walsh wrote:I am not sure about el5 but in Fedora:
> On 10/16/2009 08:15 PM, Larry Ross wrote:
> > I have created a custom selinux user for the strict policy on RHEL5.3 who's
> > purpose is to connect via ssh and scp files off the machine. When that user
> > tries to login via ssh, I see the following messages in /var/log/secure:
> >
> > In enforcing:
> > Oct 16 07:49:40 localhost sshd[20461]: Accepted password for scpuser
> > from 192.168.1.1 port 64680 ssh2
> > Oct 16 07:49:40 localhost sshd[20461]: error: Failed to get default security
> > context for scpuser.
> > Oct 16 07:49:40 localhost sshd[20461]: fatal: SELinux failure. Aborting
> > connection.
> >
> > In permissive:
> > Oct 16 07:55:59 localhost sshd[23302]: Accepted password for scpuser from
> > 192.168.1.1 port 56254 ssh2
> > Oct 16 07:55:59 localhost sshd[23302]: error: Failed to get default security
> > context for scpuser.
> > Oct 16 07:55:59 localhost sshd[23302]: error: SELinux failure. Continuing in
> > permissive mode.
> >
> > Could someone explain what these messages mean?
the files in /etc/selinux/<policy model>/contexts/targeted have specifications that tell the login programs what context to use for the specified seuser when he logs in.
I wrote an article about adding customized user domains for Fedora:
http://selinux-mac.blogspot.com/2009/06/selinux-lockdown-part-four-customized.html
And some screencasts:
http://selinux-mac.blogspot.com/2009/06/selinux-screencasts.html
Dominick,
Thanks for the links, I hadn't seen those before. Those are great examples of _how_ to do it. I am looking for something that helps me to understand _why_ things work the way they do. In my case, I didn't need to add my user to /etc/selinux/strict/contexts/users, nothing tells me to do that or why it would work without it. In fact, the strict policy only has the root user defined there.
Dan recommended updating "default_types", that wasn't needed, but I don't know why he recommended that or how the system uses that file vs. the default_contexts file, which I had modified to include my custom users.
Can anyone point me to some current documentation that explains this (or at least documentation that is not obviously out of date)?
-- Larry
> >> --
> > I believe that I have a default context defined in the "default context"
> > file that should work. I believe I have an executable context available for
> > this user (using rbash rather than bash).
> >
> > How is sshd making this decision? It looks like it is calling setexeccon,
> > but I'm not sure how that makes its decision. Where should I look for clues
> > as to how to fix it?
> >
> > Thank you,
> > Larry
> >
> Did you add an entry to default_types?
>
> This message was distributed to subscribers of the selinux mailing list.
> If you no longer wish to subscribe, send mail to majordomo@xxxxxxxxxxxxx with
> the words "unsubscribe selinux" without quotes as the message.