Page MenuHomeVyOS Platform

Make sure automatically run scripts are executed with vyattacfg GID
Closed, ResolvedPublicBUG

Description

The current config write API requires that any process that changes it is run with vyattacfg GID, else permissions get messed up and other users cannot commit until the active config dir is chown'ed back.

This is especially problematic with automatically run scripts.

We have three places that run scripts:

  • VRRP
  • WAN load balancing
  • Cron

Details

Difficulty level
Normal (likely a few hours)
Version
1.2.0
Why the issue appeared?
Will be filled on close