File: default

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 (11 lines) | stat: -rw-r--r-- 459 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
# fsprotect configuration for protecting filesystems other than root
# Protection will only be enabled when the "fsprotect=" parameter is passed to
# the kernel

# This is a space separated list of mountpoints to protect.
# Only non-virtual filesystems are supported.
# DON'T add / in here. Instead use the "fsprotect=" kernel parameter
# Each entry is in the form "mountpoint" or "mountpoint=tmpfs_size"
# Example:
#	PROTECT="/boot=100M /home=2G"
PROTECT=""