Files
oam/little snitch/parts/raspberrypi-imager.lsrules
Michele Cereda f41e54ecdf Improved rules
2023-02-16 23:44:58 +01:00

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"
}
]
}