framework icon indicating copy to clipboard operation
framework copied to clipboard

ArakoonInstaller should not chown and chmod its logsinks directories recursively

Open kvanhijf opened this issue 7 years ago • 1 comments

ArakoonInstaller does a recursive chown ovs:ovs and chmod 0755 for all of its directories:

  • tlog dir
  • home dir
  • log sinks
  • crash log sinks

The latter 2 will cause much side effects in case a user decides to switch to 'file' logging instead of the default 'console:' This is because in this case the log sink directories are /var/log/ovs, which contains all of our logfiles

kvanhijf avatar Oct 04 '17 16:10 kvanhijf