mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
23 lines
766 B
Plaintext
23 lines
766 B
Plaintext
{
|
|
"description": "",
|
|
"name": "RaspberryPi Imager",
|
|
"rules": [
|
|
{
|
|
"action": "allow",
|
|
"notes": "Allow RaspberryPi Imager to securely download updates.",
|
|
"ports": "443",
|
|
"process": "/Applications/Raspberry Pi Imager.app/Contents/MacOS/rpi-imager",
|
|
"protocol": "tcp",
|
|
"remote-hosts": "downloads.raspberrypi.org"
|
|
},
|
|
{
|
|
"action": "allow",
|
|
"notes": "Allow RaspberryPi Imager to securely connect to websites to download images and their metadata.",
|
|
"ports": "443",
|
|
"process": "/Applications/Raspberry Pi Imager.app/Contents/MacOS/rpi-imager",
|
|
"protocol": "tcp",
|
|
"remote": "any"
|
|
}
|
|
]
|
|
}
|