opensnitch/rules/block_chrome.json

14 lines
297 B
JSON
Raw Normal View History

{
"name": "Block Chrome",
"enabled": false,
"created": "2018-04-02T03:27:08.137712802+02:00",
"updated": "2018-04-02T03:27:08.137713274+02:00",
"action": "block",
"duration": "forever",
"type": "simple",
"rule": {
"what": "process.path",
"with": "/opt/google/chrome/chrome"
}
}