Skip to content

Commit

Permalink
fix: comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
desbma-s1n committed Nov 14, 2024
1 parent a98859a commit 63770db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/systemd/options.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 63770db

Please sign in to comment.