Mount Directories to other Locations and alter Permission Bits
http://code.google.com/p/bindfs/
bindfs is a FUSE filesystem for mounting a directory to another location,
similarly to mount --bind. The permissions inside the mountpoint can be altered
using various rules.
- Developed at filesystems
- Sources inherited from project openSUSE:Factory
-
4
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory:Rebuild/bindfs && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
bindfs-1.11.tar.gz | 0000344060 336 KB | |
bindfs.changes | 0000001213 1.18 KB | |
bindfs.spec | 0000001778 1.74 KB |
Revision 3 (latest revision is 29)
Stephan Kulow (coolo)
accepted
request 139583
from
Jan Engelhardt (jengelh)
(revision 3)
- Update to new upstream release 1.11 * Be single-threaded by default due to an inherent race condition; use -o multithreaded to get the old behavior back. * Respect setgid bit on directories when using --create-as-user - Update to new upstream version 1.10.6 * a memory bug from 1.10.1, and --create-as-user and thread safety regressions were resolved * honor CFLAGS in ./configure call * fix a short-allocation that led to a crash in bindfs_readdir * implement a lookup cache to speed up repeated lookups (helpful for networked user databases, e.g. on LDAP)
Comments 0