mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
245f2d922a
full diff: https://github.com/opencontainers/selinux/compare/v1.5.2...v1.6.0 This also adds a new dependency: github.com/willf/bitset Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
22 lines
1.1 KiB
Markdown
22 lines
1.1 KiB
Markdown
# selinux
|
|
|
|
[![GoDoc](https://godoc.org/github.com/opencontainers/selinux?status.svg)](https://godoc.org/github.com/opencontainers/selinux) [![Go Report Card](https://goreportcard.com/badge/github.com/opencontainers/selinux)](https://goreportcard.com/report/github.com/opencontainers/selinux) [![Build Status](https://travis-ci.org/opencontainers/selinux.svg?branch=master)](https://travis-ci.org/opencontainers/selinux)
|
|
|
|
Common SELinux package used across the container ecosystem.
|
|
|
|
## Usage
|
|
|
|
When compiling consumers of this project, the `selinux` build tag must be used to enable selinux functionality.
|
|
|
|
For complete documentation, see [godoc](https://godoc.org/github.com/opencontainers/selinux).
|
|
|
|
## Code of Conduct
|
|
|
|
Participation in the OpenContainers community is governed by [OpenContainer's Code of Conduct][code-of-conduct].
|
|
|
|
## Security
|
|
|
|
If you find an issue, please follow the [security][security] protocol to report it.
|
|
|
|
[security]: https://github.com/opencontainers/org/blob/master/security
|
|
[code-of-conduct]: https://github.com/opencontainers/org/blob/master/CODE_OF_CONDUCT.md
|