From: Tom London <selinux@comcast.net>
To: russell@coker.com.au
Cc: fedora-selinux-list@redhat.com, SE-Linux <selinux@tycho.nsa.gov>
Subject: Re: Progress! .532 boots! -- but dbus/hotplug/udev problems remain?
Date: Sun, 29 Aug 2004 12:53:05 -0700 [thread overview]
Message-ID: <41323421.7050904@comcast.net> (raw)
In-Reply-To: <200408291737.17497.russell@coker.com.au>
Russell,
The following changes to udev.te seem needed....
(If udev shouldn't be reading file_contexts, then dontaudit?)
Please correct/improve,
tom
--- /tmp/patches/udev.te 2004-08-29 11:35:48.000000000 -0700
+++ udev.te 2004-08-29 12:40:58.000000000 -0700
@@ -44,7 +44,9 @@
# to read the file_contexts file
allow udev_t { selinux_config_t default_context_t }:dir search;
-allow udev_t default_context_t:file { getattr read };
+allow udev_t { selinux_config_t default_context_t }:file { getattr read };
+allow udev_t file_context_t:dir { search };
+allow udev_t file_context_t:file { getattr read };
allow udev_t policy_config_t:dir { search };
allow udev_t proc_t:file { read };
Russell Coker wrote:
>On Sun, 29 Aug 2004 04:29, Tom London <selinux@comcast.net> wrote:
>
>
>>Newest Rawhide updates (including udev-030-10, mkinitrd-4.1.8-1,
>>kernel-2.6.8-1.532, and selinux-policy-strict-1.17.5-2)
>>now boots in strict/enforcing.
>>
>>
>
>I've attached a diff against the CVS policy as well as the .te and .fc files
>for udev changes which fix this and address some other issues as well.
>
>Please try it out and let me know how it goes.
>
--
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.
next prev parent reply other threads:[~2004-08-29 19:53 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <4130CF1B.3090909@comcast.net>
2004-08-29 7:37 ` Progress! .532 boots! -- but dbus/hotplug/udev problems remain? Russell Coker
2004-08-29 10:06 ` Luke Kenneth Casson Leighton
2004-08-30 18:17 ` Daniel J Walsh
2004-08-29 19:32 ` Tom London
2004-08-29 20:59 ` Colin Walters
2004-09-01 6:37 ` Russell Coker
2004-09-01 11:33 ` Stephen Smalley
2004-09-01 11:52 ` Stephen Smalley
2004-08-29 19:53 ` Tom London [this message]
2004-08-30 18:20 ` Daniel J Walsh
2004-08-30 20:33 ` Luke Kenneth Casson Leighton
2004-08-30 20:42 ` 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=41323421.7050904@comcast.net \
--to=selinux@comcast.net \
--cc=fedora-selinux-list@redhat.com \
--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.