Page MenuHomeFreeBSD

Add GELI partition types
AbandonedPublic

Authored by eric_metricspace.net on Oct 17 2017, 12:34 AM.
Tags
None
Referenced Files
F106619902: D12690.diff
Thu, Jan 2, 8:40 PM
Unknown Object (File)
Dec 3 2024, 9:03 AM
Unknown Object (File)
Oct 17 2024, 3:12 AM
Unknown Object (File)
Oct 17 2024, 3:12 AM
Unknown Object (File)
Oct 14 2024, 5:48 PM
Unknown Object (File)
Sep 14 2024, 10:48 PM
Unknown Object (File)
Sep 7 2024, 7:14 AM
Unknown Object (File)
Aug 23 2024, 5:32 PM
Subscribers
None

Details

Summary

This adds a freebsd-geli partition type to the necessary tables. This allows users to mark their GELI partitions without revealing the underlying contents, avoiding an information leak to a potential attacker (however minor).

Test Plan

Need to test:

  • Userland gpart tool
  • Kernel detection

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

Turns out this one is nowhere near complete. Need to add more stuff.

However, this one also isn't *strictly* necessary for GELI.

This revision is now accepted and ready to land.Feb 2 2018, 10:43 AM

This review actually needs more work. Turns out there's more places where things need to be added.