summaryrefslogtreecommitdiff
path: root/security/trousers/files/pkg-message.in
blob: a142de8319f4669fe512861a12f655e82fc8ba72 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[
{ type: install
  message: <<EOM
To run tcsd automatically, add the following line to /etc/rc.conf:

tcsd_enable="YES"

You might want to edit %%PREFIX%%/etc/tcsd.conf to reflect your setup.

If you want to use tcsd with software TPM emulator, use the following
configuration in /etc/rc.conf:

tcsd_enable="YES"
tcsd_mode="emulator"
tpmd_enable="YES"

To use TPM, add your_account to '%%GROUPS%%' group like following:

# pw groupmod %%GROUPS%% -m your_account
EOM
}
]