mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
refactor(littlesnitch): create new, more strict rules
This commit is contained in:
@@ -2,6 +2,30 @@
|
||||
"description": "Michele Cereda's collection of common Little Snitch rules.\nAssumes a deny-all default policy.",
|
||||
"name": "Michele Cereda's Rules List",
|
||||
"rules": [
|
||||
{
|
||||
"action": "allow",
|
||||
"notes": "Allow Betterbird to connect to Google's mail servers.",
|
||||
"ports": "993",
|
||||
"process": "/Applications/Betterbird.app/Contents/MacOS/betterbird",
|
||||
"protocol": "tcp",
|
||||
"remote-hosts": "imap.gmail.com"
|
||||
},
|
||||
{
|
||||
"action": "allow",
|
||||
"notes": "Allow Betterbird to securely connect to websites.\nUsually used by images in email, and feeds.",
|
||||
"ports": "443",
|
||||
"process": "/Applications/Betterbird.app/Contents/MacOS/betterbird",
|
||||
"protocol": "tcp",
|
||||
"remote": "any"
|
||||
},
|
||||
{
|
||||
"action": "allow",
|
||||
"notes": "Allow Betterbird to securely connect to websites.\nUsually used by images in email, and feeds.",
|
||||
"ports": "443",
|
||||
"process": "/Applications/Betterbird.app/Contents/MacOS/betterbird",
|
||||
"protocol": "udp",
|
||||
"remote": "any"
|
||||
},
|
||||
{
|
||||
"action": "allow",
|
||||
"notes": "Allow Bitwarden to connect to its servers.",
|
||||
@@ -199,6 +223,30 @@
|
||||
"protocol": "udp",
|
||||
"remote-addresses": "239.255.255.250"
|
||||
},
|
||||
{
|
||||
"action": "allow",
|
||||
"notes": "Allow Thunderbird to connect to Google's mail servers.",
|
||||
"ports": "993",
|
||||
"process": "/Applications/Thunderbird.app/Contents/MacOS/thunderbird",
|
||||
"protocol": "tcp",
|
||||
"remote-hosts": "imap.gmail.com"
|
||||
},
|
||||
{
|
||||
"action": "allow",
|
||||
"notes": "Allow Thunderbird to securely connect to websites.\nUsually used by images in email, and feeds.",
|
||||
"ports": "443",
|
||||
"process": "/Applications/Thunderbird.app/Contents/MacOS/thunderbird",
|
||||
"protocol": "tcp",
|
||||
"remote": "any"
|
||||
},
|
||||
{
|
||||
"action": "allow",
|
||||
"notes": "Allow Thunderbird to securely connect to websites.\nUsually used by images in email, and feeds.",
|
||||
"ports": "443",
|
||||
"process": "/Applications/Thunderbird.app/Contents/MacOS/thunderbird",
|
||||
"protocol": "udp",
|
||||
"remote": "any"
|
||||
},
|
||||
{
|
||||
"action": "allow",
|
||||
"notes": "Allow Vivaldi to gather information about certificates.",
|
||||
|
||||
Reference in New Issue
Block a user