From 04b1887084c543df07af8c348bb90e129aaa8341 Mon Sep 17 00:00:00 2001 From: desbma Date: Tue, 2 Jul 2024 19:19:18 +0200 Subject: [PATCH] fix: comment typo --- src/systemd/options.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/systemd/options.rs b/src/systemd/options.rs index e39f218..32e416b 100644 --- a/src/systemd/options.rs +++ b/src/systemd/options.rs @@ -1329,7 +1329,7 @@ pub fn build_options( // https://www.freedesktop.org/software/systemd/man/systemd.exec.html#SystemCallFilter= // - // Also change the default behavior when calling a denied syscall to return EPERM instead og killing + // Also change the default behavior when calling a denied syscall to return EPERM instead of killing // the program. // Rationale: // Some programs call chown as non root even though it always fails, and ignore the error. Since the call