File: control

package info (click to toggle)
securefs 0.13.1%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 2,324 kB
  • sloc: cpp: 12,816; python: 764; sh: 13; makefile: 7
file content (30 lines) | stat: -rw-r--r-- 1,084 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
Source: securefs
Section: utils
Priority: optional
Maintainer: Yanhao Mo <yanhaocs@gmail.com>
Build-Depends: catch,
               cmake,
               debhelper (>=11~),
               debhelper-compat (= 13),
               libcrypto++-dev,
               libfuse-dev,
               libjsoncpp-dev,
               libtclap-dev,
               libutf8proc-dev,
               libutfcpp-dev,
               libargon2-dev
Rules-Requires-Root: no
Standards-Version: 4.6.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: fuse, ${misc:Depends}, ${shlibs:Depends}
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.