Page MenuHomeFreeBSD

Add GELI partition types
AbandonedPublic

Authored by eric_metricspace.net on Oct 17 2017, 12:34 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, May 11, 3:52 AM
Unknown Object (File)
Mon, May 11, 2:45 AM
Unknown Object (File)
Mon, May 11, 2:45 AM
Unknown Object (File)
Thu, Apr 23, 9:06 AM
Unknown Object (File)
Mon, Apr 20, 3:47 PM
Unknown Object (File)
Mon, Apr 20, 12:49 PM
Unknown Object (File)
Sun, Apr 19, 8:24 AM
Unknown Object (File)
Apr 13 2026, 9:33 AM
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.