File: control

package info (click to toggle)
loggedfs 0.9%2Bds-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 184 kB
  • sloc: cpp: 1,014; makefile: 39; xml: 9
file content (27 lines) | stat: -rw-r--r-- 909 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
Source: loggedfs
Section: admin
Priority: optional
Maintainer: Stephen Kitt <skitt@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 libeasyloggingpp-dev,
 libfuse-dev,
 libpcre2-dev,
 libxml2-dev,
Standards-Version: 4.6.1
Rules-Requires-Root: no
Homepage: https://rflament.github.io/loggedfs/
Vcs-Browser: https://salsa.debian.org/debian/loggedfs
Vcs-Git: https://salsa.debian.org/debian/loggedfs.git

Package: loggedfs
Architecture: any
Depends: fuse (<< 3) | fuse3 (>= 3.10.1-3), ${misc:Depends}, ${shlibs:Depends}
Description: User-controllable logging file system
 LoggedFS is a logging file system which can log every operation
 happening in it. It mounts transparently over any directory and logs
 operations inside that directory (and its children).
 .
 The amount of logging is configurable, and since LoggedFS uses FUSE,
 it can be controlled by users without system administrator
 involvement.