hashicorp / nomad-driver-podman

A nomad task driver plugin for sandboxing workloads in podman containers
https://developer.hashicorp.com/nomad/plugins/drivers/podman
Mozilla Public License 2.0
226 stars 62 forks source link

config: Set custom apparmor profile or disable apparmor #188

Closed towe75 closed 2 years ago

towe75 commented 2 years ago

Sometimes --privileged is too much and capabilities are not enough. This configuration option allow you to set a custom apparmor profile for a container to e.g. get elevated /proc permissions. It can also effectively disable apparmor by setting the value to unconfined.