e788fbf430
* 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
11 lines
189 B
Plaintext
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
|
|
}
|
|
]
|