Anonymous | Login | 2024-11-21 01:54 MST |
Main | My View | View Issues | Change Log | Roadmap | Repositories |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0001233 | ClearOS | app-network - Network Settings | public | 2013-07-18 11:27 | 2013-08-14 20:11 | ||||
Reporter | user2 | ||||||||
Assigned To | user2 | ||||||||
Priority | normal | Severity | tweak | Reproducibility | N/A | ||||
Status | closed | Resolution | fixed | ||||||
Platform | OS | OS Version | |||||||
Product Version | |||||||||
Target Version | 6.5.0 Beta 1 | Fixed in Version | 6.5.0 Beta 1 | ||||||
Summary | 0001233: Speed up network scan by changing file permissions on ifcfg files | ||||||||
Description | 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). | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
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 |