0

Or simulate them? It's for a build step that merely needs to succeed, but I'd like to do real work too. I just don't have enough information about it. This is do with SELinux, right? That exists for Ubuntu too; are there equivalent utilities?

1 Answers1

0

/usr/bin/checkmodule can be found in the checkpolicy package

/usr/sbin/semodule can be found in the policycoreutils package

Both of these are in the universe repository.

Details on the utilization of both of these can be found on their respective man pages.

An overview on implementation can be found on the wiki.

Elder Geek
  • 36,023
  • 25
  • 98
  • 183
  • I ended up writing a couple of scripts that just answered back exit 0, but yeah, I'd like to put real software in. I just didn't know enough about SELinux in Ubuntu. Thanks. – Russ Bateman Sep 13 '18 at 19:22
  • Hopefully the wiki will get you the experience you desire. If you have a specific question, always feel free to ask – Elder Geek Sep 14 '18 at 14:25