Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 1020 Bytes

File metadata and controls

39 lines (23 loc) · 1020 Bytes

Profiles

A collection of security profiles for containers, including AppArmor and seccomp profiles used by Moby.

Overview

This repository contains:

  • AppArmor profiles: Linux kernel security module profiles for mandatory access control
  • seccomp profiles: Secure computing mode profiles for syscall filtering

Components

AppArmor (/apparmor)

The AppArmor package provides functionality for generating and managing AppArmor profiles for containers.

seccomp (/seccomp)

The seccomp package provides functionality for generating and managing seccomp profiles for syscall filtering in containers.

Usage

Each package can be imported and used independently:

import (
    "github.com/moby/profiles/apparmor"
    "github.com/moby/profiles/seccomp"
)

License

This project is licensed under the Apache License 2.0. See LICENSE for details.

Security

For security issues, please follow the Moby security policy.