Move iptables-restore after full init
[platform/core/security/nether.git] / README.md
1 # nether
2
3 An application firewall that enforces the "internet"
4 privileges in Tizen. It uses Cynara as a policy backend
5 and the NFQUEUE target in netfilter to make decisiions
6 about outgoing connections and network packets.
7
8 The policy backend can be re-implemented by overloading
9 the NetherPolicyBackend class (there is a simple File based
10 backend included for testing).
11
12 A default policy can be specified in case the policy
13 backend stops working.
14
15