File: lockdown.default

package info (click to toggle)
lockdown 0.2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 60 kB
  • ctags: 4
  • sloc: sh: 80; makefile: 6
file content (18 lines) | stat: -rw-r--r-- 572 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Defaults for lockdown initscript
# sourced by /etc/init.d/lockdown
# installed at /etc/default/lockdown by the maintainer scripts

# set variable to enable feature, clear to disable

# module lockout (default: true)
MODLOCK='true'
# module locking occurs after modprobe runs. If needed you can specify
# additional delay, in seconds, before the locking occurs so subsystems
# have time to load, hardware get plugged in, etc
MODLOCK_DEL='10'

# kexec disable (default: true)
KEXECLOCK='true'

# Berkeley packet filter (BPF) syscall disable (default: true)
BPFLOCK='true'