All of lore.kernel.org
 help / color / mirror / Atom feed
From: Luke Kenneth Casson Leighton <lkcl@lkcl.net>
To: Russell Coker <russell@coker.com.au>
Cc: SE Linux <selinux@tycho.nsa.gov>
Subject: Re: policy patch against latest CVS
Date: Sat, 11 Sep 2004 12:53:08 +0100	[thread overview]
Message-ID: <20040911115308.GB24787@lkcl.net> (raw)
In-Reply-To: <200409111954.15823.russell@coker.com.au>

On Sat, Sep 11, 2004 at 07:54:15PM +1000, Russell Coker wrote:

> +file_type_auto_trans(init_t, device_t, initctl_t, fifo_file)
> +ifdef(`distro_redhat', `
> +file_type_auto_trans(init_t, tmpfs_t, initctl_t, fifo_file)
> +')

 debian will need this too, yes?

>  
>  # Create ioctl.save.
>  file_type_auto_trans(init_t, etc_t, etc_runtime_t, file)
> @@ -114,7 +117,10 @@
>  can_setbool(init_t)
>  
>  # Read and write the console and ttys.
> -allow init_t { tmpfs_t tty_device_t console_device_t } :chr_file rw_file_perms;
> +allow init_t { tty_device_t console_device_t } :chr_file rw_file_perms;
> +ifdef(`distro_redhat', `
> +allow init_t tmpfs_t:chr_file rw_file_perms;
> +')

 and this?

 if this is as you say to support tmpfs_t in udev, and i am to keep
 current with the present selinux policy, i'll need these in debian
 not just redhat!

 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.

  reply	other threads:[~2004-09-11 11:41 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-09-11  9:54 policy patch against latest CVS Russell Coker
2004-09-11 11:53 ` Luke Kenneth Casson Leighton [this message]
2004-09-11 15:23   ` Russell Coker
2004-09-11 17:31     ` Luke Kenneth Casson Leighton
2004-09-13 20:20 ` James Carter
2004-09-13 23:31   ` Luke Kenneth Casson Leighton
2004-09-14 13:28   ` Daniel J Walsh
2004-09-14 19:27     ` James Carter

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=20040911115308.GB24787@lkcl.net \
    --to=lkcl@lkcl.net \
    --cc=russell@coker.com.au \
    --cc=selinux@tycho.nsa.gov \
    /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.