c3eac80e14
Bare-metal installs created the DB with process umask (often 022), making uptop.db, -wal, and -shm world-readable. These files contain alert credentials and config. Now chmod 0600 after open. Missing WAL/SHM siblings (not yet created) are silently skipped. Docker installs were already mitigated by the non-root UID.