~ubuntu-branches/ubuntu/saucy/wpasupplicant/saucy

« back to all changes in this revision

Viewing changes to .pc/02_dbus_group_policy.patch/wpa_supplicant/dbus/dbus-wpa_supplicant.conf

  • Committer: Bazaar Package Importer
  • Author(s): Mathieu Trudel-Lapierre
  • Date: 2010-11-22 09:43:43 UTC
  • mfrom: (1.1.16 upstream)
  • Revision ID: james.westby@ubuntu.com-20101122094343-qgsxaojvmswfri77
Tags: 0.7.3-0ubuntu1
* Get wpasupplicant 0.7.3 from Debian's SVN. Leaving 0.7.3-1 as unreleased
  for now.
* Build-Depend on debhelper 8, since the packaging from Debian uses compat 8.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE busconfig PUBLIC
 
2
 "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
 
3
 "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
 
4
<busconfig>
 
5
        <policy user="root">
 
6
                <allow own="fi.epitest.hostap.WPASupplicant"/>
 
7
 
 
8
                <allow send_destination="fi.epitest.hostap.WPASupplicant"/>
 
9
                <allow send_interface="fi.epitest.hostap.WPASupplicant"/>
 
10
 
 
11
                <allow own="fi.w1.wpa_supplicant1"/>
 
12
 
 
13
                <allow send_destination="fi.w1.wpa_supplicant1"/>
 
14
                <allow send_interface="fi.w1.wpa_supplicant1"/>
 
15
                <allow receive_sender="fi.w1.wpa_supplicant1" receive_type="signal"/>
 
16
        </policy>
 
17
        <policy context="default">
 
18
                <deny own="fi.epitest.hostap.WPASupplicant"/>
 
19
                <deny send_destination="fi.epitest.hostap.WPASupplicant"/>
 
20
                <deny send_interface="fi.epitest.hostap.WPASupplicant"/>
 
21
 
 
22
                <deny own="fi.w1.wpa_supplicant1"/>
 
23
                <deny send_destination="fi.w1.wpa_supplicant1"/>
 
24
                <deny send_interface="fi.w1.wpa_supplicant1"/>
 
25
                <deny receive_sender="fi.w1.wpa_supplicant1" receive_type="signal"/>
 
26
        </policy>
 
27
</busconfig>