File: control

package info (click to toggle)
fsprotect 1.0.7
  • links: PTS
  • area: main
  • in suites: buster, stretch
  • size: 248 kB
  • ctags: 8
  • sloc: sh: 323; makefile: 8
file content (22 lines) | stat: -rw-r--r-- 871 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
Source: fsprotect
Section: admin
Priority: extra
Maintainer: Stefanos Harhalakis <v13@v13.gr>
Build-Depends: cdbs, debhelper (>= 10)
Standards-Version: 3.9.8
Homepage: http://www.v13.gr/
Vcs-Git: https://github.com/sharhalakis/fsprotect.git

Package: fsprotect
Architecture: all
Depends: initramfs-tools, aufs-dkms, lsb-base (>= 3.0-6), ${misc:Depends}
Description: Helper scripts to make filesystems immutable
 This is a set of scripts that make immutable the root and other filesystems.
 Using aufs they pack a tmpfs filesystem and the filesystem forcing
 changes to be written to the tmpfs.
 .
 The root filesystem is protected by an initramfs script. Other filesystems
 are protected by an init script. All protected filesystems become read-only
 ensuring their immutability even on power-offs.
 .
 This can be used for public computers to prevent damage or changes.