mathse
mathse

Reputation: 11

How to create AppArmor profiles for docker containers

I'm starting to dig into AppArmor and since nearly all my services run in a docker container I would like to create profiles for these containers, as mentioned in the docker docs. Has anybody experience with this, so can I somehow use aa-genprof with a docker container, to semi-automate the process?

Greetings

mathas

Upvotes: 1

Views: 578

Answers (1)

4oo4
4oo4

Reputation: 295

I think this will do what you're asking. I don't think it's as seamless as aa-genprof but hopefully will speed up the process of creating profiles.

https://github.com/genuinetools/bane

Upvotes: 0

Related Questions