mirror of
https://github.com/systemd/systemd.git
synced 2025-01-25 10:04:04 +03:00
add an @ option for confext
This commit is contained in:
parent
75bb2425a3
commit
0da675fddd
@ -92,6 +92,8 @@ int verb_image_policy(int argc, char *argv[], void *userdata) {
|
||||
p = &image_policy_sysext;
|
||||
else if (streq(argv[i], "@sysext-strict"))
|
||||
p = &image_policy_sysext_strict;
|
||||
else if (streq(argv[i], "@confext"))
|
||||
p = &image_policy_confext;
|
||||
else if (streq(argv[i], "@container"))
|
||||
p = &image_policy_container;
|
||||
else if (streq(argv[i], "@service"))
|
||||
|
Loading…
x
Reference in New Issue
Block a user