CLI man page:
safesquid-ssqore(5)SSqore has globals only — no policy list. See Cloud / categorisation feeds for CCS connectivity and offline behaviour.
Global settings
- Enabled — When off, URL categorization is skipped and no CCS categories are added to connections. When on, host names are looked up and categories are merged into the connection profile list for policy matching.
- Heuristic — Stored in configuration but not read by the current build. Toggling Heuristic does not change URL lookup behaviour today.
How categorization works
- During request profiling, SSqore resolves the request host (and referer host where applicable) against CCS.
- Returned category names are added to
website_categories/ connection profiles used by Access Profiles and other sections. - Results are cached under
/var/lib/safesquid/ssqore/cacheto reduce repeat lookups. - URLs that cannot be categorized may be queued as uncategorized for later retry.
- When SSqore is disabled, categorization hooks exit without adding categories.
Using categories in policies
Access Profiles Secondary Policies typically match SSqore category tags (for example block Social Networking). Categories appear as profile strings on the connection after lookup — design profiles to reference the exact category names CCS returns. Custom or local categories may also come from the Categorize Web-Sites tool and DNS category zone settings in startup.ini; SSqore is the cloud lookup path.Examples
Recommended practice
- Keep SSqore enabled when Access Profiles depend on cloud categories.
- Do not rely on Heuristic until wired in code — treat it as a stored placeholder.
- Monitor subscription and feed status under Support / feeds documentation.
How to verify
- Enable CATEGORY log level; look for
SSqoreSection::and category assignment lines. - Open Detailed logs for a browsed URL; confirm category tags on the connection.
- Test an Access Profile that matches a known SSqore category (allow or deny).
See also
- Cloud / categorisation feeds
- Access Profiles
- Categorize Web-Sites
- Subscription
- Logging and troubleshooting
man safesquid-ssqore
