aboutsummaryrefslogtreecommitdiffstats
path: root/main/fuse/fix-realpath.patch
Commit message (Collapse)AuthorAgeFilesLines
* main/fuse: upgrade to 2.9.9TBK2020-03-081-3/+3
| | | | https://github.com/libfuse/libfuse/releases/tag/fuse-2.9.9
* main/fuse: fix user mounting under grsec kernelTimo Teräs2015-02-091-0/+28
If the user is was not in readproc group, realpath() would fail causing fusermount to fail. The privilege drop for realpath() is unnecessary as the real access checks are done in other places.