framework
framework copied to clipboard
Ovs setup creates log files with chmod 666 and owner root
Problem description
The initial setup creates log files which belong to root and not the ovs user. This is not an issue per say because of the 666 chmodding, but it would be better to allocate these logs to the ovs user
This has been an issue since day 1 and is much bigger than just these log files The 'ovs setup' should be executed by 'ovs' user instead of 'root' user and our SSHClient connections shuold hardly ever execute code as 'root' user. Since it has always worked like this, i'm not picking this up for now unless overruled by PM
Back to BAM
To be tackled if time permits