A collection of security profiles for containers, including AppArmor and seccomp profiles used by Moby.
This repository contains:
- AppArmor profiles: Linux kernel security module profiles for mandatory access control
- seccomp profiles: Secure computing mode profiles for syscall filtering
The AppArmor package provides functionality for generating and managing AppArmor profiles for containers.
The seccomp package provides functionality for generating and managing seccomp profiles for syscall filtering in containers.
Each package can be imported and used independently:
import (
"github.com/moby/profiles/apparmor"
"github.com/moby/profiles/seccomp"
)This project is licensed under the Apache License 2.0. See LICENSE for details.
For security issues, please follow the Moby security policy.