All of lore.kernel.org
 help / color / mirror / Atom feed
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:32:46 -0700	[thread overview]
Message-ID: <41322F5E.90409@comcast.net> (raw)
In-Reply-To: <200408291737.17497.russell@coker.com.au>

Russell,

Thanks, but it didn't quite work. The following change to dbusd.te seems
to make graphical login work under strict/enforcing.

Please correct/improve... :)
   tom

--- /root/src.package/policy/domains/program/dbusd.te   2004-08-29 
11:38:27.000000000 -0700
+++ dbusd.te    2004-08-29 12:19:25.000000000 -0700
@@ -32,3 +32,7 @@

 # SE-DBus specific permissions
 allow { dbus_client_domain userdomain } { dbusd_t self }:dbus { send_msg };
+
+allow user_t etc_dbusd_t:dir { search };
+allow user_t etc_dbusd_t:file { getattr read };
+allow user_t user_t:netlink_selinux_socket { bind create };


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.

  parent reply	other threads:[~2004-08-29 19:32 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 [this message]
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
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=41322F5E.90409@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.