Documentation
¶
Overview ¶
Package snapasserts offers helpers to handle snap assertions and their checking for installation.
Index ¶
- func CrossCheck(name, snapSHA3_384 string, snapSize uint64, si *snap.SideInfo, ...) error
- func DeriveSideInfo(snapPath string, db asserts.RODatabase) (*snap.SideInfo, error)
- func FetchSnapAssertions(f asserts.Fetcher, snapSHA3_384 string) error
- func FetchSnapDeclaration(f asserts.Fetcher, snapID string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CrossCheck ¶
func CrossCheck(name, snapSHA3_384 string, snapSize uint64, si *snap.SideInfo, db asserts.RODatabase) error
CrossCheck tries to cross check the name, hash digest and size of a snap plus its metadata in a SideInfo with the relevant snap assertions in a database that should have been populated with them.
func DeriveSideInfo ¶
DeriveSideInfo tries to construct a SideInfo for the given snap using its digest to find the relevant snap assertions with the information in the given database. It will fail with asserts.ErrNotFound if it cannot find them.
func FetchSnapAssertions ¶
FetchSnapAssertions fetches the assertions matching the snap file digest using the given fetcher.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.