When I use a standard use account will Sophos update properly? It should auto update every hour by itself but when I use a standard use account will everything work properly on Ubuntu 18.04?
Asked
Active
Viewed 50 times
1 Answers
0
Yes, the updater is started in the background, by savd so is not affected by what logged in users there are on the system.
savd runs as a daemon started by your OS's init system (normally systemd). It runs in the background as root.
So when it wants to start an update it is already root. When you run savupdate manually you need to become root (using sudo) before you can successfully run it.
Douglas Leeder
- 1,513