mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-08 21:34:25 +00:00
33 lines
1.0 KiB
Plaintext
33 lines
1.0 KiB
Plaintext
{
|
|
"description": "",
|
|
"name": "Keybase",
|
|
"rules": [
|
|
{
|
|
"action": "allow",
|
|
"notes": "Allow Keybase to connect to its servers.",
|
|
"ports": "443",
|
|
"process": "/Applications/Keybase.app/Contents/SharedSupport/bin/keybase",
|
|
"protocol": "tcp",
|
|
"remote-domains": "core.keybaseapi.com"
|
|
},
|
|
|
|
{
|
|
"action": "allow",
|
|
"notes": "Allow Keybase's updater to download software updates.",
|
|
"ports": "443",
|
|
"process": "/Applications/Keybase.app/Contents/SharedSupport/bin/updater",
|
|
"protocol": "tcp",
|
|
"remote-domains": "core.keybaseapi.com"
|
|
},
|
|
|
|
{
|
|
"action": "allow",
|
|
"notes": "Allow the KBFS functionality of Keybase.",
|
|
"ports": "443",
|
|
"process": "/Applications/Keybase.app/Contents/SharedSupport/bin/kbfs",
|
|
"protocol": "tcp",
|
|
"remote-domains": "kbfs.keybaseapi.com"
|
|
}
|
|
]
|
|
}
|