File: control

package info (click to toggle)
securefs 0.11.1%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,684 kB
  • sloc: cpp: 11,757; python: 486; sh: 11; makefile: 7
file content (31 lines) | stat: -rw-r--r-- 884 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Source: securefs
Section: utils
Priority: optional
Maintainer: Yanhao Mo <yanhaocs@gmail.com>
Build-Depends:
 cmake,
 debhelper (>=11~),
 libfuse-dev,
 libcrypto++-dev,
 libjsoncpp-dev,
 libtclap-dev,
 libutfcpp-dev,
 libutf8proc-dev,
 catch,
Standards-Version: 4.3.0
Homepage: https://github.com/netheril96/securefs
Vcs-Git: https://salsa.debian.org/debian/securefs.git
Vcs-Browser: https://salsa.debian.org/debian/securefs

Package: securefs
Architecture: any
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
 fuse,
Description: Filesystem in userspace with transparent authenticated encryption
 securefs mounts a regular directory onto a mount point. The
 mount point appears as a regular filesystem, where one can
 read/write/create files, directories and symbolic links.
 The underlying directory will be automatically updated to
 contain the encrypted and authenticated contents.