treewide: add ACL annotations to menu entries
[oweals/luci.git] / applications / luci-app-firewall / root / usr / share / luci / menu.d / luci-app-firewall.json
1 {
2         "admin/network/firewall": {
3                 "title": "Firewall",
4                 "order": 60,
5                 "action": {
6                         "type": "alias",
7                         "path": "admin/network/firewall/zones"
8                 },
9                 "depends": {
10                         "acl": [ "luci-app-firewall" ],
11                         "fs": { "/sbin/fw3": "executable" },
12                         "uci": { "firewall": true }
13                 }
14         },
15
16         "admin/network/firewall/zones": {
17                 "title": "General Settings",
18                 "order": 10,
19                 "action": {
20                         "type": "view",
21                         "path": "firewall/zones"
22                 }
23         },
24
25         "admin/network/firewall/forwards": {
26                 "title": "Port Forwards",
27                 "order": 20,
28                 "action": {
29                         "type": "view",
30                         "path": "firewall/forwards"
31                 }
32         },
33
34         "admin/network/firewall/rules": {
35                 "title": "Traffic Rules",
36                 "order": 30,
37                 "action": {
38                         "type": "view",
39                         "path": "firewall/rules"
40                 }
41         },
42
43         "admin/network/firewall/snats": {
44                 "title": "NAT Rules",
45                 "order": 40,
46                 "action": {
47                         "type": "view",
48                         "path": "firewall/snats"
49                 }
50         },
51
52
53         "admin/network/firewall/custom": {
54                 "title": "Custom Rules",
55                 "order": 50,
56                 "action": {
57                         "type": "view",
58                         "path": "firewall/custom"
59                 }
60         }
61 }