Skip to content

Commit

Permalink
chore: modeling -> model
Browse files Browse the repository at this point in the history
  • Loading branch information
desbma-s1n committed Apr 4, 2024
1 parent 09e6f66 commit b0526b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/systemd/options.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! Systemd option modeling
//! Systemd option model
use std::collections::{HashMap, HashSet};
use std::fmt;
Expand Down Expand Up @@ -1240,7 +1240,7 @@ pub fn build_options(
value: OptionValue::Boolean(true),
// In practice, the option allows the call if the default personality is set, but we don't
// need to model that level of precision.
// The "deny" modeling prevents false positives
// The "deny" model prevents false positives
desc: OptionEffect::Simple(OptionValueEffect::DenySyscalls(DenySyscalls::Single(
"personality".to_owned(),
))),
Expand Down

0 comments on commit b0526b5

Please sign in to comment.