This file is indexed.

/etc/apg.conf is in apg 2.2.3.dfsg.1-5.

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
#APG_PARM sets the defaults if apg is executed without any command arguments
#
#
#Examples:
#
#Pronounceable passwords with special characters:
#APG_PARM="-c /dev/urandom  -m 8 -x 14  -M SNCL  -t"
#
#Pronounceable passwords without special characters:
#APG_PARM="-c /dev/urandom  -m 8 -x 14  -M NCL  -t"
#
#Random passwords:
#APG_PARM="-c /dev/urandom  -m 20 -x 20  -a 1 -M SNCL"

APG_PARM="-c /dev/urandom  -m 8 -x 14  -M SNCL  -t"