How to create an apparmor profile for an application that works using the twisted Python library?

I am trying to create an apparmor profile for a network application with ssh access and works using a twisted Python library. I tried using aa-genprof to create a profile. In another bash, I ran my applications with a few test cases. However, no rules are generated. How do I create a profile?

+4
source share

All Articles