Page MenuHomeFreeBSD

TPM2-ABRMD
ClosedPublic

Authored by tstruk_gmail.com on Sep 13 2019, 10:03 PM.
Tags
None
Referenced Files
Unknown Object (File)
Dec 4 2024, 9:12 PM
Unknown Object (File)
Nov 30 2024, 2:21 PM
Unknown Object (File)
Nov 25 2024, 9:16 AM
Unknown Object (File)
Nov 23 2024, 1:34 PM
Unknown Object (File)
Nov 21 2024, 6:01 PM
Unknown Object (File)
Nov 21 2024, 4:56 PM
Unknown Object (File)
Nov 21 2024, 5:56 AM
Unknown Object (File)
Nov 20 2024, 11:22 AM

Details

Summary

Add TPM2 Access Broker & Resource Manager Daemon

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

security/tpm2-abrmd/Makefile
15 ↗(On Diff #62073)

Just a minor portlint(1) nit, no blank line needed here.

tstruk_gmail.com marked an inline comment as done.

Reworked according to feedback

security/tpm2-abrmd/Makefile
22 ↗(On Diff #62080)

Do we really need this line? I can build the port without this. (+= is usually not necessary before including anything.)

tstruk_gmail.com added inline comments.
security/tpm2-abrmd/Makefile
22 ↗(On Diff #62080)

I followed an example, but probably the LIB_DEPENDS does the job.

tstruk_gmail.com marked an inline comment as done.

Removed unneeded LIBS+= line

Thanks. Please also consider to upstream the patches to ease the future updates.

This revision is now accepted and ready to land.Sep 14 2019, 2:12 PM

What was the reason to not install ${STAGEDIR}${PREFIX}/share/dbus-1/system-services/com.intel.tss2.Tabrmd.service? This prevents the daemon from being started via D-Bus auto-activation.