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:
parent
4212337d7e
commit
0971ebf43c
4 changed files with 29 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue