Blame doc/man/man8/netlabel-config.8

Packit 51d0f7
.TH "netlabel-config" 8 "31 May 2013" "paul@paul-moore.com" "NetLabel Documentation"
Packit 51d0f7
.\" //////////////////////////////////////////////////////////////////////////
Packit 51d0f7
.SH NAME
Packit 51d0f7
.\" //////////////////////////////////////////////////////////////////////////
Packit 51d0f7
netlabel-config \- NetLabel configuration utility
Packit 51d0f7
.\" //////////////////////////////////////////////////////////////////////////
Packit 51d0f7
.SH SYNOPSIS
Packit 51d0f7
.\" //////////////////////////////////////////////////////////////////////////
Packit 51d0f7
.B netlabelctl
Packit 51d0f7
reset| load
Packit 51d0f7
.\" //////////////////////////////////////////////////////////////////////////
Packit 51d0f7
.SH DESCRIPTION
Packit 51d0f7
.\" //////////////////////////////////////////////////////////////////////////
Packit 51d0f7
.P
Packit 51d0f7
The NetLabel configuration utility, netlabel-config, is a script designed to
Packit 51d0f7
make it easier for system administratiors to create, manage, and use complex
Packit 51d0f7
NetLabel configurations.  The netlabel-config script uses the netlabelctl(8)
Packit 51d0f7
tool and /etc/netlabel.rules configuration file to load a saved NetLabel
Packit 51d0f7
configuration into the kernel and reset the kernel's NetLabel configuration
Packit 51d0f7
to the default state when needed.
Packit 51d0f7
.TP
Packit 51d0f7
.B reset
Packit 51d0f7
Removes any NetLabel configuration loaded into the kernel and resets the
Packit 51d0f7
kernel's NetLabel state to the default.
Packit 51d0f7
.TP
Packit 51d0f7
.B load
Packit 51d0f7
Loads the NetLabel configuration specified by /etc/netlabel.rules into the
Packit 51d0f7
kernel.
Packit 51d0f7
.\" //////////////////////////////////////////////////////////////////////////
Packit 51d0f7
.SH EXIT STATUS
Packit 51d0f7
.\" //////////////////////////////////////////////////////////////////////////
Packit 51d0f7
Returns zero on success, errno values on failure.
Packit 51d0f7
.\" //////////////////////////////////////////////////////////////////////////
Packit 51d0f7
.SH "NOTES"
Packit 51d0f7
.\" //////////////////////////////////////////////////////////////////////////
Packit 51d0f7
.P
Packit 51d0f7
The NetLabel subsystem is supported on Linux Kernels version 2.6.19 and later.
Packit 51d0f7
The static, or fallback, labels are only supported on Linux Kernels version
Packit 51d0f7
2.6.25 and later.  The domain mapping address selectors are only supported on
Packit 51d0f7
Linux Kernels 2.6.28 and later and CALIPSO/RFC5570 is only supported on Linux
Packit 51d0f7
Kernels 4.8.0 and later.
Packit 51d0f7
.P
Packit 51d0f7
The NetLabel project site, with more information including the source code
Packit 51d0f7
repository, can be found at https://github.com/netlabel.  Please report any
Packit 51d0f7
bugs at the project site or directly to the author.
Packit 51d0f7
.\" //////////////////////////////////////////////////////////////////////////
Packit 51d0f7
.SH "AUTHOR"
Packit 51d0f7
.\" //////////////////////////////////////////////////////////////////////////
Packit 51d0f7
Paul Moore <paul@paul-moore.com>
Packit 51d0f7
.\" //////////////////////////////////////////////////////////////////////////
Packit 51d0f7
.SH "SEE ALSO"
Packit 51d0f7
.\" //////////////////////////////////////////////////////////////////////////
Packit 51d0f7
.BR netlabelctl (8)