projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f351e95
)
image-policy: correct two comments
author
Lennart Poettering
<lennart@poettering.net>
Wed, 26 Apr 2023 19:21:37 +0000
(21:21 +0200)
committer
Lennart Poettering
<lennart@poettering.net>
Wed, 26 Apr 2023 20:24:58 +0000
(22:24 +0200)
src/shared/image-policy.c
patch
|
blob
|
history
diff --git
a/src/shared/image-policy.c
b/src/shared/image-policy.c
index bccd55406e574905e5c0c171f9b624d085e3ac56..2d7538ee115bba780450f03e8f40769687da4901 100644
(file)
--- a/
src/shared/image-policy.c
+++ b/
src/shared/image-policy.c
@@
-671,13
+671,13
@@
const ImagePolicy image_policy_allow = {
};
const ImagePolicy image_policy_deny = {
- /*
Allow
policy */
+ /*
Deny
policy */
.n_policies = 0,
.default_flags = PARTITION_POLICY_ABSENT,
};
const ImagePolicy image_policy_ignore = {
- /*
Allow
policy */
+ /*
Ignore
policy */
.n_policies = 0,
.default_flags = PARTITION_POLICY_IGNORE,
};