Comment 15 for bug 2060345

Revision history for this message
Aymen Frikha (aym-frikha) wrote (last edit ):

Hey @Eduardo,

I ran the following test:

- Created an Jammy lxd container
- apt install ceph-mds
- sudo pro attach xxxx
- sudo pro enable usg
- sudo apt-get update --yes && sudo apt-get install --yes usg
- sudo usg generate-tailoring cis_level1_server /root/cis-l1.xml
- sudo usg audit --tailoring-file /root/cis-l1.xml
----> FAIL
- vim /etc/apt/sources.list --> Update the source list with jammy-proposed
- apt update
- apt install libopenscap8 (Installed: 1.2.17-0.1ubuntu7.22.04.2)
- sudo usg audit --tailoring-file /root/cis-l1.xml
-----> SUCCESS (Also a bit faster than the first test)

Let me know if you need more information.

Thanks