All of lore.kernel.org
 help / color / mirror / Atom feed
From: Luke Kenneth Casson Leighton <lkcl@lkcl.net>
To: Daniel J Walsh <dwalsh@redhat.com>
Cc: Stephen Smalley <sds@epoch.ncsc.mil>,
	SELinux <selinux@tycho.nsa.gov>,
	Colin Walters <walters@redhat.com>
Subject: Re: Proposed Hardware File Context file.
Date: Thu, 2 Sep 2004 23:45:21 +0100	[thread overview]
Message-ID: <20040902224521.GP5745@lkcl.net> (raw)
In-Reply-To: <41377DD5.8010500@redhat.com>

On Thu, Sep 02, 2004 at 04:08:53PM -0400, Daniel J Walsh wrote:

> >>The other thought would be to use a separate file that would map device 
> >>type to policy
> >>cat hardware_contexts
> >>
> >>cdrom system_u:object_r:removable_disk_device_t 
> >>
> >>disk system_u:object_r:fixed_disk_device_t
> >>   
> >>
> >
> >I think I like this better.  But let them also specify unit number or
> >similar so that multiple devices of the same type can be mapped to
> >different contexts, please.

 the major and minor numbers?

> >
> > 
> >
> Ok so the original context as specified in the file context file with 
> hardware type.   IE
> PATH  MODETYPE CONTEXT HARDWARE
> /dev/hd.* -b  system_u:object_r:removable_disk_device_t     cdrom
> /dev/hd.* -b  system_u:object_r:fixed_disk_device_t              disk
> 
> >>But this would still fail the restorecon, rpm and setfiles.
> >>
> >>One idea would be to not include /dev in the setfiles stuff.  ( I guess 
> >>it wouldn't now that it is a tmpfs file system)
> >>   
> >>
> >
> >True, relabel won't include tmpfs mounts.   Not sure about rpm and /dev
> >nodes, e.g. is dev package obsoleted by udev, and are there other /dev
> >nodes that are part of other packages?
> >
> > 
> >
> >>We still need a mapping in policy and a libselinux function to give us 
> >>that mapping.
> >>   
> >>
> >
> >True.  But much simpler than matchpathcon.

well as an API, you'd have something like

	int matchdevcon(char *devicename, char *devicetype, mode_t mode,
					scontext *scontext);

or:

	int matchdevcon(int major, int minor, char *devicetype, mode_t mode,
					scontext *scontext);

in using something like that, would you _care_ if underneath it did
regexps like matchpathcon does?

l.



--
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.

  parent reply	other threads:[~2004-09-02 22:34 UTC|newest]

Thread overview: 51+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-08-24  8:18 policy patch Russell Coker
2004-08-24 12:23 ` Stephen Smalley
2004-08-24 16:54   ` Russell Coker
2004-08-27 20:58 ` James Carter
2004-08-28 13:46   ` Russell Coker
2004-08-30 20:24     ` James Carter
2004-09-02 12:46       ` Latest Patches Daniel J Walsh
2004-09-02 12:54         ` Stephen Smalley
2004-09-02 15:23           ` Daniel J Walsh
2004-09-02 15:46             ` Stephen Smalley
2004-09-02 15:53               ` Daniel J Walsh
2004-09-02 16:48                 ` Stephen Smalley
2004-09-02 16:57                   ` Stephen Smalley
2004-09-02 19:48                 ` Luke Kenneth Casson Leighton
2004-09-02 19:42                   ` Daniel J Walsh
2004-09-02 20:23                     ` Luke Kenneth Casson Leighton
2004-09-02 13:10         ` Stephen Smalley
2004-09-02 13:38           ` Russell Coker
2004-09-02 14:46             ` Stephen Smalley
2004-09-02 15:52               ` Proposed Hardware File Context file Daniel J Walsh
2004-09-02 19:38                 ` Stephen Smalley
2004-09-02 19:48                   ` Daniel J Walsh
2004-09-02 19:59                     ` Stephen Smalley
2004-09-02 20:08                       ` Daniel J Walsh
2004-09-02 20:09                         ` Stephen Smalley
2004-09-02 20:15                           ` Daniel J Walsh
2004-09-02 23:30                             ` Colin Walters
2004-09-03 11:28                               ` Stephen Smalley
2004-09-03 13:17                                 ` Luke Kenneth Casson Leighton
2004-09-03 13:33                                   ` Stephen Smalley
2004-09-03 14:38                                     ` Luke Kenneth Casson Leighton
2004-09-03 16:28                                       ` Stephen Smalley
2004-09-03 17:03                                         ` Luke Kenneth Casson Leighton
2004-09-09 16:52                                           ` Daniel J Walsh
2004-09-02 22:45                         ` Luke Kenneth Casson Leighton [this message]
2004-09-02 20:11                       ` Please review openssh patch for selinux Daniel J Walsh
2004-09-03 12:48                         ` Stephen Smalley
2004-09-04 11:21                           ` Daniel J Walsh
2004-09-07 19:14                             ` Stephen Smalley
2004-09-06 18:23                         ` Nigel Kukard
2004-09-07 16:28                         ` Nigel Kukard
2004-09-02 22:59                   ` Proposed Hardware File Context file Luke Kenneth Casson Leighton
2004-09-02 19:54                 ` Luke Kenneth Casson Leighton
2004-09-02 19:51                   ` Daniel J Walsh
2004-09-02 15:38           ` Latest Patches Daniel J Walsh
2004-09-02 17:15           ` Luke Kenneth Casson Leighton
2004-09-02 18:56           ` James Carter
2004-09-02 13:27         ` Russell Coker
2004-09-02 16:30         ` Joshua Brindle
2004-09-02 16:40           ` Stephen Smalley
2004-09-02 18:00           ` Daniel J Walsh

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=20040902224521.GP5745@lkcl.net \
    --to=lkcl@lkcl.net \
    --cc=dwalsh@redhat.com \
    --cc=sds@epoch.ncsc.mil \
    --cc=selinux@tycho.nsa.gov \
    --cc=walters@redhat.com \
    /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.