Crates.io | sam-zfs-unlocker |
lib.rs | sam-zfs-unlocker |
version | 0.1.7 |
source | src |
created_at | 2024-08-10 12:39:35.773686 |
updated_at | 2024-08-31 17:03:26.373554 |
description | A simple library for controlling encrypted ZFS pool datasets |
homepage | |
repository | https://github.com/TheQuantumPhysicist/sam-zfs-unlocker |
max_upload_size | |
id | 1332363 |
size | 29,986 |
This is a simple library that has some functions to lock/unlock datasets in your machine. This isn't intended to be run or even compiled as root.
The way to use this is by creating a special user and granting them special sudo
permissions to run the given commands. The functions that require visudo to be edited for the given user are specified in the documentation of every function. A subset of those are "mount", "unmount", "load-key" and "unload-key". More may be added.