packages icon indicating copy to clipboard operation
packages copied to clipboard

libsepol update

Open EbonJaeger opened this issue 1 year ago • 1 comments

Summary

  • libsepol: Update to 3.3
  • libselinux: Rebuild for libsepol

While newer versions than 3.3 are available, our libselinux is only at 3.3, so I opted to use the same version here. Updating that sounds like a can of worms that I don't want to open.

Part of https://github.com/getsolus/packages/issues/3554

Test Plan

Updated using the two packages, rebooted, ran sudo, saw that my system did not explode. Since we don't actually use SELinux in the kernel, I'm not sure how else exactly to test this.

Checklist

  • [x] Package was built and tested against unstable

EbonJaeger avatar Aug 12 '24 23:08 EbonJaeger

Should be fine to merge this and see what breaks, I think. I've made #3618 as a follow-up.

silkeh avatar Aug 18 '24 19:08 silkeh

TBH we don't use selinux so I don't really see how updating the libselinux library would cause problems. It pretty much only exists in the repo because it's a build/run dep of other packages, and I can't imagine they use it beyond "is selinux enabled? no? then skip that part of the code".

ReillyBrogan avatar Sep 12 '24 19:09 ReillyBrogan