0

I am trying to gcc my library with another static library and I get this error while runtime

 undefined symbol: security_getenforce

I am thinking this is related to selinux, not sure though... how do I resolve this?

Thanks, Vik.

waka-waka-waka
  • 1,025
  • 3
  • 14
  • 30

1 Answers1

1

Figured it out, use -lselinux as the flag to resolve the issue and load the necessary libraries.

waka-waka-waka
  • 1,025
  • 3
  • 14
  • 30