projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d4d74d0
)
Fix typo in `analyze-security.c`.
author
Johannes Christ
<jc@jchri.st>
Sat, 10 Aug 2019 12:41:52 +0000
(14:41 +0200)
committer
Yu Watanabe
<watanabe.yu+github@gmail.com>
Sat, 10 Aug 2019 21:08:42 +0000
(06:08 +0900)
src/analyze/analyze-security.c
patch
|
blob
|
history
diff --git
a/src/analyze/analyze-security.c
b/src/analyze/analyze-security.c
index dd85f282885c29187a423b8558d912325c8db89f..848aeaed8041c838cd2d2d08ddf4a6c19cb6eafd 100644
(file)
--- a/
src/analyze/analyze-security.c
+++ b/
src/analyze/analyze-security.c
@@
-603,7
+603,7
@@
static int assess_ip_address_allow(
d = strdup("Service defines IP address whitelist with non-localhost entries");
b = 5;
} else if (info->ip_address_allow_localhost) {
- d = strdup("Service defines IP address whiteli
ts
with only localhost entries");
+ d = strdup("Service defines IP address whiteli
st
with only localhost entries");
b = 2;
} else {
d = strdup("Service blocks all IP address ranges");