[Rpm-maint] [rpm-software-management/rpm] RPM fsverity support (#1203)

2020-04-30 Thread jessorensen
This patchset changes to enable fsverity support natively in RPM. It requires libfsverity to build, which I have submitted patches for to the fsverity-utils maintainer. I have done my best to not break anything with this patchset, but please let me know if I got something wrong. Further

Re: [Rpm-maint] [rpm-software-management/rpm] Silence spurious error message from lsetfilecon() on -EOPNOTSUPP (#976)

2020-04-30 Thread Christian Kujau
Thank you for fixing this. I have a question though: why does this "hide" the error message from `lsetfilecon` instead of tweaking the routine to not execute `lsetfilecon` on file systems that do not support SELinux attributes? Is it unwieldy to conditionally execute `lsetfilecon`? -- You are