index
:
fscrypt.git
chr-fork-doc-02
ext4
man
master
refactor
sshd-bug-workaround
Go tool for managing Linux filesystem encryption
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
filesystem
Age
Commit message (
Expand
)
Author
2024-05-02
Compare mount by value instead of reference
NymanRobin
2023-09-09
mountpoint_test: skip TestLoadSourceDevice if loop0 doesn't exist
Eric Biggers
2023-09-09
Re-run 'make format' with latest version of gofmt
Eric Biggers
2023-09-09
Adjust nested lists to prevent gofmt from flattening them
Eric Biggers
2022-12-04
Stop using deprecated package io/ioutil
Eric Biggers
2022-04-09
Merge pull request #354 from google/staticcheck-fix
Joseph Richey
2022-04-08
Switch to google.golang.org/protobuf/proto
Eric Biggers
2022-04-08
Add lustre to allowed filesystems and update documentation
Eric Biggers
2022-02-23
filesystem: create metadata files with mode 0600
Eric Biggers
2022-02-23
filesystem: preserve metadata file permissions on updates
Eric Biggers
2022-02-23
Make all new metadata files owned by user when needed
Eric Biggers
2022-02-23
Extend ownership validation to entire directory structure
Eric Biggers
2022-02-23
Strictly validate metadata file ownership by default
Eric Biggers
2022-02-23
Make 'fscrypt setup' offer a choice of directory modes
Eric Biggers
2022-02-23
filesystem: fall back to non-atomic overwrites when required
Eric Biggers
2022-02-23
filesystem: reject spoofed login protectors
Eric Biggers
2022-02-23
filesystem: validate size and type of metadata files
Eric Biggers
2022-02-23
Make the output of 'fscrypt status' unambiguous
Eric Biggers
2022-02-06
filesystem: remove an outdated comment
Eric Biggers
2022-01-26
filesystem: fall back to path-only links if UUID cannot be determined
Eric Biggers
2022-01-26
filesystem: make FindMount() fall back to search by path
Eric Biggers
2022-01-19
filesystem: add back canonicalizePath()
Eric Biggers
2022-01-19
filesystem: add back the mountsByPath map
Eric Biggers
2021-12-22
filesystem: store mountpoint in link files as a fallback
Eric Biggers
2021-12-20
filesystem: avoid accessing irrelevant filesystems
Eric Biggers
2021-12-19
Set owner of login protectors to correct user
Eric Biggers
2021-05-12
filesystem: skip TestHaveReadAccessTo() when running as root
Eric Biggers
2020-05-09
filesystem: improve errors
Eric Biggers
2020-05-09
actions/policy: improve errors
Eric Biggers
2020-05-09
cmd/fscrypt: add FSCRYPT_CONSISTENT_OUTPUT environmental variable
Eric Biggers
2020-04-16
Allow fscrypt to work in containers (#213)
Eric Biggers
2020-03-23
Improve error message when unlocking v2 policy is unsupported
Eric Biggers
2020-01-28
filesystem: don't overwrite existing protector links
Eric Biggers
2020-01-23
filesystem: remove canonicalizePath() (#185)
ebiggers
2019-11-27
Allow filesystem links to contain leading/trailing whitespace
Eric Biggers
2019-10-30
filesystem: add unit tests for loadMountInfo()
Eric Biggers
2019-10-30
filesystem: handle bind mounts properly
Eric Biggers
2019-10-30
filesystem: make link handling more robust
Eric Biggers
2019-10-30
filesystem: get correct device for kernel-mounted rootfs
Eric Biggers
2019-10-30
filesystem: add device number utilities
Eric Biggers
2019-10-30
filesystem: skip unnecessary mountpoint canonicalization
Eric Biggers
2019-10-30
filesystem: switch to using /proc/self/mountinfo
Eric Biggers
2019-10-29
filesystem: rename getMountInfo() to loadMountInfo()
Eric Biggers
2019-10-29
filesystem: remove Mount.Options
Eric Biggers
2019-10-29
filesystem: rename Mount.Filesystem to Mount.FilesystemType
Eric Biggers
2019-10-25
Added capacity to slice creation, when capacity is known (#159)
Vivek V
2019-10-23
actions/config: ensure config file is created with mode 0644 (#152)
ebiggers
2019-10-23
filesystem: Move test-only code to test files
Joe Richey
2019-10-01
filesystem: allow .fscrypt to be a symlink
Eric Biggers
2019-09-09
writeDataAtomic() fixes (#140)
ebiggers
[next]