~ubuntu-branches/debian/sid/network-manager/sid

« back to all changes in this revision

Viewing changes to system-settings/plugins/ifcfg-rh/nm-ifcfg-rh.conf

  • Committer: Bazaar Package Importer
  • Author(s): Michael Biebl
  • Date: 2010-02-22 00:31:22 UTC
  • mfrom: (1.3.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20100222003122-61x6conwdfahw6ab
Tags: 0.8-1
* New upstream release.
  - ifupdown: don't export connections until "managed" state is checked.
    (Closes: #568287)
* Remove patches, all merged upstream
  - debian/patches/03-hostname-fallback.patch
  - debian/patches/04-etc-hosts-rewrite.patch
  - debian/patches/05-ifupdown-allow-hotplug-autoconnect.patch
* debian/network-manager-dispatcher.script
  - Map NetworkManager down event to ifupdown post-down phase.
    (Closes: #562811)
  - Map vpn-up/vpn-down event to ifupdown post-up/post-down phase.
    (Closes: #518530)
  - Comment out pre-up/pre-down events as they are not supported upstream.
  - Add hostname event but don't hook it up with a particular action.

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="com.redhat.ifcfgrh1"/>
 
7
                <allow send_destination="com.redhat.ifcfgrh1"/>
 
8
        </policy>
 
9
        <policy at_console="true">
 
10
                <deny own="com.redhat.ifcfgrh1"/>
 
11
                <allow send_destination="com.redhat.ifcfgrh1"/>
 
12
        </policy>
 
13
        <policy context="default">
 
14
                <deny own="com.redhat.ifcfgrh1"/>
 
15
                <allow send_destination="com.redhat.ifcfgrh1"/>
 
16
        </policy>
 
17
</busconfig>
 
18