ClearOS Bug Tracker


View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0001233ClearOSapp-network - Network Settingspublic2013-07-18 11:272013-08-14 20:11
Reporteruser2 
Assigned Touser2 
PrioritynormalSeveritytweakReproducibilityN/A
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target Version6.5.0 Beta 1Fixed in Version6.5.0 Beta 1 
Summary0001233: Speed up network scan by changing file permissions on ifcfg files
DescriptionThe ifcfg-* files are currently written with mode 0600 in order to protect wireless passwords. This slows down the API as it needs to make a privileged call (sudo) to read the file. Be selective with the mode of the file (i.e. use 0644 for ifcfg files that do not contain paswords).
TagsNo tags attached.
Attached Files

- Relationships

-  Notes
(0000939)
user2
2013-07-18 11:33

Source Code Changelog
---------------------------------------------------
- Improved speed by fixing file permissions [tracker 0001233]

File Changes
---------------------------------------------------
Details: http://code.clearfoundation.com/svn/revision.php?repname=ClearOS&rev=6233 [^]
U webconfig/apps/network/trunk/deploy/upgrade
U webconfig/apps/network/trunk/libraries/Iface.php

- Issue History
Date Modified Username Field Change
2013-07-18 11:27 user2 New Issue
2013-07-18 11:33 user2 Status new => confirmed
2013-07-18 11:33 user2 Checkin
2013-07-18 11:33 user2 Note Added: 0000939
2013-07-18 11:33 user2 Status confirmed => resolved
2013-07-18 11:33 user2 Fixed in Version => 6.5.0 Beta 1
2013-07-18 11:33 user2 Resolution open => fixed
2013-07-18 11:33 user2 Assigned To => user2
2013-08-14 20:11 user2 Status resolved => closed