mirror of
https://github.com/gryf/wicd.git
synced 2026-02-12 20:05:49 +01:00
Updated setup.py to pick which initscript to install based on the distro detected. Updated MANIFEST.in to make sure launchdaemon.sh is included in the sdist build. Fixed a bunch of crash bugs in tool detection system when tools are detected. Made tool detection work correctly when "which" returns output if no match is found (as opposed to no output). Eventually we might want to hardcode possible paths instead of using which at all... Fixed some message formatting in the daemon. Added some docstrings. Added a pidfile system for increased initscript compatibility (sort of, it's somewhat incomplete).
18 lines
534 B
Plaintext
Executable File
18 lines
534 B
Plaintext
Executable File
<!-- This configuration file specifies the required security policies
|
|
for connection-manager to work. -->
|
|
|
|
<!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
|
|
"http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
|
|
<busconfig>
|
|
|
|
<!-- ../system.conf have denied everything, so we just punch some holes -->
|
|
|
|
<policy context="default">
|
|
<allow own="org.wicd.daemon"/>
|
|
|
|
<allow send_destination="org.wicd.daemon"/>
|
|
<allow receive_sender="org.wicd.daemon"/>
|
|
</policy>
|
|
|
|
</busconfig>
|