+- if err := protect.Pledge("stdio rpath wpath cpath tty proc exec"); err != nil {
++ if err := protect.Pledge("stdio rpath wpath cpath fattr tty proc exec"); err != nil {
during "gopass fsck" if files or directories are encountered with
permissions that are too wide, it will use syscall.Chmod to fix too-open
permissions on files or directories. wpath is not enough for this, fattr
is needed.