From: Daniel J Walsh <dwalsh@redhat.com>
To: Stephen Smalley <sds@epoch.ncsc.mil>
Cc: SELinux <SELinux@tycho.nsa.gov>, Russell Coker <russell@coker.com.au>
Subject: Re: Problems with /dev/tty on reboot.
Date: Wed, 26 Nov 2003 09:50:59 -0500 [thread overview]
Message-ID: <3FC4BDD3.8090504@redhat.com> (raw)
In-Reply-To: <1069856081.30315.55.camel@moss-spartans.epoch.ncsc.mil>
[-- Attachment #1: Type: text/plain, Size: 1955 bytes --]
Stephen Smalley wrote:
>On Wed, 2003-11-26 at 08:48, Daniel J Walsh wrote:
>
>
>>How should we handle the situation where contexts end up in the wrong
>>contexts because of crashes or reboots.
>>
>>Currently if you login to a box as user_t, and then the system crashes
>>or you reboot the /dev/tty has the wrong context on it, so if the next
>>user that attempts to login has staff_t he will not be able to gain
>>access to the device. I have put a
>>setfiles file_context /dev/tty in my rc scripts as a stop gap, but that
>>is not a clean solution. Also this can probably happen to other files
>>that have their contexts changed by running processes. Ideas on how to
>>solve this problem??
>>
>>
>
>The same issue should exist for the uid/gid on the tty; I would expect
>that getty resets the owner on the tty to avoid this problem, so you
>could likewise have getty reset the label. In the past, we worked
>around the problem by providing broader type_change rules in the policy,
>e.g.
> type_change staff_t ttyfile:chr_file staff_tty_device_t;
>
>I'm not sure why these were removed. In fact, I see the general form of
>this rule in policy/macros/user_macros.te, as:
> type_change $1_t ttyfile:chr_file $1_tty_device_t;
>but it is within an ifdef(`dpkg.te') block for some reason.
>
>Note: type_change rules just indicate what new type to use when
>relabeling an existing file with a given type for a process with a given
>domain. Programs like login use the security_compute_relabel()
>interface to obtain the new context for the tty, and this new context is
>computed based on the type_change rules.
>
>
Ok, moving the ifdef(`dpkg.te') rule allowed login to relabel the tty
and me to login, but should we still make the change to getty to relabel
the tty? If yes, how should getty determine what context to set the tty
too? Do we need to add something to default_contexts or is there
another way to determine this?
Dan
[-- Attachment #2: Type: text/html, Size: 2382 bytes --]
next prev parent reply other threads:[~2003-11-26 14:50 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-11-26 13:48 Problems with /dev/tty on reboot Daniel J Walsh
2003-11-26 14:14 ` Stephen Smalley
2003-11-26 14:50 ` Daniel J Walsh [this message]
2003-11-26 15:33 ` Stephen Smalley
2003-11-26 16:26 ` Daniel J Walsh
2003-11-26 16:33 ` Tom
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3FC4BDD3.8090504@redhat.com \
--to=dwalsh@redhat.com \
--cc=SELinux@tycho.nsa.gov \
--cc=russell@coker.com.au \
--cc=sds@epoch.ncsc.mil \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.