[Bug 704674] Re: mumble-server creates world readable config file

Jamie Strandboge jamie at ubuntu.com
Wed Jan 19 22:18:16 UTC 2011


Thanks for the debdiff!

It is possible that /etc/mumble-server.ini will not be present on
upgrades, in which case postinst would fail. Please verify that the file
exists by doing something like this instead:

if [ -f /etc/mumble-server.ini ]; then
    chmod 0640 /etc/mumble-server.ini || true
    chown root:mumble-server /etc/mumble-server.ini || true
fi


** Changed in: mumble (Ubuntu Maverick)
       Status: Confirmed => Incomplete

** Changed in: mumble (Ubuntu Maverick)
     Assignee: (unassigned) => Felix Geyer (debfx)

-- 
You received this bug notification because you are a member of Debian
VoIP Team, which is subscribed to mumble in ubuntu.
https://bugs.launchpad.net/bugs/704674

Title:
  mumble-server creates world readable config file



More information about the Pkg-voip-maintainers mailing list