SELinux Module Quandry
Hi,
I'm trying to figure something out about modules...
If you create one, it starts with a *.te file, which is used to build a *.pp file that is in binary, so it is unreadable.
Once this custom module is in place, how can you find out what it does?
The *.te file is no longer needed, and isn't there.
I could disable it and see the results, but that isn't a very complete analysis of its function and could mean that I'm missing something.
But is there any way to showcase what a particular module is there to do if you don't have the *.te file?
Thanks!