Skip to content

Replace deprecated security_context_t

Fixed because it was harshing my --enable-strict builds.

While selinux started issuing a deprecation notice only "recently"1, security_context_t was made a typedef for char* 11 years ago2.

Notes

  1. (where "recently" is four years ago)
  2. It's been that way since libselinux 2.3

Merge request reports