Description

After upgrading SSR to 6.1.11. the file permissions changed on /etc/128technology/config-exports/ from 607 to 677.

Even if the permission is changed manually, it will be reverted up on next reboot.

Solution

  • The permission change is hardcoded. During every boot, the permission would change to the default.
  • If you want to override the behaviour you may use the below crontab entry.
crontab -e
@reboot sleep 15 && chmod 677 /etc/128technology/config-exports
crontab -l

Modification History

2024-12-11 : Article Created