From: cpebenito@tresys.com (Christopher J. PeBenito)
To: refpolicy@oss.tresys.com
Subject: [refpolicy] [PATCH 13/34]: patch to allow networkmanager dbus chat
Date: Mon, 07 Mar 2011 08:56:24 -0500 [thread overview]
Message-ID: <4D74E408.2050501@tresys.com> (raw)
In-Reply-To: <1298487030.29671.20.camel@tesla.lan>
On 02/23/11 13:50, Guido Trentalancia wrote:
> Hello Christopher !
>
> On Wed, 23/02/2011 at 09.36 -0500, Christopher J. PeBenito wrote:
>> On 02/16/11 01:13, Guido Trentalancia wrote:
>>> This patch allows dbus chat between networkmanager and dbus and
>>> between networkmanager and xdm. It also adds a missing permission
>>> (sysnet_read_dhcpc_state) to the networkmanager module.
>>>
>>> diff -pruN refpolicy-git-15022011-new-before-modification/policy/modules/services/dbus.te refpolicy-git-15022011-new-modified/policy/modules/services/dbus.te
>>> --- refpolicy-git-15022011-new-before-modification/policy/modules/services/dbus.te 2011-02-15 23:15:42.079074132 +0100
>>> +++ refpolicy-git-15022011-new-modified/policy/modules/services/dbus.te 2011-02-15 23:17:05.366699083 +0100
>>> @@ -156,6 +156,10 @@ optional_policy(`
>>> ')
>>>
>>> optional_policy(`
>>> + networkmanager_dbus_chat(system_dbusd_t)
>>> +')
>>> +
>>> +optional_policy(`
>>> policykit_dbus_chat(system_dbusd_t)
>>> policykit_domtrans_auth(system_dbusd_t)
>>> policykit_search_lib(system_dbusd_t)
>>> diff -pruN refpolicy-git-15022011-new-before-modification/policy/modules/services/networkmanager.te refpolicy-git-15022011-new-modified/policy/modules/services/networkmanager.te
>>> --- refpolicy-git-15022011-new-before-modification/policy/modules/services/networkmanager.te 2011-01-08 19:07:21.269745618 +0100
>>> +++ refpolicy-git-15022011-new-modified/policy/modules/services/networkmanager.te 2011-02-15 23:17:58.800809233 +0100
>>> @@ -141,6 +141,7 @@ sysnet_domtrans_ifconfig(NetworkManager_
>>> sysnet_domtrans_dhcpc(NetworkManager_t)
>>> sysnet_signal_dhcpc(NetworkManager_t)
>>> sysnet_read_dhcpc_pid(NetworkManager_t)
>>> +sysnet_read_dhcpc_state(NetworkManager_t)
>>> sysnet_delete_dhcpc_pid(NetworkManager_t)
>>> sysnet_search_dhcp_state(NetworkManager_t)
>>> # in /etc created by NetworkManager will be labelled net_conf_t.
>>> diff -pruN refpolicy-git-15022011-new-before-modification/policy/modules/services/xserver.te refpolicy-git-15022011-new-modified/policy/modules/services/xserver.te
>>> --- refpolicy-git-15022011-new-before-modification/policy/modules/services/xserver.te 2011-02-15 23:07:24.845137330 +0100
>>> +++ refpolicy-git-15022011-new-modified/policy/modules/services/xserver.te 2011-02-15 23:17:05.369699539 +0100
>>> @@ -548,6 +548,10 @@ optional_policy(`
>>> ')
>>>
>>> optional_policy(`
>>> + networkmanager_dbus_chat(xdm_t)
>>> +')
>>
>> Is there something new with xdm? I'm concerned that more dbus
>> communications are added (this patch and others) with seemingly
>> unrelated services.
>
> What you mean exactly for "something new with xdm" ? Do you mean new
> features ?
Yes.
> And what do you mean for unrelated services exactly ? NetworkManager not
> being very much related to xdm ?
Yes.
> Yes, it's not entirely clear to me
> either. But could be that due to the applet ?
I assume you mean the one that runs in the gnome panel. If so, I
wouldn't think so, since that would be running in the user's domain.
> More or less I have reported back what was being requested (in the form
> of a patch).
It makes me wonder if everything is running in the right domain.
--
Chris PeBenito
Tresys Technology, LLC
www.tresys.com | oss.tresys.com
next prev parent reply other threads:[~2011-03-07 13:56 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-02-16 6:13 [refpolicy] [PATCH 13/34]: patch to allow networkmanager dbus chat Guido Trentalancia
2011-02-23 14:36 ` Christopher J. PeBenito
2011-02-23 18:50 ` Guido Trentalancia
2011-03-07 13:56 ` Christopher J. PeBenito [this message]
2011-03-07 17:09 ` Guido Trentalancia
2011-03-07 19:37 ` Christopher J. PeBenito
2011-03-07 21:39 ` Guido Trentalancia
2011-03-09 8:03 ` Russell Coker
2011-03-09 9:49 ` Guido Trentalancia
2011-03-09 11:23 ` Russell Coker
2011-03-09 14:41 ` Guido Trentalancia
2011-03-09 14:59 ` Russell Coker
2011-03-09 15:34 ` [refpolicy] run/build-time sanity checks Guido Trentalancia
2011-03-10 1:14 ` Russell Coker
2011-03-14 12:42 ` [refpolicy] [PATCH 13/34]: patch to allow networkmanager dbus chat Christopher J. PeBenito
2011-03-14 17:23 ` Guido Trentalancia
2011-03-14 18:04 ` Christopher J. PeBenito
2011-03-15 13:40 ` Guido Trentalancia
2011-03-10 21:53 ` Guido Trentalancia
2011-03-14 12:44 ` Christopher J. PeBenito
2011-03-14 17:26 ` Guido Trentalancia
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=4D74E408.2050501@tresys.com \
--to=cpebenito@tresys.com \
--cc=refpolicy@oss.tresys.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.