freebsd-ports/security/trousers/files/pkg-message.in
Dmitry Marakasov b398fc9831 - Fix command in pkg-message
- While here, switch to USES=ssl and silence mkdir

PR:		205649
Submitted by:	teksimian@gmail.com
Approved by:	maintainer timeout (hrs, 8 months)
2016-09-08 14:53:50 +00:00

16 lines
428 B
Text

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