File: firestarter.schemas.in

package info (click to toggle)
firestarter 1.0.3-11
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 6,548 kB
  • sloc: ansic: 14,749; sh: 8,068; makefile: 187
file content (409 lines) | stat: -rw-r--r-- 15,794 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
<gconfschemafile>
  <schemalist>
    <schema>
      <key>/schemas/apps/firestarter/client/first_run</key>
      <applyto>/apps/firestarter/client/first_run</applyto>
      <owner>Firestarter</owner>
      <type>bool</type>
      <default>true</default>
      <locale name="C">
        <short>Is it the first time the user is running the program</short>
        <long>The first time Firestarter starts several special actions are taken.</long>
      </locale>
    </schema>
    <schema>
      <key>/schemas/apps/firestarter/client/start_firewall_on_boot</key>
      <applyto>/apps/firestarter/client/start_firewall_on_boot</applyto>
      <owner>Firestarter</owner>
      <type>bool</type>
      <default>true</default>
      <locale name="C">
        <short>Start the firewall when the system boots</short>
        <long>Start the firewall when the system boots.</long>
      </locale>
    </schema>
    <schema>
      <key>/schemas/apps/firestarter/client/start_firewall_on_gui</key>
      <applyto>/apps/firestarter/client/start_firewall_on_gui</applyto>
      <owner>Firestarter</owner>
      <type>bool</type>
      <default>true</default>
      <locale name="C">
        <short>Start the firewall when the program loads</short>
        <long>Start the firewall when the program loads.</long>
      </locale>
    </schema>
    <schema>
      <key>/schemas/apps/firestarter/client/start_firewall_on_dial_out</key>
      <applyto>/apps/firestarter/client/start_firewall_on_dial_out</applyto>
      <owner>Firestarter</owner>
      <type>bool</type>
      <default>false</default>
      <locale name="C">
        <short>Start the firewall when the system dials out</short>
        <long>Start the firewall when the system establishes a PPP connection.</long>
      </locale>
    </schema>
    <schema>
      <key>/schemas/apps/firestarter/client/start_firewall_on_dhcp</key>
      <applyto>/apps/firestarter/client/start_firewall_on_dhcp</applyto>
      <owner>Firestarter</owner>
      <type>bool</type>
      <default>false</default>
      <locale name="C">
        <short>Start the firewall on a DHCP lease renewal</short>
        <long>Start the firewall when the system receives a new DHCP lease.</long>
      </locale>
    </schema>
    <schema>
      <key>/schemas/apps/firestarter/client/enable_tray_icon</key>
      <applyto>/apps/firestarter/client/enable_tray_icon</applyto>
      <owner>Firestarter</owner>
      <type>bool</type>
      <default>true</default>
      <locale name="C">
        <short>Enable tray icon</short>
        <long>Show the Firestarter icon in the notification area.</long>
      </locale>
    </schema>
    <schema>
      <key>/schemas/apps/firestarter/client/minimize_to_tray</key>
      <applyto>/apps/firestarter/client/minimize_to_tray</applyto>
      <owner>Firestarter</owner>
      <type>bool</type>
      <default>false</default>
      <locale name="C">
        <short>Minimize to tray</short>
        <long>When closing the program window, instead of exiting, hide the window.</long>
      </locale>
    </schema>
    <schema>
      <key>/schemas/apps/firestarter/client/system_log</key>
      <applyto>/apps/firestarter/client/system_log</applyto>
      <owner>Firestarter</owner>
      <type>string</type>
      <default>/var/log/messages</default>
      <locale name="C">
        <short>The system log file</short>
        <long>The location of the file the system logging daemon writes to.</long>
      </locale>
    </schema>
    <schema>
      <key>/schemas/apps/firestarter/client/policy_auto_apply</key>
      <applyto>/apps/firestarter/client/policy_auto_apply</applyto>
      <owner>Firestarter</owner>
      <type>bool</type>
      <default>false</default>
      <locale name="C">
        <short>Policy auto apply</short>
        <long>Apply changes made to policy immediately, the alternative is for the user to confirm the changes in advance.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/firestarter/client/filter/redundant</key>
      <applyto>/apps/firestarter/client/filter/redundant</applyto>
      <owner>Firestarter</owner>
      <type>bool</type>
      <default>true</default>
      <locale name="C">
        <short>Filter out redundant hits</short>
        <long>Filter out sequences of identical hits.</long>
      </locale>
    </schema>
    <schema>
      <key>/schemas/apps/firestarter/client/filter/not_for_firewall</key>
      <applyto>/apps/firestarter/client/filter/not_for_firewall</applyto>
      <owner>Firestarter</owner>
      <type>bool</type>
      <default>false</default>
      <locale name="C">
        <short>Filter out hits not targeted at the firewall</short>
        <long>Filter out hits that have an destination IP that does not match the firewall host.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/firestarter/client/ui/hitview_time_col</key>
      <applyto>/apps/firestarter/client/ui/hitview_time_col</applyto>
      <owner>Firestarter</owner>
      <type>bool</type>
      <default>true</default>
      <locale name="C">
        <short>Show the time column in the Hit View</short>
        <long>Show the time column in the Hit View.</long>
      </locale>
    </schema>
    <schema>
      <key>/schemas/apps/firestarter/client/ui/hitview_direction_col</key>
      <applyto>/apps/firestarter/client/ui/hitview_direction_col</applyto>
      <owner>Firestarter</owner>
      <type>bool</type>
      <default>false</default>
      <locale name="C">
        <short>Show the direction column in the Hit View</short>
        <long>Show the direction column in the Hit View.</long>
      </locale>
    </schema>
    <schema>
      <key>/schemas/apps/firestarter/client/ui/hitview_in_col</key>
      <applyto>/apps/firestarter/client/ui/hitview_in_col</applyto>
      <owner>Firestarter</owner>
      <type>bool</type>
      <default>false</default>
      <locale name="C">
        <short>Show the in column in the Hit View</short>
        <long>Show the device the hit was received from in the Hit View.</long>
      </locale>
    </schema>
    <schema>
      <key>/schemas/apps/firestarter/client/ui/hitview_out_col</key>
      <applyto>/apps/firestarter/client/ui/hitview_out_col</applyto>
      <owner>Firestarter</owner>
      <type>bool</type>
      <default>false</default>
      <locale name="C">
        <short>Show the out column in the Hit View</short>
        <long>Show the device the hit was routed to in the Hit View.</long>
      </locale>
    </schema>
    <schema>
      <key>/schemas/apps/firestarter/client/ui/hitview_port_col</key>
      <applyto>/apps/firestarter/client/ui/hitview_port_col</applyto>
      <owner>Firestarter</owner>
      <type>bool</type>
      <default>true</default>
      <locale name="C">
        <short>Show the port column in the Hit View</short>
        <long>Show the port column in the Hit View.</long>
      </locale>
    </schema>
    <schema>
      <key>/schemas/apps/firestarter/client/ui/hitview_source_col</key>
      <applyto>/apps/firestarter/client/ui/hitview_source_col</applyto>
      <owner>Firestarter</owner>
      <type>bool</type>
      <default>true</default>
      <locale name="C">
        <short>Show the source column in the Hit View</short>
        <long>Show the source column in the Hit View.</long>
      </locale>
    </schema>
    <schema>
      <key>/schemas/apps/firestarter/client/ui/hitview_destination_col</key>
      <applyto>/apps/firestarter/client/ui/hitview_destination_col</applyto>
      <owner>Firestarter</owner>
      <type>bool</type>
      <default>false</default>
      <locale name="C">
        <short>Show the destination column in the Hit View</short>
        <long>Show the destination column in the Hit View.</long>
      </locale>
    </schema>
    <schema>
      <key>/schemas/apps/firestarter/client/ui/hitview_length_col</key>
      <applyto>/apps/firestarter/client/ui/hitview_length_col</applyto>
      <owner>Firestarter</owner>
      <type>bool</type>
      <default>false</default>
      <locale name="C">
        <short>Show the length column in the Hit View</short>
        <long>Show the packet length column in the Hit View.</long>
      </locale>
    </schema>
    <schema>
      <key>/schemas/apps/firestarter/client/ui/hitview_tos_col</key>
      <applyto>/apps/firestarter/client/ui/hitview_tos_col</applyto>
      <owner>Firestarter</owner>
      <type>bool</type>
      <default>false</default>
      <locale name="C">
        <short>Show the tos column in the Hit View</short>
        <long>Show the Type of Service column in the Hit View.</long>
      </locale>
    </schema>
    <schema>
      <key>/schemas/apps/firestarter/client/ui/hitview_protocol_col</key>
      <applyto>/apps/firestarter/client/ui/hitview_protocol_col</applyto>
      <owner>Firestarter</owner>
      <type>bool</type>
      <default>true</default>
      <locale name="C">
        <short>Show the protocol column in the Hit View</short>
        <long>Show the protocol column in the Hit View.</long>
      </locale>
    </schema>
    <schema>
      <key>/schemas/apps/firestarter/client/ui/hitview_service_col</key>
      <applyto>/apps/firestarter/client/ui/hitview_service_col</applyto>
      <owner>Firestarter</owner>
      <type>bool</type>
      <default>true</default>
      <locale name="C">
        <short>Show the service column in the Hit View</short>
        <long>Show the service column in the Hit View.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/firestarter/firewall/ext_if</key>
      <applyto>/apps/firestarter/firewall/ext_if</applyto>
      <owner>Firestarter</owner>
      <type>string</type>
      <default></default>
      <locale name="C">
        <short>The external interface</short>
        <long>The Internet connected network interface. For example, ppp0 or eth0.</long>
      </locale>
    </schema>
    <schema>
      <key>/schemas/apps/firestarter/firewall/nat</key>
      <applyto>/apps/firestarter/firewall/nat</applyto>
      <owner>Firestarter</owner>
      <type>bool</type>
      <default>false</default>
      <locale name="C">
        <short>Enable NAT</short>
        <long>Enable Network Address Translation, or Internet connection sharing.</long>
      </locale>
    </schema>
    <schema>
      <key>/schemas/apps/firestarter/firewall/int_if</key>
      <applyto>/apps/firestarter/firewall/int_if</applyto>
      <owner>Firestarter</owner>
      <type>string</type>
      <default></default>
      <locale name="C">
        <short>The internal interface</short>
        <long>The LAN connected network interface. For example, eth0 or eth1.</long>
      </locale>
    </schema>
    
    <schema>
      <key>/schemas/apps/firestarter/firewall/dhcp/enable_server</key>
      <applyto>/apps/firestarter/firewall/dhcp/enable_server</applyto>
      <owner>Firestarter</owner>
      <type>bool</type>
      <default>false</default>
      <locale name="C">
        <short>Enable DHCP server for connection sharing</short>
        <long>Run the system dhcpd server in conjunction with Firestarter Internet connection sharing.</long>
      </locale>
    </schema>    
    <schema>
      <key>/schemas/apps/firestarter/firewall/dhcp/lowest_ip</key>
      <applyto>/apps/firestarter/firewall/dhcp/lowest_ip</applyto>
      <owner>Firestarter</owner>
      <type>string</type>
      <default>192.168.0.100</default>
      <locale name="C">
        <short>Lowest IP in the range to serve to DHCP clients</short>
        <long>Specifies the lower limit of the IP space to use for DHCP leases.</long>
      </locale>
    </schema>
    <schema>
      <key>/schemas/apps/firestarter/firewall/dhcp/highest_ip</key>
      <applyto>/apps/firestarter/firewall/dhcp/highest_ip</applyto>
      <owner>Firestarter</owner>
      <type>string</type>
      <default>192.168.0.254</default>
      <locale name="C">
        <short>Highest IP in the range to serve to DHCP clients</short>
        <long>Specifies the higher limit of the IP space to use for DHCP leases.</long>
      </locale>
    </schema>    
    <schema>
      <key>/schemas/apps/firestarter/firewall/dhcp/nameserver</key>
      <applyto>/apps/firestarter/firewall/dhcp/nameserver</applyto>
      <owner>Firestarter</owner>
      <type>string</type>
      <default>&lt;dynamic&gt;</default>
      <locale name="C">
        <short>Nameserver DHCP clients should use</short>
        <long>The nameserver clients should use. You can specify multiple nameserver in a space separated list. A value of &lt;dynamic&gt; causes the nameservers to be determined at run time.</long>
      </locale>
    </schema>    
    
    <schema>
      <key>/schemas/apps/firestarter/firewall/deny_packets</key>
      <applyto>/apps/firestarter/firewall/deny_packets</applyto>
      <owner>Firestarter</owner>
      <type>bool</type>
      <default>true</default>
      <locale name="C">
        <short>Deny packets</short>
        <long>Drop denied packets without sending an error packet back.</long>
      </locale>
    </schema>
    <schema>
      <key>/schemas/apps/firestarter/firewall/block_external_broadcast</key>
      <applyto>/apps/firestarter/firewall/block_external_broadcast</applyto>
      <owner>Firestarter</owner>
      <type>bool</type>
      <default>true</default>
      <locale name="C">
        <short>Block broadcasts from external network</short>
        <long>Block broadcasts from external network.</long>
      </locale>
    </schema>
    <schema>
      <key>/schemas/apps/firestarter/firewall/block_internal_broadcast</key>
      <applyto>/apps/firestarter/firewall/block_internal_broadcast</applyto>
      <owner>Firestarter</owner>
      <type>bool</type>
      <default>false</default>
      <locale name="C">
        <short>Block broadcasts from internal network</short>
        <long>Block broadcasts from internal network.</long>
      </locale>
    </schema>
    <schema>
      <key>/schemas/apps/firestarter/firewall/block_non_routables</key>
      <applyto>/apps/firestarter/firewall/block_non_routables</applyto>
      <owner>Firestarter</owner>
      <type>bool</type>
      <default>false</default>
      <locale name="C">
        <short>Block traffic from reserved address space on the public interface</short>
        <long>Block potentially spoofed traffic claiming to come from IANA reserved address space on the external interface.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/firestarter/firewall/restrictive_outbound</key>
      <applyto>/apps/firestarter/firewall/restrictive_outbound</applyto>
      <owner>Firestarter</owner>
      <type>bool</type>
      <default>false</default>
      <locale name="C">
        <short>Restrictive outbound policy mode</short>
        <long>Restrict outbound traffic by default, only allowing whitelisted outgoing connections.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/firestarter/firewall/tos/enable</key>
      <applyto>/apps/firestarter/firewall/tos/enable</applyto>
      <owner>Firestarter</owner>
      <type>bool</type>
      <default>false</default>
      <locale name="C">
        <short>Enable the configuration of tos</short>
        <long>Apply the settings of Type of Service, as configured in the wizard.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/firestarter/firewall/icmp/enable</key>
      <applyto>/apps/firestarter/firewall/icmp/enable</applyto>
      <owner>Firestarter</owner>
      <type>bool</type>
      <default>false</default>
      <locale name="C">
        <short>Enable the configuration of ICMP</short>
        <long>Apply the ICMP settings, as configured in the wizard.</long>
      </locale>
    </schema>

  </schemalist>
</gconfschemafile>