...

Text file src/github.com/opencontainers/selinux/README.md

Documentation: github.com/opencontainers/selinux

     1# selinux
     2
     3[![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)
     4
     5Common SELinux package used across the container ecosystem.
     6
     7## Usage
     8
     9Prior to v1.8.0, the `selinux` build tag had to be used to enable selinux functionality for compiling consumers of this project.
    10Starting with v1.8.0, the `selinux` build tag is no longer needed.
    11
    12For complete documentation, see [godoc](https://godoc.org/github.com/opencontainers/selinux).
    13
    14## Code of Conduct
    15
    16Participation in the OpenContainers community is governed by [OpenContainer's Code of Conduct][code-of-conduct].
    17
    18## Security
    19
    20If you find an issue, please follow the [security][security] protocol to report it.
    21
    22[security]: https://github.com/opencontainers/org/blob/master/SECURITY.md
    23[code-of-conduct]: https://github.com/opencontainers/org/blob/master/CODE_OF_CONDUCT.md

View as plain text