ClearFoundation Tracker - ClearOS
View Issue Details
0001233ClearOSapp-network - Network Settingspublic2013-07-18 11:272013-08-14 20:11
user2 
user2 
normaltweakN/A
closedfixed 
 
6.5.0 Beta 16.5.0 Beta 1 
0001233: Speed up network scan by changing file permissions on ifcfg files
The 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).
No tags attached.
Issue History
2013-07-18 11:27user2New Issue
2013-07-18 11:33user2Statusnew => confirmed
2013-07-18 11:33user2Checkin
2013-07-18 11:33user2Note Added: 0000939
2013-07-18 11:33user2Statusconfirmed => resolved
2013-07-18 11:33user2Fixed in Version => 6.5.0 Beta 1
2013-07-18 11:33user2Resolutionopen => fixed
2013-07-18 11:33user2Assigned To => user2
2013-08-14 20:11user2Statusresolved => closed

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