Skip to content

Suid application to create a wired ramdisk on OSX for storing sensitive temporary files

Notifications You must be signed in to change notification settings

morristech/osx-tmpfs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

osx-tmpfs

A suid helper to create a secure ramdisk on OS X; the ramdisk it creates is mounted in-kernel, using wired memory. (This is why this program is suid.)

How to use: ./osx-tmpfs

Output, on success: {diskpath} {mountpoint}

There are no options that affect its behavior. Change the constants and recompile; the fewer options a suid binary has, the better.

An outline of how it works:

  • Generate a random encryption key
  • Attach a ram:// virtual disk in-kernel encrypted under that key
  • Create an HFS+ filesystem on the disk
  • Create a randomly named mountpoint in the current directory with the .noindex extension
  • Mount the filesystem
  • Change ownership to the real uid; set restrictive permissions and extended attributes
  • Output the name of the ramdisk and the mountpoint

See man 1 hdiutil

About

Suid application to create a wired ramdisk on OSX for storing sensitive temporary files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 98.1%
  • Shell 1.9%