From b0526b500757496a3829c262c19eb61666396f59 Mon Sep 17 00:00:00 2001 From: desbma-s1n Date: Thu, 4 Apr 2024 11:27:16 +0200 Subject: [PATCH] chore: modeling -> model --- src/systemd/options.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/systemd/options.rs b/src/systemd/options.rs index d3b6579..a411652 100644 --- a/src/systemd/options.rs +++ b/src/systemd/options.rs @@ -1,4 +1,4 @@ -//! Systemd option modeling +//! Systemd option model use std::collections::{HashMap, HashSet}; use std::fmt; @@ -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(), ))),