1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
|
Source: fuse-overlayfs
Section: misc
Priority: optional
Maintainer: Reinhard Tartler <siretart@tauware.de>
Build-Depends: debhelper (>= 11), autoconf, automake, pkg-config, libfuse3-dev
Standards-Version: 4.1.3
Homepage: https://github.com/containers/fuse-overlayfs
Vcs-Browser: https://salsa.debian.org/debian/fuse-overlayfs
Vcs-Git: https://salsa.debian.org/debian/fuse-overlayfs.git
Package: fuse-overlayfs
Architecture: any
Depends: fuse3, ${shlibs:Depends}, ${misc:Depends}
Description: Implementation of overlay+shiftfs in FUSE for rootless containers.
This package provides an overlayfs FUSE implementation so that it can
be used since Linux 4.18 by unprivileged users in an user namespace.
|