diff options
author | Salah Coronya <salah.coronya@gmail.com> | 2020-05-13 22:12:06 -0500 |
---|---|---|
committer | Jason A. Donenfeld <zx2c4@gentoo.org> | 2020-05-17 22:59:51 -0600 |
commit | 911b35667b9e66b5d29f0ef2927219cacabd2e30 (patch) | |
tree | cb39742d9f54a948818caed5d1bc342f601296f4 /app-crypt/tpm2-tss/files | |
parent | dev-python/warlock: 1.3.3 bump (diff) | |
download | gentoo-911b35667b9e66b5d29f0ef2927219cacabd2e30.tar.gz gentoo-911b35667b9e66b5d29f0ef2927219cacabd2e30.tar.bz2 gentoo-911b35667b9e66b5d29f0ef2927219cacabd2e30.zip |
app-crypt/tpm2-tss: Fix sandbox violation for systemd users
Closes: https://bugs.gentoo.org/722864
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Salah Coronya <salah.coronya@gmail.com>
Signed-off-by: Jason A. Donenfeld <zx2c4@gentoo.org>
Diffstat (limited to 'app-crypt/tpm2-tss/files')
-rw-r--r-- | app-crypt/tpm2-tss/files/tpm2-tss-2.4.0-Dont-run-systemd-sysusers-in-Makefile.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/app-crypt/tpm2-tss/files/tpm2-tss-2.4.0-Dont-run-systemd-sysusers-in-Makefile.patch b/app-crypt/tpm2-tss/files/tpm2-tss-2.4.0-Dont-run-systemd-sysusers-in-Makefile.patch new file mode 100644 index 000000000000..c916bbf0133c --- /dev/null +++ b/app-crypt/tpm2-tss/files/tpm2-tss-2.4.0-Dont-run-systemd-sysusers-in-Makefile.patch @@ -0,0 +1,15 @@ +diff --git a/Makefile.am b/Makefile.am +index c543a287..58187f7e 100644 +--- a/Makefile.am ++++ b/Makefile.am +@@ -558,10 +558,6 @@ uninstall-local: + -rm $(DESTDIR)$(udevrulesdir)/$(udevrulesprefix)tpm-udev.rules + endif + +-# Create tss user and FAPI directories directly after installation (vs. after a reboot) +-install-exec-hook: +- systemd-sysusers && systemd-tmpfiles --create || true +- + uninstall-hook: + cd $(DESTDIR)$(man3dir) && \ + [ -L Tss2_TctiLdr_Initialize_Ex.3 ] && \ |