Project Home
Project Home
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
BroadcastCommunity.qnx.com will be offline from May 31 6:00pm until June 2 12:00AM for upcoming system upgrades. For more information please go to https://community.qnx.com/sf/discussion/do/listPosts/projects.bazaar/discussion.bazaar.topc28418
Forum Topic - sysinit changing access rights for /etc/net.cfg: (1 Item)
   
sysinit changing access rights for /etc/net.cfg  
I do not remember if I've reported this problem for 6.4.1 but it is still present with 6.5.0.

I've noticed that somehow access rights for /etc/net.cfg are reset to 0400. Experiments and investigation shows that 
it's io-pkt-hc run from enum-devices on boot that changes access rights. Currently I just work the problem arround by 
having chmod 644 /etc/net.cfg inserted in boot script after enum-devices, but it would be good to have the root of the 
problem fixed.