file permission error in wicd-daemons.py

Bug #431304 reported by W_Guthrie
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
wicd
Fix Released
Medium
Dan O'Reilly

Bug Description

There is a bug at line 1686 of wicd-daemons.py

logpath = os.path.join(wpath.log, 'wicd.log')
        if not os.path.exists(wpath.log):
            os.makedirs(wpath.log)
            os.chmod(wpath.log, 755)<----should be 0755

This is interpreted a decimal number and then later the octal version of this (1363) is used to set the file permission.

Dan O'Reilly (oreilldf)
Changed in wicd:
assignee: nobody → Dan O'Reilly (oreilldf)
importance: Undecided → Medium
status: New → In Progress
milestone: none → 1.6.3
Dan O'Reilly (oreilldf)
Changed in wicd:
status: In Progress → Fix Committed
Changed in wicd:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.