Skip to content

Commit de0a401

Browse files
committed
whitespace fix
1 parent f9a741c commit de0a401

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

firewall.rst

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ particular mail server, such as
161161
162162
We can specify this behavior with ufw:
163163

164-
.. code::
164+
.. code::
165165
166166
$ sudo ufw default deny incoming
167167
Default incoming policy changed to 'deny'
@@ -230,7 +230,7 @@ security, freeing the users and applications inside the firewall from
230230
security concerns—at least some kinds of security concerns. And as
231231
noted at the start of the chapter, encryption and authentication offer
232232
limited protection against exploitation of bugs in the operating
233-
systems of hosts.
233+
systems of hosts.
234234

235235
Unfortunately, firewalls have serious limitations. Since a firewall does
236236
not restrict communication between hosts that are on the same side of the firewall,
@@ -267,7 +267,7 @@ In Chapter 1 we discussed the threat posed by viruses, worms, and the
267267
general catergory of malware. While firewalls aim to stop the spread
268268
of malware, it can be a difficult task, since many operations that the
269269
firewall needs to permit, such as web browsing or email delivery, can
270-
also be used for the delivery of malware.
270+
also be used for the delivery of malware.
271271

272272
One approach that is used to detect malware is to search for segments of
273273
code from known malware, sometimes called a *signature*. This approach
@@ -346,10 +346,7 @@ filter traffic flows among a set of virtual machines in a datacenter.
346346
:align: center
347347

348348
A distributed firewall is implemented as part of the virtual
349-
switch in every host in a datacenter.
350-
351-
352-
349+
switch in every host in a datacenter.
353350

354351

355352
6.5 Other Security Appliances

0 commit comments

Comments
 (0)