Files
ports/security/tpm2-abrmd/pkg-message
T
Andrea Cocito e788fbf430 security/tpm2-abrmd: Assorted improvements to the port
* Fix name collision on function write_all():
* Stop installing tpm2-abrmd-devd.conf as it is useless and does not work
* Use "wheel" as FreeBSD does not have the "root" group
* Fix inconsistent naming of the rc script

PR:		286218
Approved by:	maintainer
Pull Request:	https://github.com/freebsd/freebsd-ports/pull/391
2025-05-13 13:22:15 +03:00

11 lines
189 B
Plaintext

[
{ type: install
message: <<EOM
Please add the following lines to /etc/devfs.conf as tpm2-abrmd needs /dev/tpm0
to be mode 0660 and group _tss:
perm tpm0 0660
own tpm0 root:_tss
EOM
}
]