https://github.com/andre4ik3/rules
Rules for Little Snitch in default-deny mode
https://github.com/andre4ik3/rules
deno little-snitch typescript
Last synced: about 2 months ago
JSON representation
Rules for Little Snitch in default-deny mode
- Host: GitHub
- URL: https://github.com/andre4ik3/rules
- Owner: andre4ik3
- License: cc0-1.0
- Created: 2023-07-01T12:16:47.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-01-19T05:21:20.000Z (over 2 years ago)
- Last Synced: 2026-02-18T16:58:25.466Z (4 months ago)
- Topics: deno, little-snitch, typescript
- Language: TypeScript
- Homepage: https://rules.andre4ik3.dev
- Size: 115 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Little Snitch Rules
Rules for [Little Snitch] that allow various programs to operate. The rules are generated on-demand,
and each person can have their own combination of applications.
- Each rule corresponds to a specific program function.
- Each rule has a description that describes why it's needed.
- All rules are disabled by default.
- Rules for allowing app self-updates are not included, unless it would be more secure for the app
to update itself (e.g. Little Snitch). It is expected you will update apps using Homebrew or an
app like Latest.
## Contributing
The rules are generated on demand using [Deno]. Paths to applications are stored in `paths.json`,
whilst the rules themselves are in the `rulegen/rules` folder, with each file corresponding to a
single application. To serve the rules on `http://localhost:8000`, run `deno task start`.
[Little Snitch]: https://obdev.at/products/littlesnitch/index.html
[Deno]: https://deno.land