Skip to content

Commit

Permalink
Fixing invalid filepath in the rpmverifyfile_object used to check if …
Browse files Browse the repository at this point in the history
…the system is Rocky Linux #18
  • Loading branch information
yavor-atanasov committed Jun 2, 2024
1 parent 8f63e83 commit 340c495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oval/transform.py
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ def generate_default( tests, objects, states, base_id, rl_version ) :
{ 'name' : "version", 'pairs' : "", 'operation' : "pattern match", 'value' : "" },
{ 'name' : "release", 'pairs' : "", 'operation' : "pattern match", 'value' : "" },
{ 'name' : "arch", 'pairs' : "", 'operation' : "pattern match", 'value' : "" },
{ 'name' : "filepath", 'pairs' : "", 'operation' : "pattern match", 'value' : "" }
{ 'name' : "filepath", 'pairs': "", 'operation':"", 'value' : "/etc/rocky-release" }
]
}
)
Expand Down

0 comments on commit 340c495

Please sign in to comment.