Skip to content

Rules for Little Snitch in default-deny mode

License

Notifications You must be signed in to change notification settings

andre4ik3/rules

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:https://localhost:8000, run deno task start.