-
Notifications
You must be signed in to change notification settings - Fork 743
Add OVAL for encrypt_partitions rule #13539
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: Edgar Aguilar <edgar.aguilar@oracle.com>
linux_os/guide/system/software/disk_partitioning/encrypt_partitions/oval/shared.xml
Outdated
Show resolved
Hide resolved
linux_os/guide/system/software/disk_partitioning/encrypt_partitions/oval/shared.xml
Outdated
Show resolved
Hide resolved
|
||
<linux:partition_state id="state_non_pseudo_file_systems" version="1"> | ||
<linux:uuid operation="pattern match">.+</linux:uuid> | ||
<linux:fs_type operation="not equal">iso9660</linux:fs_type> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is this one special?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is collected by partition_object
But I wouldn't say it is a partition in the system, this is a cdrom
@@ -0,0 +1,50 @@ | |||
<def-group> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I suggest adding a warning to the rule.yml that the rule doesn't have a remediation.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added it
Co-authored-by: Jan Černý <jcerny@redhat.com>
Signed-off-by: Edgar Aguilar <edgar.aguilar@oracle.com>
Code Climate has analyzed commit c79348e and detected 0 issues on this pull request. The test coverage on the diff in this pull request is 100.0% (50% is the threshold). This pull request will bring the total coverage in the repository to 61.9% (0.0% change). View more on Code Climate. |
Description:
Rationale:
Review Hints: