You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a helper in patina-boot to invoke the platform's boot-partition write-lock mechanism. Start with lock_partition_write(boot_services, device_path) -> Result<()>; introduce a PartitionLocker trait if a second mechanism emerges.
Add a helper in
patina-bootto invoke the platform's boot-partition write-lock mechanism. Start withlock_partition_write(boot_services, device_path) -> Result<()>; introduce aPartitionLockertrait if a second mechanism emerges.Part of #49.