diff --git a/rules.lsrules b/rules.lsrules index f126c4e..d644630 100644 --- a/rules.lsrules +++ b/rules.lsrules @@ -1,5 +1,5 @@ { - "description": "Michele Cereda's Little Snitch rules list.", + "description": "Michele Cereda's collection of common Little Snitch rules.", "name": "Michele Cereda's Rules List", "rules": [ { @@ -208,6 +208,14 @@ "protocol": "tcp", "remote-hosts": "flow.logitech.io" }, + { + "action": "allow", + "notes": "Allow the Logi Options+'s updater to get updates.", + "ports": "443", + "process": "/Library/Application Support/Logitech.localized/LogiOptionsPlus/logioptionsplus_agent.app/Contents/Frameworks/logioptionsplus_updater.app/Contents/MacOS/logioptionsplus_updater", + "protocol": "tcp", + "remote-hosts": "updates.optionsplus.logitechg.com" + }, { "action": "allow", "notes": "Allow Keybase to get software updates.",