summaryrefslogtreecommitdiff
path: root/src/shared/extension-util.h
Commit message (Collapse)AuthorAgeFilesLines
* extension-release: establish compatibility between host file and ↵maanyagoenka2023-04-051-5/+8
| | | | | | | | | extension-release file The release file that accompanies the confext images needs to be host compatible to be able to be merged into the host /etc/ directory. This commit checks for version compatibility between the image file and the host file.
* sysext: validate that they do not contain os-releaseLuca Boccassi2023-03-301-0/+4
| | | | | sysexts are not supposed to ship os-release files, enforce this when loading them
* rename extension-release.[c|h] -> extension-util.[c|h]Luca Boccassi2023-03-301-0/+16
It will be used for other extension DDI validation, not just for extension-release validation