Go to file
Dominique Leuenberger cd398a7cbe Accepting request 1193691 from security
- Fix SELinux sbin/bin merge (bsc#1229047)
  1229047-fix-bin-sbin-selinux.patch
  Can be dropped once https://github.com/tpm2-software/tpm2-abrmd/pull/846
  is merged upstream (forwarded request 1193685 from cahu)

OBS-URL: https://build.opensuse.org/request/show/1193691
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tpm2.0-abrmd?expand=0&rev=27
2024-08-14 12:13:54 +00:00
.gitattributes - Fix SELinux sbin/bin merge (bsc#1229047) 2024-08-13 09:25:31 +00:00
.gitignore - Fix SELinux sbin/bin merge (bsc#1229047) 2024-08-13 09:25:31 +00:00
1229047-fix-bin-sbin-selinux.patch - Fix SELinux sbin/bin merge (bsc#1229047) 2024-08-13 09:25:31 +00:00
harden_tpm2-abrmd.service.patch - Fix SELinux sbin/bin merge (bsc#1229047) 2024-08-13 09:25:31 +00:00
README.SUSE - Fix SELinux sbin/bin merge (bsc#1229047) 2024-08-13 09:25:31 +00:00
tpm2-abrmd-3.0.0.tar.gz - Fix SELinux sbin/bin merge (bsc#1229047) 2024-08-13 09:25:31 +00:00
tpm2-abrmd-3.0.0.tar.gz.asc - Fix SELinux sbin/bin merge (bsc#1229047) 2024-08-13 09:25:31 +00:00
tpm2-abrmd.keyring - Fix SELinux sbin/bin merge (bsc#1229047) 2024-08-13 09:25:31 +00:00
tpm2.0-abrmd.changes - Fix SELinux sbin/bin merge (bsc#1229047) 2024-08-13 09:25:31 +00:00
tpm2.0-abrmd.rpmlintrc - Fix SELinux sbin/bin merge (bsc#1229047) 2024-08-13 09:25:31 +00:00
tpm2.0-abrmd.spec - Fix SELinux sbin/bin merge (bsc#1229047) 2024-08-13 09:25:31 +00:00

The tpm2-abrmd by upstream default allows every local users in the system to
access the TPM chip and modify its settings (bsc#1197532). Upstream suggests
to use the TPM's internal security features (e.g. password protection) to
prevent local users from manipulating the chip without authorization. Still
the default behaviour that every user in the system can access TPM features
without any authentication could come as a surprise to end users and system
integrators alike.

For this reason on SUSE only members of the 'tss' group are allowed to access
the tpm2-abrmd D-Bus interface, thereby mirroring the access permissions of
the /dev/tpm0 and /dev/tpmrm0 character devices.