Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MachineState: Implement permissions for keys.
This however only implements setting permissions if "storeKeysOnMachine" is set to false right now, because if the value is set to true the keys are symlinked from the store and we actually have to find a way to control permisions on it, which for the store is only possible if NixOS/nix#8 is implemented. Also, this ensures that the key filename is properly escaped. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
- Loading branch information