Extend product-in sed to cover shared/, not-in, and single quotes #2

Merged
alukoshko merged 1 commits from swoutersup/scap-security-guide:fix/product-in-sed-coverage-a9 into a9 2026-07-16 13:31:54 +00:00

1 Commits

Author SHA1 Message Date
Sam Wouters
44c5def542 Extend product-in sed to cover shared/, not-in, and single quotes
Same gap as a10: the sed only searched linux_os/ and only matched
double-quoted product names in 'if product in' blocks, missing rules
in shared/, exclusion lists using 'if product not in', and
single-quoted product names in either form.

Extend the find path to linux_os/ and shared/, and add the three
missing -e expressions to cover all four combinations.
2026-07-15 18:19:26 +02:00