From 3af3e1a59da5c1e1223a4e17976eaaea684417b0 Mon Sep 17 00:00:00 2001 From: Michele Cereda Date: Mon, 30 Jan 2023 13:00:19 +0100 Subject: [PATCH] Allow the Logi Options+'s updater to get updates. --- rules.lsrules | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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.",