bindfs 1.9-3 source package in Ubuntu

Changelog

bindfs (1.9-3) unstable; urgency=low
  * debian/rules:    - Rewrote using debhelper v7 to make them simpler.  * debian/control:    - Bumped debhelper dependency to use debhelper v7 short style and      overrides.    - Bumped Standards-Version to 3.9.2, no changes needed.    - Depend on fuse4bsd on kFreeBSD arches. Thanks to Martin Pärtel and      Robert Millan for the analysis. (Closes: #634456)  * debian/compat:    - Bumped to 7. -- Eugene V. Lyubimkin <email address hidden>  Fri, 22 Jul 2011 21:17:08 +0300

Upload details

Uploaded by:
Eugene V. Lyubimkin
Uploaded to:
Sid
Original maintainer:
Eugene V. Lyubimkin
Architectures:
any
Section:
utils
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe utils

Downloads

File Size SHA-256 Checksum
bindfs_1.9-3.dsc 1013 bytes 04efa8e1ae76f1501c262d3126f03e4899acddb52233b701a4f17afcc733781d
bindfs_1.9.orig.tar.gz 299.5 KiB 5a72e1537b8a5702c0e0a29ccaa7e1d41454c259cd77fcc824f5232cf7564e11
bindfs_1.9-3.diff.gz 3.0 KiB 5ff6fa252311b896236743ecb34614a49b8983a14595240fd845e4a4099987b1

No changes file available.

Binary packages built by this source

bindfs: mirrors or overlays a local directory with altered permissions

 bindfs is a FUSE filesystem for mirroring a directory to another
 directory, similarly to mount --bind. The permissions of the mirrored
 directory can be altered in various ways.
 .
 Some things bindfs can be used for:
  - Making a directory read-only.
  - Making all executables non-executable.
  - Sharing a directory with a list of users (or groups).
  - Modifying permission bits using rules with chmod-like syntax.
  - Changing the permissions with which files are created.
 .
 Non-root users can use almost all features, but most interesting
 use-cases need user_allow_other to be defined in /etc/fuse.conf.