fscrypt icon indicating copy to clipboard operation
fscrypt copied to clipboard

Go tool for managing Linux filesystem encryption

Results 50 fscrypt issues
Sort by recently updated
recently updated
newest added

The fido2 specification includes the hmac-secret extension that is supported by most vendors and can be used as substitude for a local password. Recent contributions to systemd-homed have already provided...

enhancement

My use case is the following: Normally, I have a a directory (say `/mnt/foo/bar`) that is unlocked whenever I login, and is protected by my login passphrase. It uses `pam_fscrypt`...

enhancement

i've sucessfully set up encrypted home using pam_fscrypt. after that, i configured a fingerprint sensor for login (SDDM/console). that also worked pretty well, but when i rebooted i noticed that...

needs reporter feedback

Apparently cross-compiling fscrypt doesn't work: ``` $ env GOOS=linux GOARCH=arm make go build --ldflags '-s -w -X "main.version=v0.2.3-30-g0f451a7" -X "main.buildTime=Sat Sep 1 23:10:04 CEST 2018" -extldflags ""' -o bin/fscrypt ./cmd/fscrypt...

documentation

This issue may or may not relate to #323. I am investigating the use of xrdp + fscrypt. I am observing that the pam_fscrypt module hangs after the user has...

bug

Right now, both automatic unlocking of directories and rewrapping of the user's login protector are done though the [PAM module](https://wiki.archlinux.org/index.php/PAM) `pam_fscrypt.so`. Specifically the following [PAM _types_](http://www.linux-pam.org/Linux-PAM-html/sag-configuration-file.html) do the following things:...

enhancement

I am trying to set up RDP service on my Ubuntu 20.04 system using packages xrdp and xorgxrdp but it simply will not fly! I'm beginning to suspect that the...

I'd like to propose/request an alternative to typing in passphrases that uses a mechanism many security-conscious users are likely familiar with: the SSH authentication agent. SSH allows users who hold...

enhancement

Both github.com/urfave/cli and github.com/spf13/cobra have ways to automatically generate the bash completion information from our command structures. - [urfave/cli v2 Bash completion](https://github.com/urfave/cli/blob/master/docs/v2/manual.md#bash-completion) - [Cobra dynamic noun completion](https://github.com/spf13/cobra/blob/master/shell_completions.md#dynamic-completion-of-nouns) The best long-term...

enhancement

Many distros provide binary packages in their repositories for the fscrypt tool as well as its PAM integration by now, but Fedora doesn't. It would be great to have it...