Skip to content
/ profiles Public

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

License

Notifications You must be signed in to change notification settings

moby/profiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

316 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors 59