bindfs 1.12.1-1 source package in Ubuntu

Changelog

bindfs (1.12.1-1) unstable; urgency=low


  * New upstream release.
  * debian/patches:
    - Removed, all present upstream.
  * debian/{control,rules}:
    - Don't use quilt.
  * debian/control:
    - Bumped debhelper build-dependency to (>= 9).
  * debian/compat:
    - Bumped to 9 to get automatic dpkg-buildflags support.

 -- Eugene V. Lyubimkin <email address hidden>  Fri, 31 May 2013 21:01:02 +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

Downloads

File Size SHA-256 Checksum
bindfs_1.12.1-1.dsc 1.0 KiB 4def9ee701ed74a5ab48e99e1d69c682b3500e29b457a1a6e23f2e14b0239890
bindfs_1.12.1.orig.tar.gz 336.5 KiB 5e30353ba1e7c520dd6d1338e71dbda642bc7d4fe0f094431c492c3b8e677646
bindfs_1.12.1-1.diff.gz 4.1 KiB adfeb9346709131c4d092e707c717b86cffd189bb175daf2df601a3879c18d07

Available diffs

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.