projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
71891fb
)
seccomp: fix a typo in error message
author
Frantisek Sumsal
<frantisek@sumsal.cz>
Tue, 31 May 2022 09:20:44 +0000
(11:20 +0200)
committer
Yu Watanabe
<watanabe.yu+github@gmail.com>
Tue, 31 May 2022 09:29:40 +0000
(18:29 +0900)
src/shared/seccomp-util.c
patch
|
blob
|
history
diff --git
a/src/shared/seccomp-util.c
b/src/shared/seccomp-util.c
index 49044a45aec801ba95b71c395b1f024a618e7c16..b76189d6b37b931f91e014331d4dbfc3ecb22388 100644
(file)
--- a/
src/shared/seccomp-util.c
+++ b/
src/shared/seccomp-util.c
@@
-1123,7
+1123,7
@@
int seccomp_load_syscall_filter_set_raw(uint32_t default_action, Hashmap* filter
if (ERRNO_IS_SECCOMP_FATAL(r))
return r;
if (r < 0)
- log_debug_errno(r, "Failed to install system
c
call filter for architecture %s, skipping: %m",
+ log_debug_errno(r, "Failed to install system call filter for architecture %s, skipping: %m",
seccomp_arch_to_string(arch));
}