wizard/oscap: masked services customization

Add masked services as a customization option, since disabling systemd
units when the package isn't installed breaks the image build.
This commit is contained in:
Gianluca Zuccarelli 2024-03-05 14:54:53 +00:00 committed by Klara Simickova
parent 4212337d7e
commit 0971ebf43c
4 changed files with 29 additions and 4 deletions

View file

@ -155,9 +155,10 @@ describe('Step Compliance', () => {
);
await screen.findByText(/kernel arguments:/i);
await screen.findByText(/audit_backlog_limit=8192 audit=1/i);
await screen.findByText(/disabled services:/i);
await screen.findByText(/nfs-server/i);
await screen.findByText(/disabled services:/i);
await screen.findByText(/enabled services:/i);
await screen.findByText(/masked services:/i);
await screen.findByText(/crond/i);
// check that the FSC contains a /tmp partition