0.6.0 - 2023-08-17
- Call
syscall.Setgroups
on groups from/etc/passwd
and/etc/group
: #37
0.5.1 - 2021-07-19
0.5 - 2020-06-12
- Use Lchown so that symbolic links are not followed: #27
0.4.1 - 2020-04-28
- Add linux arm64 release: #23
0.4 - 2018-05-24
- Add quiet mode command-line flag
-q
: #11
0.3 - 2018-01-15
- Allow specifying paths to search: #5
- Change Mount Detection to read /proc/mounts: #7
- Handle errors from
lstat
andfilepath.readDirNames
: #4
0.2 - 2017-11-08
- Properly skip mounted files: #3
0.1 - 2017-07-18
- Initial Release