This file is indexed.

/etc/hdapsd.conf is in hdapsd 1:20141203-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Which device(s) should be protected by hdapsd?
# Can be either a single string (one device):
#  device="sda";
# Or an array of strings (multiple devices):
#  device=["sda", "sdb"];
# Will be autodetected if not set.

# How sensitive should hdapsd be? Defaults to 15.
# You probably want to change this.
#  sensitivity=15;

# Enables adaptive mode, where hdapsd adjusts the sensitity
# while the mouse and keyboard are used.
# You probably want to enable this.
#  adaptive=true;

# Run hdapsd in background as a daemon.
#  background=true;

# Write a pid file.
#  pidfile="/var/run/hdapsd.pid";

# Enable logging to syslog.
#  syslog=true;