diff --git a/src/security/virt-aa-helper.c b/src/security/virt-aa-helper.c index 1f299a056d..8c2434cd09 100644 --- a/src/security/virt-aa-helper.c +++ b/src/security/virt-aa-helper.c @@ -1257,6 +1257,7 @@ main(int argc, char **argv) vah_error(ctl, 1, _("could not set PATH")); } + /* ensure the traditional IFS setting */ if (setenv("IFS", " \t\n", 1) != 0) { vah_error(ctl, 1, _("could not set IFS")); }