1FIREWALL-APPLET(1) firewall-applet FIREWALL-APPLET(1)
2
3
4
6 firewall-applet - firewalld applet
7
9 firewall-applet [OPTIONS...]
10
12 firewall-applet is a tray applet for firewalld.
13
15 firewall-applet does not support any special options.
16
17 The following options are supported:
18
19 -h, --help
20 Prints a short help text and exits.
21
23 firewall-applet has additional settings to adapt the look and feel.
24 QSettings is used and stores them in ~/.config/firewall/applet.conf.
25 The file is automatically reloaded if it has been changed and the new
26 settings will immediately be effective.
27
28 There is also the global config file /etc/firewall/applet.conf, which
29 contains the default values. The settings in this file will be
30 overloaded by settings in the user settings file.
31
32 Here is an example applet.conf file:
33
34 [General]
35 notifications=true
36 show-inactive=true
37
38
39 The following settings are supported:
40
41 notifications
42 The applet shows notifications if enabled. This setting can be
43 enabled also in the applet with the "Enable Notifications" checkbox
44 in the right mouse menu.
45
46 This setting defaults to false.
47
48 If notifications are shown for these actions if enabled:
49
50 • Connection to firewalld established
51
52 • Connection to firewalld lost
53
54 • Firewall has been reloaded
55
56 • Default zone has been changed
57
58 • Panic mode has been enabled or disabled
59
60 • Activation, deactivation or change of zones bound to interfaces
61
62 • Activation, deactivation or change of zones bound to sources
63 addresses
64
65
66 show-inactive
67 Show applet also if firewalld is not running. If firewalld has been
68 stopped or is not running the applet will be hidden and not visible
69 in the applet tray. Enable this setting to see the applet all the
70 time for example to be sure that the firewall is active.
71
72 This setting defaults to false.
73
74 shields-up
75 The shields-up zone name to be used if shields-up is enabled.
76
77 This setting defaults to 'block'.
78
79 shields-down
80 The shields-down zone name to be used if shields-up has been
81 deactivated again.
82
83 This setting defaults to 'public'.
84
85 blink
86 If enabled, the applet icon blinks in these cases:
87
88 • Connection to firewalld lost
89
90 • Panic mode has been enabled or disabled
91
92 This setting defaults to false.
93
94 blink-count
95 The number of blinks if blink is enabled.
96
97 This setting defaults to 5.
98
100 firewall-applet(1), firewalld(1), firewall-cmd(1), firewall-config(1),
101 firewalld.conf(5), firewalld.direct(5), firewalld.dbus(5),
102 firewalld.icmptype(5), firewalld.lockdown-whitelist(5), firewall-
103 offline-cmd(1), firewalld.richlanguage(5), firewalld.service(5),
104 firewalld.zone(5), firewalld.zones(5), firewalld.policy(5),
105 firewalld.policies(5), firewalld.ipset(5), firewalld.helper(5)
106
108 firewalld home page:
109 http://firewalld.org
110
111 More documentation with examples:
112 http://fedoraproject.org/wiki/FirewallD
113
115 Thomas Woerner <twoerner@redhat.com>
116 Developer
117
118 Jiri Popelka <jpopelka@redhat.com>
119 Developer
120
121 Eric Garver <eric@garver.life>
122 Developer
123
124
125
126firewalld 1.0.5 FIREWALL-APPLET(1)