1
0
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:
Maanya Goenka 2023-08-08 21:37:36 +00:00
parent 75bb2425a3
commit 0da675fddd

View File

@ -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"))