[][src]Crate ls_rules

LsRules

Little Snitch is like an application based firewall. It allows a user to control what connections can be made to and from local applications. You can choose to allow or deny connections based on a set of rules (such as the domain or hostname being connected to, the ports used, the application receiving or making the connection, etc.).

LsRules is a file format which specifies rules which Little Snitch can use. This library is a Serde model for serializing and deserializing .lsrules files.

Structs

LsRules

The container for all data.

Rule

A specific rule.

Enums

Action
Direction
Ports
Priority
Remote
RemoteDomains
RemoteHosts