diff --git a/src/systemd/options.rs b/src/systemd/options.rs index d4e3cf2..e6b1a3c 100644 --- a/src/systemd/options.rs +++ b/src/systemd/options.rs @@ -1324,7 +1324,7 @@ pub(crate) fn build_options( }), )) .chain( - // AF_NETLINK sockets use SOCK_RAW, but dot not require CAP_NET_RAW + // AF_NETLINK sockets use SOCK_RAW, but does not require CAP_NET_RAW afs.iter().filter(|af| **af != "AF_NETLINK").map(|af| { OptionValueEffect::DenyAction(ProgramAction::NetworkActivity( NetworkActivity {