tree-wide: fix typo

This commit is contained in:
Yu Watanabe 2021-05-04 20:16:12 +09:00 committed by Zbigniew Jędrzejewski-Szmek
parent d7ffd4f334
commit 296c13dec4
2 changed files with 2 additions and 2 deletions

View file

@ -336,7 +336,7 @@ care should be taken to avoid naming conflicts. `systemd` (and in particular
actual attempt to make use of the audit subsystem will fail. Note that
systemd's audit support is partially conditioned on these capabilities, thus
by dropping them you ensure that you get an entirely clean boot, as systemd
will make no attempt to use it. If you pass the capabilites to the payload
will make no attempt to use it. If you pass the capabilities to the payload
systemd will assume that audit is available and works, and some components
will subsequently fail in various ways. Note that once the kernel learnt
native support for container-virtualized audit, adding the capability to the

View file

@ -18,7 +18,7 @@
* are matched by ports.
* nr_ports and port_min fields specify a set of ports to match a user port
* with.
* If nr_ports is 0, maching by port is bypassed, making that rule applicable
* If nr_ports is 0, matching by port is bypassed, making that rule applicable
* for all possible ports, e.g. [1, 65535] range. Thus a rule with
* address_family and nr_ports equal to AF_UNSPEC and 0 correspondingly forms
* 'allow any' or 'deny any' cases.