]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/core/execute.c
seccomp: also detect if seccomp filtering is enabled
[thirdparty/systemd.git] / src / core / execute.c
index 55f15d7e4988f12b923c6fa74bf694135631088b..2026137721f547a1d224fc1a3ff9b07506d334e4 100644 (file)
@@ -1077,7 +1077,7 @@ static void rename_process_from_path(const char *path) {
 static bool skip_seccomp_unavailable(const Unit* u, const char* msg) {
         if (!is_seccomp_available()) {
                 log_open();
-                log_unit_debug(u, "SECCOMP not detected in the kernel, skipping %s", msg);
+                log_unit_debug(u, "SECCOMP features not detected in the kernel, skipping %s", msg);
                 log_close();
                 return true;
         }