Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introduce a dedicated unconfined AA policy
By using the 'unconfined' policy for privileged containers, we have inherited the host's apparmor policies, which really make no sense in the context of the container's filesystem. For instance, policies written against the paths of binaries such as '/usr/sbin/tcpdump' can be easily circumvented by moving the binary within the container filesystem. Fixes GH#5490 Signed-off-by: Eric Windisch <[email protected]>
- Loading branch information