Regenerate all image test cases with the enhanced image-info
Signed-off-by: Tomas Hozza <thozza@redhat.com>
This commit is contained in:
parent
2182996aae
commit
1273ef7b35
186 changed files with 18317 additions and 44 deletions
|
|
@ -10704,6 +10704,15 @@
|
|||
},
|
||||
"default-target": "multi-user.target",
|
||||
"dnf": {
|
||||
"dnf.conf": {
|
||||
"main": {
|
||||
"best": "True",
|
||||
"clean_requirements_on_remove": "True",
|
||||
"gpgcheck": "1",
|
||||
"installonly_limit": "3",
|
||||
"skip_if_unavailable": "False"
|
||||
}
|
||||
},
|
||||
"vars": {
|
||||
"contentdir": "centos",
|
||||
"infra": "stock",
|
||||
|
|
@ -11274,8 +11283,8 @@
|
|||
"fstype": "xfs",
|
||||
"label": "root",
|
||||
"partuuid": "6264D520-3FB9-423F-8AB8-7A0A8E3D3562",
|
||||
"size": 9989681152,
|
||||
"start": 747685888,
|
||||
"size": 9989732352,
|
||||
"start": 747634688,
|
||||
"type": "0FC63DAF-8483-4772-8E79-3D69D8477DE4",
|
||||
"uuid": "6e4ff95f-f662-45ee-a82a-bdf44a2d0b75"
|
||||
},
|
||||
|
|
@ -11294,7 +11303,7 @@
|
|||
"fstype": "xfs",
|
||||
"label": null,
|
||||
"partuuid": "CB07C243-BC44-4717-853E-28852021225B",
|
||||
"size": 536922112,
|
||||
"size": 536870912,
|
||||
"start": 210763776,
|
||||
"type": "0FC63DAF-8483-4772-8E79-3D69D8477DE4",
|
||||
"uuid": "0194fdc2-fa2f-4cc0-81d3-ff12045b73c8"
|
||||
|
|
@ -11341,6 +11350,7 @@
|
|||
"/etc/pam.d/postlogin": "....L....",
|
||||
"/etc/pam.d/smartcard-auth": "....L....",
|
||||
"/etc/pam.d/system-auth": "....L....",
|
||||
"/etc/ssh/sshd_config": "S.5....T.",
|
||||
"/proc": ".M.......",
|
||||
"/sys": ".M.......",
|
||||
"/var/log/lastlog": ".M....G..",
|
||||
|
|
@ -11431,6 +11441,49 @@
|
|||
"udisks2.service",
|
||||
"unbound-anchor.timer"
|
||||
],
|
||||
"ssh_config": {
|
||||
"/etc/ssh": {
|
||||
"ssh_config": [
|
||||
"Include /etc/ssh/ssh_config.d/*.conf"
|
||||
]
|
||||
},
|
||||
"/etc/ssh/ssh_config.d": {
|
||||
"05-redhat.conf": [
|
||||
"Match final all",
|
||||
"Include /etc/crypto-policies/back-ends/openssh.config",
|
||||
"GSSAPIAuthentication yes",
|
||||
"ForwardX11Trusted yes",
|
||||
"SendEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"SendEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"SendEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"SendEnv XMODIFIERS"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sshd_config": {
|
||||
"/etc/ssh": {
|
||||
"sshd_config": [
|
||||
"HostKey /etc/ssh/ssh_host_rsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ecdsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ed25519_key",
|
||||
"SyslogFacility AUTHPRIV",
|
||||
"PermitRootLogin yes",
|
||||
"AuthorizedKeysFile\t.ssh/authorized_keys",
|
||||
"PasswordAuthentication no",
|
||||
"ChallengeResponseAuthentication no",
|
||||
"GSSAPIAuthentication yes",
|
||||
"GSSAPICleanupCredentials no",
|
||||
"UsePAM yes",
|
||||
"X11Forwarding yes",
|
||||
"PrintMotd no",
|
||||
"AcceptEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"AcceptEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"AcceptEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"AcceptEnv XMODIFIERS",
|
||||
"Subsystem\tsftp\t/usr/libexec/openssh/sftp-server"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sudoers": {
|
||||
"/etc/sudoers": [
|
||||
"Defaults !visiblepw",
|
||||
|
|
@ -11663,6 +11716,89 @@
|
|||
"r! /tmp/.X[0-9]*-lock"
|
||||
]
|
||||
}
|
||||
},
|
||||
"yum_repos": {
|
||||
"/etc/yum.repos.d": {
|
||||
"CentOS-Stream-AppStream.repo": {
|
||||
"appstream": {
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"mirrorlist": "http://mirrorlist.centos.org/?release=$stream&arch=$basearch&repo=AppStream&infra=$infra",
|
||||
"name": "CentOS Stream $releasever - AppStream"
|
||||
}
|
||||
},
|
||||
"CentOS-Stream-BaseOS.repo": {
|
||||
"baseos": {
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"mirrorlist": "http://mirrorlist.centos.org/?release=$stream&arch=$basearch&repo=BaseOS&infra=$infra",
|
||||
"name": "CentOS Stream $releasever - BaseOS"
|
||||
}
|
||||
},
|
||||
"CentOS-Stream-Debuginfo.repo": {
|
||||
"debuginfo": {
|
||||
"baseurl": "http://debuginfo.centos.org/$stream/$basearch/",
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"name": "CentOS Stream $releasever - Debuginfo"
|
||||
}
|
||||
},
|
||||
"CentOS-Stream-Extras.repo": {
|
||||
"extras": {
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"mirrorlist": "http://mirrorlist.centos.org/?release=$stream&arch=$basearch&repo=extras&infra=$infra",
|
||||
"name": "CentOS Stream $releasever - Extras"
|
||||
}
|
||||
},
|
||||
"CentOS-Stream-HighAvailability.repo": {
|
||||
"ha": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"mirrorlist": "http://mirrorlist.centos.org/?release=$stream&arch=$basearch&repo=HighAvailability&infra=$infra",
|
||||
"name": "CentOS Stream $releasever - HighAvailability"
|
||||
}
|
||||
},
|
||||
"CentOS-Stream-Media.repo": {
|
||||
"media-appstream": {
|
||||
"baseurl": "file:///media/CentOS/AppStream\nfile:///media/cdrom/AppStream\nfile:///media/cdrecorder/AppStream",
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"name": "CentOS Stream $releasever - Media - AppStream"
|
||||
},
|
||||
"media-baseos": {
|
||||
"baseurl": "file:///media/CentOS/BaseOS\nfile:///media/cdrom/BaseOS\nfile:///media/cdrecorder/BaseOS",
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"name": "CentOS Stream $releasever - Media - BaseOS"
|
||||
}
|
||||
},
|
||||
"CentOS-Stream-PowerTools.repo": {
|
||||
"powertools": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"mirrorlist": "http://mirrorlist.centos.org/?release=$stream&arch=$basearch&repo=PowerTools&infra=$infra",
|
||||
"name": "CentOS Stream $releasever - PowerTools"
|
||||
}
|
||||
},
|
||||
"CentOS-Stream-RealTime.repo": {
|
||||
"rt": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"mirrorlist": "http://mirrorlist.centos.org/?release=$stream&arch=$basearch&repo=RT&infra=$infra",
|
||||
"name": "CentOS Stream $releasever - RealTime"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -10609,6 +10609,49 @@
|
|||
"timedatex.service",
|
||||
"udisks2.service"
|
||||
],
|
||||
"ssh_config": {
|
||||
"/etc/ssh": {
|
||||
"ssh_config": [
|
||||
"Include /etc/ssh/ssh_config.d/*.conf"
|
||||
]
|
||||
},
|
||||
"/etc/ssh/ssh_config.d": {
|
||||
"05-redhat.conf": [
|
||||
"Match final all",
|
||||
"Include /etc/crypto-policies/back-ends/openssh.config",
|
||||
"GSSAPIAuthentication yes",
|
||||
"ForwardX11Trusted yes",
|
||||
"SendEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"SendEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"SendEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"SendEnv XMODIFIERS"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sshd_config": {
|
||||
"/etc/ssh": {
|
||||
"sshd_config": [
|
||||
"HostKey /etc/ssh/ssh_host_rsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ecdsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ed25519_key",
|
||||
"SyslogFacility AUTHPRIV",
|
||||
"PermitRootLogin yes",
|
||||
"AuthorizedKeysFile\t.ssh/authorized_keys",
|
||||
"PasswordAuthentication yes",
|
||||
"ChallengeResponseAuthentication no",
|
||||
"GSSAPIAuthentication yes",
|
||||
"GSSAPICleanupCredentials no",
|
||||
"UsePAM yes",
|
||||
"X11Forwarding yes",
|
||||
"PrintMotd no",
|
||||
"AcceptEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"AcceptEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"AcceptEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"AcceptEnv XMODIFIERS",
|
||||
"Subsystem\tsftp\t/usr/libexec/openssh/sftp-server"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sudoers": {
|
||||
"/etc/sudoers": [
|
||||
"Defaults !visiblepw",
|
||||
|
|
@ -10913,6 +10956,89 @@
|
|||
]
|
||||
}
|
||||
},
|
||||
"type": "ostree/commit"
|
||||
"type": "ostree/commit",
|
||||
"yum_repos": {
|
||||
"/etc/yum.repos.d": {
|
||||
"CentOS-Stream-AppStream.repo": {
|
||||
"appstream": {
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"mirrorlist": "http://mirrorlist.centos.org/?release=$stream&arch=$basearch&repo=AppStream&infra=$infra",
|
||||
"name": "CentOS Stream $releasever - AppStream"
|
||||
}
|
||||
},
|
||||
"CentOS-Stream-BaseOS.repo": {
|
||||
"baseos": {
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"mirrorlist": "http://mirrorlist.centos.org/?release=$stream&arch=$basearch&repo=BaseOS&infra=$infra",
|
||||
"name": "CentOS Stream $releasever - BaseOS"
|
||||
}
|
||||
},
|
||||
"CentOS-Stream-Debuginfo.repo": {
|
||||
"debuginfo": {
|
||||
"baseurl": "http://debuginfo.centos.org/$stream/$basearch/",
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"name": "CentOS Stream $releasever - Debuginfo"
|
||||
}
|
||||
},
|
||||
"CentOS-Stream-Extras.repo": {
|
||||
"extras": {
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"mirrorlist": "http://mirrorlist.centos.org/?release=$stream&arch=$basearch&repo=extras&infra=$infra",
|
||||
"name": "CentOS Stream $releasever - Extras"
|
||||
}
|
||||
},
|
||||
"CentOS-Stream-HighAvailability.repo": {
|
||||
"ha": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"mirrorlist": "http://mirrorlist.centos.org/?release=$stream&arch=$basearch&repo=HighAvailability&infra=$infra",
|
||||
"name": "CentOS Stream $releasever - HighAvailability"
|
||||
}
|
||||
},
|
||||
"CentOS-Stream-Media.repo": {
|
||||
"media-appstream": {
|
||||
"baseurl": "file:///media/CentOS/AppStream\nfile:///media/cdrom/AppStream\nfile:///media/cdrecorder/AppStream",
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"name": "CentOS Stream $releasever - Media - AppStream"
|
||||
},
|
||||
"media-baseos": {
|
||||
"baseurl": "file:///media/CentOS/BaseOS\nfile:///media/cdrom/BaseOS\nfile:///media/cdrecorder/BaseOS",
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"name": "CentOS Stream $releasever - Media - BaseOS"
|
||||
}
|
||||
},
|
||||
"CentOS-Stream-PowerTools.repo": {
|
||||
"powertools": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"mirrorlist": "http://mirrorlist.centos.org/?release=$stream&arch=$basearch&repo=PowerTools&infra=$infra",
|
||||
"name": "CentOS Stream $releasever - PowerTools"
|
||||
}
|
||||
},
|
||||
"CentOS-Stream-RealTime.repo": {
|
||||
"rt": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"mirrorlist": "http://mirrorlist.centos.org/?release=$stream&arch=$basearch&repo=RT&infra=$infra",
|
||||
"name": "CentOS Stream $releasever - RealTime"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -10975,6 +10975,15 @@
|
|||
},
|
||||
"default-target": "graphical.target",
|
||||
"dnf": {
|
||||
"dnf.conf": {
|
||||
"main": {
|
||||
"best": "True",
|
||||
"clean_requirements_on_remove": "True",
|
||||
"gpgcheck": "1",
|
||||
"installonly_limit": "3",
|
||||
"skip_if_unavailable": "False"
|
||||
}
|
||||
},
|
||||
"vars": {
|
||||
"contentdir": "centos",
|
||||
"infra": "stock",
|
||||
|
|
@ -11694,6 +11703,49 @@
|
|||
"udisks2.service",
|
||||
"unbound-anchor.timer"
|
||||
],
|
||||
"ssh_config": {
|
||||
"/etc/ssh": {
|
||||
"ssh_config": [
|
||||
"Include /etc/ssh/ssh_config.d/*.conf"
|
||||
]
|
||||
},
|
||||
"/etc/ssh/ssh_config.d": {
|
||||
"05-redhat.conf": [
|
||||
"Match final all",
|
||||
"Include /etc/crypto-policies/back-ends/openssh.config",
|
||||
"GSSAPIAuthentication yes",
|
||||
"ForwardX11Trusted yes",
|
||||
"SendEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"SendEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"SendEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"SendEnv XMODIFIERS"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sshd_config": {
|
||||
"/etc/ssh": {
|
||||
"sshd_config": [
|
||||
"HostKey /etc/ssh/ssh_host_rsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ecdsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ed25519_key",
|
||||
"SyslogFacility AUTHPRIV",
|
||||
"PermitRootLogin yes",
|
||||
"AuthorizedKeysFile\t.ssh/authorized_keys",
|
||||
"PasswordAuthentication yes",
|
||||
"ChallengeResponseAuthentication no",
|
||||
"GSSAPIAuthentication yes",
|
||||
"GSSAPICleanupCredentials no",
|
||||
"UsePAM yes",
|
||||
"X11Forwarding yes",
|
||||
"PrintMotd no",
|
||||
"AcceptEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"AcceptEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"AcceptEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"AcceptEnv XMODIFIERS",
|
||||
"Subsystem\tsftp\t/usr/libexec/openssh/sftp-server"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sudoers": {
|
||||
"/etc/sudoers": [
|
||||
"Defaults !visiblepw",
|
||||
|
|
@ -11906,6 +11958,89 @@
|
|||
"r! /tmp/.X[0-9]*-lock"
|
||||
]
|
||||
}
|
||||
},
|
||||
"yum_repos": {
|
||||
"/etc/yum.repos.d": {
|
||||
"CentOS-Stream-AppStream.repo": {
|
||||
"appstream": {
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"mirrorlist": "http://mirrorlist.centos.org/?release=$stream&arch=$basearch&repo=AppStream&infra=$infra",
|
||||
"name": "CentOS Stream $releasever - AppStream"
|
||||
}
|
||||
},
|
||||
"CentOS-Stream-BaseOS.repo": {
|
||||
"baseos": {
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"mirrorlist": "http://mirrorlist.centos.org/?release=$stream&arch=$basearch&repo=BaseOS&infra=$infra",
|
||||
"name": "CentOS Stream $releasever - BaseOS"
|
||||
}
|
||||
},
|
||||
"CentOS-Stream-Debuginfo.repo": {
|
||||
"debuginfo": {
|
||||
"baseurl": "http://debuginfo.centos.org/$stream/$basearch/",
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"name": "CentOS Stream $releasever - Debuginfo"
|
||||
}
|
||||
},
|
||||
"CentOS-Stream-Extras.repo": {
|
||||
"extras": {
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"mirrorlist": "http://mirrorlist.centos.org/?release=$stream&arch=$basearch&repo=extras&infra=$infra",
|
||||
"name": "CentOS Stream $releasever - Extras"
|
||||
}
|
||||
},
|
||||
"CentOS-Stream-HighAvailability.repo": {
|
||||
"ha": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"mirrorlist": "http://mirrorlist.centos.org/?release=$stream&arch=$basearch&repo=HighAvailability&infra=$infra",
|
||||
"name": "CentOS Stream $releasever - HighAvailability"
|
||||
}
|
||||
},
|
||||
"CentOS-Stream-Media.repo": {
|
||||
"media-appstream": {
|
||||
"baseurl": "file:///media/CentOS/AppStream\nfile:///media/cdrom/AppStream\nfile:///media/cdrecorder/AppStream",
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"name": "CentOS Stream $releasever - Media - AppStream"
|
||||
},
|
||||
"media-baseos": {
|
||||
"baseurl": "file:///media/CentOS/BaseOS\nfile:///media/cdrom/BaseOS\nfile:///media/cdrecorder/BaseOS",
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"name": "CentOS Stream $releasever - Media - BaseOS"
|
||||
}
|
||||
},
|
||||
"CentOS-Stream-PowerTools.repo": {
|
||||
"powertools": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"mirrorlist": "http://mirrorlist.centos.org/?release=$stream&arch=$basearch&repo=PowerTools&infra=$infra",
|
||||
"name": "CentOS Stream $releasever - PowerTools"
|
||||
}
|
||||
},
|
||||
"CentOS-Stream-RealTime.repo": {
|
||||
"rt": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"mirrorlist": "http://mirrorlist.centos.org/?release=$stream&arch=$basearch&repo=RT&infra=$infra",
|
||||
"name": "CentOS Stream $releasever - RealTime"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -10921,6 +10921,15 @@
|
|||
},
|
||||
"default-target": "multi-user.target",
|
||||
"dnf": {
|
||||
"dnf.conf": {
|
||||
"main": {
|
||||
"best": "True",
|
||||
"clean_requirements_on_remove": "True",
|
||||
"gpgcheck": "1",
|
||||
"installonly_limit": "3",
|
||||
"skip_if_unavailable": "False"
|
||||
}
|
||||
},
|
||||
"vars": {
|
||||
"contentdir": "centos",
|
||||
"infra": "stock",
|
||||
|
|
@ -11643,6 +11652,49 @@
|
|||
"tuned.service",
|
||||
"unbound-anchor.timer"
|
||||
],
|
||||
"ssh_config": {
|
||||
"/etc/ssh": {
|
||||
"ssh_config": [
|
||||
"Include /etc/ssh/ssh_config.d/*.conf"
|
||||
]
|
||||
},
|
||||
"/etc/ssh/ssh_config.d": {
|
||||
"05-redhat.conf": [
|
||||
"Match final all",
|
||||
"Include /etc/crypto-policies/back-ends/openssh.config",
|
||||
"GSSAPIAuthentication yes",
|
||||
"ForwardX11Trusted yes",
|
||||
"SendEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"SendEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"SendEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"SendEnv XMODIFIERS"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sshd_config": {
|
||||
"/etc/ssh": {
|
||||
"sshd_config": [
|
||||
"HostKey /etc/ssh/ssh_host_rsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ecdsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ed25519_key",
|
||||
"SyslogFacility AUTHPRIV",
|
||||
"PermitRootLogin yes",
|
||||
"AuthorizedKeysFile\t.ssh/authorized_keys",
|
||||
"PasswordAuthentication yes",
|
||||
"ChallengeResponseAuthentication no",
|
||||
"GSSAPIAuthentication yes",
|
||||
"GSSAPICleanupCredentials no",
|
||||
"UsePAM yes",
|
||||
"X11Forwarding yes",
|
||||
"PrintMotd no",
|
||||
"AcceptEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"AcceptEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"AcceptEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"AcceptEnv XMODIFIERS",
|
||||
"Subsystem\tsftp\t/usr/libexec/openssh/sftp-server"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sudoers": {
|
||||
"/etc/sudoers": [
|
||||
"Defaults !visiblepw",
|
||||
|
|
@ -11857,6 +11909,89 @@
|
|||
"r! /tmp/.X[0-9]*-lock"
|
||||
]
|
||||
}
|
||||
},
|
||||
"yum_repos": {
|
||||
"/etc/yum.repos.d": {
|
||||
"CentOS-Stream-AppStream.repo": {
|
||||
"appstream": {
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"mirrorlist": "http://mirrorlist.centos.org/?release=$stream&arch=$basearch&repo=AppStream&infra=$infra",
|
||||
"name": "CentOS Stream $releasever - AppStream"
|
||||
}
|
||||
},
|
||||
"CentOS-Stream-BaseOS.repo": {
|
||||
"baseos": {
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"mirrorlist": "http://mirrorlist.centos.org/?release=$stream&arch=$basearch&repo=BaseOS&infra=$infra",
|
||||
"name": "CentOS Stream $releasever - BaseOS"
|
||||
}
|
||||
},
|
||||
"CentOS-Stream-Debuginfo.repo": {
|
||||
"debuginfo": {
|
||||
"baseurl": "http://debuginfo.centos.org/$stream/$basearch/",
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"name": "CentOS Stream $releasever - Debuginfo"
|
||||
}
|
||||
},
|
||||
"CentOS-Stream-Extras.repo": {
|
||||
"extras": {
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"mirrorlist": "http://mirrorlist.centos.org/?release=$stream&arch=$basearch&repo=extras&infra=$infra",
|
||||
"name": "CentOS Stream $releasever - Extras"
|
||||
}
|
||||
},
|
||||
"CentOS-Stream-HighAvailability.repo": {
|
||||
"ha": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"mirrorlist": "http://mirrorlist.centos.org/?release=$stream&arch=$basearch&repo=HighAvailability&infra=$infra",
|
||||
"name": "CentOS Stream $releasever - HighAvailability"
|
||||
}
|
||||
},
|
||||
"CentOS-Stream-Media.repo": {
|
||||
"media-appstream": {
|
||||
"baseurl": "file:///media/CentOS/AppStream\nfile:///media/cdrom/AppStream\nfile:///media/cdrecorder/AppStream",
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"name": "CentOS Stream $releasever - Media - AppStream"
|
||||
},
|
||||
"media-baseos": {
|
||||
"baseurl": "file:///media/CentOS/BaseOS\nfile:///media/cdrom/BaseOS\nfile:///media/cdrecorder/BaseOS",
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"name": "CentOS Stream $releasever - Media - BaseOS"
|
||||
}
|
||||
},
|
||||
"CentOS-Stream-PowerTools.repo": {
|
||||
"powertools": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"mirrorlist": "http://mirrorlist.centos.org/?release=$stream&arch=$basearch&repo=PowerTools&infra=$infra",
|
||||
"name": "CentOS Stream $releasever - PowerTools"
|
||||
}
|
||||
},
|
||||
"CentOS-Stream-RealTime.repo": {
|
||||
"rt": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"mirrorlist": "http://mirrorlist.centos.org/?release=$stream&arch=$basearch&repo=RT&infra=$infra",
|
||||
"name": "CentOS Stream $releasever - RealTime"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -13204,6 +13204,15 @@
|
|||
},
|
||||
"default-target": "multi-user.target",
|
||||
"dnf": {
|
||||
"dnf.conf": {
|
||||
"main": {
|
||||
"best": "True",
|
||||
"clean_requirements_on_remove": "True",
|
||||
"gpgcheck": "1",
|
||||
"installonly_limit": "3",
|
||||
"skip_if_unavailable": "False"
|
||||
}
|
||||
},
|
||||
"vars": {
|
||||
"contentdir": "centos",
|
||||
"infra": "stock",
|
||||
|
|
@ -13983,6 +13992,49 @@
|
|||
"tuned.service",
|
||||
"unbound-anchor.timer"
|
||||
],
|
||||
"ssh_config": {
|
||||
"/etc/ssh": {
|
||||
"ssh_config": [
|
||||
"Include /etc/ssh/ssh_config.d/*.conf"
|
||||
]
|
||||
},
|
||||
"/etc/ssh/ssh_config.d": {
|
||||
"05-redhat.conf": [
|
||||
"Match final all",
|
||||
"Include /etc/crypto-policies/back-ends/openssh.config",
|
||||
"GSSAPIAuthentication yes",
|
||||
"ForwardX11Trusted yes",
|
||||
"SendEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"SendEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"SendEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"SendEnv XMODIFIERS"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sshd_config": {
|
||||
"/etc/ssh": {
|
||||
"sshd_config": [
|
||||
"HostKey /etc/ssh/ssh_host_rsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ecdsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ed25519_key",
|
||||
"SyslogFacility AUTHPRIV",
|
||||
"PermitRootLogin yes",
|
||||
"AuthorizedKeysFile\t.ssh/authorized_keys",
|
||||
"PasswordAuthentication yes",
|
||||
"ChallengeResponseAuthentication no",
|
||||
"GSSAPIAuthentication yes",
|
||||
"GSSAPICleanupCredentials no",
|
||||
"UsePAM yes",
|
||||
"X11Forwarding yes",
|
||||
"PrintMotd no",
|
||||
"AcceptEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"AcceptEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"AcceptEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"AcceptEnv XMODIFIERS",
|
||||
"Subsystem\tsftp\t/usr/libexec/openssh/sftp-server"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sudoers": {
|
||||
"/etc/sudoers": [
|
||||
"Defaults !visiblepw",
|
||||
|
|
@ -14197,6 +14249,89 @@
|
|||
"r! /tmp/.X[0-9]*-lock"
|
||||
]
|
||||
}
|
||||
},
|
||||
"yum_repos": {
|
||||
"/etc/yum.repos.d": {
|
||||
"CentOS-Stream-AppStream.repo": {
|
||||
"appstream": {
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"mirrorlist": "http://mirrorlist.centos.org/?release=$stream&arch=$basearch&repo=AppStream&infra=$infra",
|
||||
"name": "CentOS Stream $releasever - AppStream"
|
||||
}
|
||||
},
|
||||
"CentOS-Stream-BaseOS.repo": {
|
||||
"baseos": {
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"mirrorlist": "http://mirrorlist.centos.org/?release=$stream&arch=$basearch&repo=BaseOS&infra=$infra",
|
||||
"name": "CentOS Stream $releasever - BaseOS"
|
||||
}
|
||||
},
|
||||
"CentOS-Stream-Debuginfo.repo": {
|
||||
"debuginfo": {
|
||||
"baseurl": "http://debuginfo.centos.org/$stream/$basearch/",
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"name": "CentOS Stream $releasever - Debuginfo"
|
||||
}
|
||||
},
|
||||
"CentOS-Stream-Extras.repo": {
|
||||
"extras": {
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"mirrorlist": "http://mirrorlist.centos.org/?release=$stream&arch=$basearch&repo=extras&infra=$infra",
|
||||
"name": "CentOS Stream $releasever - Extras"
|
||||
}
|
||||
},
|
||||
"CentOS-Stream-HighAvailability.repo": {
|
||||
"ha": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"mirrorlist": "http://mirrorlist.centos.org/?release=$stream&arch=$basearch&repo=HighAvailability&infra=$infra",
|
||||
"name": "CentOS Stream $releasever - HighAvailability"
|
||||
}
|
||||
},
|
||||
"CentOS-Stream-Media.repo": {
|
||||
"media-appstream": {
|
||||
"baseurl": "file:///media/CentOS/AppStream\nfile:///media/cdrom/AppStream\nfile:///media/cdrecorder/AppStream",
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"name": "CentOS Stream $releasever - Media - AppStream"
|
||||
},
|
||||
"media-baseos": {
|
||||
"baseurl": "file:///media/CentOS/BaseOS\nfile:///media/cdrom/BaseOS\nfile:///media/cdrecorder/BaseOS",
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"name": "CentOS Stream $releasever - Media - BaseOS"
|
||||
}
|
||||
},
|
||||
"CentOS-Stream-PowerTools.repo": {
|
||||
"powertools": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"mirrorlist": "http://mirrorlist.centos.org/?release=$stream&arch=$basearch&repo=PowerTools&infra=$infra",
|
||||
"name": "CentOS Stream $releasever - PowerTools"
|
||||
}
|
||||
},
|
||||
"CentOS-Stream-RealTime.repo": {
|
||||
"rt": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"mirrorlist": "http://mirrorlist.centos.org/?release=$stream&arch=$basearch&repo=RT&infra=$infra",
|
||||
"name": "CentOS Stream $releasever - RealTime"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7508,6 +7508,30 @@
|
|||
"selinux-autorelabel-mark.service",
|
||||
"sshd.service"
|
||||
],
|
||||
"sshd_config": {
|
||||
"/etc/ssh": {
|
||||
"sshd_config": [
|
||||
"HostKey /etc/ssh/ssh_host_rsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ecdsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ed25519_key",
|
||||
"SyslogFacility AUTHPRIV",
|
||||
"PermitRootLogin yes",
|
||||
"AuthorizedKeysFile\t.ssh/authorized_keys",
|
||||
"PasswordAuthentication yes",
|
||||
"ChallengeResponseAuthentication no",
|
||||
"GSSAPIAuthentication yes",
|
||||
"GSSAPICleanupCredentials no",
|
||||
"UsePAM yes",
|
||||
"X11Forwarding yes",
|
||||
"PrintMotd no",
|
||||
"AcceptEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"AcceptEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"AcceptEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"AcceptEnv XMODIFIERS",
|
||||
"Subsystem\tsftp\t/usr/libexec/openssh/sftp-server"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sysconfig": {
|
||||
"kernel": {
|
||||
"DEFAULTKERNEL": "kernel",
|
||||
|
|
@ -7674,6 +7698,89 @@
|
|||
"r! /tmp/.X[0-9]*-lock"
|
||||
]
|
||||
}
|
||||
},
|
||||
"yum_repos": {
|
||||
"/etc/yum.repos.d": {
|
||||
"CentOS-Stream-AppStream.repo": {
|
||||
"appstream": {
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"mirrorlist": "http://mirrorlist.centos.org/?release=$stream&arch=$basearch&repo=AppStream&infra=$infra",
|
||||
"name": "CentOS Stream $releasever - AppStream"
|
||||
}
|
||||
},
|
||||
"CentOS-Stream-BaseOS.repo": {
|
||||
"baseos": {
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"mirrorlist": "http://mirrorlist.centos.org/?release=$stream&arch=$basearch&repo=BaseOS&infra=$infra",
|
||||
"name": "CentOS Stream $releasever - BaseOS"
|
||||
}
|
||||
},
|
||||
"CentOS-Stream-Debuginfo.repo": {
|
||||
"debuginfo": {
|
||||
"baseurl": "http://debuginfo.centos.org/$stream/$basearch/",
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"name": "CentOS Stream $releasever - Debuginfo"
|
||||
}
|
||||
},
|
||||
"CentOS-Stream-Extras.repo": {
|
||||
"extras": {
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"mirrorlist": "http://mirrorlist.centos.org/?release=$stream&arch=$basearch&repo=extras&infra=$infra",
|
||||
"name": "CentOS Stream $releasever - Extras"
|
||||
}
|
||||
},
|
||||
"CentOS-Stream-HighAvailability.repo": {
|
||||
"ha": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"mirrorlist": "http://mirrorlist.centos.org/?release=$stream&arch=$basearch&repo=HighAvailability&infra=$infra",
|
||||
"name": "CentOS Stream $releasever - HighAvailability"
|
||||
}
|
||||
},
|
||||
"CentOS-Stream-Media.repo": {
|
||||
"media-appstream": {
|
||||
"baseurl": "file:///media/CentOS/AppStream\nfile:///media/cdrom/AppStream\nfile:///media/cdrecorder/AppStream",
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"name": "CentOS Stream $releasever - Media - AppStream"
|
||||
},
|
||||
"media-baseos": {
|
||||
"baseurl": "file:///media/CentOS/BaseOS\nfile:///media/cdrom/BaseOS\nfile:///media/cdrecorder/BaseOS",
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"name": "CentOS Stream $releasever - Media - BaseOS"
|
||||
}
|
||||
},
|
||||
"CentOS-Stream-PowerTools.repo": {
|
||||
"powertools": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"mirrorlist": "http://mirrorlist.centos.org/?release=$stream&arch=$basearch&repo=PowerTools&infra=$infra",
|
||||
"name": "CentOS Stream $releasever - PowerTools"
|
||||
}
|
||||
},
|
||||
"CentOS-Stream-RealTime.repo": {
|
||||
"rt": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"mirrorlist": "http://mirrorlist.centos.org/?release=$stream&arch=$basearch&repo=RT&infra=$infra",
|
||||
"name": "CentOS Stream $releasever - RealTime"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -11629,6 +11629,15 @@
|
|||
},
|
||||
"default-target": "multi-user.target",
|
||||
"dnf": {
|
||||
"dnf.conf": {
|
||||
"main": {
|
||||
"best": "True",
|
||||
"clean_requirements_on_remove": "True",
|
||||
"gpgcheck": "1",
|
||||
"installonly_limit": "3",
|
||||
"skip_if_unavailable": "False"
|
||||
}
|
||||
},
|
||||
"vars": {
|
||||
"contentdir": "centos",
|
||||
"infra": "stock",
|
||||
|
|
@ -12388,6 +12397,49 @@
|
|||
"tuned.service",
|
||||
"unbound-anchor.timer"
|
||||
],
|
||||
"ssh_config": {
|
||||
"/etc/ssh": {
|
||||
"ssh_config": [
|
||||
"Include /etc/ssh/ssh_config.d/*.conf"
|
||||
]
|
||||
},
|
||||
"/etc/ssh/ssh_config.d": {
|
||||
"05-redhat.conf": [
|
||||
"Match final all",
|
||||
"Include /etc/crypto-policies/back-ends/openssh.config",
|
||||
"GSSAPIAuthentication yes",
|
||||
"ForwardX11Trusted yes",
|
||||
"SendEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"SendEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"SendEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"SendEnv XMODIFIERS"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sshd_config": {
|
||||
"/etc/ssh": {
|
||||
"sshd_config": [
|
||||
"HostKey /etc/ssh/ssh_host_rsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ecdsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ed25519_key",
|
||||
"SyslogFacility AUTHPRIV",
|
||||
"PermitRootLogin yes",
|
||||
"AuthorizedKeysFile\t.ssh/authorized_keys",
|
||||
"PasswordAuthentication yes",
|
||||
"ChallengeResponseAuthentication no",
|
||||
"GSSAPIAuthentication yes",
|
||||
"GSSAPICleanupCredentials no",
|
||||
"UsePAM yes",
|
||||
"X11Forwarding yes",
|
||||
"PrintMotd no",
|
||||
"AcceptEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"AcceptEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"AcceptEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"AcceptEnv XMODIFIERS",
|
||||
"Subsystem\tsftp\t/usr/libexec/openssh/sftp-server"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sudoers": {
|
||||
"/etc/sudoers": [
|
||||
"Defaults !visiblepw",
|
||||
|
|
@ -12602,6 +12654,89 @@
|
|||
"r! /tmp/.X[0-9]*-lock"
|
||||
]
|
||||
}
|
||||
},
|
||||
"yum_repos": {
|
||||
"/etc/yum.repos.d": {
|
||||
"CentOS-Stream-AppStream.repo": {
|
||||
"appstream": {
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"mirrorlist": "http://mirrorlist.centos.org/?release=$stream&arch=$basearch&repo=AppStream&infra=$infra",
|
||||
"name": "CentOS Stream $releasever - AppStream"
|
||||
}
|
||||
},
|
||||
"CentOS-Stream-BaseOS.repo": {
|
||||
"baseos": {
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"mirrorlist": "http://mirrorlist.centos.org/?release=$stream&arch=$basearch&repo=BaseOS&infra=$infra",
|
||||
"name": "CentOS Stream $releasever - BaseOS"
|
||||
}
|
||||
},
|
||||
"CentOS-Stream-Debuginfo.repo": {
|
||||
"debuginfo": {
|
||||
"baseurl": "http://debuginfo.centos.org/$stream/$basearch/",
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"name": "CentOS Stream $releasever - Debuginfo"
|
||||
}
|
||||
},
|
||||
"CentOS-Stream-Extras.repo": {
|
||||
"extras": {
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"mirrorlist": "http://mirrorlist.centos.org/?release=$stream&arch=$basearch&repo=extras&infra=$infra",
|
||||
"name": "CentOS Stream $releasever - Extras"
|
||||
}
|
||||
},
|
||||
"CentOS-Stream-HighAvailability.repo": {
|
||||
"ha": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"mirrorlist": "http://mirrorlist.centos.org/?release=$stream&arch=$basearch&repo=HighAvailability&infra=$infra",
|
||||
"name": "CentOS Stream $releasever - HighAvailability"
|
||||
}
|
||||
},
|
||||
"CentOS-Stream-Media.repo": {
|
||||
"media-appstream": {
|
||||
"baseurl": "file:///media/CentOS/AppStream\nfile:///media/cdrom/AppStream\nfile:///media/cdrecorder/AppStream",
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"name": "CentOS Stream $releasever - Media - AppStream"
|
||||
},
|
||||
"media-baseos": {
|
||||
"baseurl": "file:///media/CentOS/BaseOS\nfile:///media/cdrom/BaseOS\nfile:///media/cdrecorder/BaseOS",
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"name": "CentOS Stream $releasever - Media - BaseOS"
|
||||
}
|
||||
},
|
||||
"CentOS-Stream-PowerTools.repo": {
|
||||
"powertools": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"mirrorlist": "http://mirrorlist.centos.org/?release=$stream&arch=$basearch&repo=PowerTools&infra=$infra",
|
||||
"name": "CentOS Stream $releasever - PowerTools"
|
||||
}
|
||||
},
|
||||
"CentOS-Stream-RealTime.repo": {
|
||||
"rt": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"mirrorlist": "http://mirrorlist.centos.org/?release=$stream&arch=$basearch&repo=RT&infra=$infra",
|
||||
"name": "CentOS Stream $releasever - RealTime"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -14462,6 +14462,15 @@
|
|||
},
|
||||
"default-target": "multi-user.target",
|
||||
"dnf": {
|
||||
"dnf.conf": {
|
||||
"main": {
|
||||
"best": "True",
|
||||
"clean_requirements_on_remove": "True",
|
||||
"gpgcheck": "1",
|
||||
"installonly_limit": "3",
|
||||
"skip_if_unavailable": "False"
|
||||
}
|
||||
},
|
||||
"vars": {
|
||||
"contentdir": "centos",
|
||||
"infra": "stock",
|
||||
|
|
@ -15278,6 +15287,49 @@
|
|||
"tuned.service",
|
||||
"unbound-anchor.timer"
|
||||
],
|
||||
"ssh_config": {
|
||||
"/etc/ssh": {
|
||||
"ssh_config": [
|
||||
"Include /etc/ssh/ssh_config.d/*.conf"
|
||||
]
|
||||
},
|
||||
"/etc/ssh/ssh_config.d": {
|
||||
"05-redhat.conf": [
|
||||
"Match final all",
|
||||
"Include /etc/crypto-policies/back-ends/openssh.config",
|
||||
"GSSAPIAuthentication yes",
|
||||
"ForwardX11Trusted yes",
|
||||
"SendEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"SendEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"SendEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"SendEnv XMODIFIERS"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sshd_config": {
|
||||
"/etc/ssh": {
|
||||
"sshd_config": [
|
||||
"HostKey /etc/ssh/ssh_host_rsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ecdsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ed25519_key",
|
||||
"SyslogFacility AUTHPRIV",
|
||||
"PermitRootLogin yes",
|
||||
"AuthorizedKeysFile\t.ssh/authorized_keys",
|
||||
"PasswordAuthentication yes",
|
||||
"ChallengeResponseAuthentication no",
|
||||
"GSSAPIAuthentication yes",
|
||||
"GSSAPICleanupCredentials no",
|
||||
"UsePAM yes",
|
||||
"X11Forwarding yes",
|
||||
"PrintMotd no",
|
||||
"AcceptEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"AcceptEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"AcceptEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"AcceptEnv XMODIFIERS",
|
||||
"Subsystem\tsftp\t/usr/libexec/openssh/sftp-server"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sudoers": {
|
||||
"/etc/sudoers": [
|
||||
"Defaults !visiblepw",
|
||||
|
|
@ -15492,6 +15544,89 @@
|
|||
"r! /tmp/.X[0-9]*-lock"
|
||||
]
|
||||
}
|
||||
},
|
||||
"yum_repos": {
|
||||
"/etc/yum.repos.d": {
|
||||
"CentOS-Stream-AppStream.repo": {
|
||||
"appstream": {
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"mirrorlist": "http://mirrorlist.centos.org/?release=$stream&arch=$basearch&repo=AppStream&infra=$infra",
|
||||
"name": "CentOS Stream $releasever - AppStream"
|
||||
}
|
||||
},
|
||||
"CentOS-Stream-BaseOS.repo": {
|
||||
"baseos": {
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"mirrorlist": "http://mirrorlist.centos.org/?release=$stream&arch=$basearch&repo=BaseOS&infra=$infra",
|
||||
"name": "CentOS Stream $releasever - BaseOS"
|
||||
}
|
||||
},
|
||||
"CentOS-Stream-Debuginfo.repo": {
|
||||
"debuginfo": {
|
||||
"baseurl": "http://debuginfo.centos.org/$stream/$basearch/",
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"name": "CentOS Stream $releasever - Debuginfo"
|
||||
}
|
||||
},
|
||||
"CentOS-Stream-Extras.repo": {
|
||||
"extras": {
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"mirrorlist": "http://mirrorlist.centos.org/?release=$stream&arch=$basearch&repo=extras&infra=$infra",
|
||||
"name": "CentOS Stream $releasever - Extras"
|
||||
}
|
||||
},
|
||||
"CentOS-Stream-HighAvailability.repo": {
|
||||
"ha": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"mirrorlist": "http://mirrorlist.centos.org/?release=$stream&arch=$basearch&repo=HighAvailability&infra=$infra",
|
||||
"name": "CentOS Stream $releasever - HighAvailability"
|
||||
}
|
||||
},
|
||||
"CentOS-Stream-Media.repo": {
|
||||
"media-appstream": {
|
||||
"baseurl": "file:///media/CentOS/AppStream\nfile:///media/cdrom/AppStream\nfile:///media/cdrecorder/AppStream",
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"name": "CentOS Stream $releasever - Media - AppStream"
|
||||
},
|
||||
"media-baseos": {
|
||||
"baseurl": "file:///media/CentOS/BaseOS\nfile:///media/cdrom/BaseOS\nfile:///media/cdrecorder/BaseOS",
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"name": "CentOS Stream $releasever - Media - BaseOS"
|
||||
}
|
||||
},
|
||||
"CentOS-Stream-PowerTools.repo": {
|
||||
"powertools": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"mirrorlist": "http://mirrorlist.centos.org/?release=$stream&arch=$basearch&repo=PowerTools&infra=$infra",
|
||||
"name": "CentOS Stream $releasever - PowerTools"
|
||||
}
|
||||
},
|
||||
"CentOS-Stream-RealTime.repo": {
|
||||
"rt": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"mirrorlist": "http://mirrorlist.centos.org/?release=$stream&arch=$basearch&repo=RT&infra=$infra",
|
||||
"name": "CentOS Stream $releasever - RealTime"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7615,6 +7615,30 @@
|
|||
"selinux-autorelabel-mark.service",
|
||||
"sshd.service"
|
||||
],
|
||||
"sshd_config": {
|
||||
"/etc/ssh": {
|
||||
"sshd_config": [
|
||||
"HostKey /etc/ssh/ssh_host_rsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ecdsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ed25519_key",
|
||||
"SyslogFacility AUTHPRIV",
|
||||
"PermitRootLogin yes",
|
||||
"AuthorizedKeysFile\t.ssh/authorized_keys",
|
||||
"PasswordAuthentication yes",
|
||||
"ChallengeResponseAuthentication no",
|
||||
"GSSAPIAuthentication yes",
|
||||
"GSSAPICleanupCredentials no",
|
||||
"UsePAM yes",
|
||||
"X11Forwarding yes",
|
||||
"PrintMotd no",
|
||||
"AcceptEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"AcceptEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"AcceptEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"AcceptEnv XMODIFIERS",
|
||||
"Subsystem\tsftp\t/usr/libexec/openssh/sftp-server"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sysconfig": {
|
||||
"kernel": {
|
||||
"DEFAULTKERNEL": "kernel",
|
||||
|
|
@ -7781,6 +7805,89 @@
|
|||
"r! /tmp/.X[0-9]*-lock"
|
||||
]
|
||||
}
|
||||
},
|
||||
"yum_repos": {
|
||||
"/etc/yum.repos.d": {
|
||||
"CentOS-Stream-AppStream.repo": {
|
||||
"appstream": {
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"mirrorlist": "http://mirrorlist.centos.org/?release=$stream&arch=$basearch&repo=AppStream&infra=$infra",
|
||||
"name": "CentOS Stream $releasever - AppStream"
|
||||
}
|
||||
},
|
||||
"CentOS-Stream-BaseOS.repo": {
|
||||
"baseos": {
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"mirrorlist": "http://mirrorlist.centos.org/?release=$stream&arch=$basearch&repo=BaseOS&infra=$infra",
|
||||
"name": "CentOS Stream $releasever - BaseOS"
|
||||
}
|
||||
},
|
||||
"CentOS-Stream-Debuginfo.repo": {
|
||||
"debuginfo": {
|
||||
"baseurl": "http://debuginfo.centos.org/$stream/$basearch/",
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"name": "CentOS Stream $releasever - Debuginfo"
|
||||
}
|
||||
},
|
||||
"CentOS-Stream-Extras.repo": {
|
||||
"extras": {
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"mirrorlist": "http://mirrorlist.centos.org/?release=$stream&arch=$basearch&repo=extras&infra=$infra",
|
||||
"name": "CentOS Stream $releasever - Extras"
|
||||
}
|
||||
},
|
||||
"CentOS-Stream-HighAvailability.repo": {
|
||||
"ha": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"mirrorlist": "http://mirrorlist.centos.org/?release=$stream&arch=$basearch&repo=HighAvailability&infra=$infra",
|
||||
"name": "CentOS Stream $releasever - HighAvailability"
|
||||
}
|
||||
},
|
||||
"CentOS-Stream-Media.repo": {
|
||||
"media-appstream": {
|
||||
"baseurl": "file:///media/CentOS/AppStream\nfile:///media/cdrom/AppStream\nfile:///media/cdrecorder/AppStream",
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"name": "CentOS Stream $releasever - Media - AppStream"
|
||||
},
|
||||
"media-baseos": {
|
||||
"baseurl": "file:///media/CentOS/BaseOS\nfile:///media/cdrom/BaseOS\nfile:///media/cdrecorder/BaseOS",
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"name": "CentOS Stream $releasever - Media - BaseOS"
|
||||
}
|
||||
},
|
||||
"CentOS-Stream-PowerTools.repo": {
|
||||
"powertools": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"mirrorlist": "http://mirrorlist.centos.org/?release=$stream&arch=$basearch&repo=PowerTools&infra=$infra",
|
||||
"name": "CentOS Stream $releasever - PowerTools"
|
||||
}
|
||||
},
|
||||
"CentOS-Stream-RealTime.repo": {
|
||||
"rt": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"mirrorlist": "http://mirrorlist.centos.org/?release=$stream&arch=$basearch&repo=RT&infra=$infra",
|
||||
"name": "CentOS Stream $releasever - RealTime"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -10276,6 +10276,15 @@
|
|||
},
|
||||
"default-target": "multi-user.target",
|
||||
"dnf": {
|
||||
"dnf.conf": {
|
||||
"main": {
|
||||
"best": "True",
|
||||
"clean_requirements_on_remove": "True",
|
||||
"gpgcheck": "1",
|
||||
"installonly_limit": "3",
|
||||
"skip_if_unavailable": "False"
|
||||
}
|
||||
},
|
||||
"vars": {
|
||||
"contentdir": "centos",
|
||||
"infra": "stock",
|
||||
|
|
@ -10849,6 +10858,7 @@
|
|||
"/etc/pam.d/postlogin": "....L....",
|
||||
"/etc/pam.d/smartcard-auth": "....L....",
|
||||
"/etc/pam.d/system-auth": "....L....",
|
||||
"/etc/ssh/sshd_config": "S.5....T.",
|
||||
"/proc": ".M.......",
|
||||
"/sys": ".M.......",
|
||||
"/var/log/lastlog": ".M....G..",
|
||||
|
|
@ -10934,6 +10944,49 @@
|
|||
"tuned.service",
|
||||
"unbound-anchor.timer"
|
||||
],
|
||||
"ssh_config": {
|
||||
"/etc/ssh": {
|
||||
"ssh_config": [
|
||||
"Include /etc/ssh/ssh_config.d/*.conf"
|
||||
]
|
||||
},
|
||||
"/etc/ssh/ssh_config.d": {
|
||||
"05-redhat.conf": [
|
||||
"Match final all",
|
||||
"Include /etc/crypto-policies/back-ends/openssh.config",
|
||||
"GSSAPIAuthentication yes",
|
||||
"ForwardX11Trusted yes",
|
||||
"SendEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"SendEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"SendEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"SendEnv XMODIFIERS"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sshd_config": {
|
||||
"/etc/ssh": {
|
||||
"sshd_config": [
|
||||
"HostKey /etc/ssh/ssh_host_rsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ecdsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ed25519_key",
|
||||
"SyslogFacility AUTHPRIV",
|
||||
"PermitRootLogin yes",
|
||||
"AuthorizedKeysFile\t.ssh/authorized_keys",
|
||||
"PasswordAuthentication no",
|
||||
"ChallengeResponseAuthentication no",
|
||||
"GSSAPIAuthentication yes",
|
||||
"GSSAPICleanupCredentials no",
|
||||
"UsePAM yes",
|
||||
"X11Forwarding yes",
|
||||
"PrintMotd no",
|
||||
"AcceptEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"AcceptEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"AcceptEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"AcceptEnv XMODIFIERS",
|
||||
"Subsystem\tsftp\t/usr/libexec/openssh/sftp-server"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sudoers": {
|
||||
"/etc/sudoers": [
|
||||
"Defaults !visiblepw",
|
||||
|
|
@ -11160,6 +11213,89 @@
|
|||
"r! /tmp/.X[0-9]*-lock"
|
||||
]
|
||||
}
|
||||
},
|
||||
"yum_repos": {
|
||||
"/etc/yum.repos.d": {
|
||||
"CentOS-Stream-AppStream.repo": {
|
||||
"appstream": {
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"mirrorlist": "http://mirrorlist.centos.org/?release=$stream&arch=$basearch&repo=AppStream&infra=$infra",
|
||||
"name": "CentOS Stream $releasever - AppStream"
|
||||
}
|
||||
},
|
||||
"CentOS-Stream-BaseOS.repo": {
|
||||
"baseos": {
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"mirrorlist": "http://mirrorlist.centos.org/?release=$stream&arch=$basearch&repo=BaseOS&infra=$infra",
|
||||
"name": "CentOS Stream $releasever - BaseOS"
|
||||
}
|
||||
},
|
||||
"CentOS-Stream-Debuginfo.repo": {
|
||||
"debuginfo": {
|
||||
"baseurl": "http://debuginfo.centos.org/$stream/$basearch/",
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"name": "CentOS Stream $releasever - Debuginfo"
|
||||
}
|
||||
},
|
||||
"CentOS-Stream-Extras.repo": {
|
||||
"extras": {
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"mirrorlist": "http://mirrorlist.centos.org/?release=$stream&arch=$basearch&repo=extras&infra=$infra",
|
||||
"name": "CentOS Stream $releasever - Extras"
|
||||
}
|
||||
},
|
||||
"CentOS-Stream-HighAvailability.repo": {
|
||||
"ha": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"mirrorlist": "http://mirrorlist.centos.org/?release=$stream&arch=$basearch&repo=HighAvailability&infra=$infra",
|
||||
"name": "CentOS Stream $releasever - HighAvailability"
|
||||
}
|
||||
},
|
||||
"CentOS-Stream-Media.repo": {
|
||||
"media-appstream": {
|
||||
"baseurl": "file:///media/CentOS/AppStream\nfile:///media/cdrom/AppStream\nfile:///media/cdrecorder/AppStream",
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"name": "CentOS Stream $releasever - Media - AppStream"
|
||||
},
|
||||
"media-baseos": {
|
||||
"baseurl": "file:///media/CentOS/BaseOS\nfile:///media/cdrom/BaseOS\nfile:///media/cdrecorder/BaseOS",
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"name": "CentOS Stream $releasever - Media - BaseOS"
|
||||
}
|
||||
},
|
||||
"CentOS-Stream-PowerTools.repo": {
|
||||
"powertools": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"mirrorlist": "http://mirrorlist.centos.org/?release=$stream&arch=$basearch&repo=PowerTools&infra=$infra",
|
||||
"name": "CentOS Stream $releasever - PowerTools"
|
||||
}
|
||||
},
|
||||
"CentOS-Stream-RealTime.repo": {
|
||||
"rt": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"mirrorlist": "http://mirrorlist.centos.org/?release=$stream&arch=$basearch&repo=RT&infra=$infra",
|
||||
"name": "CentOS Stream $releasever - RealTime"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -10935,6 +10935,49 @@
|
|||
"timedatex.service",
|
||||
"udisks2.service"
|
||||
],
|
||||
"ssh_config": {
|
||||
"/etc/ssh": {
|
||||
"ssh_config": [
|
||||
"Include /etc/ssh/ssh_config.d/*.conf"
|
||||
]
|
||||
},
|
||||
"/etc/ssh/ssh_config.d": {
|
||||
"05-redhat.conf": [
|
||||
"Match final all",
|
||||
"Include /etc/crypto-policies/back-ends/openssh.config",
|
||||
"GSSAPIAuthentication yes",
|
||||
"ForwardX11Trusted yes",
|
||||
"SendEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"SendEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"SendEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"SendEnv XMODIFIERS"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sshd_config": {
|
||||
"/etc/ssh": {
|
||||
"sshd_config": [
|
||||
"HostKey /etc/ssh/ssh_host_rsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ecdsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ed25519_key",
|
||||
"SyslogFacility AUTHPRIV",
|
||||
"PermitRootLogin yes",
|
||||
"AuthorizedKeysFile\t.ssh/authorized_keys",
|
||||
"PasswordAuthentication yes",
|
||||
"ChallengeResponseAuthentication no",
|
||||
"GSSAPIAuthentication yes",
|
||||
"GSSAPICleanupCredentials no",
|
||||
"UsePAM yes",
|
||||
"X11Forwarding yes",
|
||||
"PrintMotd no",
|
||||
"AcceptEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"AcceptEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"AcceptEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"AcceptEnv XMODIFIERS",
|
||||
"Subsystem\tsftp\t/usr/libexec/openssh/sftp-server"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sudoers": {
|
||||
"/etc/sudoers": [
|
||||
"Defaults !visiblepw",
|
||||
|
|
@ -11239,6 +11282,89 @@
|
|||
]
|
||||
}
|
||||
},
|
||||
"type": "ostree/commit"
|
||||
"type": "ostree/commit",
|
||||
"yum_repos": {
|
||||
"/etc/yum.repos.d": {
|
||||
"CentOS-Stream-AppStream.repo": {
|
||||
"appstream": {
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"mirrorlist": "http://mirrorlist.centos.org/?release=$stream&arch=$basearch&repo=AppStream&infra=$infra",
|
||||
"name": "CentOS Stream $releasever - AppStream"
|
||||
}
|
||||
},
|
||||
"CentOS-Stream-BaseOS.repo": {
|
||||
"baseos": {
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"mirrorlist": "http://mirrorlist.centos.org/?release=$stream&arch=$basearch&repo=BaseOS&infra=$infra",
|
||||
"name": "CentOS Stream $releasever - BaseOS"
|
||||
}
|
||||
},
|
||||
"CentOS-Stream-Debuginfo.repo": {
|
||||
"debuginfo": {
|
||||
"baseurl": "http://debuginfo.centos.org/$stream/$basearch/",
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"name": "CentOS Stream $releasever - Debuginfo"
|
||||
}
|
||||
},
|
||||
"CentOS-Stream-Extras.repo": {
|
||||
"extras": {
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"mirrorlist": "http://mirrorlist.centos.org/?release=$stream&arch=$basearch&repo=extras&infra=$infra",
|
||||
"name": "CentOS Stream $releasever - Extras"
|
||||
}
|
||||
},
|
||||
"CentOS-Stream-HighAvailability.repo": {
|
||||
"ha": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"mirrorlist": "http://mirrorlist.centos.org/?release=$stream&arch=$basearch&repo=HighAvailability&infra=$infra",
|
||||
"name": "CentOS Stream $releasever - HighAvailability"
|
||||
}
|
||||
},
|
||||
"CentOS-Stream-Media.repo": {
|
||||
"media-appstream": {
|
||||
"baseurl": "file:///media/CentOS/AppStream\nfile:///media/cdrom/AppStream\nfile:///media/cdrecorder/AppStream",
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"name": "CentOS Stream $releasever - Media - AppStream"
|
||||
},
|
||||
"media-baseos": {
|
||||
"baseurl": "file:///media/CentOS/BaseOS\nfile:///media/cdrom/BaseOS\nfile:///media/cdrecorder/BaseOS",
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"name": "CentOS Stream $releasever - Media - BaseOS"
|
||||
}
|
||||
},
|
||||
"CentOS-Stream-PowerTools.repo": {
|
||||
"powertools": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"mirrorlist": "http://mirrorlist.centos.org/?release=$stream&arch=$basearch&repo=PowerTools&infra=$infra",
|
||||
"name": "CentOS Stream $releasever - PowerTools"
|
||||
}
|
||||
},
|
||||
"CentOS-Stream-RealTime.repo": {
|
||||
"rt": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"mirrorlist": "http://mirrorlist.centos.org/?release=$stream&arch=$basearch&repo=RT&infra=$infra",
|
||||
"name": "CentOS Stream $releasever - RealTime"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -10889,6 +10889,49 @@
|
|||
"timedatex.service",
|
||||
"udisks2.service"
|
||||
],
|
||||
"ssh_config": {
|
||||
"/etc/ssh": {
|
||||
"ssh_config": [
|
||||
"Include /etc/ssh/ssh_config.d/*.conf"
|
||||
]
|
||||
},
|
||||
"/etc/ssh/ssh_config.d": {
|
||||
"05-redhat.conf": [
|
||||
"Match final all",
|
||||
"Include /etc/crypto-policies/back-ends/openssh.config",
|
||||
"GSSAPIAuthentication yes",
|
||||
"ForwardX11Trusted yes",
|
||||
"SendEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"SendEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"SendEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"SendEnv XMODIFIERS"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sshd_config": {
|
||||
"/etc/ssh": {
|
||||
"sshd_config": [
|
||||
"HostKey /etc/ssh/ssh_host_rsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ecdsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ed25519_key",
|
||||
"SyslogFacility AUTHPRIV",
|
||||
"PermitRootLogin yes",
|
||||
"AuthorizedKeysFile\t.ssh/authorized_keys",
|
||||
"PasswordAuthentication yes",
|
||||
"ChallengeResponseAuthentication no",
|
||||
"GSSAPIAuthentication yes",
|
||||
"GSSAPICleanupCredentials no",
|
||||
"UsePAM yes",
|
||||
"X11Forwarding yes",
|
||||
"PrintMotd no",
|
||||
"AcceptEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"AcceptEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"AcceptEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"AcceptEnv XMODIFIERS",
|
||||
"Subsystem\tsftp\t/usr/libexec/openssh/sftp-server"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sudoers": {
|
||||
"/etc/sudoers": [
|
||||
"Defaults !visiblepw",
|
||||
|
|
@ -11193,6 +11236,89 @@
|
|||
]
|
||||
}
|
||||
},
|
||||
"type": "ostree/commit"
|
||||
"type": "ostree/commit",
|
||||
"yum_repos": {
|
||||
"/etc/yum.repos.d": {
|
||||
"CentOS-Stream-AppStream.repo": {
|
||||
"appstream": {
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"mirrorlist": "http://mirrorlist.centos.org/?release=$stream&arch=$basearch&repo=AppStream&infra=$infra",
|
||||
"name": "CentOS Stream $releasever - AppStream"
|
||||
}
|
||||
},
|
||||
"CentOS-Stream-BaseOS.repo": {
|
||||
"baseos": {
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"mirrorlist": "http://mirrorlist.centos.org/?release=$stream&arch=$basearch&repo=BaseOS&infra=$infra",
|
||||
"name": "CentOS Stream $releasever - BaseOS"
|
||||
}
|
||||
},
|
||||
"CentOS-Stream-Debuginfo.repo": {
|
||||
"debuginfo": {
|
||||
"baseurl": "http://debuginfo.centos.org/$stream/$basearch/",
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"name": "CentOS Stream $releasever - Debuginfo"
|
||||
}
|
||||
},
|
||||
"CentOS-Stream-Extras.repo": {
|
||||
"extras": {
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"mirrorlist": "http://mirrorlist.centos.org/?release=$stream&arch=$basearch&repo=extras&infra=$infra",
|
||||
"name": "CentOS Stream $releasever - Extras"
|
||||
}
|
||||
},
|
||||
"CentOS-Stream-HighAvailability.repo": {
|
||||
"ha": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"mirrorlist": "http://mirrorlist.centos.org/?release=$stream&arch=$basearch&repo=HighAvailability&infra=$infra",
|
||||
"name": "CentOS Stream $releasever - HighAvailability"
|
||||
}
|
||||
},
|
||||
"CentOS-Stream-Media.repo": {
|
||||
"media-appstream": {
|
||||
"baseurl": "file:///media/CentOS/AppStream\nfile:///media/cdrom/AppStream\nfile:///media/cdrecorder/AppStream",
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"name": "CentOS Stream $releasever - Media - AppStream"
|
||||
},
|
||||
"media-baseos": {
|
||||
"baseurl": "file:///media/CentOS/BaseOS\nfile:///media/cdrom/BaseOS\nfile:///media/cdrecorder/BaseOS",
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"name": "CentOS Stream $releasever - Media - BaseOS"
|
||||
}
|
||||
},
|
||||
"CentOS-Stream-PowerTools.repo": {
|
||||
"powertools": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"mirrorlist": "http://mirrorlist.centos.org/?release=$stream&arch=$basearch&repo=PowerTools&infra=$infra",
|
||||
"name": "CentOS Stream $releasever - PowerTools"
|
||||
}
|
||||
},
|
||||
"CentOS-Stream-RealTime.repo": {
|
||||
"rt": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"mirrorlist": "http://mirrorlist.centos.org/?release=$stream&arch=$basearch&repo=RT&infra=$infra",
|
||||
"name": "CentOS Stream $releasever - RealTime"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -11169,6 +11169,15 @@
|
|||
},
|
||||
"default-target": "graphical.target",
|
||||
"dnf": {
|
||||
"dnf.conf": {
|
||||
"main": {
|
||||
"best": "True",
|
||||
"clean_requirements_on_remove": "True",
|
||||
"gpgcheck": "1",
|
||||
"installonly_limit": "3",
|
||||
"skip_if_unavailable": "False"
|
||||
}
|
||||
},
|
||||
"vars": {
|
||||
"contentdir": "centos",
|
||||
"infra": "stock",
|
||||
|
|
@ -11901,6 +11910,49 @@
|
|||
"udisks2.service",
|
||||
"unbound-anchor.timer"
|
||||
],
|
||||
"ssh_config": {
|
||||
"/etc/ssh": {
|
||||
"ssh_config": [
|
||||
"Include /etc/ssh/ssh_config.d/*.conf"
|
||||
]
|
||||
},
|
||||
"/etc/ssh/ssh_config.d": {
|
||||
"05-redhat.conf": [
|
||||
"Match final all",
|
||||
"Include /etc/crypto-policies/back-ends/openssh.config",
|
||||
"GSSAPIAuthentication yes",
|
||||
"ForwardX11Trusted yes",
|
||||
"SendEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"SendEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"SendEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"SendEnv XMODIFIERS"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sshd_config": {
|
||||
"/etc/ssh": {
|
||||
"sshd_config": [
|
||||
"HostKey /etc/ssh/ssh_host_rsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ecdsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ed25519_key",
|
||||
"SyslogFacility AUTHPRIV",
|
||||
"PermitRootLogin yes",
|
||||
"AuthorizedKeysFile\t.ssh/authorized_keys",
|
||||
"PasswordAuthentication yes",
|
||||
"ChallengeResponseAuthentication no",
|
||||
"GSSAPIAuthentication yes",
|
||||
"GSSAPICleanupCredentials no",
|
||||
"UsePAM yes",
|
||||
"X11Forwarding yes",
|
||||
"PrintMotd no",
|
||||
"AcceptEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"AcceptEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"AcceptEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"AcceptEnv XMODIFIERS",
|
||||
"Subsystem\tsftp\t/usr/libexec/openssh/sftp-server"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sudoers": {
|
||||
"/etc/sudoers": [
|
||||
"Defaults !visiblepw",
|
||||
|
|
@ -12113,6 +12165,89 @@
|
|||
"r! /tmp/.X[0-9]*-lock"
|
||||
]
|
||||
}
|
||||
},
|
||||
"yum_repos": {
|
||||
"/etc/yum.repos.d": {
|
||||
"CentOS-Stream-AppStream.repo": {
|
||||
"appstream": {
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"mirrorlist": "http://mirrorlist.centos.org/?release=$stream&arch=$basearch&repo=AppStream&infra=$infra",
|
||||
"name": "CentOS Stream $releasever - AppStream"
|
||||
}
|
||||
},
|
||||
"CentOS-Stream-BaseOS.repo": {
|
||||
"baseos": {
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"mirrorlist": "http://mirrorlist.centos.org/?release=$stream&arch=$basearch&repo=BaseOS&infra=$infra",
|
||||
"name": "CentOS Stream $releasever - BaseOS"
|
||||
}
|
||||
},
|
||||
"CentOS-Stream-Debuginfo.repo": {
|
||||
"debuginfo": {
|
||||
"baseurl": "http://debuginfo.centos.org/$stream/$basearch/",
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"name": "CentOS Stream $releasever - Debuginfo"
|
||||
}
|
||||
},
|
||||
"CentOS-Stream-Extras.repo": {
|
||||
"extras": {
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"mirrorlist": "http://mirrorlist.centos.org/?release=$stream&arch=$basearch&repo=extras&infra=$infra",
|
||||
"name": "CentOS Stream $releasever - Extras"
|
||||
}
|
||||
},
|
||||
"CentOS-Stream-HighAvailability.repo": {
|
||||
"ha": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"mirrorlist": "http://mirrorlist.centos.org/?release=$stream&arch=$basearch&repo=HighAvailability&infra=$infra",
|
||||
"name": "CentOS Stream $releasever - HighAvailability"
|
||||
}
|
||||
},
|
||||
"CentOS-Stream-Media.repo": {
|
||||
"media-appstream": {
|
||||
"baseurl": "file:///media/CentOS/AppStream\nfile:///media/cdrom/AppStream\nfile:///media/cdrecorder/AppStream",
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"name": "CentOS Stream $releasever - Media - AppStream"
|
||||
},
|
||||
"media-baseos": {
|
||||
"baseurl": "file:///media/CentOS/BaseOS\nfile:///media/cdrom/BaseOS\nfile:///media/cdrecorder/BaseOS",
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"name": "CentOS Stream $releasever - Media - BaseOS"
|
||||
}
|
||||
},
|
||||
"CentOS-Stream-PowerTools.repo": {
|
||||
"powertools": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"mirrorlist": "http://mirrorlist.centos.org/?release=$stream&arch=$basearch&repo=PowerTools&infra=$infra",
|
||||
"name": "CentOS Stream $releasever - PowerTools"
|
||||
}
|
||||
},
|
||||
"CentOS-Stream-RealTime.repo": {
|
||||
"rt": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"mirrorlist": "http://mirrorlist.centos.org/?release=$stream&arch=$basearch&repo=RT&infra=$infra",
|
||||
"name": "CentOS Stream $releasever - RealTime"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -11087,6 +11087,15 @@
|
|||
},
|
||||
"default-target": "multi-user.target",
|
||||
"dnf": {
|
||||
"dnf.conf": {
|
||||
"main": {
|
||||
"best": "True",
|
||||
"clean_requirements_on_remove": "True",
|
||||
"gpgcheck": "1",
|
||||
"installonly_limit": "3",
|
||||
"skip_if_unavailable": "False"
|
||||
}
|
||||
},
|
||||
"vars": {
|
||||
"contentdir": "centos",
|
||||
"infra": "stock",
|
||||
|
|
@ -11820,6 +11829,49 @@
|
|||
"tuned.service",
|
||||
"unbound-anchor.timer"
|
||||
],
|
||||
"ssh_config": {
|
||||
"/etc/ssh": {
|
||||
"ssh_config": [
|
||||
"Include /etc/ssh/ssh_config.d/*.conf"
|
||||
]
|
||||
},
|
||||
"/etc/ssh/ssh_config.d": {
|
||||
"05-redhat.conf": [
|
||||
"Match final all",
|
||||
"Include /etc/crypto-policies/back-ends/openssh.config",
|
||||
"GSSAPIAuthentication yes",
|
||||
"ForwardX11Trusted yes",
|
||||
"SendEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"SendEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"SendEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"SendEnv XMODIFIERS"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sshd_config": {
|
||||
"/etc/ssh": {
|
||||
"sshd_config": [
|
||||
"HostKey /etc/ssh/ssh_host_rsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ecdsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ed25519_key",
|
||||
"SyslogFacility AUTHPRIV",
|
||||
"PermitRootLogin yes",
|
||||
"AuthorizedKeysFile\t.ssh/authorized_keys",
|
||||
"PasswordAuthentication yes",
|
||||
"ChallengeResponseAuthentication no",
|
||||
"GSSAPIAuthentication yes",
|
||||
"GSSAPICleanupCredentials no",
|
||||
"UsePAM yes",
|
||||
"X11Forwarding yes",
|
||||
"PrintMotd no",
|
||||
"AcceptEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"AcceptEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"AcceptEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"AcceptEnv XMODIFIERS",
|
||||
"Subsystem\tsftp\t/usr/libexec/openssh/sftp-server"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sudoers": {
|
||||
"/etc/sudoers": [
|
||||
"Defaults !visiblepw",
|
||||
|
|
@ -12034,6 +12086,89 @@
|
|||
"r! /tmp/.X[0-9]*-lock"
|
||||
]
|
||||
}
|
||||
},
|
||||
"yum_repos": {
|
||||
"/etc/yum.repos.d": {
|
||||
"CentOS-Stream-AppStream.repo": {
|
||||
"appstream": {
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"mirrorlist": "http://mirrorlist.centos.org/?release=$stream&arch=$basearch&repo=AppStream&infra=$infra",
|
||||
"name": "CentOS Stream $releasever - AppStream"
|
||||
}
|
||||
},
|
||||
"CentOS-Stream-BaseOS.repo": {
|
||||
"baseos": {
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"mirrorlist": "http://mirrorlist.centos.org/?release=$stream&arch=$basearch&repo=BaseOS&infra=$infra",
|
||||
"name": "CentOS Stream $releasever - BaseOS"
|
||||
}
|
||||
},
|
||||
"CentOS-Stream-Debuginfo.repo": {
|
||||
"debuginfo": {
|
||||
"baseurl": "http://debuginfo.centos.org/$stream/$basearch/",
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"name": "CentOS Stream $releasever - Debuginfo"
|
||||
}
|
||||
},
|
||||
"CentOS-Stream-Extras.repo": {
|
||||
"extras": {
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"mirrorlist": "http://mirrorlist.centos.org/?release=$stream&arch=$basearch&repo=extras&infra=$infra",
|
||||
"name": "CentOS Stream $releasever - Extras"
|
||||
}
|
||||
},
|
||||
"CentOS-Stream-HighAvailability.repo": {
|
||||
"ha": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"mirrorlist": "http://mirrorlist.centos.org/?release=$stream&arch=$basearch&repo=HighAvailability&infra=$infra",
|
||||
"name": "CentOS Stream $releasever - HighAvailability"
|
||||
}
|
||||
},
|
||||
"CentOS-Stream-Media.repo": {
|
||||
"media-appstream": {
|
||||
"baseurl": "file:///media/CentOS/AppStream\nfile:///media/cdrom/AppStream\nfile:///media/cdrecorder/AppStream",
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"name": "CentOS Stream $releasever - Media - AppStream"
|
||||
},
|
||||
"media-baseos": {
|
||||
"baseurl": "file:///media/CentOS/BaseOS\nfile:///media/cdrom/BaseOS\nfile:///media/cdrecorder/BaseOS",
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"name": "CentOS Stream $releasever - Media - BaseOS"
|
||||
}
|
||||
},
|
||||
"CentOS-Stream-PowerTools.repo": {
|
||||
"powertools": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"mirrorlist": "http://mirrorlist.centos.org/?release=$stream&arch=$basearch&repo=PowerTools&infra=$infra",
|
||||
"name": "CentOS Stream $releasever - PowerTools"
|
||||
}
|
||||
},
|
||||
"CentOS-Stream-RealTime.repo": {
|
||||
"rt": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"mirrorlist": "http://mirrorlist.centos.org/?release=$stream&arch=$basearch&repo=RT&infra=$infra",
|
||||
"name": "CentOS Stream $releasever - RealTime"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -13395,6 +13395,15 @@
|
|||
},
|
||||
"default-target": "multi-user.target",
|
||||
"dnf": {
|
||||
"dnf.conf": {
|
||||
"main": {
|
||||
"best": "True",
|
||||
"clean_requirements_on_remove": "True",
|
||||
"gpgcheck": "1",
|
||||
"installonly_limit": "3",
|
||||
"skip_if_unavailable": "False"
|
||||
}
|
||||
},
|
||||
"vars": {
|
||||
"contentdir": "centos",
|
||||
"infra": "stock",
|
||||
|
|
@ -14186,6 +14195,49 @@
|
|||
"tuned.service",
|
||||
"unbound-anchor.timer"
|
||||
],
|
||||
"ssh_config": {
|
||||
"/etc/ssh": {
|
||||
"ssh_config": [
|
||||
"Include /etc/ssh/ssh_config.d/*.conf"
|
||||
]
|
||||
},
|
||||
"/etc/ssh/ssh_config.d": {
|
||||
"05-redhat.conf": [
|
||||
"Match final all",
|
||||
"Include /etc/crypto-policies/back-ends/openssh.config",
|
||||
"GSSAPIAuthentication yes",
|
||||
"ForwardX11Trusted yes",
|
||||
"SendEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"SendEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"SendEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"SendEnv XMODIFIERS"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sshd_config": {
|
||||
"/etc/ssh": {
|
||||
"sshd_config": [
|
||||
"HostKey /etc/ssh/ssh_host_rsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ecdsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ed25519_key",
|
||||
"SyslogFacility AUTHPRIV",
|
||||
"PermitRootLogin yes",
|
||||
"AuthorizedKeysFile\t.ssh/authorized_keys",
|
||||
"PasswordAuthentication yes",
|
||||
"ChallengeResponseAuthentication no",
|
||||
"GSSAPIAuthentication yes",
|
||||
"GSSAPICleanupCredentials no",
|
||||
"UsePAM yes",
|
||||
"X11Forwarding yes",
|
||||
"PrintMotd no",
|
||||
"AcceptEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"AcceptEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"AcceptEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"AcceptEnv XMODIFIERS",
|
||||
"Subsystem\tsftp\t/usr/libexec/openssh/sftp-server"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sudoers": {
|
||||
"/etc/sudoers": [
|
||||
"Defaults !visiblepw",
|
||||
|
|
@ -14400,6 +14452,89 @@
|
|||
"r! /tmp/.X[0-9]*-lock"
|
||||
]
|
||||
}
|
||||
},
|
||||
"yum_repos": {
|
||||
"/etc/yum.repos.d": {
|
||||
"CentOS-Stream-AppStream.repo": {
|
||||
"appstream": {
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"mirrorlist": "http://mirrorlist.centos.org/?release=$stream&arch=$basearch&repo=AppStream&infra=$infra",
|
||||
"name": "CentOS Stream $releasever - AppStream"
|
||||
}
|
||||
},
|
||||
"CentOS-Stream-BaseOS.repo": {
|
||||
"baseos": {
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"mirrorlist": "http://mirrorlist.centos.org/?release=$stream&arch=$basearch&repo=BaseOS&infra=$infra",
|
||||
"name": "CentOS Stream $releasever - BaseOS"
|
||||
}
|
||||
},
|
||||
"CentOS-Stream-Debuginfo.repo": {
|
||||
"debuginfo": {
|
||||
"baseurl": "http://debuginfo.centos.org/$stream/$basearch/",
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"name": "CentOS Stream $releasever - Debuginfo"
|
||||
}
|
||||
},
|
||||
"CentOS-Stream-Extras.repo": {
|
||||
"extras": {
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"mirrorlist": "http://mirrorlist.centos.org/?release=$stream&arch=$basearch&repo=extras&infra=$infra",
|
||||
"name": "CentOS Stream $releasever - Extras"
|
||||
}
|
||||
},
|
||||
"CentOS-Stream-HighAvailability.repo": {
|
||||
"ha": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"mirrorlist": "http://mirrorlist.centos.org/?release=$stream&arch=$basearch&repo=HighAvailability&infra=$infra",
|
||||
"name": "CentOS Stream $releasever - HighAvailability"
|
||||
}
|
||||
},
|
||||
"CentOS-Stream-Media.repo": {
|
||||
"media-appstream": {
|
||||
"baseurl": "file:///media/CentOS/AppStream\nfile:///media/cdrom/AppStream\nfile:///media/cdrecorder/AppStream",
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"name": "CentOS Stream $releasever - Media - AppStream"
|
||||
},
|
||||
"media-baseos": {
|
||||
"baseurl": "file:///media/CentOS/BaseOS\nfile:///media/cdrom/BaseOS\nfile:///media/cdrecorder/BaseOS",
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"name": "CentOS Stream $releasever - Media - BaseOS"
|
||||
}
|
||||
},
|
||||
"CentOS-Stream-PowerTools.repo": {
|
||||
"powertools": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"mirrorlist": "http://mirrorlist.centos.org/?release=$stream&arch=$basearch&repo=PowerTools&infra=$infra",
|
||||
"name": "CentOS Stream $releasever - PowerTools"
|
||||
}
|
||||
},
|
||||
"CentOS-Stream-RealTime.repo": {
|
||||
"rt": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"mirrorlist": "http://mirrorlist.centos.org/?release=$stream&arch=$basearch&repo=RT&infra=$infra",
|
||||
"name": "CentOS Stream $releasever - RealTime"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7620,6 +7620,30 @@
|
|||
"selinux-autorelabel-mark.service",
|
||||
"sshd.service"
|
||||
],
|
||||
"sshd_config": {
|
||||
"/etc/ssh": {
|
||||
"sshd_config": [
|
||||
"HostKey /etc/ssh/ssh_host_rsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ecdsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ed25519_key",
|
||||
"SyslogFacility AUTHPRIV",
|
||||
"PermitRootLogin yes",
|
||||
"AuthorizedKeysFile\t.ssh/authorized_keys",
|
||||
"PasswordAuthentication yes",
|
||||
"ChallengeResponseAuthentication no",
|
||||
"GSSAPIAuthentication yes",
|
||||
"GSSAPICleanupCredentials no",
|
||||
"UsePAM yes",
|
||||
"X11Forwarding yes",
|
||||
"PrintMotd no",
|
||||
"AcceptEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"AcceptEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"AcceptEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"AcceptEnv XMODIFIERS",
|
||||
"Subsystem\tsftp\t/usr/libexec/openssh/sftp-server"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sysconfig": {
|
||||
"kernel": {
|
||||
"DEFAULTKERNEL": "kernel",
|
||||
|
|
@ -7786,6 +7810,89 @@
|
|||
"r! /tmp/.X[0-9]*-lock"
|
||||
]
|
||||
}
|
||||
},
|
||||
"yum_repos": {
|
||||
"/etc/yum.repos.d": {
|
||||
"CentOS-Stream-AppStream.repo": {
|
||||
"appstream": {
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"mirrorlist": "http://mirrorlist.centos.org/?release=$stream&arch=$basearch&repo=AppStream&infra=$infra",
|
||||
"name": "CentOS Stream $releasever - AppStream"
|
||||
}
|
||||
},
|
||||
"CentOS-Stream-BaseOS.repo": {
|
||||
"baseos": {
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"mirrorlist": "http://mirrorlist.centos.org/?release=$stream&arch=$basearch&repo=BaseOS&infra=$infra",
|
||||
"name": "CentOS Stream $releasever - BaseOS"
|
||||
}
|
||||
},
|
||||
"CentOS-Stream-Debuginfo.repo": {
|
||||
"debuginfo": {
|
||||
"baseurl": "http://debuginfo.centos.org/$stream/$basearch/",
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"name": "CentOS Stream $releasever - Debuginfo"
|
||||
}
|
||||
},
|
||||
"CentOS-Stream-Extras.repo": {
|
||||
"extras": {
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"mirrorlist": "http://mirrorlist.centos.org/?release=$stream&arch=$basearch&repo=extras&infra=$infra",
|
||||
"name": "CentOS Stream $releasever - Extras"
|
||||
}
|
||||
},
|
||||
"CentOS-Stream-HighAvailability.repo": {
|
||||
"ha": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"mirrorlist": "http://mirrorlist.centos.org/?release=$stream&arch=$basearch&repo=HighAvailability&infra=$infra",
|
||||
"name": "CentOS Stream $releasever - HighAvailability"
|
||||
}
|
||||
},
|
||||
"CentOS-Stream-Media.repo": {
|
||||
"media-appstream": {
|
||||
"baseurl": "file:///media/CentOS/AppStream\nfile:///media/cdrom/AppStream\nfile:///media/cdrecorder/AppStream",
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"name": "CentOS Stream $releasever - Media - AppStream"
|
||||
},
|
||||
"media-baseos": {
|
||||
"baseurl": "file:///media/CentOS/BaseOS\nfile:///media/cdrom/BaseOS\nfile:///media/cdrecorder/BaseOS",
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"name": "CentOS Stream $releasever - Media - BaseOS"
|
||||
}
|
||||
},
|
||||
"CentOS-Stream-PowerTools.repo": {
|
||||
"powertools": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"mirrorlist": "http://mirrorlist.centos.org/?release=$stream&arch=$basearch&repo=PowerTools&infra=$infra",
|
||||
"name": "CentOS Stream $releasever - PowerTools"
|
||||
}
|
||||
},
|
||||
"CentOS-Stream-RealTime.repo": {
|
||||
"rt": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"mirrorlist": "http://mirrorlist.centos.org/?release=$stream&arch=$basearch&repo=RT&infra=$infra",
|
||||
"name": "CentOS Stream $releasever - RealTime"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -11230,6 +11230,15 @@
|
|||
},
|
||||
"default-target": "multi-user.target",
|
||||
"dnf": {
|
||||
"dnf.conf": {
|
||||
"main": {
|
||||
"best": "True",
|
||||
"clean_requirements_on_remove": "True",
|
||||
"gpgcheck": "1",
|
||||
"installonly_limit": "3",
|
||||
"skip_if_unavailable": "False"
|
||||
}
|
||||
},
|
||||
"vars": {
|
||||
"contentdir": "centos",
|
||||
"infra": "stock",
|
||||
|
|
@ -11973,6 +11982,49 @@
|
|||
"unbound-anchor.timer",
|
||||
"waagent.service"
|
||||
],
|
||||
"ssh_config": {
|
||||
"/etc/ssh": {
|
||||
"ssh_config": [
|
||||
"Include /etc/ssh/ssh_config.d/*.conf"
|
||||
]
|
||||
},
|
||||
"/etc/ssh/ssh_config.d": {
|
||||
"05-redhat.conf": [
|
||||
"Match final all",
|
||||
"Include /etc/crypto-policies/back-ends/openssh.config",
|
||||
"GSSAPIAuthentication yes",
|
||||
"ForwardX11Trusted yes",
|
||||
"SendEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"SendEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"SendEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"SendEnv XMODIFIERS"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sshd_config": {
|
||||
"/etc/ssh": {
|
||||
"sshd_config": [
|
||||
"HostKey /etc/ssh/ssh_host_rsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ecdsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ed25519_key",
|
||||
"SyslogFacility AUTHPRIV",
|
||||
"PermitRootLogin yes",
|
||||
"AuthorizedKeysFile\t.ssh/authorized_keys",
|
||||
"PasswordAuthentication yes",
|
||||
"ChallengeResponseAuthentication no",
|
||||
"GSSAPIAuthentication yes",
|
||||
"GSSAPICleanupCredentials no",
|
||||
"UsePAM yes",
|
||||
"X11Forwarding yes",
|
||||
"PrintMotd no",
|
||||
"AcceptEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"AcceptEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"AcceptEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"AcceptEnv XMODIFIERS",
|
||||
"Subsystem\tsftp\t/usr/libexec/openssh/sftp-server"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sudoers": {
|
||||
"/etc/sudoers": [
|
||||
"Defaults !visiblepw",
|
||||
|
|
@ -12182,6 +12234,89 @@
|
|||
"r! /tmp/.X[0-9]*-lock"
|
||||
]
|
||||
}
|
||||
},
|
||||
"yum_repos": {
|
||||
"/etc/yum.repos.d": {
|
||||
"CentOS-Stream-AppStream.repo": {
|
||||
"appstream": {
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"mirrorlist": "http://mirrorlist.centos.org/?release=$stream&arch=$basearch&repo=AppStream&infra=$infra",
|
||||
"name": "CentOS Stream $releasever - AppStream"
|
||||
}
|
||||
},
|
||||
"CentOS-Stream-BaseOS.repo": {
|
||||
"baseos": {
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"mirrorlist": "http://mirrorlist.centos.org/?release=$stream&arch=$basearch&repo=BaseOS&infra=$infra",
|
||||
"name": "CentOS Stream $releasever - BaseOS"
|
||||
}
|
||||
},
|
||||
"CentOS-Stream-Debuginfo.repo": {
|
||||
"debuginfo": {
|
||||
"baseurl": "http://debuginfo.centos.org/$stream/$basearch/",
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"name": "CentOS Stream $releasever - Debuginfo"
|
||||
}
|
||||
},
|
||||
"CentOS-Stream-Extras.repo": {
|
||||
"extras": {
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"mirrorlist": "http://mirrorlist.centos.org/?release=$stream&arch=$basearch&repo=extras&infra=$infra",
|
||||
"name": "CentOS Stream $releasever - Extras"
|
||||
}
|
||||
},
|
||||
"CentOS-Stream-HighAvailability.repo": {
|
||||
"ha": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"mirrorlist": "http://mirrorlist.centos.org/?release=$stream&arch=$basearch&repo=HighAvailability&infra=$infra",
|
||||
"name": "CentOS Stream $releasever - HighAvailability"
|
||||
}
|
||||
},
|
||||
"CentOS-Stream-Media.repo": {
|
||||
"media-appstream": {
|
||||
"baseurl": "file:///media/CentOS/AppStream\nfile:///media/cdrom/AppStream\nfile:///media/cdrecorder/AppStream",
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"name": "CentOS Stream $releasever - Media - AppStream"
|
||||
},
|
||||
"media-baseos": {
|
||||
"baseurl": "file:///media/CentOS/BaseOS\nfile:///media/cdrom/BaseOS\nfile:///media/cdrecorder/BaseOS",
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"name": "CentOS Stream $releasever - Media - BaseOS"
|
||||
}
|
||||
},
|
||||
"CentOS-Stream-PowerTools.repo": {
|
||||
"powertools": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"mirrorlist": "http://mirrorlist.centos.org/?release=$stream&arch=$basearch&repo=PowerTools&infra=$infra",
|
||||
"name": "CentOS Stream $releasever - PowerTools"
|
||||
}
|
||||
},
|
||||
"CentOS-Stream-RealTime.repo": {
|
||||
"rt": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"mirrorlist": "http://mirrorlist.centos.org/?release=$stream&arch=$basearch&repo=RT&infra=$infra",
|
||||
"name": "CentOS Stream $releasever - RealTime"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -10688,6 +10688,15 @@
|
|||
},
|
||||
"default-target": "graphical.target",
|
||||
"dnf": {
|
||||
"dnf.conf": {
|
||||
"main": {
|
||||
"best": "True",
|
||||
"clean_requirements_on_remove": "True",
|
||||
"gpgcheck": "1",
|
||||
"installonly_limit": "3",
|
||||
"skip_if_unavailable": "False"
|
||||
}
|
||||
},
|
||||
"vars": {
|
||||
"contentdir": "centos",
|
||||
"infra": "stock",
|
||||
|
|
@ -11396,6 +11405,49 @@
|
|||
"vgauthd.service",
|
||||
"vmtoolsd.service"
|
||||
],
|
||||
"ssh_config": {
|
||||
"/etc/ssh": {
|
||||
"ssh_config": [
|
||||
"Include /etc/ssh/ssh_config.d/*.conf"
|
||||
]
|
||||
},
|
||||
"/etc/ssh/ssh_config.d": {
|
||||
"05-redhat.conf": [
|
||||
"Match final all",
|
||||
"Include /etc/crypto-policies/back-ends/openssh.config",
|
||||
"GSSAPIAuthentication yes",
|
||||
"ForwardX11Trusted yes",
|
||||
"SendEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"SendEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"SendEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"SendEnv XMODIFIERS"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sshd_config": {
|
||||
"/etc/ssh": {
|
||||
"sshd_config": [
|
||||
"HostKey /etc/ssh/ssh_host_rsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ecdsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ed25519_key",
|
||||
"SyslogFacility AUTHPRIV",
|
||||
"PermitRootLogin yes",
|
||||
"AuthorizedKeysFile\t.ssh/authorized_keys",
|
||||
"PasswordAuthentication yes",
|
||||
"ChallengeResponseAuthentication no",
|
||||
"GSSAPIAuthentication yes",
|
||||
"GSSAPICleanupCredentials no",
|
||||
"UsePAM yes",
|
||||
"X11Forwarding yes",
|
||||
"PrintMotd no",
|
||||
"AcceptEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"AcceptEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"AcceptEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"AcceptEnv XMODIFIERS",
|
||||
"Subsystem\tsftp\t/usr/libexec/openssh/sftp-server"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sudoers": {
|
||||
"/etc/sudoers": [
|
||||
"Defaults !visiblepw",
|
||||
|
|
@ -11602,6 +11654,89 @@
|
|||
"r! /tmp/.X[0-9]*-lock"
|
||||
]
|
||||
}
|
||||
},
|
||||
"yum_repos": {
|
||||
"/etc/yum.repos.d": {
|
||||
"CentOS-Stream-AppStream.repo": {
|
||||
"appstream": {
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"mirrorlist": "http://mirrorlist.centos.org/?release=$stream&arch=$basearch&repo=AppStream&infra=$infra",
|
||||
"name": "CentOS Stream $releasever - AppStream"
|
||||
}
|
||||
},
|
||||
"CentOS-Stream-BaseOS.repo": {
|
||||
"baseos": {
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"mirrorlist": "http://mirrorlist.centos.org/?release=$stream&arch=$basearch&repo=BaseOS&infra=$infra",
|
||||
"name": "CentOS Stream $releasever - BaseOS"
|
||||
}
|
||||
},
|
||||
"CentOS-Stream-Debuginfo.repo": {
|
||||
"debuginfo": {
|
||||
"baseurl": "http://debuginfo.centos.org/$stream/$basearch/",
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"name": "CentOS Stream $releasever - Debuginfo"
|
||||
}
|
||||
},
|
||||
"CentOS-Stream-Extras.repo": {
|
||||
"extras": {
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"mirrorlist": "http://mirrorlist.centos.org/?release=$stream&arch=$basearch&repo=extras&infra=$infra",
|
||||
"name": "CentOS Stream $releasever - Extras"
|
||||
}
|
||||
},
|
||||
"CentOS-Stream-HighAvailability.repo": {
|
||||
"ha": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"mirrorlist": "http://mirrorlist.centos.org/?release=$stream&arch=$basearch&repo=HighAvailability&infra=$infra",
|
||||
"name": "CentOS Stream $releasever - HighAvailability"
|
||||
}
|
||||
},
|
||||
"CentOS-Stream-Media.repo": {
|
||||
"media-appstream": {
|
||||
"baseurl": "file:///media/CentOS/AppStream\nfile:///media/cdrom/AppStream\nfile:///media/cdrecorder/AppStream",
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"name": "CentOS Stream $releasever - Media - AppStream"
|
||||
},
|
||||
"media-baseos": {
|
||||
"baseurl": "file:///media/CentOS/BaseOS\nfile:///media/cdrom/BaseOS\nfile:///media/cdrecorder/BaseOS",
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"name": "CentOS Stream $releasever - Media - BaseOS"
|
||||
}
|
||||
},
|
||||
"CentOS-Stream-PowerTools.repo": {
|
||||
"powertools": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"mirrorlist": "http://mirrorlist.centos.org/?release=$stream&arch=$basearch&repo=PowerTools&infra=$infra",
|
||||
"name": "CentOS Stream $releasever - PowerTools"
|
||||
}
|
||||
},
|
||||
"CentOS-Stream-RealTime.repo": {
|
||||
"rt": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial",
|
||||
"mirrorlist": "http://mirrorlist.centos.org/?release=$stream&arch=$basearch&repo=RT&infra=$infra",
|
||||
"name": "CentOS Stream $releasever - RealTime"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -9443,6 +9443,17 @@
|
|||
}
|
||||
},
|
||||
"default-target": "graphical.target",
|
||||
"dnf": {
|
||||
"dnf.conf": {
|
||||
"main": {
|
||||
"best": "False",
|
||||
"clean_requirements_on_remove": "True",
|
||||
"gpgcheck": "1",
|
||||
"installonly_limit": "3",
|
||||
"skip_if_unavailable": "True"
|
||||
}
|
||||
}
|
||||
},
|
||||
"dracut": {
|
||||
"/usr/lib/dracut/dracut.conf.d": {
|
||||
"01-dist.conf": {
|
||||
|
|
@ -10104,6 +10115,50 @@
|
|||
"systemd-userdbd.socket",
|
||||
"unbound-anchor.timer"
|
||||
],
|
||||
"ssh_config": {
|
||||
"/etc/ssh": {
|
||||
"ssh_config": [
|
||||
"Include /etc/ssh/ssh_config.d/*.conf"
|
||||
]
|
||||
},
|
||||
"/etc/ssh/ssh_config.d": {
|
||||
"50-redhat.conf": [
|
||||
"Match final all",
|
||||
"Include /etc/crypto-policies/back-ends/openssh.config",
|
||||
"GSSAPIAuthentication yes",
|
||||
"ForwardX11Trusted yes",
|
||||
"SendEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"SendEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"SendEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"SendEnv XMODIFIERS"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sshd_config": {
|
||||
"/etc/ssh": {
|
||||
"sshd_config": [
|
||||
"Include /etc/ssh/sshd_config.d/*.conf",
|
||||
"AuthorizedKeysFile\t.ssh/authorized_keys",
|
||||
"Subsystem\tsftp\t/usr/libexec/openssh/sftp-server"
|
||||
]
|
||||
},
|
||||
"/etc/ssh/sshd_config.d": {
|
||||
"50-redhat.conf": [
|
||||
"Include /etc/crypto-policies/back-ends/opensshserver.config",
|
||||
"SyslogFacility AUTHPRIV",
|
||||
"ChallengeResponseAuthentication no",
|
||||
"GSSAPIAuthentication yes",
|
||||
"GSSAPICleanupCredentials no",
|
||||
"UsePAM yes",
|
||||
"X11Forwarding yes",
|
||||
"PrintMotd no",
|
||||
"AcceptEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"AcceptEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"AcceptEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"AcceptEnv XMODIFIERS"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sudoers": {
|
||||
"/etc/sudoers": [
|
||||
"Defaults !visiblepw",
|
||||
|
|
@ -10341,6 +10396,250 @@
|
|||
"r! /tmp/.X[0-9]*-lock"
|
||||
]
|
||||
}
|
||||
},
|
||||
"yum_repos": {
|
||||
"/etc/yum.repos.d": {
|
||||
"fedora-cisco-openh264.repo": {
|
||||
"fedora-cisco-openh264": {
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "14d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-cisco-openh264-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever openh264 (From Cisco) - $basearch",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "True",
|
||||
"type": "rpm"
|
||||
},
|
||||
"fedora-cisco-openh264-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "14d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-cisco-openh264-debug-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever openh264 (From Cisco) - $basearch - Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "True",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora-modular.repo": {
|
||||
"fedora-modular": {
|
||||
"countme": "1",
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-modular-$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"fedora-modular-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-modular-debug-$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch - Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"fedora-modular-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-modular-source-$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora-updates-modular.repo": {
|
||||
"updates-modular": {
|
||||
"countme": "1",
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-modular-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch - Updates",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-modular-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-modular-debug-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch - Updates - Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-modular-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-modular-source-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - Updates Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora-updates-testing-modular.repo": {
|
||||
"updates-testing-modular": {
|
||||
"countme": "1",
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-modular-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch - Test Updates",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-testing-modular-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-modular-debug-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch - Test Updates Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-testing-modular-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-modular-source-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - Test Updates Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora-updates-testing.repo": {
|
||||
"updates-testing": {
|
||||
"countme": "1",
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Test Updates",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-testing-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-debug-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Test Updates Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-testing-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-source-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - Test Updates Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora-updates.repo": {
|
||||
"updates": {
|
||||
"countme": "1",
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Updates",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-debug-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Updates - Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-source-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - Updates Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora.repo": {
|
||||
"fedora": {
|
||||
"countme": "1",
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"fedora-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-debug-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"fedora-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-source-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -9261,6 +9261,17 @@
|
|||
}
|
||||
},
|
||||
"default-target": "graphical.target",
|
||||
"dnf": {
|
||||
"dnf.conf": {
|
||||
"main": {
|
||||
"best": "False",
|
||||
"clean_requirements_on_remove": "True",
|
||||
"gpgcheck": "1",
|
||||
"installonly_limit": "3",
|
||||
"skip_if_unavailable": "True"
|
||||
}
|
||||
}
|
||||
},
|
||||
"dracut": {
|
||||
"/usr/lib/dracut/dracut.conf.d": {
|
||||
"01-dist.conf": {
|
||||
|
|
@ -9908,6 +9919,50 @@
|
|||
"systemd-userdbd.socket",
|
||||
"unbound-anchor.timer"
|
||||
],
|
||||
"ssh_config": {
|
||||
"/etc/ssh": {
|
||||
"ssh_config": [
|
||||
"Include /etc/ssh/ssh_config.d/*.conf"
|
||||
]
|
||||
},
|
||||
"/etc/ssh/ssh_config.d": {
|
||||
"50-redhat.conf": [
|
||||
"Match final all",
|
||||
"Include /etc/crypto-policies/back-ends/openssh.config",
|
||||
"GSSAPIAuthentication yes",
|
||||
"ForwardX11Trusted yes",
|
||||
"SendEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"SendEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"SendEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"SendEnv XMODIFIERS"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sshd_config": {
|
||||
"/etc/ssh": {
|
||||
"sshd_config": [
|
||||
"Include /etc/ssh/sshd_config.d/*.conf",
|
||||
"AuthorizedKeysFile\t.ssh/authorized_keys",
|
||||
"Subsystem\tsftp\t/usr/libexec/openssh/sftp-server"
|
||||
]
|
||||
},
|
||||
"/etc/ssh/sshd_config.d": {
|
||||
"50-redhat.conf": [
|
||||
"Include /etc/crypto-policies/back-ends/opensshserver.config",
|
||||
"SyslogFacility AUTHPRIV",
|
||||
"ChallengeResponseAuthentication no",
|
||||
"GSSAPIAuthentication yes",
|
||||
"GSSAPICleanupCredentials no",
|
||||
"UsePAM yes",
|
||||
"X11Forwarding yes",
|
||||
"PrintMotd no",
|
||||
"AcceptEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"AcceptEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"AcceptEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"AcceptEnv XMODIFIERS"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sudoers": {
|
||||
"/etc/sudoers": [
|
||||
"Defaults !visiblepw",
|
||||
|
|
@ -10157,6 +10212,250 @@
|
|||
"r! /tmp/.X[0-9]*-lock"
|
||||
]
|
||||
}
|
||||
},
|
||||
"yum_repos": {
|
||||
"/etc/yum.repos.d": {
|
||||
"fedora-cisco-openh264.repo": {
|
||||
"fedora-cisco-openh264": {
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "14d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-cisco-openh264-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever openh264 (From Cisco) - $basearch",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "True",
|
||||
"type": "rpm"
|
||||
},
|
||||
"fedora-cisco-openh264-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "14d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-cisco-openh264-debug-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever openh264 (From Cisco) - $basearch - Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "True",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora-modular.repo": {
|
||||
"fedora-modular": {
|
||||
"countme": "1",
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-modular-$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"fedora-modular-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-modular-debug-$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch - Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"fedora-modular-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-modular-source-$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora-updates-modular.repo": {
|
||||
"updates-modular": {
|
||||
"countme": "1",
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-modular-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch - Updates",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-modular-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-modular-debug-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch - Updates - Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-modular-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-modular-source-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - Updates Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora-updates-testing-modular.repo": {
|
||||
"updates-testing-modular": {
|
||||
"countme": "1",
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-modular-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch - Test Updates",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-testing-modular-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-modular-debug-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch - Test Updates Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-testing-modular-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-modular-source-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - Test Updates Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora-updates-testing.repo": {
|
||||
"updates-testing": {
|
||||
"countme": "1",
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Test Updates",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-testing-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-debug-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Test Updates Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-testing-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-source-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - Test Updates Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora-updates.repo": {
|
||||
"updates": {
|
||||
"countme": "1",
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Updates",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-debug-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Updates - Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-source-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - Updates Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora.repo": {
|
||||
"fedora": {
|
||||
"countme": "1",
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"fedora-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-debug-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"fedora-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-source-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -9792,6 +9792,17 @@
|
|||
}
|
||||
},
|
||||
"default-target": "graphical.target",
|
||||
"dnf": {
|
||||
"dnf.conf": {
|
||||
"main": {
|
||||
"best": "False",
|
||||
"clean_requirements_on_remove": "True",
|
||||
"gpgcheck": "1",
|
||||
"installonly_limit": "3",
|
||||
"skip_if_unavailable": "True"
|
||||
}
|
||||
}
|
||||
},
|
||||
"dracut": {
|
||||
"/usr/lib/dracut/dracut.conf.d": {
|
||||
"01-dist.conf": {
|
||||
|
|
@ -10485,6 +10496,50 @@
|
|||
"systemd-userdbd.socket",
|
||||
"unbound-anchor.timer"
|
||||
],
|
||||
"ssh_config": {
|
||||
"/etc/ssh": {
|
||||
"ssh_config": [
|
||||
"Include /etc/ssh/ssh_config.d/*.conf"
|
||||
]
|
||||
},
|
||||
"/etc/ssh/ssh_config.d": {
|
||||
"50-redhat.conf": [
|
||||
"Match final all",
|
||||
"Include /etc/crypto-policies/back-ends/openssh.config",
|
||||
"GSSAPIAuthentication yes",
|
||||
"ForwardX11Trusted yes",
|
||||
"SendEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"SendEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"SendEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"SendEnv XMODIFIERS"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sshd_config": {
|
||||
"/etc/ssh": {
|
||||
"sshd_config": [
|
||||
"Include /etc/ssh/sshd_config.d/*.conf",
|
||||
"AuthorizedKeysFile\t.ssh/authorized_keys",
|
||||
"Subsystem\tsftp\t/usr/libexec/openssh/sftp-server"
|
||||
]
|
||||
},
|
||||
"/etc/ssh/sshd_config.d": {
|
||||
"50-redhat.conf": [
|
||||
"Include /etc/crypto-policies/back-ends/opensshserver.config",
|
||||
"SyslogFacility AUTHPRIV",
|
||||
"ChallengeResponseAuthentication no",
|
||||
"GSSAPIAuthentication yes",
|
||||
"GSSAPICleanupCredentials no",
|
||||
"UsePAM yes",
|
||||
"X11Forwarding yes",
|
||||
"PrintMotd no",
|
||||
"AcceptEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"AcceptEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"AcceptEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"AcceptEnv XMODIFIERS"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sudoers": {
|
||||
"/etc/sudoers": [
|
||||
"Defaults !visiblepw",
|
||||
|
|
@ -10725,6 +10780,250 @@
|
|||
"r! /tmp/.X[0-9]*-lock"
|
||||
]
|
||||
}
|
||||
},
|
||||
"yum_repos": {
|
||||
"/etc/yum.repos.d": {
|
||||
"fedora-cisco-openh264.repo": {
|
||||
"fedora-cisco-openh264": {
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "14d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-cisco-openh264-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever openh264 (From Cisco) - $basearch",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "True",
|
||||
"type": "rpm"
|
||||
},
|
||||
"fedora-cisco-openh264-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "14d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-cisco-openh264-debug-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever openh264 (From Cisco) - $basearch - Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "True",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora-modular.repo": {
|
||||
"fedora-modular": {
|
||||
"countme": "1",
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-modular-$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"fedora-modular-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-modular-debug-$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch - Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"fedora-modular-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-modular-source-$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora-updates-modular.repo": {
|
||||
"updates-modular": {
|
||||
"countme": "1",
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-modular-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch - Updates",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-modular-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-modular-debug-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch - Updates - Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-modular-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-modular-source-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - Updates Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora-updates-testing-modular.repo": {
|
||||
"updates-testing-modular": {
|
||||
"countme": "1",
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-modular-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch - Test Updates",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-testing-modular-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-modular-debug-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch - Test Updates Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-testing-modular-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-modular-source-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - Test Updates Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora-updates-testing.repo": {
|
||||
"updates-testing": {
|
||||
"countme": "1",
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Test Updates",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-testing-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-debug-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Test Updates Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-testing-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-source-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - Test Updates Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora-updates.repo": {
|
||||
"updates": {
|
||||
"countme": "1",
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Updates",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-debug-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Updates - Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-source-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - Updates Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora.repo": {
|
||||
"fedora": {
|
||||
"countme": "1",
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"fedora-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-debug-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"fedora-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-source-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -9285,6 +9285,17 @@
|
|||
}
|
||||
},
|
||||
"default-target": "graphical.target",
|
||||
"dnf": {
|
||||
"dnf.conf": {
|
||||
"main": {
|
||||
"best": "False",
|
||||
"clean_requirements_on_remove": "True",
|
||||
"gpgcheck": "1",
|
||||
"installonly_limit": "3",
|
||||
"skip_if_unavailable": "True"
|
||||
}
|
||||
}
|
||||
},
|
||||
"dracut": {
|
||||
"/usr/lib/dracut/dracut.conf.d": {
|
||||
"01-dist.conf": {
|
||||
|
|
@ -9934,6 +9945,50 @@
|
|||
"systemd-userdbd.socket",
|
||||
"unbound-anchor.timer"
|
||||
],
|
||||
"ssh_config": {
|
||||
"/etc/ssh": {
|
||||
"ssh_config": [
|
||||
"Include /etc/ssh/ssh_config.d/*.conf"
|
||||
]
|
||||
},
|
||||
"/etc/ssh/ssh_config.d": {
|
||||
"50-redhat.conf": [
|
||||
"Match final all",
|
||||
"Include /etc/crypto-policies/back-ends/openssh.config",
|
||||
"GSSAPIAuthentication yes",
|
||||
"ForwardX11Trusted yes",
|
||||
"SendEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"SendEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"SendEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"SendEnv XMODIFIERS"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sshd_config": {
|
||||
"/etc/ssh": {
|
||||
"sshd_config": [
|
||||
"Include /etc/ssh/sshd_config.d/*.conf",
|
||||
"AuthorizedKeysFile\t.ssh/authorized_keys",
|
||||
"Subsystem\tsftp\t/usr/libexec/openssh/sftp-server"
|
||||
]
|
||||
},
|
||||
"/etc/ssh/sshd_config.d": {
|
||||
"50-redhat.conf": [
|
||||
"Include /etc/crypto-policies/back-ends/opensshserver.config",
|
||||
"SyslogFacility AUTHPRIV",
|
||||
"ChallengeResponseAuthentication no",
|
||||
"GSSAPIAuthentication yes",
|
||||
"GSSAPICleanupCredentials no",
|
||||
"UsePAM yes",
|
||||
"X11Forwarding yes",
|
||||
"PrintMotd no",
|
||||
"AcceptEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"AcceptEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"AcceptEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"AcceptEnv XMODIFIERS"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sudoers": {
|
||||
"/etc/sudoers": [
|
||||
"Defaults !visiblepw",
|
||||
|
|
@ -10183,6 +10238,250 @@
|
|||
"r! /tmp/.X[0-9]*-lock"
|
||||
]
|
||||
}
|
||||
},
|
||||
"yum_repos": {
|
||||
"/etc/yum.repos.d": {
|
||||
"fedora-cisco-openh264.repo": {
|
||||
"fedora-cisco-openh264": {
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "14d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-cisco-openh264-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever openh264 (From Cisco) - $basearch",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "True",
|
||||
"type": "rpm"
|
||||
},
|
||||
"fedora-cisco-openh264-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "14d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-cisco-openh264-debug-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever openh264 (From Cisco) - $basearch - Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "True",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora-modular.repo": {
|
||||
"fedora-modular": {
|
||||
"countme": "1",
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-modular-$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"fedora-modular-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-modular-debug-$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch - Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"fedora-modular-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-modular-source-$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora-updates-modular.repo": {
|
||||
"updates-modular": {
|
||||
"countme": "1",
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-modular-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch - Updates",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-modular-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-modular-debug-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch - Updates - Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-modular-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-modular-source-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - Updates Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora-updates-testing-modular.repo": {
|
||||
"updates-testing-modular": {
|
||||
"countme": "1",
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-modular-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch - Test Updates",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-testing-modular-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-modular-debug-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch - Test Updates Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-testing-modular-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-modular-source-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - Test Updates Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora-updates-testing.repo": {
|
||||
"updates-testing": {
|
||||
"countme": "1",
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Test Updates",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-testing-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-debug-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Test Updates Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-testing-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-source-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - Test Updates Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora-updates.repo": {
|
||||
"updates": {
|
||||
"countme": "1",
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Updates",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-debug-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Updates - Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-source-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - Updates Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora.repo": {
|
||||
"fedora": {
|
||||
"countme": "1",
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"fedora-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-debug-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"fedora-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-source-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -9389,6 +9389,17 @@
|
|||
}
|
||||
},
|
||||
"default-target": "graphical.target",
|
||||
"dnf": {
|
||||
"dnf.conf": {
|
||||
"main": {
|
||||
"best": "False",
|
||||
"clean_requirements_on_remove": "True",
|
||||
"gpgcheck": "1",
|
||||
"installonly_limit": "3",
|
||||
"skip_if_unavailable": "True"
|
||||
}
|
||||
}
|
||||
},
|
||||
"dracut": {
|
||||
"/usr/lib/dracut/dracut.conf.d": {
|
||||
"01-dist.conf": {
|
||||
|
|
@ -10047,6 +10058,50 @@
|
|||
"systemd-userdbd.socket",
|
||||
"unbound-anchor.timer"
|
||||
],
|
||||
"ssh_config": {
|
||||
"/etc/ssh": {
|
||||
"ssh_config": [
|
||||
"Include /etc/ssh/ssh_config.d/*.conf"
|
||||
]
|
||||
},
|
||||
"/etc/ssh/ssh_config.d": {
|
||||
"50-redhat.conf": [
|
||||
"Match final all",
|
||||
"Include /etc/crypto-policies/back-ends/openssh.config",
|
||||
"GSSAPIAuthentication yes",
|
||||
"ForwardX11Trusted yes",
|
||||
"SendEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"SendEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"SendEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"SendEnv XMODIFIERS"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sshd_config": {
|
||||
"/etc/ssh": {
|
||||
"sshd_config": [
|
||||
"Include /etc/ssh/sshd_config.d/*.conf",
|
||||
"AuthorizedKeysFile\t.ssh/authorized_keys",
|
||||
"Subsystem\tsftp\t/usr/libexec/openssh/sftp-server"
|
||||
]
|
||||
},
|
||||
"/etc/ssh/sshd_config.d": {
|
||||
"50-redhat.conf": [
|
||||
"Include /etc/crypto-policies/back-ends/opensshserver.config",
|
||||
"SyslogFacility AUTHPRIV",
|
||||
"ChallengeResponseAuthentication no",
|
||||
"GSSAPIAuthentication yes",
|
||||
"GSSAPICleanupCredentials no",
|
||||
"UsePAM yes",
|
||||
"X11Forwarding yes",
|
||||
"PrintMotd no",
|
||||
"AcceptEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"AcceptEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"AcceptEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"AcceptEnv XMODIFIERS"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sudoers": {
|
||||
"/etc/sudoers": [
|
||||
"Defaults !visiblepw",
|
||||
|
|
@ -10296,6 +10351,250 @@
|
|||
"r! /tmp/.X[0-9]*-lock"
|
||||
]
|
||||
}
|
||||
},
|
||||
"yum_repos": {
|
||||
"/etc/yum.repos.d": {
|
||||
"fedora-cisco-openh264.repo": {
|
||||
"fedora-cisco-openh264": {
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "14d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-cisco-openh264-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever openh264 (From Cisco) - $basearch",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "True",
|
||||
"type": "rpm"
|
||||
},
|
||||
"fedora-cisco-openh264-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "14d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-cisco-openh264-debug-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever openh264 (From Cisco) - $basearch - Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "True",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora-modular.repo": {
|
||||
"fedora-modular": {
|
||||
"countme": "1",
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-modular-$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"fedora-modular-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-modular-debug-$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch - Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"fedora-modular-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-modular-source-$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora-updates-modular.repo": {
|
||||
"updates-modular": {
|
||||
"countme": "1",
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-modular-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch - Updates",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-modular-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-modular-debug-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch - Updates - Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-modular-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-modular-source-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - Updates Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora-updates-testing-modular.repo": {
|
||||
"updates-testing-modular": {
|
||||
"countme": "1",
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-modular-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch - Test Updates",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-testing-modular-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-modular-debug-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch - Test Updates Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-testing-modular-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-modular-source-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - Test Updates Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora-updates-testing.repo": {
|
||||
"updates-testing": {
|
||||
"countme": "1",
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Test Updates",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-testing-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-debug-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Test Updates Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-testing-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-source-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - Test Updates Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora-updates.repo": {
|
||||
"updates": {
|
||||
"countme": "1",
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Updates",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-debug-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Updates - Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-source-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - Updates Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora.repo": {
|
||||
"fedora": {
|
||||
"countme": "1",
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"fedora-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-debug-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"fedora-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-source-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -9396,6 +9396,17 @@
|
|||
}
|
||||
},
|
||||
"default-target": "graphical.target",
|
||||
"dnf": {
|
||||
"dnf.conf": {
|
||||
"main": {
|
||||
"best": "False",
|
||||
"clean_requirements_on_remove": "True",
|
||||
"gpgcheck": "1",
|
||||
"installonly_limit": "3",
|
||||
"skip_if_unavailable": "True"
|
||||
}
|
||||
}
|
||||
},
|
||||
"dracut": {
|
||||
"/usr/lib/dracut/dracut.conf.d": {
|
||||
"01-dist.conf": {
|
||||
|
|
@ -10033,6 +10044,50 @@
|
|||
"systemd-userdbd.socket",
|
||||
"unbound-anchor.timer"
|
||||
],
|
||||
"ssh_config": {
|
||||
"/etc/ssh": {
|
||||
"ssh_config": [
|
||||
"Include /etc/ssh/ssh_config.d/*.conf"
|
||||
]
|
||||
},
|
||||
"/etc/ssh/ssh_config.d": {
|
||||
"50-redhat.conf": [
|
||||
"Match final all",
|
||||
"Include /etc/crypto-policies/back-ends/openssh.config",
|
||||
"GSSAPIAuthentication yes",
|
||||
"ForwardX11Trusted yes",
|
||||
"SendEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"SendEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"SendEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"SendEnv XMODIFIERS"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sshd_config": {
|
||||
"/etc/ssh": {
|
||||
"sshd_config": [
|
||||
"Include /etc/ssh/sshd_config.d/*.conf",
|
||||
"AuthorizedKeysFile\t.ssh/authorized_keys",
|
||||
"Subsystem\tsftp\t/usr/libexec/openssh/sftp-server"
|
||||
]
|
||||
},
|
||||
"/etc/ssh/sshd_config.d": {
|
||||
"50-redhat.conf": [
|
||||
"Include /etc/crypto-policies/back-ends/opensshserver.config",
|
||||
"SyslogFacility AUTHPRIV",
|
||||
"ChallengeResponseAuthentication no",
|
||||
"GSSAPIAuthentication yes",
|
||||
"GSSAPICleanupCredentials no",
|
||||
"UsePAM yes",
|
||||
"X11Forwarding yes",
|
||||
"PrintMotd no",
|
||||
"AcceptEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"AcceptEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"AcceptEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"AcceptEnv XMODIFIERS"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sudoers": {
|
||||
"/etc/sudoers": [
|
||||
"Defaults !visiblepw",
|
||||
|
|
@ -10270,6 +10325,250 @@
|
|||
"r! /tmp/.X[0-9]*-lock"
|
||||
]
|
||||
}
|
||||
},
|
||||
"yum_repos": {
|
||||
"/etc/yum.repos.d": {
|
||||
"fedora-cisco-openh264.repo": {
|
||||
"fedora-cisco-openh264": {
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "14d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-cisco-openh264-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever openh264 (From Cisco) - $basearch",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "True",
|
||||
"type": "rpm"
|
||||
},
|
||||
"fedora-cisco-openh264-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "14d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-cisco-openh264-debug-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever openh264 (From Cisco) - $basearch - Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "True",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora-modular.repo": {
|
||||
"fedora-modular": {
|
||||
"countme": "1",
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-modular-$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"fedora-modular-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-modular-debug-$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch - Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"fedora-modular-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-modular-source-$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora-updates-modular.repo": {
|
||||
"updates-modular": {
|
||||
"countme": "1",
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-modular-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch - Updates",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-modular-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-modular-debug-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch - Updates - Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-modular-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-modular-source-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - Updates Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora-updates-testing-modular.repo": {
|
||||
"updates-testing-modular": {
|
||||
"countme": "1",
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-modular-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch - Test Updates",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-testing-modular-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-modular-debug-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch - Test Updates Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-testing-modular-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-modular-source-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - Test Updates Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora-updates-testing.repo": {
|
||||
"updates-testing": {
|
||||
"countme": "1",
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Test Updates",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-testing-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-debug-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Test Updates Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-testing-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-source-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - Test Updates Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora-updates.repo": {
|
||||
"updates": {
|
||||
"countme": "1",
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Updates",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-debug-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Updates - Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-source-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - Updates Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora.repo": {
|
||||
"fedora": {
|
||||
"countme": "1",
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"fedora-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-debug-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"fedora-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-source-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -11666,6 +11666,50 @@
|
|||
"udisks2.service",
|
||||
"zezere_ignition.timer"
|
||||
],
|
||||
"ssh_config": {
|
||||
"/etc/ssh": {
|
||||
"ssh_config": [
|
||||
"Include /etc/ssh/ssh_config.d/*.conf"
|
||||
]
|
||||
},
|
||||
"/etc/ssh/ssh_config.d": {
|
||||
"50-redhat.conf": [
|
||||
"Match final all",
|
||||
"Include /etc/crypto-policies/back-ends/openssh.config",
|
||||
"GSSAPIAuthentication yes",
|
||||
"ForwardX11Trusted yes",
|
||||
"SendEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"SendEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"SendEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"SendEnv XMODIFIERS"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sshd_config": {
|
||||
"/etc/ssh": {
|
||||
"sshd_config": [
|
||||
"Include /etc/ssh/sshd_config.d/*.conf",
|
||||
"AuthorizedKeysFile\t.ssh/authorized_keys",
|
||||
"Subsystem\tsftp\t/usr/libexec/openssh/sftp-server"
|
||||
]
|
||||
},
|
||||
"/etc/ssh/sshd_config.d": {
|
||||
"50-redhat.conf": [
|
||||
"Include /etc/crypto-policies/back-ends/opensshserver.config",
|
||||
"SyslogFacility AUTHPRIV",
|
||||
"ChallengeResponseAuthentication no",
|
||||
"GSSAPIAuthentication yes",
|
||||
"GSSAPICleanupCredentials no",
|
||||
"UsePAM yes",
|
||||
"X11Forwarding yes",
|
||||
"PrintMotd no",
|
||||
"AcceptEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"AcceptEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"AcceptEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"AcceptEnv XMODIFIERS"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sudoers": {
|
||||
"/etc/sudoers": [
|
||||
"Defaults !visiblepw",
|
||||
|
|
@ -12009,6 +12053,142 @@
|
|||
]
|
||||
}
|
||||
},
|
||||
"type": "ostree/commit"
|
||||
"type": "ostree/commit",
|
||||
"yum_repos": {
|
||||
"/etc/yum.repos.d": {
|
||||
"fedora-cisco-openh264.repo": {
|
||||
"fedora-cisco-openh264": {
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "14d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-cisco-openh264-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever openh264 (From Cisco) - $basearch",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "True",
|
||||
"type": "rpm"
|
||||
},
|
||||
"fedora-cisco-openh264-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "14d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-cisco-openh264-debug-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever openh264 (From Cisco) - $basearch - Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "True",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora-updates-testing.repo": {
|
||||
"updates-testing": {
|
||||
"countme": "1",
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Test Updates",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-testing-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-debug-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Test Updates Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-testing-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-source-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - Test Updates Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora-updates.repo": {
|
||||
"updates": {
|
||||
"countme": "1",
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Updates",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-debug-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Updates - Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-source-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - Updates Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora.repo": {
|
||||
"fedora": {
|
||||
"countme": "1",
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"fedora-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-debug-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"fedora-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-source-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -11672,6 +11672,50 @@
|
|||
"udisks2.service",
|
||||
"zezere_ignition.timer"
|
||||
],
|
||||
"ssh_config": {
|
||||
"/etc/ssh": {
|
||||
"ssh_config": [
|
||||
"Include /etc/ssh/ssh_config.d/*.conf"
|
||||
]
|
||||
},
|
||||
"/etc/ssh/ssh_config.d": {
|
||||
"50-redhat.conf": [
|
||||
"Match final all",
|
||||
"Include /etc/crypto-policies/back-ends/openssh.config",
|
||||
"GSSAPIAuthentication yes",
|
||||
"ForwardX11Trusted yes",
|
||||
"SendEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"SendEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"SendEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"SendEnv XMODIFIERS"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sshd_config": {
|
||||
"/etc/ssh": {
|
||||
"sshd_config": [
|
||||
"Include /etc/ssh/sshd_config.d/*.conf",
|
||||
"AuthorizedKeysFile\t.ssh/authorized_keys",
|
||||
"Subsystem\tsftp\t/usr/libexec/openssh/sftp-server"
|
||||
]
|
||||
},
|
||||
"/etc/ssh/sshd_config.d": {
|
||||
"50-redhat.conf": [
|
||||
"Include /etc/crypto-policies/back-ends/opensshserver.config",
|
||||
"SyslogFacility AUTHPRIV",
|
||||
"ChallengeResponseAuthentication no",
|
||||
"GSSAPIAuthentication yes",
|
||||
"GSSAPICleanupCredentials no",
|
||||
"UsePAM yes",
|
||||
"X11Forwarding yes",
|
||||
"PrintMotd no",
|
||||
"AcceptEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"AcceptEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"AcceptEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"AcceptEnv XMODIFIERS"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sudoers": {
|
||||
"/etc/sudoers": [
|
||||
"Defaults !visiblepw",
|
||||
|
|
@ -12015,6 +12059,142 @@
|
|||
]
|
||||
}
|
||||
},
|
||||
"type": "ostree/commit"
|
||||
"type": "ostree/commit",
|
||||
"yum_repos": {
|
||||
"/etc/yum.repos.d": {
|
||||
"fedora-cisco-openh264.repo": {
|
||||
"fedora-cisco-openh264": {
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "14d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-cisco-openh264-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever openh264 (From Cisco) - $basearch",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "True",
|
||||
"type": "rpm"
|
||||
},
|
||||
"fedora-cisco-openh264-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "14d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-cisco-openh264-debug-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever openh264 (From Cisco) - $basearch - Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "True",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora-updates-testing.repo": {
|
||||
"updates-testing": {
|
||||
"countme": "1",
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Test Updates",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-testing-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-debug-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Test Updates Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-testing-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-source-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - Test Updates Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora-updates.repo": {
|
||||
"updates": {
|
||||
"countme": "1",
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Updates",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-debug-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Updates - Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-source-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - Updates Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora.repo": {
|
||||
"fedora": {
|
||||
"countme": "1",
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"fedora-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-debug-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"fedora-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-source-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -9316,6 +9316,17 @@
|
|||
}
|
||||
},
|
||||
"default-target": "graphical.target",
|
||||
"dnf": {
|
||||
"dnf.conf": {
|
||||
"main": {
|
||||
"best": "False",
|
||||
"clean_requirements_on_remove": "True",
|
||||
"gpgcheck": "1",
|
||||
"installonly_limit": "3",
|
||||
"skip_if_unavailable": "True"
|
||||
}
|
||||
}
|
||||
},
|
||||
"dracut": {
|
||||
"/usr/lib/dracut/dracut.conf.d": {
|
||||
"01-dist.conf": {
|
||||
|
|
@ -9945,6 +9956,50 @@
|
|||
"systemd-userdbd.socket",
|
||||
"unbound-anchor.timer"
|
||||
],
|
||||
"ssh_config": {
|
||||
"/etc/ssh": {
|
||||
"ssh_config": [
|
||||
"Include /etc/ssh/ssh_config.d/*.conf"
|
||||
]
|
||||
},
|
||||
"/etc/ssh/ssh_config.d": {
|
||||
"50-redhat.conf": [
|
||||
"Match final all",
|
||||
"Include /etc/crypto-policies/back-ends/openssh.config",
|
||||
"GSSAPIAuthentication yes",
|
||||
"ForwardX11Trusted yes",
|
||||
"SendEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"SendEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"SendEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"SendEnv XMODIFIERS"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sshd_config": {
|
||||
"/etc/ssh": {
|
||||
"sshd_config": [
|
||||
"Include /etc/ssh/sshd_config.d/*.conf",
|
||||
"AuthorizedKeysFile\t.ssh/authorized_keys",
|
||||
"Subsystem\tsftp\t/usr/libexec/openssh/sftp-server"
|
||||
]
|
||||
},
|
||||
"/etc/ssh/sshd_config.d": {
|
||||
"50-redhat.conf": [
|
||||
"Include /etc/crypto-policies/back-ends/opensshserver.config",
|
||||
"SyslogFacility AUTHPRIV",
|
||||
"ChallengeResponseAuthentication no",
|
||||
"GSSAPIAuthentication yes",
|
||||
"GSSAPICleanupCredentials no",
|
||||
"UsePAM yes",
|
||||
"X11Forwarding yes",
|
||||
"PrintMotd no",
|
||||
"AcceptEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"AcceptEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"AcceptEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"AcceptEnv XMODIFIERS"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sudoers": {
|
||||
"/etc/sudoers": [
|
||||
"Defaults !visiblepw",
|
||||
|
|
@ -10194,6 +10249,250 @@
|
|||
"r! /tmp/.X[0-9]*-lock"
|
||||
]
|
||||
}
|
||||
},
|
||||
"yum_repos": {
|
||||
"/etc/yum.repos.d": {
|
||||
"fedora-cisco-openh264.repo": {
|
||||
"fedora-cisco-openh264": {
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "14d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-cisco-openh264-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever openh264 (From Cisco) - $basearch",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "True",
|
||||
"type": "rpm"
|
||||
},
|
||||
"fedora-cisco-openh264-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "14d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-cisco-openh264-debug-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever openh264 (From Cisco) - $basearch - Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "True",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora-modular.repo": {
|
||||
"fedora-modular": {
|
||||
"countme": "1",
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-modular-$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"fedora-modular-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-modular-debug-$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch - Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"fedora-modular-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-modular-source-$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora-updates-modular.repo": {
|
||||
"updates-modular": {
|
||||
"countme": "1",
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-modular-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch - Updates",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-modular-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-modular-debug-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch - Updates - Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-modular-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-modular-source-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - Updates Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora-updates-testing-modular.repo": {
|
||||
"updates-testing-modular": {
|
||||
"countme": "1",
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-modular-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch - Test Updates",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-testing-modular-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-modular-debug-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch - Test Updates Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-testing-modular-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-modular-source-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - Test Updates Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora-updates-testing.repo": {
|
||||
"updates-testing": {
|
||||
"countme": "1",
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Test Updates",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-testing-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-debug-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Test Updates Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-testing-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-source-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - Test Updates Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora-updates.repo": {
|
||||
"updates": {
|
||||
"countme": "1",
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Updates",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-debug-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Updates - Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-source-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - Updates Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora.repo": {
|
||||
"fedora": {
|
||||
"countme": "1",
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"fedora-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-debug-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"fedora-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-source-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -9745,6 +9745,17 @@
|
|||
}
|
||||
},
|
||||
"default-target": "graphical.target",
|
||||
"dnf": {
|
||||
"dnf.conf": {
|
||||
"main": {
|
||||
"best": "False",
|
||||
"clean_requirements_on_remove": "True",
|
||||
"gpgcheck": "1",
|
||||
"installonly_limit": "3",
|
||||
"skip_if_unavailable": "True"
|
||||
}
|
||||
}
|
||||
},
|
||||
"dracut": {
|
||||
"/usr/lib/dracut/dracut.conf.d": {
|
||||
"01-dist.conf": {
|
||||
|
|
@ -10414,6 +10425,50 @@
|
|||
"systemd-userdbd.socket",
|
||||
"unbound-anchor.timer"
|
||||
],
|
||||
"ssh_config": {
|
||||
"/etc/ssh": {
|
||||
"ssh_config": [
|
||||
"Include /etc/ssh/ssh_config.d/*.conf"
|
||||
]
|
||||
},
|
||||
"/etc/ssh/ssh_config.d": {
|
||||
"50-redhat.conf": [
|
||||
"Match final all",
|
||||
"Include /etc/crypto-policies/back-ends/openssh.config",
|
||||
"GSSAPIAuthentication yes",
|
||||
"ForwardX11Trusted yes",
|
||||
"SendEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"SendEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"SendEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"SendEnv XMODIFIERS"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sshd_config": {
|
||||
"/etc/ssh": {
|
||||
"sshd_config": [
|
||||
"Include /etc/ssh/sshd_config.d/*.conf",
|
||||
"AuthorizedKeysFile\t.ssh/authorized_keys",
|
||||
"Subsystem\tsftp\t/usr/libexec/openssh/sftp-server"
|
||||
]
|
||||
},
|
||||
"/etc/ssh/sshd_config.d": {
|
||||
"50-redhat.conf": [
|
||||
"Include /etc/crypto-policies/back-ends/opensshserver.config",
|
||||
"SyslogFacility AUTHPRIV",
|
||||
"ChallengeResponseAuthentication no",
|
||||
"GSSAPIAuthentication yes",
|
||||
"GSSAPICleanupCredentials no",
|
||||
"UsePAM yes",
|
||||
"X11Forwarding yes",
|
||||
"PrintMotd no",
|
||||
"AcceptEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"AcceptEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"AcceptEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"AcceptEnv XMODIFIERS"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sudoers": {
|
||||
"/etc/sudoers": [
|
||||
"Defaults !visiblepw",
|
||||
|
|
@ -10654,6 +10709,250 @@
|
|||
"r! /tmp/.X[0-9]*-lock"
|
||||
]
|
||||
}
|
||||
},
|
||||
"yum_repos": {
|
||||
"/etc/yum.repos.d": {
|
||||
"fedora-cisco-openh264.repo": {
|
||||
"fedora-cisco-openh264": {
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "14d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-cisco-openh264-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever openh264 (From Cisco) - $basearch",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "True",
|
||||
"type": "rpm"
|
||||
},
|
||||
"fedora-cisco-openh264-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "14d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-cisco-openh264-debug-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever openh264 (From Cisco) - $basearch - Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "True",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora-modular.repo": {
|
||||
"fedora-modular": {
|
||||
"countme": "1",
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-modular-$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"fedora-modular-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-modular-debug-$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch - Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"fedora-modular-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-modular-source-$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora-updates-modular.repo": {
|
||||
"updates-modular": {
|
||||
"countme": "1",
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-modular-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch - Updates",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-modular-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-modular-debug-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch - Updates - Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-modular-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-modular-source-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - Updates Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora-updates-testing-modular.repo": {
|
||||
"updates-testing-modular": {
|
||||
"countme": "1",
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-modular-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch - Test Updates",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-testing-modular-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-modular-debug-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch - Test Updates Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-testing-modular-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-modular-source-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - Test Updates Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora-updates-testing.repo": {
|
||||
"updates-testing": {
|
||||
"countme": "1",
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Test Updates",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-testing-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-debug-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Test Updates Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-testing-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-source-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - Test Updates Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora-updates.repo": {
|
||||
"updates": {
|
||||
"countme": "1",
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Updates",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-debug-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Updates - Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-source-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - Updates Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora.repo": {
|
||||
"fedora": {
|
||||
"countme": "1",
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"fedora-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-debug-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"fedora-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-source-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -9340,6 +9340,17 @@
|
|||
}
|
||||
},
|
||||
"default-target": "graphical.target",
|
||||
"dnf": {
|
||||
"dnf.conf": {
|
||||
"main": {
|
||||
"best": "False",
|
||||
"clean_requirements_on_remove": "True",
|
||||
"gpgcheck": "1",
|
||||
"installonly_limit": "3",
|
||||
"skip_if_unavailable": "True"
|
||||
}
|
||||
}
|
||||
},
|
||||
"dracut": {
|
||||
"/usr/lib/dracut/dracut.conf.d": {
|
||||
"01-dist.conf": {
|
||||
|
|
@ -9971,6 +9982,50 @@
|
|||
"systemd-userdbd.socket",
|
||||
"unbound-anchor.timer"
|
||||
],
|
||||
"ssh_config": {
|
||||
"/etc/ssh": {
|
||||
"ssh_config": [
|
||||
"Include /etc/ssh/ssh_config.d/*.conf"
|
||||
]
|
||||
},
|
||||
"/etc/ssh/ssh_config.d": {
|
||||
"50-redhat.conf": [
|
||||
"Match final all",
|
||||
"Include /etc/crypto-policies/back-ends/openssh.config",
|
||||
"GSSAPIAuthentication yes",
|
||||
"ForwardX11Trusted yes",
|
||||
"SendEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"SendEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"SendEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"SendEnv XMODIFIERS"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sshd_config": {
|
||||
"/etc/ssh": {
|
||||
"sshd_config": [
|
||||
"Include /etc/ssh/sshd_config.d/*.conf",
|
||||
"AuthorizedKeysFile\t.ssh/authorized_keys",
|
||||
"Subsystem\tsftp\t/usr/libexec/openssh/sftp-server"
|
||||
]
|
||||
},
|
||||
"/etc/ssh/sshd_config.d": {
|
||||
"50-redhat.conf": [
|
||||
"Include /etc/crypto-policies/back-ends/opensshserver.config",
|
||||
"SyslogFacility AUTHPRIV",
|
||||
"ChallengeResponseAuthentication no",
|
||||
"GSSAPIAuthentication yes",
|
||||
"GSSAPICleanupCredentials no",
|
||||
"UsePAM yes",
|
||||
"X11Forwarding yes",
|
||||
"PrintMotd no",
|
||||
"AcceptEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"AcceptEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"AcceptEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"AcceptEnv XMODIFIERS"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sudoers": {
|
||||
"/etc/sudoers": [
|
||||
"Defaults !visiblepw",
|
||||
|
|
@ -10220,6 +10275,250 @@
|
|||
"r! /tmp/.X[0-9]*-lock"
|
||||
]
|
||||
}
|
||||
},
|
||||
"yum_repos": {
|
||||
"/etc/yum.repos.d": {
|
||||
"fedora-cisco-openh264.repo": {
|
||||
"fedora-cisco-openh264": {
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "14d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-cisco-openh264-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever openh264 (From Cisco) - $basearch",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "True",
|
||||
"type": "rpm"
|
||||
},
|
||||
"fedora-cisco-openh264-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "14d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-cisco-openh264-debug-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever openh264 (From Cisco) - $basearch - Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "True",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora-modular.repo": {
|
||||
"fedora-modular": {
|
||||
"countme": "1",
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-modular-$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"fedora-modular-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-modular-debug-$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch - Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"fedora-modular-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-modular-source-$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora-updates-modular.repo": {
|
||||
"updates-modular": {
|
||||
"countme": "1",
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-modular-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch - Updates",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-modular-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-modular-debug-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch - Updates - Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-modular-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-modular-source-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - Updates Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora-updates-testing-modular.repo": {
|
||||
"updates-testing-modular": {
|
||||
"countme": "1",
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-modular-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch - Test Updates",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-testing-modular-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-modular-debug-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch - Test Updates Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-testing-modular-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-modular-source-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - Test Updates Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora-updates-testing.repo": {
|
||||
"updates-testing": {
|
||||
"countme": "1",
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Test Updates",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-testing-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-debug-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Test Updates Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-testing-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-source-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - Test Updates Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora-updates.repo": {
|
||||
"updates": {
|
||||
"countme": "1",
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Updates",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-debug-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Updates - Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-source-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - Updates Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora.repo": {
|
||||
"fedora": {
|
||||
"countme": "1",
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"fedora-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-debug-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"fedora-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-source-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -9444,6 +9444,17 @@
|
|||
}
|
||||
},
|
||||
"default-target": "graphical.target",
|
||||
"dnf": {
|
||||
"dnf.conf": {
|
||||
"main": {
|
||||
"best": "False",
|
||||
"clean_requirements_on_remove": "True",
|
||||
"gpgcheck": "1",
|
||||
"installonly_limit": "3",
|
||||
"skip_if_unavailable": "True"
|
||||
}
|
||||
}
|
||||
},
|
||||
"dracut": {
|
||||
"/usr/lib/dracut/dracut.conf.d": {
|
||||
"01-dist.conf": {
|
||||
|
|
@ -10084,6 +10095,50 @@
|
|||
"systemd-userdbd.socket",
|
||||
"unbound-anchor.timer"
|
||||
],
|
||||
"ssh_config": {
|
||||
"/etc/ssh": {
|
||||
"ssh_config": [
|
||||
"Include /etc/ssh/ssh_config.d/*.conf"
|
||||
]
|
||||
},
|
||||
"/etc/ssh/ssh_config.d": {
|
||||
"50-redhat.conf": [
|
||||
"Match final all",
|
||||
"Include /etc/crypto-policies/back-ends/openssh.config",
|
||||
"GSSAPIAuthentication yes",
|
||||
"ForwardX11Trusted yes",
|
||||
"SendEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"SendEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"SendEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"SendEnv XMODIFIERS"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sshd_config": {
|
||||
"/etc/ssh": {
|
||||
"sshd_config": [
|
||||
"Include /etc/ssh/sshd_config.d/*.conf",
|
||||
"AuthorizedKeysFile\t.ssh/authorized_keys",
|
||||
"Subsystem\tsftp\t/usr/libexec/openssh/sftp-server"
|
||||
]
|
||||
},
|
||||
"/etc/ssh/sshd_config.d": {
|
||||
"50-redhat.conf": [
|
||||
"Include /etc/crypto-policies/back-ends/opensshserver.config",
|
||||
"SyslogFacility AUTHPRIV",
|
||||
"ChallengeResponseAuthentication no",
|
||||
"GSSAPIAuthentication yes",
|
||||
"GSSAPICleanupCredentials no",
|
||||
"UsePAM yes",
|
||||
"X11Forwarding yes",
|
||||
"PrintMotd no",
|
||||
"AcceptEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"AcceptEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"AcceptEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"AcceptEnv XMODIFIERS"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sudoers": {
|
||||
"/etc/sudoers": [
|
||||
"Defaults !visiblepw",
|
||||
|
|
@ -10333,6 +10388,250 @@
|
|||
"r! /tmp/.X[0-9]*-lock"
|
||||
]
|
||||
}
|
||||
},
|
||||
"yum_repos": {
|
||||
"/etc/yum.repos.d": {
|
||||
"fedora-cisco-openh264.repo": {
|
||||
"fedora-cisco-openh264": {
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "14d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-cisco-openh264-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever openh264 (From Cisco) - $basearch",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "True",
|
||||
"type": "rpm"
|
||||
},
|
||||
"fedora-cisco-openh264-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "14d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-cisco-openh264-debug-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever openh264 (From Cisco) - $basearch - Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "True",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora-modular.repo": {
|
||||
"fedora-modular": {
|
||||
"countme": "1",
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-modular-$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"fedora-modular-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-modular-debug-$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch - Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"fedora-modular-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-modular-source-$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora-updates-modular.repo": {
|
||||
"updates-modular": {
|
||||
"countme": "1",
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-modular-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch - Updates",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-modular-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-modular-debug-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch - Updates - Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-modular-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-modular-source-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - Updates Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora-updates-testing-modular.repo": {
|
||||
"updates-testing-modular": {
|
||||
"countme": "1",
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-modular-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch - Test Updates",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-testing-modular-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-modular-debug-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch - Test Updates Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-testing-modular-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-modular-source-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - Test Updates Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora-updates-testing.repo": {
|
||||
"updates-testing": {
|
||||
"countme": "1",
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Test Updates",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-testing-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-debug-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Test Updates Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-testing-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-source-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - Test Updates Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora-updates.repo": {
|
||||
"updates": {
|
||||
"countme": "1",
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Updates",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-debug-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Updates - Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-source-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - Updates Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora.repo": {
|
||||
"fedora": {
|
||||
"countme": "1",
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"fedora-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-debug-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"fedora-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-source-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -8857,6 +8857,17 @@
|
|||
]
|
||||
},
|
||||
"default-target": "graphical.target",
|
||||
"dnf": {
|
||||
"dnf.conf": {
|
||||
"main": {
|
||||
"best": "False",
|
||||
"clean_requirements_on_remove": "True",
|
||||
"gpgcheck": "1",
|
||||
"installonly_limit": "3",
|
||||
"skip_if_unavailable": "True"
|
||||
}
|
||||
}
|
||||
},
|
||||
"dracut": {
|
||||
"/usr/lib/dracut/dracut.conf.d": {
|
||||
"01-dist.conf": {
|
||||
|
|
@ -9466,6 +9477,50 @@
|
|||
"unbound-anchor.timer",
|
||||
"waagent.service"
|
||||
],
|
||||
"ssh_config": {
|
||||
"/etc/ssh": {
|
||||
"ssh_config": [
|
||||
"Include /etc/ssh/ssh_config.d/*.conf"
|
||||
]
|
||||
},
|
||||
"/etc/ssh/ssh_config.d": {
|
||||
"50-redhat.conf": [
|
||||
"Match final all",
|
||||
"Include /etc/crypto-policies/back-ends/openssh.config",
|
||||
"GSSAPIAuthentication yes",
|
||||
"ForwardX11Trusted yes",
|
||||
"SendEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"SendEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"SendEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"SendEnv XMODIFIERS"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sshd_config": {
|
||||
"/etc/ssh": {
|
||||
"sshd_config": [
|
||||
"Include /etc/ssh/sshd_config.d/*.conf",
|
||||
"AuthorizedKeysFile\t.ssh/authorized_keys",
|
||||
"Subsystem\tsftp\t/usr/libexec/openssh/sftp-server"
|
||||
]
|
||||
},
|
||||
"/etc/ssh/sshd_config.d": {
|
||||
"50-redhat.conf": [
|
||||
"Include /etc/crypto-policies/back-ends/opensshserver.config",
|
||||
"SyslogFacility AUTHPRIV",
|
||||
"ChallengeResponseAuthentication no",
|
||||
"GSSAPIAuthentication yes",
|
||||
"GSSAPICleanupCredentials no",
|
||||
"UsePAM yes",
|
||||
"X11Forwarding yes",
|
||||
"PrintMotd no",
|
||||
"AcceptEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"AcceptEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"AcceptEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"AcceptEnv XMODIFIERS"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sudoers": {
|
||||
"/etc/sudoers": [
|
||||
"Defaults !visiblepw",
|
||||
|
|
@ -9700,6 +9755,250 @@
|
|||
"r! /tmp/.X[0-9]*-lock"
|
||||
]
|
||||
}
|
||||
},
|
||||
"yum_repos": {
|
||||
"/etc/yum.repos.d": {
|
||||
"fedora-cisco-openh264.repo": {
|
||||
"fedora-cisco-openh264": {
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "14d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-cisco-openh264-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever openh264 (From Cisco) - $basearch",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "True",
|
||||
"type": "rpm"
|
||||
},
|
||||
"fedora-cisco-openh264-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "14d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-cisco-openh264-debug-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever openh264 (From Cisco) - $basearch - Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "True",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora-modular.repo": {
|
||||
"fedora-modular": {
|
||||
"countme": "1",
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-modular-$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"fedora-modular-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-modular-debug-$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch - Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"fedora-modular-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-modular-source-$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora-updates-modular.repo": {
|
||||
"updates-modular": {
|
||||
"countme": "1",
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-modular-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch - Updates",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-modular-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-modular-debug-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch - Updates - Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-modular-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-modular-source-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - Updates Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora-updates-testing-modular.repo": {
|
||||
"updates-testing-modular": {
|
||||
"countme": "1",
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-modular-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch - Test Updates",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-testing-modular-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-modular-debug-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch - Test Updates Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-testing-modular-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-modular-source-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - Test Updates Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora-updates-testing.repo": {
|
||||
"updates-testing": {
|
||||
"countme": "1",
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Test Updates",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-testing-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-debug-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Test Updates Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-testing-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-source-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - Test Updates Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora-updates.repo": {
|
||||
"updates": {
|
||||
"countme": "1",
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Updates",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-debug-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Updates - Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-source-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - Updates Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora.repo": {
|
||||
"fedora": {
|
||||
"countme": "1",
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"fedora-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-debug-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"fedora-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-source-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -9340,6 +9340,17 @@
|
|||
}
|
||||
},
|
||||
"default-target": "graphical.target",
|
||||
"dnf": {
|
||||
"dnf.conf": {
|
||||
"main": {
|
||||
"best": "False",
|
||||
"clean_requirements_on_remove": "True",
|
||||
"gpgcheck": "1",
|
||||
"installonly_limit": "3",
|
||||
"skip_if_unavailable": "True"
|
||||
}
|
||||
}
|
||||
},
|
||||
"dracut": {
|
||||
"/usr/lib/dracut/dracut.conf.d": {
|
||||
"01-dist.conf": {
|
||||
|
|
@ -9970,6 +9981,50 @@
|
|||
"systemd-userdbd.socket",
|
||||
"unbound-anchor.timer"
|
||||
],
|
||||
"ssh_config": {
|
||||
"/etc/ssh": {
|
||||
"ssh_config": [
|
||||
"Include /etc/ssh/ssh_config.d/*.conf"
|
||||
]
|
||||
},
|
||||
"/etc/ssh/ssh_config.d": {
|
||||
"50-redhat.conf": [
|
||||
"Match final all",
|
||||
"Include /etc/crypto-policies/back-ends/openssh.config",
|
||||
"GSSAPIAuthentication yes",
|
||||
"ForwardX11Trusted yes",
|
||||
"SendEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"SendEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"SendEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"SendEnv XMODIFIERS"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sshd_config": {
|
||||
"/etc/ssh": {
|
||||
"sshd_config": [
|
||||
"Include /etc/ssh/sshd_config.d/*.conf",
|
||||
"AuthorizedKeysFile\t.ssh/authorized_keys",
|
||||
"Subsystem\tsftp\t/usr/libexec/openssh/sftp-server"
|
||||
]
|
||||
},
|
||||
"/etc/ssh/sshd_config.d": {
|
||||
"50-redhat.conf": [
|
||||
"Include /etc/crypto-policies/back-ends/opensshserver.config",
|
||||
"SyslogFacility AUTHPRIV",
|
||||
"ChallengeResponseAuthentication no",
|
||||
"GSSAPIAuthentication yes",
|
||||
"GSSAPICleanupCredentials no",
|
||||
"UsePAM yes",
|
||||
"X11Forwarding yes",
|
||||
"PrintMotd no",
|
||||
"AcceptEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"AcceptEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"AcceptEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"AcceptEnv XMODIFIERS"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sudoers": {
|
||||
"/etc/sudoers": [
|
||||
"Defaults !visiblepw",
|
||||
|
|
@ -10219,6 +10274,250 @@
|
|||
"r! /tmp/.X[0-9]*-lock"
|
||||
]
|
||||
}
|
||||
},
|
||||
"yum_repos": {
|
||||
"/etc/yum.repos.d": {
|
||||
"fedora-cisco-openh264.repo": {
|
||||
"fedora-cisco-openh264": {
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "14d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-cisco-openh264-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever openh264 (From Cisco) - $basearch",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "True",
|
||||
"type": "rpm"
|
||||
},
|
||||
"fedora-cisco-openh264-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "14d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-cisco-openh264-debug-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever openh264 (From Cisco) - $basearch - Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "True",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora-modular.repo": {
|
||||
"fedora-modular": {
|
||||
"countme": "1",
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-modular-$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"fedora-modular-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-modular-debug-$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch - Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"fedora-modular-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-modular-source-$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora-updates-modular.repo": {
|
||||
"updates-modular": {
|
||||
"countme": "1",
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-modular-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch - Updates",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-modular-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-modular-debug-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch - Updates - Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-modular-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-modular-source-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - Updates Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora-updates-testing-modular.repo": {
|
||||
"updates-testing-modular": {
|
||||
"countme": "1",
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-modular-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch - Test Updates",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-testing-modular-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-modular-debug-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch - Test Updates Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-testing-modular-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-modular-source-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - Test Updates Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora-updates-testing.repo": {
|
||||
"updates-testing": {
|
||||
"countme": "1",
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Test Updates",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-testing-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-debug-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Test Updates Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-testing-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-source-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - Test Updates Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora-updates.repo": {
|
||||
"updates": {
|
||||
"countme": "1",
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Updates",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-debug-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Updates - Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-source-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - Updates Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora.repo": {
|
||||
"fedora": {
|
||||
"countme": "1",
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"fedora-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-debug-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"fedora-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-source-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -9734,6 +9734,17 @@
|
|||
}
|
||||
},
|
||||
"default-target": "graphical.target",
|
||||
"dnf": {
|
||||
"dnf.conf": {
|
||||
"main": {
|
||||
"best": "False",
|
||||
"clean_requirements_on_remove": "True",
|
||||
"gpgcheck": "1",
|
||||
"installonly_limit": "3",
|
||||
"skip_if_unavailable": "True"
|
||||
}
|
||||
}
|
||||
},
|
||||
"dracut": {
|
||||
"/usr/lib/dracut/dracut.conf.d": {
|
||||
"01-dist.conf": {
|
||||
|
|
@ -10416,6 +10427,50 @@
|
|||
"systemd-userdbd.socket",
|
||||
"unbound-anchor.timer"
|
||||
],
|
||||
"ssh_config": {
|
||||
"/etc/ssh": {
|
||||
"ssh_config": [
|
||||
"Include /etc/ssh/ssh_config.d/*.conf"
|
||||
]
|
||||
},
|
||||
"/etc/ssh/ssh_config.d": {
|
||||
"50-redhat.conf": [
|
||||
"Match final all",
|
||||
"Include /etc/crypto-policies/back-ends/openssh.config",
|
||||
"GSSAPIAuthentication yes",
|
||||
"ForwardX11Trusted yes",
|
||||
"SendEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"SendEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"SendEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"SendEnv XMODIFIERS"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sshd_config": {
|
||||
"/etc/ssh": {
|
||||
"sshd_config": [
|
||||
"Include /etc/ssh/sshd_config.d/*.conf",
|
||||
"AuthorizedKeysFile\t.ssh/authorized_keys",
|
||||
"Subsystem\tsftp\t/usr/libexec/openssh/sftp-server"
|
||||
]
|
||||
},
|
||||
"/etc/ssh/sshd_config.d": {
|
||||
"50-redhat.conf": [
|
||||
"Include /etc/crypto-policies/back-ends/opensshserver.config",
|
||||
"SyslogFacility AUTHPRIV",
|
||||
"ChallengeResponseAuthentication no",
|
||||
"GSSAPIAuthentication yes",
|
||||
"GSSAPICleanupCredentials no",
|
||||
"UsePAM yes",
|
||||
"X11Forwarding yes",
|
||||
"PrintMotd no",
|
||||
"AcceptEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"AcceptEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"AcceptEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"AcceptEnv XMODIFIERS"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sudoers": {
|
||||
"/etc/sudoers": [
|
||||
"Defaults !visiblepw",
|
||||
|
|
@ -10653,6 +10708,250 @@
|
|||
"r! /tmp/.X[0-9]*-lock"
|
||||
]
|
||||
}
|
||||
},
|
||||
"yum_repos": {
|
||||
"/etc/yum.repos.d": {
|
||||
"fedora-cisco-openh264.repo": {
|
||||
"fedora-cisco-openh264": {
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "14d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-cisco-openh264-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever openh264 (From Cisco) - $basearch",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "True",
|
||||
"type": "rpm"
|
||||
},
|
||||
"fedora-cisco-openh264-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "14d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-cisco-openh264-debug-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever openh264 (From Cisco) - $basearch - Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "True",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora-modular.repo": {
|
||||
"fedora-modular": {
|
||||
"countme": "1",
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-modular-$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"fedora-modular-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-modular-debug-$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch - Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"fedora-modular-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-modular-source-$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora-updates-modular.repo": {
|
||||
"updates-modular": {
|
||||
"countme": "1",
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-modular-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch - Updates",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-modular-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-modular-debug-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch - Updates - Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-modular-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-modular-source-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - Updates Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora-updates-testing-modular.repo": {
|
||||
"updates-testing-modular": {
|
||||
"countme": "1",
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-modular-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch - Test Updates",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-testing-modular-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-modular-debug-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch - Test Updates Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-testing-modular-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-modular-source-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - Test Updates Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora-updates-testing.repo": {
|
||||
"updates-testing": {
|
||||
"countme": "1",
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Test Updates",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-testing-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-debug-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Test Updates Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-testing-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-source-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - Test Updates Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora-updates.repo": {
|
||||
"updates": {
|
||||
"countme": "1",
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Updates",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-debug-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Updates - Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-source-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - Updates Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora.repo": {
|
||||
"fedora": {
|
||||
"countme": "1",
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"fedora-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-debug-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"fedora-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-source-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -9654,6 +9654,17 @@
|
|||
}
|
||||
},
|
||||
"default-target": "graphical.target",
|
||||
"dnf": {
|
||||
"dnf.conf": {
|
||||
"main": {
|
||||
"best": "False",
|
||||
"clean_requirements_on_remove": "True",
|
||||
"gpgcheck": "1",
|
||||
"installonly_limit": "3",
|
||||
"skip_if_unavailable": "True"
|
||||
}
|
||||
}
|
||||
},
|
||||
"dracut": {
|
||||
"/usr/lib/dracut/dracut.conf.d": {
|
||||
"01-dist.conf": {
|
||||
|
|
@ -10328,6 +10339,50 @@
|
|||
"systemd-userdbd.socket",
|
||||
"unbound-anchor.timer"
|
||||
],
|
||||
"ssh_config": {
|
||||
"/etc/ssh": {
|
||||
"ssh_config": [
|
||||
"Include /etc/ssh/ssh_config.d/*.conf"
|
||||
]
|
||||
},
|
||||
"/etc/ssh/ssh_config.d": {
|
||||
"50-redhat.conf": [
|
||||
"Match final all",
|
||||
"Include /etc/crypto-policies/back-ends/openssh.config",
|
||||
"GSSAPIAuthentication yes",
|
||||
"ForwardX11Trusted yes",
|
||||
"SendEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"SendEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"SendEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"SendEnv XMODIFIERS"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sshd_config": {
|
||||
"/etc/ssh": {
|
||||
"sshd_config": [
|
||||
"Include /etc/ssh/sshd_config.d/*.conf",
|
||||
"AuthorizedKeysFile\t.ssh/authorized_keys",
|
||||
"Subsystem\tsftp\t/usr/libexec/openssh/sftp-server"
|
||||
]
|
||||
},
|
||||
"/etc/ssh/sshd_config.d": {
|
||||
"50-redhat.conf": [
|
||||
"Include /etc/crypto-policies/back-ends/opensshserver.config",
|
||||
"SyslogFacility AUTHPRIV",
|
||||
"ChallengeResponseAuthentication no",
|
||||
"GSSAPIAuthentication yes",
|
||||
"GSSAPICleanupCredentials no",
|
||||
"UsePAM yes",
|
||||
"X11Forwarding yes",
|
||||
"PrintMotd no",
|
||||
"AcceptEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"AcceptEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"AcceptEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"AcceptEnv XMODIFIERS"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sudoers": {
|
||||
"/etc/sudoers": [
|
||||
"Defaults !visiblepw",
|
||||
|
|
@ -10577,6 +10632,250 @@
|
|||
"r! /tmp/.X[0-9]*-lock"
|
||||
]
|
||||
}
|
||||
},
|
||||
"yum_repos": {
|
||||
"/etc/yum.repos.d": {
|
||||
"fedora-cisco-openh264.repo": {
|
||||
"fedora-cisco-openh264": {
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "14d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-cisco-openh264-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever openh264 (From Cisco) - $basearch",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "True",
|
||||
"type": "rpm"
|
||||
},
|
||||
"fedora-cisco-openh264-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "14d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-cisco-openh264-debug-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever openh264 (From Cisco) - $basearch - Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "True",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora-modular.repo": {
|
||||
"fedora-modular": {
|
||||
"countme": "1",
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-modular-$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"fedora-modular-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-modular-debug-$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch - Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"fedora-modular-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-modular-source-$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora-updates-modular.repo": {
|
||||
"updates-modular": {
|
||||
"countme": "1",
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-modular-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch - Updates",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-modular-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-modular-debug-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch - Updates - Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-modular-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-modular-source-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - Updates Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora-updates-testing-modular.repo": {
|
||||
"updates-testing-modular": {
|
||||
"countme": "1",
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-modular-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch - Test Updates",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-testing-modular-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-modular-debug-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch - Test Updates Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-testing-modular-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-modular-source-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - Test Updates Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora-updates-testing.repo": {
|
||||
"updates-testing": {
|
||||
"countme": "1",
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Test Updates",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-testing-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-debug-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Test Updates Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-testing-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-source-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - Test Updates Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora-updates.repo": {
|
||||
"updates": {
|
||||
"countme": "1",
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Updates",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-debug-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Updates - Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-source-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - Updates Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora.repo": {
|
||||
"fedora": {
|
||||
"countme": "1",
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"fedora-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-debug-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"fedora-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-source-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -10083,6 +10083,17 @@
|
|||
}
|
||||
},
|
||||
"default-target": "graphical.target",
|
||||
"dnf": {
|
||||
"dnf.conf": {
|
||||
"main": {
|
||||
"best": "False",
|
||||
"clean_requirements_on_remove": "True",
|
||||
"gpgcheck": "1",
|
||||
"installonly_limit": "3",
|
||||
"skip_if_unavailable": "True"
|
||||
}
|
||||
}
|
||||
},
|
||||
"dracut": {
|
||||
"/usr/lib/dracut/dracut.conf.d": {
|
||||
"01-dist.conf": {
|
||||
|
|
@ -10797,6 +10808,50 @@
|
|||
"systemd-userdbd.socket",
|
||||
"unbound-anchor.timer"
|
||||
],
|
||||
"ssh_config": {
|
||||
"/etc/ssh": {
|
||||
"ssh_config": [
|
||||
"Include /etc/ssh/ssh_config.d/*.conf"
|
||||
]
|
||||
},
|
||||
"/etc/ssh/ssh_config.d": {
|
||||
"50-redhat.conf": [
|
||||
"Match final all",
|
||||
"Include /etc/crypto-policies/back-ends/openssh.config",
|
||||
"GSSAPIAuthentication yes",
|
||||
"ForwardX11Trusted yes",
|
||||
"SendEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"SendEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"SendEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"SendEnv XMODIFIERS"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sshd_config": {
|
||||
"/etc/ssh": {
|
||||
"sshd_config": [
|
||||
"Include /etc/ssh/sshd_config.d/*.conf",
|
||||
"AuthorizedKeysFile\t.ssh/authorized_keys",
|
||||
"Subsystem\tsftp\t/usr/libexec/openssh/sftp-server"
|
||||
]
|
||||
},
|
||||
"/etc/ssh/sshd_config.d": {
|
||||
"50-redhat.conf": [
|
||||
"Include /etc/crypto-policies/back-ends/opensshserver.config",
|
||||
"SyslogFacility AUTHPRIV",
|
||||
"ChallengeResponseAuthentication no",
|
||||
"GSSAPIAuthentication yes",
|
||||
"GSSAPICleanupCredentials no",
|
||||
"UsePAM yes",
|
||||
"X11Forwarding yes",
|
||||
"PrintMotd no",
|
||||
"AcceptEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"AcceptEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"AcceptEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"AcceptEnv XMODIFIERS"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sudoers": {
|
||||
"/etc/sudoers": [
|
||||
"Defaults !visiblepw",
|
||||
|
|
@ -11037,6 +11092,250 @@
|
|||
"r! /tmp/.X[0-9]*-lock"
|
||||
]
|
||||
}
|
||||
},
|
||||
"yum_repos": {
|
||||
"/etc/yum.repos.d": {
|
||||
"fedora-cisco-openh264.repo": {
|
||||
"fedora-cisco-openh264": {
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "14d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-cisco-openh264-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever openh264 (From Cisco) - $basearch",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "True",
|
||||
"type": "rpm"
|
||||
},
|
||||
"fedora-cisco-openh264-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "14d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-cisco-openh264-debug-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever openh264 (From Cisco) - $basearch - Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "True",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora-modular.repo": {
|
||||
"fedora-modular": {
|
||||
"countme": "1",
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-modular-$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"fedora-modular-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-modular-debug-$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch - Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"fedora-modular-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-modular-source-$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora-updates-modular.repo": {
|
||||
"updates-modular": {
|
||||
"countme": "1",
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-modular-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch - Updates",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-modular-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-modular-debug-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch - Updates - Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-modular-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-modular-source-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - Updates Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora-updates-testing-modular.repo": {
|
||||
"updates-testing-modular": {
|
||||
"countme": "1",
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-modular-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch - Test Updates",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-testing-modular-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-modular-debug-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch - Test Updates Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-testing-modular-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-modular-source-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - Test Updates Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora-updates-testing.repo": {
|
||||
"updates-testing": {
|
||||
"countme": "1",
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Test Updates",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-testing-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-debug-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Test Updates Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-testing-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-source-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - Test Updates Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora-updates.repo": {
|
||||
"updates": {
|
||||
"countme": "1",
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Updates",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-debug-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Updates - Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-source-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - Updates Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora.repo": {
|
||||
"fedora": {
|
||||
"countme": "1",
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"fedora-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-debug-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"fedora-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-source-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -9678,6 +9678,17 @@
|
|||
}
|
||||
},
|
||||
"default-target": "graphical.target",
|
||||
"dnf": {
|
||||
"dnf.conf": {
|
||||
"main": {
|
||||
"best": "False",
|
||||
"clean_requirements_on_remove": "True",
|
||||
"gpgcheck": "1",
|
||||
"installonly_limit": "3",
|
||||
"skip_if_unavailable": "True"
|
||||
}
|
||||
}
|
||||
},
|
||||
"dracut": {
|
||||
"/usr/lib/dracut/dracut.conf.d": {
|
||||
"01-dist.conf": {
|
||||
|
|
@ -10354,6 +10365,50 @@
|
|||
"systemd-userdbd.socket",
|
||||
"unbound-anchor.timer"
|
||||
],
|
||||
"ssh_config": {
|
||||
"/etc/ssh": {
|
||||
"ssh_config": [
|
||||
"Include /etc/ssh/ssh_config.d/*.conf"
|
||||
]
|
||||
},
|
||||
"/etc/ssh/ssh_config.d": {
|
||||
"50-redhat.conf": [
|
||||
"Match final all",
|
||||
"Include /etc/crypto-policies/back-ends/openssh.config",
|
||||
"GSSAPIAuthentication yes",
|
||||
"ForwardX11Trusted yes",
|
||||
"SendEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"SendEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"SendEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"SendEnv XMODIFIERS"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sshd_config": {
|
||||
"/etc/ssh": {
|
||||
"sshd_config": [
|
||||
"Include /etc/ssh/sshd_config.d/*.conf",
|
||||
"AuthorizedKeysFile\t.ssh/authorized_keys",
|
||||
"Subsystem\tsftp\t/usr/libexec/openssh/sftp-server"
|
||||
]
|
||||
},
|
||||
"/etc/ssh/sshd_config.d": {
|
||||
"50-redhat.conf": [
|
||||
"Include /etc/crypto-policies/back-ends/opensshserver.config",
|
||||
"SyslogFacility AUTHPRIV",
|
||||
"ChallengeResponseAuthentication no",
|
||||
"GSSAPIAuthentication yes",
|
||||
"GSSAPICleanupCredentials no",
|
||||
"UsePAM yes",
|
||||
"X11Forwarding yes",
|
||||
"PrintMotd no",
|
||||
"AcceptEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"AcceptEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"AcceptEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"AcceptEnv XMODIFIERS"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sudoers": {
|
||||
"/etc/sudoers": [
|
||||
"Defaults !visiblepw",
|
||||
|
|
@ -10603,6 +10658,250 @@
|
|||
"r! /tmp/.X[0-9]*-lock"
|
||||
]
|
||||
}
|
||||
},
|
||||
"yum_repos": {
|
||||
"/etc/yum.repos.d": {
|
||||
"fedora-cisco-openh264.repo": {
|
||||
"fedora-cisco-openh264": {
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "14d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-cisco-openh264-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever openh264 (From Cisco) - $basearch",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "True",
|
||||
"type": "rpm"
|
||||
},
|
||||
"fedora-cisco-openh264-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "14d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-cisco-openh264-debug-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever openh264 (From Cisco) - $basearch - Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "True",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora-modular.repo": {
|
||||
"fedora-modular": {
|
||||
"countme": "1",
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-modular-$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"fedora-modular-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-modular-debug-$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch - Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"fedora-modular-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-modular-source-$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora-updates-modular.repo": {
|
||||
"updates-modular": {
|
||||
"countme": "1",
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-modular-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch - Updates",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-modular-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-modular-debug-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch - Updates - Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-modular-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-modular-source-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - Updates Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora-updates-testing-modular.repo": {
|
||||
"updates-testing-modular": {
|
||||
"countme": "1",
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-modular-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch - Test Updates",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-testing-modular-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-modular-debug-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch - Test Updates Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-testing-modular-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-modular-source-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - Test Updates Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora-updates-testing.repo": {
|
||||
"updates-testing": {
|
||||
"countme": "1",
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Test Updates",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-testing-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-debug-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Test Updates Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-testing-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-source-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - Test Updates Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora-updates.repo": {
|
||||
"updates": {
|
||||
"countme": "1",
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Updates",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-debug-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Updates - Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-source-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - Updates Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora.repo": {
|
||||
"fedora": {
|
||||
"countme": "1",
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"fedora-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-debug-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"fedora-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-source-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -9782,6 +9782,17 @@
|
|||
}
|
||||
},
|
||||
"default-target": "graphical.target",
|
||||
"dnf": {
|
||||
"dnf.conf": {
|
||||
"main": {
|
||||
"best": "False",
|
||||
"clean_requirements_on_remove": "True",
|
||||
"gpgcheck": "1",
|
||||
"installonly_limit": "3",
|
||||
"skip_if_unavailable": "True"
|
||||
}
|
||||
}
|
||||
},
|
||||
"dracut": {
|
||||
"/usr/lib/dracut/dracut.conf.d": {
|
||||
"01-dist.conf": {
|
||||
|
|
@ -10467,6 +10478,50 @@
|
|||
"systemd-userdbd.socket",
|
||||
"unbound-anchor.timer"
|
||||
],
|
||||
"ssh_config": {
|
||||
"/etc/ssh": {
|
||||
"ssh_config": [
|
||||
"Include /etc/ssh/ssh_config.d/*.conf"
|
||||
]
|
||||
},
|
||||
"/etc/ssh/ssh_config.d": {
|
||||
"50-redhat.conf": [
|
||||
"Match final all",
|
||||
"Include /etc/crypto-policies/back-ends/openssh.config",
|
||||
"GSSAPIAuthentication yes",
|
||||
"ForwardX11Trusted yes",
|
||||
"SendEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"SendEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"SendEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"SendEnv XMODIFIERS"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sshd_config": {
|
||||
"/etc/ssh": {
|
||||
"sshd_config": [
|
||||
"Include /etc/ssh/sshd_config.d/*.conf",
|
||||
"AuthorizedKeysFile\t.ssh/authorized_keys",
|
||||
"Subsystem\tsftp\t/usr/libexec/openssh/sftp-server"
|
||||
]
|
||||
},
|
||||
"/etc/ssh/sshd_config.d": {
|
||||
"50-redhat.conf": [
|
||||
"Include /etc/crypto-policies/back-ends/opensshserver.config",
|
||||
"SyslogFacility AUTHPRIV",
|
||||
"ChallengeResponseAuthentication no",
|
||||
"GSSAPIAuthentication yes",
|
||||
"GSSAPICleanupCredentials no",
|
||||
"UsePAM yes",
|
||||
"X11Forwarding yes",
|
||||
"PrintMotd no",
|
||||
"AcceptEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"AcceptEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"AcceptEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"AcceptEnv XMODIFIERS"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sudoers": {
|
||||
"/etc/sudoers": [
|
||||
"Defaults !visiblepw",
|
||||
|
|
@ -10716,6 +10771,250 @@
|
|||
"r! /tmp/.X[0-9]*-lock"
|
||||
]
|
||||
}
|
||||
},
|
||||
"yum_repos": {
|
||||
"/etc/yum.repos.d": {
|
||||
"fedora-cisco-openh264.repo": {
|
||||
"fedora-cisco-openh264": {
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "14d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-cisco-openh264-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever openh264 (From Cisco) - $basearch",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "True",
|
||||
"type": "rpm"
|
||||
},
|
||||
"fedora-cisco-openh264-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "14d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-cisco-openh264-debug-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever openh264 (From Cisco) - $basearch - Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "True",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora-modular.repo": {
|
||||
"fedora-modular": {
|
||||
"countme": "1",
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-modular-$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"fedora-modular-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-modular-debug-$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch - Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"fedora-modular-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-modular-source-$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora-updates-modular.repo": {
|
||||
"updates-modular": {
|
||||
"countme": "1",
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-modular-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch - Updates",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-modular-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-modular-debug-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch - Updates - Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-modular-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-modular-source-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - Updates Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora-updates-testing-modular.repo": {
|
||||
"updates-testing-modular": {
|
||||
"countme": "1",
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-modular-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch - Test Updates",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-testing-modular-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-modular-debug-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch - Test Updates Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-testing-modular-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-modular-source-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - Test Updates Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora-updates-testing.repo": {
|
||||
"updates-testing": {
|
||||
"countme": "1",
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Test Updates",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-testing-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-debug-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Test Updates Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-testing-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-source-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - Test Updates Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora-updates.repo": {
|
||||
"updates": {
|
||||
"countme": "1",
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Updates",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-debug-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Updates - Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-source-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - Updates Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora.repo": {
|
||||
"fedora": {
|
||||
"countme": "1",
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"fedora-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-debug-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"fedora-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-source-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -9687,6 +9687,17 @@
|
|||
}
|
||||
},
|
||||
"default-target": "graphical.target",
|
||||
"dnf": {
|
||||
"dnf.conf": {
|
||||
"main": {
|
||||
"best": "False",
|
||||
"clean_requirements_on_remove": "True",
|
||||
"gpgcheck": "1",
|
||||
"installonly_limit": "3",
|
||||
"skip_if_unavailable": "True"
|
||||
}
|
||||
}
|
||||
},
|
||||
"dracut": {
|
||||
"/usr/lib/dracut/dracut.conf.d": {
|
||||
"01-dist.conf": {
|
||||
|
|
@ -10339,6 +10350,50 @@
|
|||
"systemd-userdbd.socket",
|
||||
"unbound-anchor.timer"
|
||||
],
|
||||
"ssh_config": {
|
||||
"/etc/ssh": {
|
||||
"ssh_config": [
|
||||
"Include /etc/ssh/ssh_config.d/*.conf"
|
||||
]
|
||||
},
|
||||
"/etc/ssh/ssh_config.d": {
|
||||
"50-redhat.conf": [
|
||||
"Match final all",
|
||||
"Include /etc/crypto-policies/back-ends/openssh.config",
|
||||
"GSSAPIAuthentication yes",
|
||||
"ForwardX11Trusted yes",
|
||||
"SendEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"SendEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"SendEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"SendEnv XMODIFIERS"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sshd_config": {
|
||||
"/etc/ssh": {
|
||||
"sshd_config": [
|
||||
"Include /etc/ssh/sshd_config.d/*.conf",
|
||||
"AuthorizedKeysFile\t.ssh/authorized_keys",
|
||||
"Subsystem\tsftp\t/usr/libexec/openssh/sftp-server"
|
||||
]
|
||||
},
|
||||
"/etc/ssh/sshd_config.d": {
|
||||
"50-redhat.conf": [
|
||||
"Include /etc/crypto-policies/back-ends/opensshserver.config",
|
||||
"SyslogFacility AUTHPRIV",
|
||||
"ChallengeResponseAuthentication no",
|
||||
"GSSAPIAuthentication yes",
|
||||
"GSSAPICleanupCredentials no",
|
||||
"UsePAM yes",
|
||||
"X11Forwarding yes",
|
||||
"PrintMotd no",
|
||||
"AcceptEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"AcceptEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"AcceptEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"AcceptEnv XMODIFIERS"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sudoers": {
|
||||
"/etc/sudoers": [
|
||||
"Defaults !visiblepw",
|
||||
|
|
@ -10576,6 +10631,250 @@
|
|||
"r! /tmp/.X[0-9]*-lock"
|
||||
]
|
||||
}
|
||||
},
|
||||
"yum_repos": {
|
||||
"/etc/yum.repos.d": {
|
||||
"fedora-cisco-openh264.repo": {
|
||||
"fedora-cisco-openh264": {
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "14d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-cisco-openh264-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever openh264 (From Cisco) - $basearch",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "True",
|
||||
"type": "rpm"
|
||||
},
|
||||
"fedora-cisco-openh264-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "14d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-cisco-openh264-debug-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever openh264 (From Cisco) - $basearch - Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "True",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora-modular.repo": {
|
||||
"fedora-modular": {
|
||||
"countme": "1",
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-modular-$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"fedora-modular-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-modular-debug-$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch - Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"fedora-modular-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-modular-source-$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora-updates-modular.repo": {
|
||||
"updates-modular": {
|
||||
"countme": "1",
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-modular-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch - Updates",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-modular-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-modular-debug-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch - Updates - Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-modular-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-modular-source-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - Updates Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora-updates-testing-modular.repo": {
|
||||
"updates-testing-modular": {
|
||||
"countme": "1",
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-modular-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch - Test Updates",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-testing-modular-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-modular-debug-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch - Test Updates Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-testing-modular-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-modular-source-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - Test Updates Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora-updates-testing.repo": {
|
||||
"updates-testing": {
|
||||
"countme": "1",
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Test Updates",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-testing-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-debug-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Test Updates Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-testing-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-source-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - Test Updates Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora-updates.repo": {
|
||||
"updates": {
|
||||
"countme": "1",
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Updates",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-debug-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Updates - Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-source-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - Updates Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora.repo": {
|
||||
"fedora": {
|
||||
"countme": "1",
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"fedora-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-debug-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"fedora-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-source-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -11708,6 +11708,50 @@
|
|||
"udisks2.service",
|
||||
"zezere_ignition.timer"
|
||||
],
|
||||
"ssh_config": {
|
||||
"/etc/ssh": {
|
||||
"ssh_config": [
|
||||
"Include /etc/ssh/ssh_config.d/*.conf"
|
||||
]
|
||||
},
|
||||
"/etc/ssh/ssh_config.d": {
|
||||
"50-redhat.conf": [
|
||||
"Match final all",
|
||||
"Include /etc/crypto-policies/back-ends/openssh.config",
|
||||
"GSSAPIAuthentication yes",
|
||||
"ForwardX11Trusted yes",
|
||||
"SendEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"SendEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"SendEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"SendEnv XMODIFIERS"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sshd_config": {
|
||||
"/etc/ssh": {
|
||||
"sshd_config": [
|
||||
"Include /etc/ssh/sshd_config.d/*.conf",
|
||||
"AuthorizedKeysFile\t.ssh/authorized_keys",
|
||||
"Subsystem\tsftp\t/usr/libexec/openssh/sftp-server"
|
||||
]
|
||||
},
|
||||
"/etc/ssh/sshd_config.d": {
|
||||
"50-redhat.conf": [
|
||||
"Include /etc/crypto-policies/back-ends/opensshserver.config",
|
||||
"SyslogFacility AUTHPRIV",
|
||||
"ChallengeResponseAuthentication no",
|
||||
"GSSAPIAuthentication yes",
|
||||
"GSSAPICleanupCredentials no",
|
||||
"UsePAM yes",
|
||||
"X11Forwarding yes",
|
||||
"PrintMotd no",
|
||||
"AcceptEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"AcceptEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"AcceptEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"AcceptEnv XMODIFIERS"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sudoers": {
|
||||
"/etc/sudoers": [
|
||||
"Defaults !visiblepw",
|
||||
|
|
@ -12051,6 +12095,142 @@
|
|||
]
|
||||
}
|
||||
},
|
||||
"type": "ostree/commit"
|
||||
"type": "ostree/commit",
|
||||
"yum_repos": {
|
||||
"/etc/yum.repos.d": {
|
||||
"fedora-cisco-openh264.repo": {
|
||||
"fedora-cisco-openh264": {
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "14d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-cisco-openh264-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever openh264 (From Cisco) - $basearch",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "True",
|
||||
"type": "rpm"
|
||||
},
|
||||
"fedora-cisco-openh264-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "14d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-cisco-openh264-debug-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever openh264 (From Cisco) - $basearch - Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "True",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora-updates-testing.repo": {
|
||||
"updates-testing": {
|
||||
"countme": "1",
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Test Updates",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-testing-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-debug-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Test Updates Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-testing-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-source-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - Test Updates Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora-updates.repo": {
|
||||
"updates": {
|
||||
"countme": "1",
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Updates",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-debug-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Updates - Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-source-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - Updates Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora.repo": {
|
||||
"fedora": {
|
||||
"countme": "1",
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"fedora-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-debug-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"fedora-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-source-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -11714,6 +11714,50 @@
|
|||
"udisks2.service",
|
||||
"zezere_ignition.timer"
|
||||
],
|
||||
"ssh_config": {
|
||||
"/etc/ssh": {
|
||||
"ssh_config": [
|
||||
"Include /etc/ssh/ssh_config.d/*.conf"
|
||||
]
|
||||
},
|
||||
"/etc/ssh/ssh_config.d": {
|
||||
"50-redhat.conf": [
|
||||
"Match final all",
|
||||
"Include /etc/crypto-policies/back-ends/openssh.config",
|
||||
"GSSAPIAuthentication yes",
|
||||
"ForwardX11Trusted yes",
|
||||
"SendEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"SendEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"SendEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"SendEnv XMODIFIERS"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sshd_config": {
|
||||
"/etc/ssh": {
|
||||
"sshd_config": [
|
||||
"Include /etc/ssh/sshd_config.d/*.conf",
|
||||
"AuthorizedKeysFile\t.ssh/authorized_keys",
|
||||
"Subsystem\tsftp\t/usr/libexec/openssh/sftp-server"
|
||||
]
|
||||
},
|
||||
"/etc/ssh/sshd_config.d": {
|
||||
"50-redhat.conf": [
|
||||
"Include /etc/crypto-policies/back-ends/opensshserver.config",
|
||||
"SyslogFacility AUTHPRIV",
|
||||
"ChallengeResponseAuthentication no",
|
||||
"GSSAPIAuthentication yes",
|
||||
"GSSAPICleanupCredentials no",
|
||||
"UsePAM yes",
|
||||
"X11Forwarding yes",
|
||||
"PrintMotd no",
|
||||
"AcceptEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"AcceptEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"AcceptEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"AcceptEnv XMODIFIERS"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sudoers": {
|
||||
"/etc/sudoers": [
|
||||
"Defaults !visiblepw",
|
||||
|
|
@ -12057,6 +12101,142 @@
|
|||
]
|
||||
}
|
||||
},
|
||||
"type": "ostree/commit"
|
||||
"type": "ostree/commit",
|
||||
"yum_repos": {
|
||||
"/etc/yum.repos.d": {
|
||||
"fedora-cisco-openh264.repo": {
|
||||
"fedora-cisco-openh264": {
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "14d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-cisco-openh264-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever openh264 (From Cisco) - $basearch",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "True",
|
||||
"type": "rpm"
|
||||
},
|
||||
"fedora-cisco-openh264-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "14d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-cisco-openh264-debug-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever openh264 (From Cisco) - $basearch - Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "True",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora-updates-testing.repo": {
|
||||
"updates-testing": {
|
||||
"countme": "1",
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Test Updates",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-testing-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-debug-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Test Updates Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-testing-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-source-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - Test Updates Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora-updates.repo": {
|
||||
"updates": {
|
||||
"countme": "1",
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Updates",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-debug-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Updates - Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-source-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - Updates Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora.repo": {
|
||||
"fedora": {
|
||||
"countme": "1",
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"fedora-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-debug-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"fedora-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-source-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -9862,6 +9862,17 @@
|
|||
}
|
||||
},
|
||||
"default-target": "graphical.target",
|
||||
"dnf": {
|
||||
"dnf.conf": {
|
||||
"main": {
|
||||
"best": "False",
|
||||
"clean_requirements_on_remove": "True",
|
||||
"gpgcheck": "1",
|
||||
"installonly_limit": "3",
|
||||
"skip_if_unavailable": "True"
|
||||
}
|
||||
}
|
||||
},
|
||||
"dracut": {
|
||||
"/usr/lib/dracut/dracut.conf.d": {
|
||||
"01-dist.conf": {
|
||||
|
|
@ -10522,6 +10533,50 @@
|
|||
"systemd-userdbd.socket",
|
||||
"unbound-anchor.timer"
|
||||
],
|
||||
"ssh_config": {
|
||||
"/etc/ssh": {
|
||||
"ssh_config": [
|
||||
"Include /etc/ssh/ssh_config.d/*.conf"
|
||||
]
|
||||
},
|
||||
"/etc/ssh/ssh_config.d": {
|
||||
"50-redhat.conf": [
|
||||
"Match final all",
|
||||
"Include /etc/crypto-policies/back-ends/openssh.config",
|
||||
"GSSAPIAuthentication yes",
|
||||
"ForwardX11Trusted yes",
|
||||
"SendEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"SendEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"SendEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"SendEnv XMODIFIERS"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sshd_config": {
|
||||
"/etc/ssh": {
|
||||
"sshd_config": [
|
||||
"Include /etc/ssh/sshd_config.d/*.conf",
|
||||
"AuthorizedKeysFile\t.ssh/authorized_keys",
|
||||
"Subsystem\tsftp\t/usr/libexec/openssh/sftp-server"
|
||||
]
|
||||
},
|
||||
"/etc/ssh/sshd_config.d": {
|
||||
"50-redhat.conf": [
|
||||
"Include /etc/crypto-policies/back-ends/opensshserver.config",
|
||||
"SyslogFacility AUTHPRIV",
|
||||
"ChallengeResponseAuthentication no",
|
||||
"GSSAPIAuthentication yes",
|
||||
"GSSAPICleanupCredentials no",
|
||||
"UsePAM yes",
|
||||
"X11Forwarding yes",
|
||||
"PrintMotd no",
|
||||
"AcceptEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"AcceptEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"AcceptEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"AcceptEnv XMODIFIERS"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sudoers": {
|
||||
"/etc/sudoers": [
|
||||
"Defaults !visiblepw",
|
||||
|
|
@ -10771,6 +10826,250 @@
|
|||
"r! /tmp/.X[0-9]*-lock"
|
||||
]
|
||||
}
|
||||
},
|
||||
"yum_repos": {
|
||||
"/etc/yum.repos.d": {
|
||||
"fedora-cisco-openh264.repo": {
|
||||
"fedora-cisco-openh264": {
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "14d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-cisco-openh264-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever openh264 (From Cisco) - $basearch",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "True",
|
||||
"type": "rpm"
|
||||
},
|
||||
"fedora-cisco-openh264-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "14d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-cisco-openh264-debug-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever openh264 (From Cisco) - $basearch - Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "True",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora-modular.repo": {
|
||||
"fedora-modular": {
|
||||
"countme": "1",
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-modular-$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"fedora-modular-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-modular-debug-$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch - Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"fedora-modular-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-modular-source-$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora-updates-modular.repo": {
|
||||
"updates-modular": {
|
||||
"countme": "1",
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-modular-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch - Updates",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-modular-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-modular-debug-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch - Updates - Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-modular-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-modular-source-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - Updates Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora-updates-testing-modular.repo": {
|
||||
"updates-testing-modular": {
|
||||
"countme": "1",
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-modular-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch - Test Updates",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-testing-modular-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-modular-debug-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch - Test Updates Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-testing-modular-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-modular-source-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - Test Updates Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora-updates-testing.repo": {
|
||||
"updates-testing": {
|
||||
"countme": "1",
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Test Updates",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-testing-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-debug-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Test Updates Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-testing-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-source-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - Test Updates Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora-updates.repo": {
|
||||
"updates": {
|
||||
"countme": "1",
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Updates",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-debug-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Updates - Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-source-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - Updates Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora.repo": {
|
||||
"fedora": {
|
||||
"countme": "1",
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"fedora-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-debug-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"fedora-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-source-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -10036,6 +10036,17 @@
|
|||
}
|
||||
},
|
||||
"default-target": "graphical.target",
|
||||
"dnf": {
|
||||
"dnf.conf": {
|
||||
"main": {
|
||||
"best": "False",
|
||||
"clean_requirements_on_remove": "True",
|
||||
"gpgcheck": "1",
|
||||
"installonly_limit": "3",
|
||||
"skip_if_unavailable": "True"
|
||||
}
|
||||
}
|
||||
},
|
||||
"dracut": {
|
||||
"/usr/lib/dracut/dracut.conf.d": {
|
||||
"01-dist.conf": {
|
||||
|
|
@ -10720,6 +10731,50 @@
|
|||
"systemd-userdbd.socket",
|
||||
"unbound-anchor.timer"
|
||||
],
|
||||
"ssh_config": {
|
||||
"/etc/ssh": {
|
||||
"ssh_config": [
|
||||
"Include /etc/ssh/ssh_config.d/*.conf"
|
||||
]
|
||||
},
|
||||
"/etc/ssh/ssh_config.d": {
|
||||
"50-redhat.conf": [
|
||||
"Match final all",
|
||||
"Include /etc/crypto-policies/back-ends/openssh.config",
|
||||
"GSSAPIAuthentication yes",
|
||||
"ForwardX11Trusted yes",
|
||||
"SendEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"SendEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"SendEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"SendEnv XMODIFIERS"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sshd_config": {
|
||||
"/etc/ssh": {
|
||||
"sshd_config": [
|
||||
"Include /etc/ssh/sshd_config.d/*.conf",
|
||||
"AuthorizedKeysFile\t.ssh/authorized_keys",
|
||||
"Subsystem\tsftp\t/usr/libexec/openssh/sftp-server"
|
||||
]
|
||||
},
|
||||
"/etc/ssh/sshd_config.d": {
|
||||
"50-redhat.conf": [
|
||||
"Include /etc/crypto-policies/back-ends/opensshserver.config",
|
||||
"SyslogFacility AUTHPRIV",
|
||||
"ChallengeResponseAuthentication no",
|
||||
"GSSAPIAuthentication yes",
|
||||
"GSSAPICleanupCredentials no",
|
||||
"UsePAM yes",
|
||||
"X11Forwarding yes",
|
||||
"PrintMotd no",
|
||||
"AcceptEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"AcceptEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"AcceptEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"AcceptEnv XMODIFIERS"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sudoers": {
|
||||
"/etc/sudoers": [
|
||||
"Defaults !visiblepw",
|
||||
|
|
@ -10960,6 +11015,250 @@
|
|||
"r! /tmp/.X[0-9]*-lock"
|
||||
]
|
||||
}
|
||||
},
|
||||
"yum_repos": {
|
||||
"/etc/yum.repos.d": {
|
||||
"fedora-cisco-openh264.repo": {
|
||||
"fedora-cisco-openh264": {
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "14d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-cisco-openh264-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever openh264 (From Cisco) - $basearch",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "True",
|
||||
"type": "rpm"
|
||||
},
|
||||
"fedora-cisco-openh264-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "14d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-cisco-openh264-debug-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever openh264 (From Cisco) - $basearch - Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "True",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora-modular.repo": {
|
||||
"fedora-modular": {
|
||||
"countme": "1",
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-modular-$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"fedora-modular-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-modular-debug-$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch - Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"fedora-modular-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-modular-source-$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora-updates-modular.repo": {
|
||||
"updates-modular": {
|
||||
"countme": "1",
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-modular-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch - Updates",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-modular-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-modular-debug-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch - Updates - Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-modular-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-modular-source-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - Updates Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora-updates-testing-modular.repo": {
|
||||
"updates-testing-modular": {
|
||||
"countme": "1",
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-modular-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch - Test Updates",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-testing-modular-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-modular-debug-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch - Test Updates Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-testing-modular-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-modular-source-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - Test Updates Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora-updates-testing.repo": {
|
||||
"updates-testing": {
|
||||
"countme": "1",
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Test Updates",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-testing-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-debug-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Test Updates Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-testing-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-source-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - Test Updates Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora-updates.repo": {
|
||||
"updates": {
|
||||
"countme": "1",
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Updates",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-debug-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Updates - Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-source-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - Updates Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora.repo": {
|
||||
"fedora": {
|
||||
"countme": "1",
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"fedora-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-debug-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"fedora-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-source-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -9886,6 +9886,17 @@
|
|||
}
|
||||
},
|
||||
"default-target": "graphical.target",
|
||||
"dnf": {
|
||||
"dnf.conf": {
|
||||
"main": {
|
||||
"best": "False",
|
||||
"clean_requirements_on_remove": "True",
|
||||
"gpgcheck": "1",
|
||||
"installonly_limit": "3",
|
||||
"skip_if_unavailable": "True"
|
||||
}
|
||||
}
|
||||
},
|
||||
"dracut": {
|
||||
"/usr/lib/dracut/dracut.conf.d": {
|
||||
"01-dist.conf": {
|
||||
|
|
@ -10548,6 +10559,50 @@
|
|||
"systemd-userdbd.socket",
|
||||
"unbound-anchor.timer"
|
||||
],
|
||||
"ssh_config": {
|
||||
"/etc/ssh": {
|
||||
"ssh_config": [
|
||||
"Include /etc/ssh/ssh_config.d/*.conf"
|
||||
]
|
||||
},
|
||||
"/etc/ssh/ssh_config.d": {
|
||||
"50-redhat.conf": [
|
||||
"Match final all",
|
||||
"Include /etc/crypto-policies/back-ends/openssh.config",
|
||||
"GSSAPIAuthentication yes",
|
||||
"ForwardX11Trusted yes",
|
||||
"SendEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"SendEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"SendEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"SendEnv XMODIFIERS"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sshd_config": {
|
||||
"/etc/ssh": {
|
||||
"sshd_config": [
|
||||
"Include /etc/ssh/sshd_config.d/*.conf",
|
||||
"AuthorizedKeysFile\t.ssh/authorized_keys",
|
||||
"Subsystem\tsftp\t/usr/libexec/openssh/sftp-server"
|
||||
]
|
||||
},
|
||||
"/etc/ssh/sshd_config.d": {
|
||||
"50-redhat.conf": [
|
||||
"Include /etc/crypto-policies/back-ends/opensshserver.config",
|
||||
"SyslogFacility AUTHPRIV",
|
||||
"ChallengeResponseAuthentication no",
|
||||
"GSSAPIAuthentication yes",
|
||||
"GSSAPICleanupCredentials no",
|
||||
"UsePAM yes",
|
||||
"X11Forwarding yes",
|
||||
"PrintMotd no",
|
||||
"AcceptEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"AcceptEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"AcceptEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"AcceptEnv XMODIFIERS"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sudoers": {
|
||||
"/etc/sudoers": [
|
||||
"Defaults !visiblepw",
|
||||
|
|
@ -10797,6 +10852,250 @@
|
|||
"r! /tmp/.X[0-9]*-lock"
|
||||
]
|
||||
}
|
||||
},
|
||||
"yum_repos": {
|
||||
"/etc/yum.repos.d": {
|
||||
"fedora-cisco-openh264.repo": {
|
||||
"fedora-cisco-openh264": {
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "14d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-cisco-openh264-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever openh264 (From Cisco) - $basearch",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "True",
|
||||
"type": "rpm"
|
||||
},
|
||||
"fedora-cisco-openh264-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "14d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-cisco-openh264-debug-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever openh264 (From Cisco) - $basearch - Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "True",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora-modular.repo": {
|
||||
"fedora-modular": {
|
||||
"countme": "1",
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-modular-$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"fedora-modular-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-modular-debug-$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch - Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"fedora-modular-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-modular-source-$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora-updates-modular.repo": {
|
||||
"updates-modular": {
|
||||
"countme": "1",
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-modular-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch - Updates",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-modular-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-modular-debug-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch - Updates - Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-modular-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-modular-source-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - Updates Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora-updates-testing-modular.repo": {
|
||||
"updates-testing-modular": {
|
||||
"countme": "1",
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-modular-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch - Test Updates",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-testing-modular-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-modular-debug-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch - Test Updates Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-testing-modular-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-modular-source-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - Test Updates Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora-updates-testing.repo": {
|
||||
"updates-testing": {
|
||||
"countme": "1",
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Test Updates",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-testing-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-debug-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Test Updates Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-testing-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-source-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - Test Updates Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora-updates.repo": {
|
||||
"updates": {
|
||||
"countme": "1",
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Updates",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-debug-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Updates - Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-source-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - Updates Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora.repo": {
|
||||
"fedora": {
|
||||
"countme": "1",
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"fedora-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-debug-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"fedora-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-source-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -9990,6 +9990,17 @@
|
|||
}
|
||||
},
|
||||
"default-target": "graphical.target",
|
||||
"dnf": {
|
||||
"dnf.conf": {
|
||||
"main": {
|
||||
"best": "False",
|
||||
"clean_requirements_on_remove": "True",
|
||||
"gpgcheck": "1",
|
||||
"installonly_limit": "3",
|
||||
"skip_if_unavailable": "True"
|
||||
}
|
||||
}
|
||||
},
|
||||
"dracut": {
|
||||
"/usr/lib/dracut/dracut.conf.d": {
|
||||
"01-dist.conf": {
|
||||
|
|
@ -10661,6 +10672,50 @@
|
|||
"systemd-userdbd.socket",
|
||||
"unbound-anchor.timer"
|
||||
],
|
||||
"ssh_config": {
|
||||
"/etc/ssh": {
|
||||
"ssh_config": [
|
||||
"Include /etc/ssh/ssh_config.d/*.conf"
|
||||
]
|
||||
},
|
||||
"/etc/ssh/ssh_config.d": {
|
||||
"50-redhat.conf": [
|
||||
"Match final all",
|
||||
"Include /etc/crypto-policies/back-ends/openssh.config",
|
||||
"GSSAPIAuthentication yes",
|
||||
"ForwardX11Trusted yes",
|
||||
"SendEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"SendEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"SendEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"SendEnv XMODIFIERS"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sshd_config": {
|
||||
"/etc/ssh": {
|
||||
"sshd_config": [
|
||||
"Include /etc/ssh/sshd_config.d/*.conf",
|
||||
"AuthorizedKeysFile\t.ssh/authorized_keys",
|
||||
"Subsystem\tsftp\t/usr/libexec/openssh/sftp-server"
|
||||
]
|
||||
},
|
||||
"/etc/ssh/sshd_config.d": {
|
||||
"50-redhat.conf": [
|
||||
"Include /etc/crypto-policies/back-ends/opensshserver.config",
|
||||
"SyslogFacility AUTHPRIV",
|
||||
"ChallengeResponseAuthentication no",
|
||||
"GSSAPIAuthentication yes",
|
||||
"GSSAPICleanupCredentials no",
|
||||
"UsePAM yes",
|
||||
"X11Forwarding yes",
|
||||
"PrintMotd no",
|
||||
"AcceptEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"AcceptEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"AcceptEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"AcceptEnv XMODIFIERS"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sudoers": {
|
||||
"/etc/sudoers": [
|
||||
"Defaults !visiblepw",
|
||||
|
|
@ -10910,6 +10965,250 @@
|
|||
"r! /tmp/.X[0-9]*-lock"
|
||||
]
|
||||
}
|
||||
},
|
||||
"yum_repos": {
|
||||
"/etc/yum.repos.d": {
|
||||
"fedora-cisco-openh264.repo": {
|
||||
"fedora-cisco-openh264": {
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "14d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-cisco-openh264-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever openh264 (From Cisco) - $basearch",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "True",
|
||||
"type": "rpm"
|
||||
},
|
||||
"fedora-cisco-openh264-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "14d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-cisco-openh264-debug-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever openh264 (From Cisco) - $basearch - Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "True",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora-modular.repo": {
|
||||
"fedora-modular": {
|
||||
"countme": "1",
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-modular-$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"fedora-modular-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-modular-debug-$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch - Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"fedora-modular-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-modular-source-$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora-updates-modular.repo": {
|
||||
"updates-modular": {
|
||||
"countme": "1",
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-modular-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch - Updates",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-modular-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-modular-debug-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch - Updates - Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-modular-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-modular-source-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - Updates Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora-updates-testing-modular.repo": {
|
||||
"updates-testing-modular": {
|
||||
"countme": "1",
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-modular-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch - Test Updates",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-testing-modular-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-modular-debug-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch - Test Updates Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-testing-modular-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-modular-source-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - Test Updates Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora-updates-testing.repo": {
|
||||
"updates-testing": {
|
||||
"countme": "1",
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Test Updates",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-testing-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-debug-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Test Updates Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-testing-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-source-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - Test Updates Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora-updates.repo": {
|
||||
"updates": {
|
||||
"countme": "1",
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Updates",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-debug-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Updates - Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-source-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - Updates Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora.repo": {
|
||||
"fedora": {
|
||||
"countme": "1",
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"fedora-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-debug-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"fedora-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-source-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -9114,6 +9114,17 @@
|
|||
]
|
||||
},
|
||||
"default-target": "graphical.target",
|
||||
"dnf": {
|
||||
"dnf.conf": {
|
||||
"main": {
|
||||
"best": "False",
|
||||
"clean_requirements_on_remove": "True",
|
||||
"gpgcheck": "1",
|
||||
"installonly_limit": "3",
|
||||
"skip_if_unavailable": "True"
|
||||
}
|
||||
}
|
||||
},
|
||||
"dracut": {
|
||||
"/usr/lib/dracut/dracut.conf.d": {
|
||||
"01-dist.conf": {
|
||||
|
|
@ -9736,6 +9747,50 @@
|
|||
"unbound-anchor.timer",
|
||||
"waagent.service"
|
||||
],
|
||||
"ssh_config": {
|
||||
"/etc/ssh": {
|
||||
"ssh_config": [
|
||||
"Include /etc/ssh/ssh_config.d/*.conf"
|
||||
]
|
||||
},
|
||||
"/etc/ssh/ssh_config.d": {
|
||||
"50-redhat.conf": [
|
||||
"Match final all",
|
||||
"Include /etc/crypto-policies/back-ends/openssh.config",
|
||||
"GSSAPIAuthentication yes",
|
||||
"ForwardX11Trusted yes",
|
||||
"SendEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"SendEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"SendEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"SendEnv XMODIFIERS"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sshd_config": {
|
||||
"/etc/ssh": {
|
||||
"sshd_config": [
|
||||
"Include /etc/ssh/sshd_config.d/*.conf",
|
||||
"AuthorizedKeysFile\t.ssh/authorized_keys",
|
||||
"Subsystem\tsftp\t/usr/libexec/openssh/sftp-server"
|
||||
]
|
||||
},
|
||||
"/etc/ssh/sshd_config.d": {
|
||||
"50-redhat.conf": [
|
||||
"Include /etc/crypto-policies/back-ends/opensshserver.config",
|
||||
"SyslogFacility AUTHPRIV",
|
||||
"ChallengeResponseAuthentication no",
|
||||
"GSSAPIAuthentication yes",
|
||||
"GSSAPICleanupCredentials no",
|
||||
"UsePAM yes",
|
||||
"X11Forwarding yes",
|
||||
"PrintMotd no",
|
||||
"AcceptEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"AcceptEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"AcceptEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"AcceptEnv XMODIFIERS"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sudoers": {
|
||||
"/etc/sudoers": [
|
||||
"Defaults !visiblepw",
|
||||
|
|
@ -9970,6 +10025,250 @@
|
|||
"r! /tmp/.X[0-9]*-lock"
|
||||
]
|
||||
}
|
||||
},
|
||||
"yum_repos": {
|
||||
"/etc/yum.repos.d": {
|
||||
"fedora-cisco-openh264.repo": {
|
||||
"fedora-cisco-openh264": {
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "14d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-cisco-openh264-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever openh264 (From Cisco) - $basearch",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "True",
|
||||
"type": "rpm"
|
||||
},
|
||||
"fedora-cisco-openh264-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "14d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-cisco-openh264-debug-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever openh264 (From Cisco) - $basearch - Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "True",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora-modular.repo": {
|
||||
"fedora-modular": {
|
||||
"countme": "1",
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-modular-$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"fedora-modular-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-modular-debug-$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch - Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"fedora-modular-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-modular-source-$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora-updates-modular.repo": {
|
||||
"updates-modular": {
|
||||
"countme": "1",
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-modular-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch - Updates",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-modular-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-modular-debug-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch - Updates - Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-modular-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-modular-source-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - Updates Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora-updates-testing-modular.repo": {
|
||||
"updates-testing-modular": {
|
||||
"countme": "1",
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-modular-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch - Test Updates",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-testing-modular-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-modular-debug-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch - Test Updates Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-testing-modular-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-modular-source-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - Test Updates Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora-updates-testing.repo": {
|
||||
"updates-testing": {
|
||||
"countme": "1",
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Test Updates",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-testing-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-debug-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Test Updates Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-testing-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-source-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - Test Updates Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora-updates.repo": {
|
||||
"updates": {
|
||||
"countme": "1",
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Updates",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-debug-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Updates - Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-source-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - Updates Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora.repo": {
|
||||
"fedora": {
|
||||
"countme": "1",
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"fedora-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-debug-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"fedora-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-source-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -9886,6 +9886,17 @@
|
|||
}
|
||||
},
|
||||
"default-target": "graphical.target",
|
||||
"dnf": {
|
||||
"dnf.conf": {
|
||||
"main": {
|
||||
"best": "False",
|
||||
"clean_requirements_on_remove": "True",
|
||||
"gpgcheck": "1",
|
||||
"installonly_limit": "3",
|
||||
"skip_if_unavailable": "True"
|
||||
}
|
||||
}
|
||||
},
|
||||
"dracut": {
|
||||
"/usr/lib/dracut/dracut.conf.d": {
|
||||
"01-dist.conf": {
|
||||
|
|
@ -10547,6 +10558,50 @@
|
|||
"systemd-userdbd.socket",
|
||||
"unbound-anchor.timer"
|
||||
],
|
||||
"ssh_config": {
|
||||
"/etc/ssh": {
|
||||
"ssh_config": [
|
||||
"Include /etc/ssh/ssh_config.d/*.conf"
|
||||
]
|
||||
},
|
||||
"/etc/ssh/ssh_config.d": {
|
||||
"50-redhat.conf": [
|
||||
"Match final all",
|
||||
"Include /etc/crypto-policies/back-ends/openssh.config",
|
||||
"GSSAPIAuthentication yes",
|
||||
"ForwardX11Trusted yes",
|
||||
"SendEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"SendEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"SendEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"SendEnv XMODIFIERS"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sshd_config": {
|
||||
"/etc/ssh": {
|
||||
"sshd_config": [
|
||||
"Include /etc/ssh/sshd_config.d/*.conf",
|
||||
"AuthorizedKeysFile\t.ssh/authorized_keys",
|
||||
"Subsystem\tsftp\t/usr/libexec/openssh/sftp-server"
|
||||
]
|
||||
},
|
||||
"/etc/ssh/sshd_config.d": {
|
||||
"50-redhat.conf": [
|
||||
"Include /etc/crypto-policies/back-ends/opensshserver.config",
|
||||
"SyslogFacility AUTHPRIV",
|
||||
"ChallengeResponseAuthentication no",
|
||||
"GSSAPIAuthentication yes",
|
||||
"GSSAPICleanupCredentials no",
|
||||
"UsePAM yes",
|
||||
"X11Forwarding yes",
|
||||
"PrintMotd no",
|
||||
"AcceptEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"AcceptEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"AcceptEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"AcceptEnv XMODIFIERS"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sudoers": {
|
||||
"/etc/sudoers": [
|
||||
"Defaults !visiblepw",
|
||||
|
|
@ -10796,6 +10851,250 @@
|
|||
"r! /tmp/.X[0-9]*-lock"
|
||||
]
|
||||
}
|
||||
},
|
||||
"yum_repos": {
|
||||
"/etc/yum.repos.d": {
|
||||
"fedora-cisco-openh264.repo": {
|
||||
"fedora-cisco-openh264": {
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "14d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-cisco-openh264-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever openh264 (From Cisco) - $basearch",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "True",
|
||||
"type": "rpm"
|
||||
},
|
||||
"fedora-cisco-openh264-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "14d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-cisco-openh264-debug-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever openh264 (From Cisco) - $basearch - Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "True",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora-modular.repo": {
|
||||
"fedora-modular": {
|
||||
"countme": "1",
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-modular-$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"fedora-modular-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-modular-debug-$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch - Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"fedora-modular-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-modular-source-$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora-updates-modular.repo": {
|
||||
"updates-modular": {
|
||||
"countme": "1",
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-modular-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch - Updates",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-modular-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-modular-debug-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch - Updates - Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-modular-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-modular-source-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - Updates Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora-updates-testing-modular.repo": {
|
||||
"updates-testing-modular": {
|
||||
"countme": "1",
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-modular-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch - Test Updates",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-testing-modular-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-modular-debug-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - $basearch - Test Updates Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-testing-modular-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-modular-source-f$releasever&arch=$basearch",
|
||||
"name": "Fedora Modular $releasever - Test Updates Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora-updates-testing.repo": {
|
||||
"updates-testing": {
|
||||
"countme": "1",
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Test Updates",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-testing-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-debug-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Test Updates Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-testing-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-testing-source-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - Test Updates Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora-updates.repo": {
|
||||
"updates": {
|
||||
"countme": "1",
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Updates",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-debug-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Updates - Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"updates-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "6h",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-source-f$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - Updates Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
},
|
||||
"fedora.repo": {
|
||||
"fedora": {
|
||||
"countme": "1",
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"fedora-debuginfo": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-debug-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - $basearch - Debug",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
},
|
||||
"fedora-source": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch",
|
||||
"metadata_expire": "7d",
|
||||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-source-$releasever&arch=$basearch",
|
||||
"name": "Fedora $releasever - Source",
|
||||
"repo_gpgcheck": "0",
|
||||
"skip_if_unavailable": "False",
|
||||
"type": "rpm"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -8621,6 +8621,17 @@
|
|||
}
|
||||
},
|
||||
"default-target": "multi-user.target",
|
||||
"dnf": {
|
||||
"dnf.conf": {
|
||||
"main": {
|
||||
"best": "True",
|
||||
"clean_requirements_on_remove": "True",
|
||||
"gpgcheck": "1",
|
||||
"installonly_limit": "3",
|
||||
"skip_if_unavailable": "False"
|
||||
}
|
||||
}
|
||||
},
|
||||
"dracut": {
|
||||
"/usr/lib/dracut/dracut.conf.d": {
|
||||
"01-dist.conf": {
|
||||
|
|
@ -9134,25 +9145,25 @@
|
|||
"partition-table": "gpt",
|
||||
"partition-table-id": "8DFDFF87-C96E-EA48-A3A6-9408F1F6B1EF",
|
||||
"partitions": [
|
||||
{
|
||||
"bootable": false,
|
||||
"fstype": "vfat",
|
||||
"label": "EFI\\ System",
|
||||
"partuuid": "1DE333BA-33A7-D147-9B27-C87268BA36B9",
|
||||
"size": 498073600,
|
||||
"start": 1048576,
|
||||
"type": "C12A7328-F81F-11D2-BA4B-00A0C93EC93B",
|
||||
"uuid": "46BB-8120"
|
||||
},
|
||||
{
|
||||
"bootable": false,
|
||||
"fstype": "xfs",
|
||||
"label": null,
|
||||
"partuuid": "61F6795F-CFE6-0A4A-8F75-4F48244B5E38",
|
||||
"partuuid": "7CEC5879-020E-9F4B-A44D-928D0A8BAAEE",
|
||||
"size": 5942263296,
|
||||
"start": 500170752,
|
||||
"type": "0FC63DAF-8483-4772-8E79-3D69D8477DE4",
|
||||
"uuid": "0bd700f8-090f-4556-b797-b340297ea1bd"
|
||||
},
|
||||
{
|
||||
"bootable": false,
|
||||
"fstype": "vfat",
|
||||
"label": "EFI\\ System",
|
||||
"partuuid": "EB0B4FC0-0920-FB49-94B1-8D41B171E1CA",
|
||||
"size": 498073600,
|
||||
"start": 1048576,
|
||||
"type": "C12A7328-F81F-11D2-BA4B-00A0C93EC93B",
|
||||
"uuid": "46BB-8120"
|
||||
}
|
||||
],
|
||||
"passwd": [
|
||||
|
|
@ -9320,6 +9331,49 @@
|
|||
"tuned.service",
|
||||
"unbound-anchor.timer"
|
||||
],
|
||||
"ssh_config": {
|
||||
"/etc/ssh": {
|
||||
"ssh_config": [
|
||||
"Include /etc/ssh/ssh_config.d/*.conf"
|
||||
]
|
||||
},
|
||||
"/etc/ssh/ssh_config.d": {
|
||||
"05-redhat.conf": [
|
||||
"Match final all",
|
||||
"Include /etc/crypto-policies/back-ends/openssh.config",
|
||||
"GSSAPIAuthentication yes",
|
||||
"ForwardX11Trusted yes",
|
||||
"SendEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"SendEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"SendEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"SendEnv XMODIFIERS"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sshd_config": {
|
||||
"/etc/ssh": {
|
||||
"sshd_config": [
|
||||
"HostKey /etc/ssh/ssh_host_rsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ecdsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ed25519_key",
|
||||
"SyslogFacility AUTHPRIV",
|
||||
"PermitRootLogin yes",
|
||||
"AuthorizedKeysFile\t.ssh/authorized_keys",
|
||||
"PasswordAuthentication yes",
|
||||
"ChallengeResponseAuthentication no",
|
||||
"GSSAPIAuthentication yes",
|
||||
"GSSAPICleanupCredentials no",
|
||||
"UsePAM yes",
|
||||
"X11Forwarding yes",
|
||||
"PrintMotd no",
|
||||
"AcceptEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"AcceptEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"AcceptEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"AcceptEnv XMODIFIERS",
|
||||
"Subsystem\tsftp\t/usr/libexec/openssh/sftp-server"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sudoers": {
|
||||
"/etc/sudoers": [
|
||||
"Defaults !visiblepw",
|
||||
|
|
|
|||
|
|
@ -9177,6 +9177,17 @@
|
|||
}
|
||||
},
|
||||
"default-target": "graphical.target",
|
||||
"dnf": {
|
||||
"dnf.conf": {
|
||||
"main": {
|
||||
"best": "True",
|
||||
"clean_requirements_on_remove": "True",
|
||||
"gpgcheck": "1",
|
||||
"installonly_limit": "3",
|
||||
"skip_if_unavailable": "False"
|
||||
}
|
||||
}
|
||||
},
|
||||
"dracut": {
|
||||
"/usr/lib/dracut/dracut.conf.d": {
|
||||
"01-dist.conf": {
|
||||
|
|
@ -9736,7 +9747,7 @@
|
|||
"bootable": false,
|
||||
"fstype": "xfs",
|
||||
"label": null,
|
||||
"partuuid": "05A59C6D-FC02-AC42-A5C8-D3E64E563E4E",
|
||||
"partuuid": "A6240362-CE77-EB45-8F4E-9280C6357EE1",
|
||||
"size": 3794779648,
|
||||
"start": 500170752,
|
||||
"type": "0FC63DAF-8483-4772-8E79-3D69D8477DE4",
|
||||
|
|
@ -9746,7 +9757,7 @@
|
|||
"bootable": false,
|
||||
"fstype": "vfat",
|
||||
"label": "EFI\\ System",
|
||||
"partuuid": "EC12F3B2-5136-3043-8AF1-A5E0AF10E33B",
|
||||
"partuuid": "E983D456-8F48-964F-9AEC-E51120DE1F70",
|
||||
"size": 498073600,
|
||||
"start": 1048576,
|
||||
"type": "C12A7328-F81F-11D2-BA4B-00A0C93EC93B",
|
||||
|
|
@ -9922,6 +9933,49 @@
|
|||
"tuned.service",
|
||||
"unbound-anchor.timer"
|
||||
],
|
||||
"ssh_config": {
|
||||
"/etc/ssh": {
|
||||
"ssh_config": [
|
||||
"Include /etc/ssh/ssh_config.d/*.conf"
|
||||
]
|
||||
},
|
||||
"/etc/ssh/ssh_config.d": {
|
||||
"05-redhat.conf": [
|
||||
"Match final all",
|
||||
"Include /etc/crypto-policies/back-ends/openssh.config",
|
||||
"GSSAPIAuthentication yes",
|
||||
"ForwardX11Trusted yes",
|
||||
"SendEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"SendEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"SendEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"SendEnv XMODIFIERS"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sshd_config": {
|
||||
"/etc/ssh": {
|
||||
"sshd_config": [
|
||||
"HostKey /etc/ssh/ssh_host_rsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ecdsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ed25519_key",
|
||||
"SyslogFacility AUTHPRIV",
|
||||
"PermitRootLogin yes",
|
||||
"AuthorizedKeysFile\t.ssh/authorized_keys",
|
||||
"PasswordAuthentication yes",
|
||||
"ChallengeResponseAuthentication no",
|
||||
"GSSAPIAuthentication yes",
|
||||
"GSSAPICleanupCredentials no",
|
||||
"UsePAM yes",
|
||||
"X11Forwarding yes",
|
||||
"PrintMotd no",
|
||||
"AcceptEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"AcceptEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"AcceptEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"AcceptEnv XMODIFIERS",
|
||||
"Subsystem\tsftp\t/usr/libexec/openssh/sftp-server"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sudoers": {
|
||||
"/etc/sudoers": [
|
||||
"Defaults !visiblepw",
|
||||
|
|
|
|||
|
|
@ -9639,6 +9639,17 @@
|
|||
}
|
||||
},
|
||||
"default-target": "graphical.target",
|
||||
"dnf": {
|
||||
"dnf.conf": {
|
||||
"main": {
|
||||
"best": "True",
|
||||
"clean_requirements_on_remove": "True",
|
||||
"gpgcheck": "1",
|
||||
"installonly_limit": "3",
|
||||
"skip_if_unavailable": "False"
|
||||
}
|
||||
}
|
||||
},
|
||||
"dracut": {
|
||||
"/usr/lib/dracut/dracut.conf.d": {
|
||||
"01-dist.conf": {
|
||||
|
|
@ -10230,7 +10241,7 @@
|
|||
"bootable": false,
|
||||
"fstype": "vfat",
|
||||
"label": "EFI\\ System",
|
||||
"partuuid": "24057256-3BD7-2746-98C8-C1DACD7D1E7A",
|
||||
"partuuid": "26279506-8D85-534C-B2D3-051E3FE19E1A",
|
||||
"size": 498073600,
|
||||
"start": 1048576,
|
||||
"type": "C12A7328-F81F-11D2-BA4B-00A0C93EC93B",
|
||||
|
|
@ -10240,7 +10251,7 @@
|
|||
"bootable": false,
|
||||
"fstype": "xfs",
|
||||
"label": null,
|
||||
"partuuid": "D7E7C8A2-E6A5-D246-A4F9-643ED968F48C",
|
||||
"partuuid": "468A705D-7634-B040-9F79-1A976E043FEF",
|
||||
"size": 3794779648,
|
||||
"start": 500170752,
|
||||
"type": "0FC63DAF-8483-4772-8E79-3D69D8477DE4",
|
||||
|
|
@ -10431,6 +10442,49 @@
|
|||
"tuned.service",
|
||||
"unbound-anchor.timer"
|
||||
],
|
||||
"ssh_config": {
|
||||
"/etc/ssh": {
|
||||
"ssh_config": [
|
||||
"Include /etc/ssh/ssh_config.d/*.conf"
|
||||
]
|
||||
},
|
||||
"/etc/ssh/ssh_config.d": {
|
||||
"05-redhat.conf": [
|
||||
"Match final all",
|
||||
"Include /etc/crypto-policies/back-ends/openssh.config",
|
||||
"GSSAPIAuthentication yes",
|
||||
"ForwardX11Trusted yes",
|
||||
"SendEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"SendEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"SendEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"SendEnv XMODIFIERS"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sshd_config": {
|
||||
"/etc/ssh": {
|
||||
"sshd_config": [
|
||||
"HostKey /etc/ssh/ssh_host_rsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ecdsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ed25519_key",
|
||||
"SyslogFacility AUTHPRIV",
|
||||
"PermitRootLogin yes",
|
||||
"AuthorizedKeysFile\t.ssh/authorized_keys",
|
||||
"PasswordAuthentication yes",
|
||||
"ChallengeResponseAuthentication no",
|
||||
"GSSAPIAuthentication yes",
|
||||
"GSSAPICleanupCredentials no",
|
||||
"UsePAM yes",
|
||||
"X11Forwarding yes",
|
||||
"PrintMotd no",
|
||||
"AcceptEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"AcceptEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"AcceptEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"AcceptEnv XMODIFIERS",
|
||||
"Subsystem\tsftp\t/usr/libexec/openssh/sftp-server"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sudoers": {
|
||||
"/etc/sudoers": [
|
||||
"Defaults !visiblepw",
|
||||
|
|
|
|||
|
|
@ -9761,6 +9761,17 @@
|
|||
}
|
||||
},
|
||||
"default-target": "graphical.target",
|
||||
"dnf": {
|
||||
"dnf.conf": {
|
||||
"main": {
|
||||
"best": "True",
|
||||
"clean_requirements_on_remove": "True",
|
||||
"gpgcheck": "1",
|
||||
"installonly_limit": "3",
|
||||
"skip_if_unavailable": "False"
|
||||
}
|
||||
}
|
||||
},
|
||||
"dracut": {
|
||||
"/usr/lib/dracut/dracut.conf.d": {
|
||||
"01-dist.conf": {
|
||||
|
|
@ -10356,25 +10367,25 @@
|
|||
"partition-table": "gpt",
|
||||
"partition-table-id": "8DFDFF87-C96E-EA48-A3A6-9408F1F6B1EF",
|
||||
"partitions": [
|
||||
{
|
||||
"bootable": false,
|
||||
"fstype": "xfs",
|
||||
"label": null,
|
||||
"partuuid": "37B1B6A9-7E1E-6F47-BDE9-B4D13190CC43",
|
||||
"size": 3794779648,
|
||||
"start": 500170752,
|
||||
"type": "0FC63DAF-8483-4772-8E79-3D69D8477DE4",
|
||||
"uuid": "0bd700f8-090f-4556-b797-b340297ea1bd"
|
||||
},
|
||||
{
|
||||
"bootable": false,
|
||||
"fstype": "vfat",
|
||||
"label": "EFI\\ System",
|
||||
"partuuid": "F1BDCC59-A510-D545-B801-F97EA792CF16",
|
||||
"partuuid": "0566FDB8-5C6B-4D4E-B9AD-354D05CE1A95",
|
||||
"size": 498073600,
|
||||
"start": 1048576,
|
||||
"type": "C12A7328-F81F-11D2-BA4B-00A0C93EC93B",
|
||||
"uuid": "46BB-8120"
|
||||
},
|
||||
{
|
||||
"bootable": false,
|
||||
"fstype": "xfs",
|
||||
"label": null,
|
||||
"partuuid": "D2795D04-7480-AA46-8A32-26B11C45BE39",
|
||||
"size": 3794779648,
|
||||
"start": 500170752,
|
||||
"type": "0FC63DAF-8483-4772-8E79-3D69D8477DE4",
|
||||
"uuid": "0bd700f8-090f-4556-b797-b340297ea1bd"
|
||||
}
|
||||
],
|
||||
"passwd": [
|
||||
|
|
@ -10563,6 +10574,49 @@
|
|||
"tuned.service",
|
||||
"unbound-anchor.timer"
|
||||
],
|
||||
"ssh_config": {
|
||||
"/etc/ssh": {
|
||||
"ssh_config": [
|
||||
"Include /etc/ssh/ssh_config.d/*.conf"
|
||||
]
|
||||
},
|
||||
"/etc/ssh/ssh_config.d": {
|
||||
"05-redhat.conf": [
|
||||
"Match final all",
|
||||
"Include /etc/crypto-policies/back-ends/openssh.config",
|
||||
"GSSAPIAuthentication yes",
|
||||
"ForwardX11Trusted yes",
|
||||
"SendEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"SendEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"SendEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"SendEnv XMODIFIERS"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sshd_config": {
|
||||
"/etc/ssh": {
|
||||
"sshd_config": [
|
||||
"HostKey /etc/ssh/ssh_host_rsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ecdsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ed25519_key",
|
||||
"SyslogFacility AUTHPRIV",
|
||||
"PermitRootLogin yes",
|
||||
"AuthorizedKeysFile\t.ssh/authorized_keys",
|
||||
"PasswordAuthentication yes",
|
||||
"ChallengeResponseAuthentication no",
|
||||
"GSSAPIAuthentication yes",
|
||||
"GSSAPICleanupCredentials no",
|
||||
"UsePAM yes",
|
||||
"X11Forwarding yes",
|
||||
"PrintMotd no",
|
||||
"AcceptEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"AcceptEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"AcceptEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"AcceptEnv XMODIFIERS",
|
||||
"Subsystem\tsftp\t/usr/libexec/openssh/sftp-server"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sudoers": {
|
||||
"/etc/sudoers": [
|
||||
"Defaults !visiblepw",
|
||||
|
|
|
|||
|
|
@ -8824,6 +8824,49 @@
|
|||
"sshd.service",
|
||||
"timedatex.service"
|
||||
],
|
||||
"ssh_config": {
|
||||
"/etc/ssh": {
|
||||
"ssh_config": [
|
||||
"Include /etc/ssh/ssh_config.d/*.conf"
|
||||
]
|
||||
},
|
||||
"/etc/ssh/ssh_config.d": {
|
||||
"05-redhat.conf": [
|
||||
"Match final all",
|
||||
"Include /etc/crypto-policies/back-ends/openssh.config",
|
||||
"GSSAPIAuthentication yes",
|
||||
"ForwardX11Trusted yes",
|
||||
"SendEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"SendEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"SendEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"SendEnv XMODIFIERS"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sshd_config": {
|
||||
"/etc/ssh": {
|
||||
"sshd_config": [
|
||||
"HostKey /etc/ssh/ssh_host_rsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ecdsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ed25519_key",
|
||||
"SyslogFacility AUTHPRIV",
|
||||
"PermitRootLogin yes",
|
||||
"AuthorizedKeysFile\t.ssh/authorized_keys",
|
||||
"PasswordAuthentication yes",
|
||||
"ChallengeResponseAuthentication no",
|
||||
"GSSAPIAuthentication yes",
|
||||
"GSSAPICleanupCredentials no",
|
||||
"UsePAM yes",
|
||||
"X11Forwarding yes",
|
||||
"PrintMotd no",
|
||||
"AcceptEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"AcceptEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"AcceptEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"AcceptEnv XMODIFIERS",
|
||||
"Subsystem\tsftp\t/usr/libexec/openssh/sftp-server"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sudoers": {
|
||||
"/etc/sudoers": [
|
||||
"Defaults !visiblepw",
|
||||
|
|
|
|||
|
|
@ -5757,6 +5757,30 @@
|
|||
"selinux-autorelabel-mark.service",
|
||||
"sshd.service"
|
||||
],
|
||||
"sshd_config": {
|
||||
"/etc/ssh": {
|
||||
"sshd_config": [
|
||||
"HostKey /etc/ssh/ssh_host_rsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ecdsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ed25519_key",
|
||||
"SyslogFacility AUTHPRIV",
|
||||
"PermitRootLogin yes",
|
||||
"AuthorizedKeysFile\t.ssh/authorized_keys",
|
||||
"PasswordAuthentication yes",
|
||||
"ChallengeResponseAuthentication no",
|
||||
"GSSAPIAuthentication yes",
|
||||
"GSSAPICleanupCredentials no",
|
||||
"UsePAM yes",
|
||||
"X11Forwarding yes",
|
||||
"PrintMotd no",
|
||||
"AcceptEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"AcceptEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"AcceptEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"AcceptEnv XMODIFIERS",
|
||||
"Subsystem\tsftp\t/usr/libexec/openssh/sftp-server"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sysctl.d": {
|
||||
"/usr/lib/sysctl.d": {
|
||||
"10-default-yama-scope.conf": [
|
||||
|
|
|
|||
|
|
@ -10402,6 +10402,17 @@
|
|||
}
|
||||
},
|
||||
"default-target": "graphical.target",
|
||||
"dnf": {
|
||||
"dnf.conf": {
|
||||
"main": {
|
||||
"best": "True",
|
||||
"clean_requirements_on_remove": "True",
|
||||
"gpgcheck": "1",
|
||||
"installonly_limit": "3",
|
||||
"skip_if_unavailable": "False"
|
||||
}
|
||||
}
|
||||
},
|
||||
"dracut": {
|
||||
"/usr/lib/dracut/dracut.conf.d": {
|
||||
"01-dist.conf": {
|
||||
|
|
@ -11233,6 +11244,49 @@
|
|||
"tuned.service",
|
||||
"unbound-anchor.timer"
|
||||
],
|
||||
"ssh_config": {
|
||||
"/etc/ssh": {
|
||||
"ssh_config": [
|
||||
"Include /etc/ssh/ssh_config.d/*.conf"
|
||||
]
|
||||
},
|
||||
"/etc/ssh/ssh_config.d": {
|
||||
"05-redhat.conf": [
|
||||
"Match final all",
|
||||
"Include /etc/crypto-policies/back-ends/openssh.config",
|
||||
"GSSAPIAuthentication yes",
|
||||
"ForwardX11Trusted yes",
|
||||
"SendEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"SendEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"SendEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"SendEnv XMODIFIERS"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sshd_config": {
|
||||
"/etc/ssh": {
|
||||
"sshd_config": [
|
||||
"HostKey /etc/ssh/ssh_host_rsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ecdsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ed25519_key",
|
||||
"SyslogFacility AUTHPRIV",
|
||||
"PermitRootLogin yes",
|
||||
"AuthorizedKeysFile\t.ssh/authorized_keys",
|
||||
"PasswordAuthentication yes",
|
||||
"ChallengeResponseAuthentication no",
|
||||
"GSSAPIAuthentication yes",
|
||||
"GSSAPICleanupCredentials no",
|
||||
"UsePAM yes",
|
||||
"X11Forwarding yes",
|
||||
"PrintMotd no",
|
||||
"AcceptEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"AcceptEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"AcceptEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"AcceptEnv XMODIFIERS",
|
||||
"Subsystem\tsftp\t/usr/libexec/openssh/sftp-server"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sudoers": {
|
||||
"/etc/sudoers": [
|
||||
"Defaults !visiblepw",
|
||||
|
|
|
|||
|
|
@ -10524,6 +10524,17 @@
|
|||
}
|
||||
},
|
||||
"default-target": "graphical.target",
|
||||
"dnf": {
|
||||
"dnf.conf": {
|
||||
"main": {
|
||||
"best": "True",
|
||||
"clean_requirements_on_remove": "True",
|
||||
"gpgcheck": "1",
|
||||
"installonly_limit": "3",
|
||||
"skip_if_unavailable": "False"
|
||||
}
|
||||
}
|
||||
},
|
||||
"dracut": {
|
||||
"/usr/lib/dracut/dracut.conf.d": {
|
||||
"01-dist.conf": {
|
||||
|
|
@ -11365,6 +11376,49 @@
|
|||
"tuned.service",
|
||||
"unbound-anchor.timer"
|
||||
],
|
||||
"ssh_config": {
|
||||
"/etc/ssh": {
|
||||
"ssh_config": [
|
||||
"Include /etc/ssh/ssh_config.d/*.conf"
|
||||
]
|
||||
},
|
||||
"/etc/ssh/ssh_config.d": {
|
||||
"05-redhat.conf": [
|
||||
"Match final all",
|
||||
"Include /etc/crypto-policies/back-ends/openssh.config",
|
||||
"GSSAPIAuthentication yes",
|
||||
"ForwardX11Trusted yes",
|
||||
"SendEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"SendEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"SendEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"SendEnv XMODIFIERS"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sshd_config": {
|
||||
"/etc/ssh": {
|
||||
"sshd_config": [
|
||||
"HostKey /etc/ssh/ssh_host_rsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ecdsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ed25519_key",
|
||||
"SyslogFacility AUTHPRIV",
|
||||
"PermitRootLogin yes",
|
||||
"AuthorizedKeysFile\t.ssh/authorized_keys",
|
||||
"PasswordAuthentication yes",
|
||||
"ChallengeResponseAuthentication no",
|
||||
"GSSAPIAuthentication yes",
|
||||
"GSSAPICleanupCredentials no",
|
||||
"UsePAM yes",
|
||||
"X11Forwarding yes",
|
||||
"PrintMotd no",
|
||||
"AcceptEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"AcceptEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"AcceptEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"AcceptEnv XMODIFIERS",
|
||||
"Subsystem\tsftp\t/usr/libexec/openssh/sftp-server"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sudoers": {
|
||||
"/etc/sudoers": [
|
||||
"Defaults !visiblepw",
|
||||
|
|
|
|||
|
|
@ -5860,6 +5860,30 @@
|
|||
"selinux-autorelabel-mark.service",
|
||||
"sshd.service"
|
||||
],
|
||||
"sshd_config": {
|
||||
"/etc/ssh": {
|
||||
"sshd_config": [
|
||||
"HostKey /etc/ssh/ssh_host_rsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ecdsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ed25519_key",
|
||||
"SyslogFacility AUTHPRIV",
|
||||
"PermitRootLogin yes",
|
||||
"AuthorizedKeysFile\t.ssh/authorized_keys",
|
||||
"PasswordAuthentication yes",
|
||||
"ChallengeResponseAuthentication no",
|
||||
"GSSAPIAuthentication yes",
|
||||
"GSSAPICleanupCredentials no",
|
||||
"UsePAM yes",
|
||||
"X11Forwarding yes",
|
||||
"PrintMotd no",
|
||||
"AcceptEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"AcceptEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"AcceptEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"AcceptEnv XMODIFIERS",
|
||||
"Subsystem\tsftp\t/usr/libexec/openssh/sftp-server"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sysctl.d": {
|
||||
"/usr/lib/sysctl.d": {
|
||||
"10-default-yama-scope.conf": [
|
||||
|
|
|
|||
|
|
@ -10256,6 +10256,17 @@
|
|||
}
|
||||
},
|
||||
"default-target": "graphical.target",
|
||||
"dnf": {
|
||||
"dnf.conf": {
|
||||
"main": {
|
||||
"best": "True",
|
||||
"clean_requirements_on_remove": "True",
|
||||
"gpgcheck": "1",
|
||||
"installonly_limit": "3",
|
||||
"skip_if_unavailable": "False"
|
||||
}
|
||||
}
|
||||
},
|
||||
"dracut": {
|
||||
"/usr/lib/dracut/dracut.conf.d": {
|
||||
"01-dist.conf": {
|
||||
|
|
@ -11060,6 +11071,49 @@
|
|||
"tuned.service",
|
||||
"unbound-anchor.timer"
|
||||
],
|
||||
"ssh_config": {
|
||||
"/etc/ssh": {
|
||||
"ssh_config": [
|
||||
"Include /etc/ssh/ssh_config.d/*.conf"
|
||||
]
|
||||
},
|
||||
"/etc/ssh/ssh_config.d": {
|
||||
"05-redhat.conf": [
|
||||
"Match final all",
|
||||
"Include /etc/crypto-policies/back-ends/openssh.config",
|
||||
"GSSAPIAuthentication yes",
|
||||
"ForwardX11Trusted yes",
|
||||
"SendEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"SendEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"SendEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"SendEnv XMODIFIERS"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sshd_config": {
|
||||
"/etc/ssh": {
|
||||
"sshd_config": [
|
||||
"HostKey /etc/ssh/ssh_host_rsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ecdsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ed25519_key",
|
||||
"SyslogFacility AUTHPRIV",
|
||||
"PermitRootLogin yes",
|
||||
"AuthorizedKeysFile\t.ssh/authorized_keys",
|
||||
"PasswordAuthentication yes",
|
||||
"ChallengeResponseAuthentication no",
|
||||
"GSSAPIAuthentication yes",
|
||||
"GSSAPICleanupCredentials no",
|
||||
"UsePAM yes",
|
||||
"X11Forwarding yes",
|
||||
"PrintMotd no",
|
||||
"AcceptEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"AcceptEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"AcceptEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"AcceptEnv XMODIFIERS",
|
||||
"Subsystem\tsftp\t/usr/libexec/openssh/sftp-server"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sudoers": {
|
||||
"/etc/sudoers": [
|
||||
"Defaults !visiblepw",
|
||||
|
|
|
|||
|
|
@ -10378,6 +10378,17 @@
|
|||
}
|
||||
},
|
||||
"default-target": "graphical.target",
|
||||
"dnf": {
|
||||
"dnf.conf": {
|
||||
"main": {
|
||||
"best": "True",
|
||||
"clean_requirements_on_remove": "True",
|
||||
"gpgcheck": "1",
|
||||
"installonly_limit": "3",
|
||||
"skip_if_unavailable": "False"
|
||||
}
|
||||
}
|
||||
},
|
||||
"dracut": {
|
||||
"/usr/lib/dracut/dracut.conf.d": {
|
||||
"01-dist.conf": {
|
||||
|
|
@ -11192,6 +11203,49 @@
|
|||
"tuned.service",
|
||||
"unbound-anchor.timer"
|
||||
],
|
||||
"ssh_config": {
|
||||
"/etc/ssh": {
|
||||
"ssh_config": [
|
||||
"Include /etc/ssh/ssh_config.d/*.conf"
|
||||
]
|
||||
},
|
||||
"/etc/ssh/ssh_config.d": {
|
||||
"05-redhat.conf": [
|
||||
"Match final all",
|
||||
"Include /etc/crypto-policies/back-ends/openssh.config",
|
||||
"GSSAPIAuthentication yes",
|
||||
"ForwardX11Trusted yes",
|
||||
"SendEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"SendEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"SendEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"SendEnv XMODIFIERS"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sshd_config": {
|
||||
"/etc/ssh": {
|
||||
"sshd_config": [
|
||||
"HostKey /etc/ssh/ssh_host_rsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ecdsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ed25519_key",
|
||||
"SyslogFacility AUTHPRIV",
|
||||
"PermitRootLogin yes",
|
||||
"AuthorizedKeysFile\t.ssh/authorized_keys",
|
||||
"PasswordAuthentication yes",
|
||||
"ChallengeResponseAuthentication no",
|
||||
"GSSAPIAuthentication yes",
|
||||
"GSSAPICleanupCredentials no",
|
||||
"UsePAM yes",
|
||||
"X11Forwarding yes",
|
||||
"PrintMotd no",
|
||||
"AcceptEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"AcceptEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"AcceptEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"AcceptEnv XMODIFIERS",
|
||||
"Subsystem\tsftp\t/usr/libexec/openssh/sftp-server"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sudoers": {
|
||||
"/etc/sudoers": [
|
||||
"Defaults !visiblepw",
|
||||
|
|
|
|||
|
|
@ -6670,6 +6670,30 @@
|
|||
"selinux-autorelabel-mark.service",
|
||||
"sshd.service"
|
||||
],
|
||||
"sshd_config": {
|
||||
"/etc/ssh": {
|
||||
"sshd_config": [
|
||||
"HostKey /etc/ssh/ssh_host_rsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ecdsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ed25519_key",
|
||||
"SyslogFacility AUTHPRIV",
|
||||
"PermitRootLogin yes",
|
||||
"AuthorizedKeysFile\t.ssh/authorized_keys",
|
||||
"PasswordAuthentication yes",
|
||||
"ChallengeResponseAuthentication no",
|
||||
"GSSAPIAuthentication yes",
|
||||
"GSSAPICleanupCredentials no",
|
||||
"UsePAM yes",
|
||||
"X11Forwarding yes",
|
||||
"PrintMotd no",
|
||||
"AcceptEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"AcceptEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"AcceptEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"AcceptEnv XMODIFIERS",
|
||||
"Subsystem\tsftp\t/usr/libexec/openssh/sftp-server"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sysctl.d": {
|
||||
"/usr/lib/sysctl.d": {
|
||||
"10-default-yama-scope.conf": [
|
||||
|
|
|
|||
|
|
@ -8617,6 +8617,17 @@
|
|||
}
|
||||
},
|
||||
"default-target": "multi-user.target",
|
||||
"dnf": {
|
||||
"dnf.conf": {
|
||||
"main": {
|
||||
"best": "True",
|
||||
"clean_requirements_on_remove": "True",
|
||||
"gpgcheck": "1",
|
||||
"installonly_limit": "3",
|
||||
"skip_if_unavailable": "False"
|
||||
}
|
||||
}
|
||||
},
|
||||
"dracut": {
|
||||
"/usr/lib/dracut/dracut.conf.d": {
|
||||
"01-dist.conf": {
|
||||
|
|
@ -9297,6 +9308,49 @@
|
|||
"tuned.service",
|
||||
"unbound-anchor.timer"
|
||||
],
|
||||
"ssh_config": {
|
||||
"/etc/ssh": {
|
||||
"ssh_config": [
|
||||
"Include /etc/ssh/ssh_config.d/*.conf"
|
||||
]
|
||||
},
|
||||
"/etc/ssh/ssh_config.d": {
|
||||
"05-redhat.conf": [
|
||||
"Match final all",
|
||||
"Include /etc/crypto-policies/back-ends/openssh.config",
|
||||
"GSSAPIAuthentication yes",
|
||||
"ForwardX11Trusted yes",
|
||||
"SendEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"SendEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"SendEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"SendEnv XMODIFIERS"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sshd_config": {
|
||||
"/etc/ssh": {
|
||||
"sshd_config": [
|
||||
"HostKey /etc/ssh/ssh_host_rsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ecdsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ed25519_key",
|
||||
"SyslogFacility AUTHPRIV",
|
||||
"PermitRootLogin yes",
|
||||
"AuthorizedKeysFile\t.ssh/authorized_keys",
|
||||
"PasswordAuthentication yes",
|
||||
"ChallengeResponseAuthentication no",
|
||||
"GSSAPIAuthentication yes",
|
||||
"GSSAPICleanupCredentials no",
|
||||
"UsePAM yes",
|
||||
"X11Forwarding yes",
|
||||
"PrintMotd no",
|
||||
"AcceptEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"AcceptEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"AcceptEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"AcceptEnv XMODIFIERS",
|
||||
"Subsystem\tsftp\t/usr/libexec/openssh/sftp-server"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sudoers": {
|
||||
"/etc/sudoers": [
|
||||
"Defaults !visiblepw",
|
||||
|
|
|
|||
|
|
@ -9188,6 +9188,17 @@
|
|||
}
|
||||
},
|
||||
"default-target": "graphical.target",
|
||||
"dnf": {
|
||||
"dnf.conf": {
|
||||
"main": {
|
||||
"best": "True",
|
||||
"clean_requirements_on_remove": "True",
|
||||
"gpgcheck": "1",
|
||||
"installonly_limit": "3",
|
||||
"skip_if_unavailable": "False"
|
||||
}
|
||||
}
|
||||
},
|
||||
"dracut": {
|
||||
"/usr/lib/dracut/dracut.conf.d": {
|
||||
"01-dist.conf": {
|
||||
|
|
@ -9915,6 +9926,49 @@
|
|||
"tuned.service",
|
||||
"unbound-anchor.timer"
|
||||
],
|
||||
"ssh_config": {
|
||||
"/etc/ssh": {
|
||||
"ssh_config": [
|
||||
"Include /etc/ssh/ssh_config.d/*.conf"
|
||||
]
|
||||
},
|
||||
"/etc/ssh/ssh_config.d": {
|
||||
"05-redhat.conf": [
|
||||
"Match final all",
|
||||
"Include /etc/crypto-policies/back-ends/openssh.config",
|
||||
"GSSAPIAuthentication yes",
|
||||
"ForwardX11Trusted yes",
|
||||
"SendEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"SendEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"SendEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"SendEnv XMODIFIERS"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sshd_config": {
|
||||
"/etc/ssh": {
|
||||
"sshd_config": [
|
||||
"HostKey /etc/ssh/ssh_host_rsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ecdsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ed25519_key",
|
||||
"SyslogFacility AUTHPRIV",
|
||||
"PermitRootLogin yes",
|
||||
"AuthorizedKeysFile\t.ssh/authorized_keys",
|
||||
"PasswordAuthentication yes",
|
||||
"ChallengeResponseAuthentication no",
|
||||
"GSSAPIAuthentication yes",
|
||||
"GSSAPICleanupCredentials no",
|
||||
"UsePAM yes",
|
||||
"X11Forwarding yes",
|
||||
"PrintMotd no",
|
||||
"AcceptEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"AcceptEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"AcceptEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"AcceptEnv XMODIFIERS",
|
||||
"Subsystem\tsftp\t/usr/libexec/openssh/sftp-server"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sudoers": {
|
||||
"/etc/sudoers": [
|
||||
"Defaults !visiblepw",
|
||||
|
|
|
|||
|
|
@ -9620,6 +9620,17 @@
|
|||
}
|
||||
},
|
||||
"default-target": "graphical.target",
|
||||
"dnf": {
|
||||
"dnf.conf": {
|
||||
"main": {
|
||||
"best": "True",
|
||||
"clean_requirements_on_remove": "True",
|
||||
"gpgcheck": "1",
|
||||
"installonly_limit": "3",
|
||||
"skip_if_unavailable": "False"
|
||||
}
|
||||
}
|
||||
},
|
||||
"dracut": {
|
||||
"/usr/lib/dracut/dracut.conf.d": {
|
||||
"01-dist.conf": {
|
||||
|
|
@ -10392,6 +10403,49 @@
|
|||
"tuned.service",
|
||||
"unbound-anchor.timer"
|
||||
],
|
||||
"ssh_config": {
|
||||
"/etc/ssh": {
|
||||
"ssh_config": [
|
||||
"Include /etc/ssh/ssh_config.d/*.conf"
|
||||
]
|
||||
},
|
||||
"/etc/ssh/ssh_config.d": {
|
||||
"05-redhat.conf": [
|
||||
"Match final all",
|
||||
"Include /etc/crypto-policies/back-ends/openssh.config",
|
||||
"GSSAPIAuthentication yes",
|
||||
"ForwardX11Trusted yes",
|
||||
"SendEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"SendEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"SendEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"SendEnv XMODIFIERS"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sshd_config": {
|
||||
"/etc/ssh": {
|
||||
"sshd_config": [
|
||||
"HostKey /etc/ssh/ssh_host_rsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ecdsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ed25519_key",
|
||||
"SyslogFacility AUTHPRIV",
|
||||
"PermitRootLogin yes",
|
||||
"AuthorizedKeysFile\t.ssh/authorized_keys",
|
||||
"PasswordAuthentication yes",
|
||||
"ChallengeResponseAuthentication no",
|
||||
"GSSAPIAuthentication yes",
|
||||
"GSSAPICleanupCredentials no",
|
||||
"UsePAM yes",
|
||||
"X11Forwarding yes",
|
||||
"PrintMotd no",
|
||||
"AcceptEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"AcceptEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"AcceptEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"AcceptEnv XMODIFIERS",
|
||||
"Subsystem\tsftp\t/usr/libexec/openssh/sftp-server"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sudoers": {
|
||||
"/etc/sudoers": [
|
||||
"Defaults !visiblepw",
|
||||
|
|
|
|||
|
|
@ -9742,6 +9742,17 @@
|
|||
}
|
||||
},
|
||||
"default-target": "graphical.target",
|
||||
"dnf": {
|
||||
"dnf.conf": {
|
||||
"main": {
|
||||
"best": "True",
|
||||
"clean_requirements_on_remove": "True",
|
||||
"gpgcheck": "1",
|
||||
"installonly_limit": "3",
|
||||
"skip_if_unavailable": "False"
|
||||
}
|
||||
}
|
||||
},
|
||||
"dracut": {
|
||||
"/usr/lib/dracut/dracut.conf.d": {
|
||||
"01-dist.conf": {
|
||||
|
|
@ -10524,6 +10535,49 @@
|
|||
"tuned.service",
|
||||
"unbound-anchor.timer"
|
||||
],
|
||||
"ssh_config": {
|
||||
"/etc/ssh": {
|
||||
"ssh_config": [
|
||||
"Include /etc/ssh/ssh_config.d/*.conf"
|
||||
]
|
||||
},
|
||||
"/etc/ssh/ssh_config.d": {
|
||||
"05-redhat.conf": [
|
||||
"Match final all",
|
||||
"Include /etc/crypto-policies/back-ends/openssh.config",
|
||||
"GSSAPIAuthentication yes",
|
||||
"ForwardX11Trusted yes",
|
||||
"SendEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"SendEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"SendEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"SendEnv XMODIFIERS"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sshd_config": {
|
||||
"/etc/ssh": {
|
||||
"sshd_config": [
|
||||
"HostKey /etc/ssh/ssh_host_rsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ecdsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ed25519_key",
|
||||
"SyslogFacility AUTHPRIV",
|
||||
"PermitRootLogin yes",
|
||||
"AuthorizedKeysFile\t.ssh/authorized_keys",
|
||||
"PasswordAuthentication yes",
|
||||
"ChallengeResponseAuthentication no",
|
||||
"GSSAPIAuthentication yes",
|
||||
"GSSAPICleanupCredentials no",
|
||||
"UsePAM yes",
|
||||
"X11Forwarding yes",
|
||||
"PrintMotd no",
|
||||
"AcceptEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"AcceptEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"AcceptEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"AcceptEnv XMODIFIERS",
|
||||
"Subsystem\tsftp\t/usr/libexec/openssh/sftp-server"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sudoers": {
|
||||
"/etc/sudoers": [
|
||||
"Defaults !visiblepw",
|
||||
|
|
|
|||
|
|
@ -9138,6 +9138,49 @@
|
|||
"sshd.service",
|
||||
"timedatex.service"
|
||||
],
|
||||
"ssh_config": {
|
||||
"/etc/ssh": {
|
||||
"ssh_config": [
|
||||
"Include /etc/ssh/ssh_config.d/*.conf"
|
||||
]
|
||||
},
|
||||
"/etc/ssh/ssh_config.d": {
|
||||
"05-redhat.conf": [
|
||||
"Match final all",
|
||||
"Include /etc/crypto-policies/back-ends/openssh.config",
|
||||
"GSSAPIAuthentication yes",
|
||||
"ForwardX11Trusted yes",
|
||||
"SendEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"SendEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"SendEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"SendEnv XMODIFIERS"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sshd_config": {
|
||||
"/etc/ssh": {
|
||||
"sshd_config": [
|
||||
"HostKey /etc/ssh/ssh_host_rsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ecdsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ed25519_key",
|
||||
"SyslogFacility AUTHPRIV",
|
||||
"PermitRootLogin yes",
|
||||
"AuthorizedKeysFile\t.ssh/authorized_keys",
|
||||
"PasswordAuthentication yes",
|
||||
"ChallengeResponseAuthentication no",
|
||||
"GSSAPIAuthentication yes",
|
||||
"GSSAPICleanupCredentials no",
|
||||
"UsePAM yes",
|
||||
"X11Forwarding yes",
|
||||
"PrintMotd no",
|
||||
"AcceptEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"AcceptEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"AcceptEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"AcceptEnv XMODIFIERS",
|
||||
"Subsystem\tsftp\t/usr/libexec/openssh/sftp-server"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sudoers": {
|
||||
"/etc/sudoers": [
|
||||
"Defaults !visiblepw",
|
||||
|
|
|
|||
|
|
@ -9584,6 +9584,49 @@
|
|||
"timedatex.service",
|
||||
"tuned.service"
|
||||
],
|
||||
"ssh_config": {
|
||||
"/etc/ssh": {
|
||||
"ssh_config": [
|
||||
"Include /etc/ssh/ssh_config.d/*.conf"
|
||||
]
|
||||
},
|
||||
"/etc/ssh/ssh_config.d": {
|
||||
"05-redhat.conf": [
|
||||
"Match final all",
|
||||
"Include /etc/crypto-policies/back-ends/openssh.config",
|
||||
"GSSAPIAuthentication yes",
|
||||
"ForwardX11Trusted yes",
|
||||
"SendEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"SendEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"SendEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"SendEnv XMODIFIERS"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sshd_config": {
|
||||
"/etc/ssh": {
|
||||
"sshd_config": [
|
||||
"HostKey /etc/ssh/ssh_host_rsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ecdsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ed25519_key",
|
||||
"SyslogFacility AUTHPRIV",
|
||||
"PermitRootLogin yes",
|
||||
"AuthorizedKeysFile\t.ssh/authorized_keys",
|
||||
"PasswordAuthentication yes",
|
||||
"ChallengeResponseAuthentication no",
|
||||
"GSSAPIAuthentication yes",
|
||||
"GSSAPICleanupCredentials no",
|
||||
"UsePAM yes",
|
||||
"X11Forwarding yes",
|
||||
"PrintMotd no",
|
||||
"AcceptEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"AcceptEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"AcceptEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"AcceptEnv XMODIFIERS",
|
||||
"Subsystem\tsftp\t/usr/libexec/openssh/sftp-server"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sudoers": {
|
||||
"/etc/sudoers": [
|
||||
"Defaults !visiblepw",
|
||||
|
|
|
|||
|
|
@ -5832,6 +5832,30 @@
|
|||
"selinux-autorelabel-mark.service",
|
||||
"sshd.service"
|
||||
],
|
||||
"sshd_config": {
|
||||
"/etc/ssh": {
|
||||
"sshd_config": [
|
||||
"HostKey /etc/ssh/ssh_host_rsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ecdsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ed25519_key",
|
||||
"SyslogFacility AUTHPRIV",
|
||||
"PermitRootLogin yes",
|
||||
"AuthorizedKeysFile\t.ssh/authorized_keys",
|
||||
"PasswordAuthentication yes",
|
||||
"ChallengeResponseAuthentication no",
|
||||
"GSSAPIAuthentication yes",
|
||||
"GSSAPICleanupCredentials no",
|
||||
"UsePAM yes",
|
||||
"X11Forwarding yes",
|
||||
"PrintMotd no",
|
||||
"AcceptEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"AcceptEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"AcceptEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"AcceptEnv XMODIFIERS",
|
||||
"Subsystem\tsftp\t/usr/libexec/openssh/sftp-server"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sysctl.d": {
|
||||
"/usr/lib/sysctl.d": {
|
||||
"10-default-yama-scope.conf": [
|
||||
|
|
|
|||
|
|
@ -9137,6 +9137,17 @@
|
|||
}
|
||||
},
|
||||
"default-target": "multi-user.target",
|
||||
"dnf": {
|
||||
"dnf.conf": {
|
||||
"main": {
|
||||
"best": "True",
|
||||
"clean_requirements_on_remove": "True",
|
||||
"gpgcheck": "1",
|
||||
"installonly_limit": "3",
|
||||
"skip_if_unavailable": "False"
|
||||
}
|
||||
}
|
||||
},
|
||||
"dracut": {
|
||||
"/usr/lib/dracut/dracut.conf.d": {
|
||||
"01-dist.conf": {
|
||||
|
|
@ -9862,6 +9873,49 @@
|
|||
"unbound-anchor.timer",
|
||||
"waagent.service"
|
||||
],
|
||||
"ssh_config": {
|
||||
"/etc/ssh": {
|
||||
"ssh_config": [
|
||||
"Include /etc/ssh/ssh_config.d/*.conf"
|
||||
]
|
||||
},
|
||||
"/etc/ssh/ssh_config.d": {
|
||||
"05-redhat.conf": [
|
||||
"Match final all",
|
||||
"Include /etc/crypto-policies/back-ends/openssh.config",
|
||||
"GSSAPIAuthentication yes",
|
||||
"ForwardX11Trusted yes",
|
||||
"SendEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"SendEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"SendEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"SendEnv XMODIFIERS"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sshd_config": {
|
||||
"/etc/ssh": {
|
||||
"sshd_config": [
|
||||
"HostKey /etc/ssh/ssh_host_rsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ecdsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ed25519_key",
|
||||
"SyslogFacility AUTHPRIV",
|
||||
"PermitRootLogin yes",
|
||||
"AuthorizedKeysFile\t.ssh/authorized_keys",
|
||||
"PasswordAuthentication yes",
|
||||
"ChallengeResponseAuthentication no",
|
||||
"GSSAPIAuthentication yes",
|
||||
"GSSAPICleanupCredentials no",
|
||||
"UsePAM yes",
|
||||
"X11Forwarding yes",
|
||||
"PrintMotd no",
|
||||
"AcceptEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"AcceptEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"AcceptEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"AcceptEnv XMODIFIERS",
|
||||
"Subsystem\tsftp\t/usr/libexec/openssh/sftp-server"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sudoers": {
|
||||
"/etc/sudoers": [
|
||||
"Defaults !visiblepw",
|
||||
|
|
|
|||
|
|
@ -8636,6 +8636,17 @@
|
|||
]
|
||||
},
|
||||
"default-target": "graphical.target",
|
||||
"dnf": {
|
||||
"dnf.conf": {
|
||||
"main": {
|
||||
"best": "True",
|
||||
"clean_requirements_on_remove": "True",
|
||||
"gpgcheck": "1",
|
||||
"installonly_limit": "3",
|
||||
"skip_if_unavailable": "False"
|
||||
}
|
||||
}
|
||||
},
|
||||
"dracut": {
|
||||
"/usr/lib/dracut/dracut.conf.d": {
|
||||
"01-dist.conf": {
|
||||
|
|
@ -9334,6 +9345,49 @@
|
|||
"vgauthd.service",
|
||||
"vmtoolsd.service"
|
||||
],
|
||||
"ssh_config": {
|
||||
"/etc/ssh": {
|
||||
"ssh_config": [
|
||||
"Include /etc/ssh/ssh_config.d/*.conf"
|
||||
]
|
||||
},
|
||||
"/etc/ssh/ssh_config.d": {
|
||||
"05-redhat.conf": [
|
||||
"Match final all",
|
||||
"Include /etc/crypto-policies/back-ends/openssh.config",
|
||||
"GSSAPIAuthentication yes",
|
||||
"ForwardX11Trusted yes",
|
||||
"SendEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"SendEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"SendEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"SendEnv XMODIFIERS"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sshd_config": {
|
||||
"/etc/ssh": {
|
||||
"sshd_config": [
|
||||
"HostKey /etc/ssh/ssh_host_rsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ecdsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ed25519_key",
|
||||
"SyslogFacility AUTHPRIV",
|
||||
"PermitRootLogin yes",
|
||||
"AuthorizedKeysFile\t.ssh/authorized_keys",
|
||||
"PasswordAuthentication yes",
|
||||
"ChallengeResponseAuthentication no",
|
||||
"GSSAPIAuthentication yes",
|
||||
"GSSAPICleanupCredentials no",
|
||||
"UsePAM yes",
|
||||
"X11Forwarding yes",
|
||||
"PrintMotd no",
|
||||
"AcceptEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"AcceptEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"AcceptEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"AcceptEnv XMODIFIERS",
|
||||
"Subsystem\tsftp\t/usr/libexec/openssh/sftp-server"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sudoers": {
|
||||
"/etc/sudoers": [
|
||||
"Defaults !visiblepw",
|
||||
|
|
|
|||
|
|
@ -9241,6 +9241,17 @@
|
|||
}
|
||||
},
|
||||
"default-target": "multi-user.target",
|
||||
"dnf": {
|
||||
"dnf.conf": {
|
||||
"main": {
|
||||
"best": "True",
|
||||
"clean_requirements_on_remove": "True",
|
||||
"gpgcheck": "1",
|
||||
"installonly_limit": "3",
|
||||
"skip_if_unavailable": "False"
|
||||
}
|
||||
}
|
||||
},
|
||||
"dracut": {
|
||||
"/usr/lib/dracut/dracut.conf.d": {
|
||||
"01-dist.conf": {
|
||||
|
|
@ -9996,6 +10007,49 @@
|
|||
"udisks2.service",
|
||||
"unbound-anchor.timer"
|
||||
],
|
||||
"ssh_config": {
|
||||
"/etc/ssh": {
|
||||
"ssh_config": [
|
||||
"Include /etc/ssh/ssh_config.d/*.conf"
|
||||
]
|
||||
},
|
||||
"/etc/ssh/ssh_config.d": {
|
||||
"05-redhat.conf": [
|
||||
"Match final all",
|
||||
"Include /etc/crypto-policies/back-ends/openssh.config",
|
||||
"GSSAPIAuthentication yes",
|
||||
"ForwardX11Trusted yes",
|
||||
"SendEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"SendEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"SendEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"SendEnv XMODIFIERS"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sshd_config": {
|
||||
"/etc/ssh": {
|
||||
"sshd_config": [
|
||||
"HostKey /etc/ssh/ssh_host_rsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ecdsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ed25519_key",
|
||||
"SyslogFacility AUTHPRIV",
|
||||
"PermitRootLogin yes",
|
||||
"AuthorizedKeysFile\t.ssh/authorized_keys",
|
||||
"PasswordAuthentication yes",
|
||||
"ChallengeResponseAuthentication no",
|
||||
"GSSAPIAuthentication yes",
|
||||
"GSSAPICleanupCredentials no",
|
||||
"UsePAM yes",
|
||||
"X11Forwarding yes",
|
||||
"PrintMotd no",
|
||||
"AcceptEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"AcceptEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"AcceptEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"AcceptEnv XMODIFIERS",
|
||||
"Subsystem\tsftp\t/usr/libexec/openssh/sftp-server"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sudoers": {
|
||||
"/etc/sudoers": [
|
||||
"Defaults !visiblepw",
|
||||
|
|
|
|||
|
|
@ -9692,6 +9692,17 @@
|
|||
}
|
||||
},
|
||||
"default-target": "graphical.target",
|
||||
"dnf": {
|
||||
"dnf.conf": {
|
||||
"main": {
|
||||
"best": "True",
|
||||
"clean_requirements_on_remove": "True",
|
||||
"gpgcheck": "1",
|
||||
"installonly_limit": "3",
|
||||
"skip_if_unavailable": "False"
|
||||
}
|
||||
}
|
||||
},
|
||||
"dracut": {
|
||||
"/usr/lib/dracut/dracut.conf.d": {
|
||||
"01-dist.conf": {
|
||||
|
|
@ -10485,6 +10496,49 @@
|
|||
"udisks2.service",
|
||||
"unbound-anchor.timer"
|
||||
],
|
||||
"ssh_config": {
|
||||
"/etc/ssh": {
|
||||
"ssh_config": [
|
||||
"Include /etc/ssh/ssh_config.d/*.conf"
|
||||
]
|
||||
},
|
||||
"/etc/ssh/ssh_config.d": {
|
||||
"05-redhat.conf": [
|
||||
"Match final all",
|
||||
"Include /etc/crypto-policies/back-ends/openssh.config",
|
||||
"GSSAPIAuthentication yes",
|
||||
"ForwardX11Trusted yes",
|
||||
"SendEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"SendEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"SendEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"SendEnv XMODIFIERS"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sshd_config": {
|
||||
"/etc/ssh": {
|
||||
"sshd_config": [
|
||||
"HostKey /etc/ssh/ssh_host_rsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ecdsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ed25519_key",
|
||||
"SyslogFacility AUTHPRIV",
|
||||
"PermitRootLogin yes",
|
||||
"AuthorizedKeysFile\t.ssh/authorized_keys",
|
||||
"PasswordAuthentication yes",
|
||||
"ChallengeResponseAuthentication no",
|
||||
"GSSAPIAuthentication yes",
|
||||
"GSSAPICleanupCredentials no",
|
||||
"UsePAM yes",
|
||||
"X11Forwarding yes",
|
||||
"PrintMotd no",
|
||||
"AcceptEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"AcceptEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"AcceptEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"AcceptEnv XMODIFIERS",
|
||||
"Subsystem\tsftp\t/usr/libexec/openssh/sftp-server"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sudoers": {
|
||||
"/etc/sudoers": [
|
||||
"Defaults !visiblepw",
|
||||
|
|
|
|||
|
|
@ -9726,6 +9726,17 @@
|
|||
}
|
||||
},
|
||||
"default-target": "multi-user.target",
|
||||
"dnf": {
|
||||
"dnf.conf": {
|
||||
"main": {
|
||||
"best": "True",
|
||||
"clean_requirements_on_remove": "True",
|
||||
"gpgcheck": "1",
|
||||
"installonly_limit": "3",
|
||||
"skip_if_unavailable": "False"
|
||||
}
|
||||
}
|
||||
},
|
||||
"dracut": {
|
||||
"/usr/lib/dracut/dracut.conf.d": {
|
||||
"01-dist.conf": {
|
||||
|
|
@ -10532,6 +10543,49 @@
|
|||
"tuned.service",
|
||||
"unbound-anchor.timer"
|
||||
],
|
||||
"ssh_config": {
|
||||
"/etc/ssh": {
|
||||
"ssh_config": [
|
||||
"Include /etc/ssh/ssh_config.d/*.conf"
|
||||
]
|
||||
},
|
||||
"/etc/ssh/ssh_config.d": {
|
||||
"05-redhat.conf": [
|
||||
"Match final all",
|
||||
"Include /etc/crypto-policies/back-ends/openssh.config",
|
||||
"GSSAPIAuthentication yes",
|
||||
"ForwardX11Trusted yes",
|
||||
"SendEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"SendEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"SendEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"SendEnv XMODIFIERS"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sshd_config": {
|
||||
"/etc/ssh": {
|
||||
"sshd_config": [
|
||||
"HostKey /etc/ssh/ssh_host_rsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ecdsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ed25519_key",
|
||||
"SyslogFacility AUTHPRIV",
|
||||
"PermitRootLogin yes",
|
||||
"AuthorizedKeysFile\t.ssh/authorized_keys",
|
||||
"PasswordAuthentication yes",
|
||||
"ChallengeResponseAuthentication no",
|
||||
"GSSAPIAuthentication yes",
|
||||
"GSSAPICleanupCredentials no",
|
||||
"UsePAM yes",
|
||||
"X11Forwarding yes",
|
||||
"PrintMotd no",
|
||||
"AcceptEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"AcceptEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"AcceptEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"AcceptEnv XMODIFIERS",
|
||||
"Subsystem\tsftp\t/usr/libexec/openssh/sftp-server"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sudoers": {
|
||||
"/etc/sudoers": [
|
||||
"Defaults !visiblepw",
|
||||
|
|
|
|||
|
|
@ -9837,6 +9837,17 @@
|
|||
}
|
||||
},
|
||||
"default-target": "multi-user.target",
|
||||
"dnf": {
|
||||
"dnf.conf": {
|
||||
"main": {
|
||||
"best": "True",
|
||||
"clean_requirements_on_remove": "True",
|
||||
"gpgcheck": "1",
|
||||
"installonly_limit": "3",
|
||||
"skip_if_unavailable": "False"
|
||||
}
|
||||
}
|
||||
},
|
||||
"dracut": {
|
||||
"/usr/lib/dracut/dracut.conf.d": {
|
||||
"01-dist.conf": {
|
||||
|
|
@ -10653,6 +10664,49 @@
|
|||
"tuned.service",
|
||||
"unbound-anchor.timer"
|
||||
],
|
||||
"ssh_config": {
|
||||
"/etc/ssh": {
|
||||
"ssh_config": [
|
||||
"Include /etc/ssh/ssh_config.d/*.conf"
|
||||
]
|
||||
},
|
||||
"/etc/ssh/ssh_config.d": {
|
||||
"05-redhat.conf": [
|
||||
"Match final all",
|
||||
"Include /etc/crypto-policies/back-ends/openssh.config",
|
||||
"GSSAPIAuthentication yes",
|
||||
"ForwardX11Trusted yes",
|
||||
"SendEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"SendEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"SendEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"SendEnv XMODIFIERS"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sshd_config": {
|
||||
"/etc/ssh": {
|
||||
"sshd_config": [
|
||||
"HostKey /etc/ssh/ssh_host_rsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ecdsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ed25519_key",
|
||||
"SyslogFacility AUTHPRIV",
|
||||
"PermitRootLogin yes",
|
||||
"AuthorizedKeysFile\t.ssh/authorized_keys",
|
||||
"PasswordAuthentication yes",
|
||||
"ChallengeResponseAuthentication no",
|
||||
"GSSAPIAuthentication yes",
|
||||
"GSSAPICleanupCredentials no",
|
||||
"UsePAM yes",
|
||||
"X11Forwarding yes",
|
||||
"PrintMotd no",
|
||||
"AcceptEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"AcceptEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"AcceptEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"AcceptEnv XMODIFIERS",
|
||||
"Subsystem\tsftp\t/usr/libexec/openssh/sftp-server"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sudoers": {
|
||||
"/etc/sudoers": [
|
||||
"Defaults !visiblepw",
|
||||
|
|
|
|||
|
|
@ -9226,6 +9226,49 @@
|
|||
"timedatex.service",
|
||||
"udisks2.service"
|
||||
],
|
||||
"ssh_config": {
|
||||
"/etc/ssh": {
|
||||
"ssh_config": [
|
||||
"Include /etc/ssh/ssh_config.d/*.conf"
|
||||
]
|
||||
},
|
||||
"/etc/ssh/ssh_config.d": {
|
||||
"05-redhat.conf": [
|
||||
"Match final all",
|
||||
"Include /etc/crypto-policies/back-ends/openssh.config",
|
||||
"GSSAPIAuthentication yes",
|
||||
"ForwardX11Trusted yes",
|
||||
"SendEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"SendEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"SendEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"SendEnv XMODIFIERS"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sshd_config": {
|
||||
"/etc/ssh": {
|
||||
"sshd_config": [
|
||||
"HostKey /etc/ssh/ssh_host_rsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ecdsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ed25519_key",
|
||||
"SyslogFacility AUTHPRIV",
|
||||
"PermitRootLogin yes",
|
||||
"AuthorizedKeysFile\t.ssh/authorized_keys",
|
||||
"PasswordAuthentication yes",
|
||||
"ChallengeResponseAuthentication no",
|
||||
"GSSAPIAuthentication yes",
|
||||
"GSSAPICleanupCredentials no",
|
||||
"UsePAM yes",
|
||||
"X11Forwarding yes",
|
||||
"PrintMotd no",
|
||||
"AcceptEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"AcceptEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"AcceptEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"AcceptEnv XMODIFIERS",
|
||||
"Subsystem\tsftp\t/usr/libexec/openssh/sftp-server"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sudoers": {
|
||||
"/etc/sudoers": [
|
||||
"Defaults !visiblepw",
|
||||
|
|
|
|||
|
|
@ -5986,6 +5986,30 @@
|
|||
"selinux-autorelabel-mark.service",
|
||||
"sshd.service"
|
||||
],
|
||||
"sshd_config": {
|
||||
"/etc/ssh": {
|
||||
"sshd_config": [
|
||||
"HostKey /etc/ssh/ssh_host_rsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ecdsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ed25519_key",
|
||||
"SyslogFacility AUTHPRIV",
|
||||
"PermitRootLogin yes",
|
||||
"AuthorizedKeysFile\t.ssh/authorized_keys",
|
||||
"PasswordAuthentication yes",
|
||||
"ChallengeResponseAuthentication no",
|
||||
"GSSAPIAuthentication yes",
|
||||
"GSSAPICleanupCredentials no",
|
||||
"UsePAM yes",
|
||||
"X11Forwarding yes",
|
||||
"PrintMotd no",
|
||||
"AcceptEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"AcceptEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"AcceptEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"AcceptEnv XMODIFIERS",
|
||||
"Subsystem\tsftp\t/usr/libexec/openssh/sftp-server"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sysconfig": {
|
||||
"kernel": {
|
||||
"DEFAULTKERNEL": "kernel",
|
||||
|
|
|
|||
|
|
@ -10484,6 +10484,17 @@
|
|||
}
|
||||
},
|
||||
"default-target": "multi-user.target",
|
||||
"dnf": {
|
||||
"dnf.conf": {
|
||||
"main": {
|
||||
"best": "True",
|
||||
"clean_requirements_on_remove": "True",
|
||||
"gpgcheck": "1",
|
||||
"installonly_limit": "3",
|
||||
"skip_if_unavailable": "False"
|
||||
}
|
||||
}
|
||||
},
|
||||
"dracut": {
|
||||
"/usr/lib/dracut/dracut.conf.d": {
|
||||
"01-dist.conf": {
|
||||
|
|
@ -11333,6 +11344,49 @@
|
|||
"tuned.service",
|
||||
"unbound-anchor.timer"
|
||||
],
|
||||
"ssh_config": {
|
||||
"/etc/ssh": {
|
||||
"ssh_config": [
|
||||
"Include /etc/ssh/ssh_config.d/*.conf"
|
||||
]
|
||||
},
|
||||
"/etc/ssh/ssh_config.d": {
|
||||
"05-redhat.conf": [
|
||||
"Match final all",
|
||||
"Include /etc/crypto-policies/back-ends/openssh.config",
|
||||
"GSSAPIAuthentication yes",
|
||||
"ForwardX11Trusted yes",
|
||||
"SendEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"SendEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"SendEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"SendEnv XMODIFIERS"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sshd_config": {
|
||||
"/etc/ssh": {
|
||||
"sshd_config": [
|
||||
"HostKey /etc/ssh/ssh_host_rsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ecdsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ed25519_key",
|
||||
"SyslogFacility AUTHPRIV",
|
||||
"PermitRootLogin yes",
|
||||
"AuthorizedKeysFile\t.ssh/authorized_keys",
|
||||
"PasswordAuthentication yes",
|
||||
"ChallengeResponseAuthentication no",
|
||||
"GSSAPIAuthentication yes",
|
||||
"GSSAPICleanupCredentials no",
|
||||
"UsePAM yes",
|
||||
"X11Forwarding yes",
|
||||
"PrintMotd no",
|
||||
"AcceptEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"AcceptEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"AcceptEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"AcceptEnv XMODIFIERS",
|
||||
"Subsystem\tsftp\t/usr/libexec/openssh/sftp-server"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sudoers": {
|
||||
"/etc/sudoers": [
|
||||
"Defaults !visiblepw",
|
||||
|
|
|
|||
|
|
@ -10595,6 +10595,17 @@
|
|||
}
|
||||
},
|
||||
"default-target": "multi-user.target",
|
||||
"dnf": {
|
||||
"dnf.conf": {
|
||||
"main": {
|
||||
"best": "True",
|
||||
"clean_requirements_on_remove": "True",
|
||||
"gpgcheck": "1",
|
||||
"installonly_limit": "3",
|
||||
"skip_if_unavailable": "False"
|
||||
}
|
||||
}
|
||||
},
|
||||
"dracut": {
|
||||
"/usr/lib/dracut/dracut.conf.d": {
|
||||
"01-dist.conf": {
|
||||
|
|
@ -11454,6 +11465,49 @@
|
|||
"tuned.service",
|
||||
"unbound-anchor.timer"
|
||||
],
|
||||
"ssh_config": {
|
||||
"/etc/ssh": {
|
||||
"ssh_config": [
|
||||
"Include /etc/ssh/ssh_config.d/*.conf"
|
||||
]
|
||||
},
|
||||
"/etc/ssh/ssh_config.d": {
|
||||
"05-redhat.conf": [
|
||||
"Match final all",
|
||||
"Include /etc/crypto-policies/back-ends/openssh.config",
|
||||
"GSSAPIAuthentication yes",
|
||||
"ForwardX11Trusted yes",
|
||||
"SendEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"SendEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"SendEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"SendEnv XMODIFIERS"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sshd_config": {
|
||||
"/etc/ssh": {
|
||||
"sshd_config": [
|
||||
"HostKey /etc/ssh/ssh_host_rsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ecdsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ed25519_key",
|
||||
"SyslogFacility AUTHPRIV",
|
||||
"PermitRootLogin yes",
|
||||
"AuthorizedKeysFile\t.ssh/authorized_keys",
|
||||
"PasswordAuthentication yes",
|
||||
"ChallengeResponseAuthentication no",
|
||||
"GSSAPIAuthentication yes",
|
||||
"GSSAPICleanupCredentials no",
|
||||
"UsePAM yes",
|
||||
"X11Forwarding yes",
|
||||
"PrintMotd no",
|
||||
"AcceptEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"AcceptEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"AcceptEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"AcceptEnv XMODIFIERS",
|
||||
"Subsystem\tsftp\t/usr/libexec/openssh/sftp-server"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sudoers": {
|
||||
"/etc/sudoers": [
|
||||
"Defaults !visiblepw",
|
||||
|
|
|
|||
|
|
@ -6089,6 +6089,30 @@
|
|||
"selinux-autorelabel-mark.service",
|
||||
"sshd.service"
|
||||
],
|
||||
"sshd_config": {
|
||||
"/etc/ssh": {
|
||||
"sshd_config": [
|
||||
"HostKey /etc/ssh/ssh_host_rsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ecdsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ed25519_key",
|
||||
"SyslogFacility AUTHPRIV",
|
||||
"PermitRootLogin yes",
|
||||
"AuthorizedKeysFile\t.ssh/authorized_keys",
|
||||
"PasswordAuthentication yes",
|
||||
"ChallengeResponseAuthentication no",
|
||||
"GSSAPIAuthentication yes",
|
||||
"GSSAPICleanupCredentials no",
|
||||
"UsePAM yes",
|
||||
"X11Forwarding yes",
|
||||
"PrintMotd no",
|
||||
"AcceptEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"AcceptEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"AcceptEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"AcceptEnv XMODIFIERS",
|
||||
"Subsystem\tsftp\t/usr/libexec/openssh/sftp-server"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sysconfig": {
|
||||
"kernel": {
|
||||
"DEFAULTKERNEL": "kernel",
|
||||
|
|
|
|||
|
|
@ -10392,6 +10392,17 @@
|
|||
}
|
||||
},
|
||||
"default-target": "multi-user.target",
|
||||
"dnf": {
|
||||
"dnf.conf": {
|
||||
"main": {
|
||||
"best": "True",
|
||||
"clean_requirements_on_remove": "True",
|
||||
"gpgcheck": "1",
|
||||
"installonly_limit": "3",
|
||||
"skip_if_unavailable": "False"
|
||||
}
|
||||
}
|
||||
},
|
||||
"dracut": {
|
||||
"/usr/lib/dracut/dracut.conf.d": {
|
||||
"01-dist.conf": {
|
||||
|
|
@ -11210,6 +11221,49 @@
|
|||
"tuned.service",
|
||||
"unbound-anchor.timer"
|
||||
],
|
||||
"ssh_config": {
|
||||
"/etc/ssh": {
|
||||
"ssh_config": [
|
||||
"Include /etc/ssh/ssh_config.d/*.conf"
|
||||
]
|
||||
},
|
||||
"/etc/ssh/ssh_config.d": {
|
||||
"05-redhat.conf": [
|
||||
"Match final all",
|
||||
"Include /etc/crypto-policies/back-ends/openssh.config",
|
||||
"GSSAPIAuthentication yes",
|
||||
"ForwardX11Trusted yes",
|
||||
"SendEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"SendEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"SendEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"SendEnv XMODIFIERS"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sshd_config": {
|
||||
"/etc/ssh": {
|
||||
"sshd_config": [
|
||||
"HostKey /etc/ssh/ssh_host_rsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ecdsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ed25519_key",
|
||||
"SyslogFacility AUTHPRIV",
|
||||
"PermitRootLogin yes",
|
||||
"AuthorizedKeysFile\t.ssh/authorized_keys",
|
||||
"PasswordAuthentication yes",
|
||||
"ChallengeResponseAuthentication no",
|
||||
"GSSAPIAuthentication yes",
|
||||
"GSSAPICleanupCredentials no",
|
||||
"UsePAM yes",
|
||||
"X11Forwarding yes",
|
||||
"PrintMotd no",
|
||||
"AcceptEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"AcceptEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"AcceptEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"AcceptEnv XMODIFIERS",
|
||||
"Subsystem\tsftp\t/usr/libexec/openssh/sftp-server"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sudoers": {
|
||||
"/etc/sudoers": [
|
||||
"Defaults !visiblepw",
|
||||
|
|
|
|||
|
|
@ -10503,6 +10503,17 @@
|
|||
}
|
||||
},
|
||||
"default-target": "multi-user.target",
|
||||
"dnf": {
|
||||
"dnf.conf": {
|
||||
"main": {
|
||||
"best": "True",
|
||||
"clean_requirements_on_remove": "True",
|
||||
"gpgcheck": "1",
|
||||
"installonly_limit": "3",
|
||||
"skip_if_unavailable": "False"
|
||||
}
|
||||
}
|
||||
},
|
||||
"dracut": {
|
||||
"/usr/lib/dracut/dracut.conf.d": {
|
||||
"01-dist.conf": {
|
||||
|
|
@ -11331,6 +11342,49 @@
|
|||
"tuned.service",
|
||||
"unbound-anchor.timer"
|
||||
],
|
||||
"ssh_config": {
|
||||
"/etc/ssh": {
|
||||
"ssh_config": [
|
||||
"Include /etc/ssh/ssh_config.d/*.conf"
|
||||
]
|
||||
},
|
||||
"/etc/ssh/ssh_config.d": {
|
||||
"05-redhat.conf": [
|
||||
"Match final all",
|
||||
"Include /etc/crypto-policies/back-ends/openssh.config",
|
||||
"GSSAPIAuthentication yes",
|
||||
"ForwardX11Trusted yes",
|
||||
"SendEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"SendEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"SendEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"SendEnv XMODIFIERS"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sshd_config": {
|
||||
"/etc/ssh": {
|
||||
"sshd_config": [
|
||||
"HostKey /etc/ssh/ssh_host_rsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ecdsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ed25519_key",
|
||||
"SyslogFacility AUTHPRIV",
|
||||
"PermitRootLogin yes",
|
||||
"AuthorizedKeysFile\t.ssh/authorized_keys",
|
||||
"PasswordAuthentication yes",
|
||||
"ChallengeResponseAuthentication no",
|
||||
"GSSAPIAuthentication yes",
|
||||
"GSSAPICleanupCredentials no",
|
||||
"UsePAM yes",
|
||||
"X11Forwarding yes",
|
||||
"PrintMotd no",
|
||||
"AcceptEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"AcceptEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"AcceptEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"AcceptEnv XMODIFIERS",
|
||||
"Subsystem\tsftp\t/usr/libexec/openssh/sftp-server"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sudoers": {
|
||||
"/etc/sudoers": [
|
||||
"Defaults !visiblepw",
|
||||
|
|
|
|||
|
|
@ -9402,6 +9402,17 @@
|
|||
}
|
||||
},
|
||||
"default-target": "multi-user.target",
|
||||
"dnf": {
|
||||
"dnf.conf": {
|
||||
"main": {
|
||||
"best": "True",
|
||||
"clean_requirements_on_remove": "True",
|
||||
"gpgcheck": "1",
|
||||
"installonly_limit": "3",
|
||||
"skip_if_unavailable": "False"
|
||||
}
|
||||
}
|
||||
},
|
||||
"dracut": {
|
||||
"/usr/lib/dracut/dracut.conf.d": {
|
||||
"01-dist.conf": {
|
||||
|
|
@ -10182,6 +10193,49 @@
|
|||
"udisks2.service",
|
||||
"unbound-anchor.timer"
|
||||
],
|
||||
"ssh_config": {
|
||||
"/etc/ssh": {
|
||||
"ssh_config": [
|
||||
"Include /etc/ssh/ssh_config.d/*.conf"
|
||||
]
|
||||
},
|
||||
"/etc/ssh/ssh_config.d": {
|
||||
"05-redhat.conf": [
|
||||
"Match final all",
|
||||
"Include /etc/crypto-policies/back-ends/openssh.config",
|
||||
"GSSAPIAuthentication yes",
|
||||
"ForwardX11Trusted yes",
|
||||
"SendEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"SendEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"SendEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"SendEnv XMODIFIERS"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sshd_config": {
|
||||
"/etc/ssh": {
|
||||
"sshd_config": [
|
||||
"HostKey /etc/ssh/ssh_host_rsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ecdsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ed25519_key",
|
||||
"SyslogFacility AUTHPRIV",
|
||||
"PermitRootLogin yes",
|
||||
"AuthorizedKeysFile\t.ssh/authorized_keys",
|
||||
"PasswordAuthentication yes",
|
||||
"ChallengeResponseAuthentication no",
|
||||
"GSSAPIAuthentication yes",
|
||||
"GSSAPICleanupCredentials no",
|
||||
"UsePAM yes",
|
||||
"X11Forwarding yes",
|
||||
"PrintMotd no",
|
||||
"AcceptEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"AcceptEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"AcceptEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"AcceptEnv XMODIFIERS",
|
||||
"Subsystem\tsftp\t/usr/libexec/openssh/sftp-server"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sudoers": {
|
||||
"/etc/sudoers": [
|
||||
"Defaults !visiblepw",
|
||||
|
|
|
|||
|
|
@ -9868,6 +9868,17 @@
|
|||
}
|
||||
},
|
||||
"default-target": "graphical.target",
|
||||
"dnf": {
|
||||
"dnf.conf": {
|
||||
"main": {
|
||||
"best": "True",
|
||||
"clean_requirements_on_remove": "True",
|
||||
"gpgcheck": "1",
|
||||
"installonly_limit": "3",
|
||||
"skip_if_unavailable": "False"
|
||||
}
|
||||
}
|
||||
},
|
||||
"dracut": {
|
||||
"/usr/lib/dracut/dracut.conf.d": {
|
||||
"01-dist.conf": {
|
||||
|
|
@ -10687,6 +10698,49 @@
|
|||
"udisks2.service",
|
||||
"unbound-anchor.timer"
|
||||
],
|
||||
"ssh_config": {
|
||||
"/etc/ssh": {
|
||||
"ssh_config": [
|
||||
"Include /etc/ssh/ssh_config.d/*.conf"
|
||||
]
|
||||
},
|
||||
"/etc/ssh/ssh_config.d": {
|
||||
"05-redhat.conf": [
|
||||
"Match final all",
|
||||
"Include /etc/crypto-policies/back-ends/openssh.config",
|
||||
"GSSAPIAuthentication yes",
|
||||
"ForwardX11Trusted yes",
|
||||
"SendEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"SendEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"SendEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"SendEnv XMODIFIERS"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sshd_config": {
|
||||
"/etc/ssh": {
|
||||
"sshd_config": [
|
||||
"HostKey /etc/ssh/ssh_host_rsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ecdsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ed25519_key",
|
||||
"SyslogFacility AUTHPRIV",
|
||||
"PermitRootLogin yes",
|
||||
"AuthorizedKeysFile\t.ssh/authorized_keys",
|
||||
"PasswordAuthentication yes",
|
||||
"ChallengeResponseAuthentication no",
|
||||
"GSSAPIAuthentication yes",
|
||||
"GSSAPICleanupCredentials no",
|
||||
"UsePAM yes",
|
||||
"X11Forwarding yes",
|
||||
"PrintMotd no",
|
||||
"AcceptEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"AcceptEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"AcceptEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"AcceptEnv XMODIFIERS",
|
||||
"Subsystem\tsftp\t/usr/libexec/openssh/sftp-server"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sudoers": {
|
||||
"/etc/sudoers": [
|
||||
"Defaults !visiblepw",
|
||||
|
|
|
|||
|
|
@ -9857,6 +9857,17 @@
|
|||
}
|
||||
},
|
||||
"default-target": "multi-user.target",
|
||||
"dnf": {
|
||||
"dnf.conf": {
|
||||
"main": {
|
||||
"best": "True",
|
||||
"clean_requirements_on_remove": "True",
|
||||
"gpgcheck": "1",
|
||||
"installonly_limit": "3",
|
||||
"skip_if_unavailable": "False"
|
||||
}
|
||||
}
|
||||
},
|
||||
"dracut": {
|
||||
"/usr/lib/dracut/dracut.conf.d": {
|
||||
"01-dist.conf": {
|
||||
|
|
@ -10686,6 +10697,49 @@
|
|||
"tuned.service",
|
||||
"unbound-anchor.timer"
|
||||
],
|
||||
"ssh_config": {
|
||||
"/etc/ssh": {
|
||||
"ssh_config": [
|
||||
"Include /etc/ssh/ssh_config.d/*.conf"
|
||||
]
|
||||
},
|
||||
"/etc/ssh/ssh_config.d": {
|
||||
"05-redhat.conf": [
|
||||
"Match final all",
|
||||
"Include /etc/crypto-policies/back-ends/openssh.config",
|
||||
"GSSAPIAuthentication yes",
|
||||
"ForwardX11Trusted yes",
|
||||
"SendEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"SendEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"SendEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"SendEnv XMODIFIERS"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sshd_config": {
|
||||
"/etc/ssh": {
|
||||
"sshd_config": [
|
||||
"HostKey /etc/ssh/ssh_host_rsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ecdsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ed25519_key",
|
||||
"SyslogFacility AUTHPRIV",
|
||||
"PermitRootLogin yes",
|
||||
"AuthorizedKeysFile\t.ssh/authorized_keys",
|
||||
"PasswordAuthentication yes",
|
||||
"ChallengeResponseAuthentication no",
|
||||
"GSSAPIAuthentication yes",
|
||||
"GSSAPICleanupCredentials no",
|
||||
"UsePAM yes",
|
||||
"X11Forwarding yes",
|
||||
"PrintMotd no",
|
||||
"AcceptEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"AcceptEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"AcceptEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"AcceptEnv XMODIFIERS",
|
||||
"Subsystem\tsftp\t/usr/libexec/openssh/sftp-server"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sudoers": {
|
||||
"/etc/sudoers": [
|
||||
"Defaults !visiblepw",
|
||||
|
|
|
|||
|
|
@ -9968,6 +9968,17 @@
|
|||
}
|
||||
},
|
||||
"default-target": "multi-user.target",
|
||||
"dnf": {
|
||||
"dnf.conf": {
|
||||
"main": {
|
||||
"best": "True",
|
||||
"clean_requirements_on_remove": "True",
|
||||
"gpgcheck": "1",
|
||||
"installonly_limit": "3",
|
||||
"skip_if_unavailable": "False"
|
||||
}
|
||||
}
|
||||
},
|
||||
"dracut": {
|
||||
"/usr/lib/dracut/dracut.conf.d": {
|
||||
"01-dist.conf": {
|
||||
|
|
@ -10807,6 +10818,49 @@
|
|||
"tuned.service",
|
||||
"unbound-anchor.timer"
|
||||
],
|
||||
"ssh_config": {
|
||||
"/etc/ssh": {
|
||||
"ssh_config": [
|
||||
"Include /etc/ssh/ssh_config.d/*.conf"
|
||||
]
|
||||
},
|
||||
"/etc/ssh/ssh_config.d": {
|
||||
"05-redhat.conf": [
|
||||
"Match final all",
|
||||
"Include /etc/crypto-policies/back-ends/openssh.config",
|
||||
"GSSAPIAuthentication yes",
|
||||
"ForwardX11Trusted yes",
|
||||
"SendEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"SendEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"SendEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"SendEnv XMODIFIERS"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sshd_config": {
|
||||
"/etc/ssh": {
|
||||
"sshd_config": [
|
||||
"HostKey /etc/ssh/ssh_host_rsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ecdsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ed25519_key",
|
||||
"SyslogFacility AUTHPRIV",
|
||||
"PermitRootLogin yes",
|
||||
"AuthorizedKeysFile\t.ssh/authorized_keys",
|
||||
"PasswordAuthentication yes",
|
||||
"ChallengeResponseAuthentication no",
|
||||
"GSSAPIAuthentication yes",
|
||||
"GSSAPICleanupCredentials no",
|
||||
"UsePAM yes",
|
||||
"X11Forwarding yes",
|
||||
"PrintMotd no",
|
||||
"AcceptEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"AcceptEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"AcceptEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"AcceptEnv XMODIFIERS",
|
||||
"Subsystem\tsftp\t/usr/libexec/openssh/sftp-server"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sudoers": {
|
||||
"/etc/sudoers": [
|
||||
"Defaults !visiblepw",
|
||||
|
|
|
|||
|
|
@ -9540,6 +9540,49 @@
|
|||
"timedatex.service",
|
||||
"udisks2.service"
|
||||
],
|
||||
"ssh_config": {
|
||||
"/etc/ssh": {
|
||||
"ssh_config": [
|
||||
"Include /etc/ssh/ssh_config.d/*.conf"
|
||||
]
|
||||
},
|
||||
"/etc/ssh/ssh_config.d": {
|
||||
"05-redhat.conf": [
|
||||
"Match final all",
|
||||
"Include /etc/crypto-policies/back-ends/openssh.config",
|
||||
"GSSAPIAuthentication yes",
|
||||
"ForwardX11Trusted yes",
|
||||
"SendEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"SendEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"SendEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"SendEnv XMODIFIERS"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sshd_config": {
|
||||
"/etc/ssh": {
|
||||
"sshd_config": [
|
||||
"HostKey /etc/ssh/ssh_host_rsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ecdsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ed25519_key",
|
||||
"SyslogFacility AUTHPRIV",
|
||||
"PermitRootLogin yes",
|
||||
"AuthorizedKeysFile\t.ssh/authorized_keys",
|
||||
"PasswordAuthentication yes",
|
||||
"ChallengeResponseAuthentication no",
|
||||
"GSSAPIAuthentication yes",
|
||||
"GSSAPICleanupCredentials no",
|
||||
"UsePAM yes",
|
||||
"X11Forwarding yes",
|
||||
"PrintMotd no",
|
||||
"AcceptEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"AcceptEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"AcceptEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"AcceptEnv XMODIFIERS",
|
||||
"Subsystem\tsftp\t/usr/libexec/openssh/sftp-server"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sudoers": {
|
||||
"/etc/sudoers": [
|
||||
"Defaults !visiblepw",
|
||||
|
|
|
|||
|
|
@ -9937,6 +9937,49 @@
|
|||
"tuned.service",
|
||||
"udisks2.service"
|
||||
],
|
||||
"ssh_config": {
|
||||
"/etc/ssh": {
|
||||
"ssh_config": [
|
||||
"Include /etc/ssh/ssh_config.d/*.conf"
|
||||
]
|
||||
},
|
||||
"/etc/ssh/ssh_config.d": {
|
||||
"05-redhat.conf": [
|
||||
"Match final all",
|
||||
"Include /etc/crypto-policies/back-ends/openssh.config",
|
||||
"GSSAPIAuthentication yes",
|
||||
"ForwardX11Trusted yes",
|
||||
"SendEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"SendEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"SendEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"SendEnv XMODIFIERS"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sshd_config": {
|
||||
"/etc/ssh": {
|
||||
"sshd_config": [
|
||||
"HostKey /etc/ssh/ssh_host_rsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ecdsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ed25519_key",
|
||||
"SyslogFacility AUTHPRIV",
|
||||
"PermitRootLogin yes",
|
||||
"AuthorizedKeysFile\t.ssh/authorized_keys",
|
||||
"PasswordAuthentication yes",
|
||||
"ChallengeResponseAuthentication no",
|
||||
"GSSAPIAuthentication yes",
|
||||
"GSSAPICleanupCredentials no",
|
||||
"UsePAM yes",
|
||||
"X11Forwarding yes",
|
||||
"PrintMotd no",
|
||||
"AcceptEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"AcceptEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"AcceptEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"AcceptEnv XMODIFIERS",
|
||||
"Subsystem\tsftp\t/usr/libexec/openssh/sftp-server"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sudoers": {
|
||||
"/etc/sudoers": [
|
||||
"Defaults !visiblepw",
|
||||
|
|
|
|||
|
|
@ -6061,6 +6061,30 @@
|
|||
"selinux-autorelabel-mark.service",
|
||||
"sshd.service"
|
||||
],
|
||||
"sshd_config": {
|
||||
"/etc/ssh": {
|
||||
"sshd_config": [
|
||||
"HostKey /etc/ssh/ssh_host_rsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ecdsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ed25519_key",
|
||||
"SyslogFacility AUTHPRIV",
|
||||
"PermitRootLogin yes",
|
||||
"AuthorizedKeysFile\t.ssh/authorized_keys",
|
||||
"PasswordAuthentication yes",
|
||||
"ChallengeResponseAuthentication no",
|
||||
"GSSAPIAuthentication yes",
|
||||
"GSSAPICleanupCredentials no",
|
||||
"UsePAM yes",
|
||||
"X11Forwarding yes",
|
||||
"PrintMotd no",
|
||||
"AcceptEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"AcceptEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"AcceptEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"AcceptEnv XMODIFIERS",
|
||||
"Subsystem\tsftp\t/usr/libexec/openssh/sftp-server"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sysconfig": {
|
||||
"kernel": {
|
||||
"DEFAULTKERNEL": "kernel",
|
||||
|
|
|
|||
|
|
@ -9919,6 +9919,17 @@
|
|||
}
|
||||
},
|
||||
"default-target": "multi-user.target",
|
||||
"dnf": {
|
||||
"dnf.conf": {
|
||||
"main": {
|
||||
"best": "True",
|
||||
"clean_requirements_on_remove": "True",
|
||||
"gpgcheck": "1",
|
||||
"installonly_limit": "3",
|
||||
"skip_if_unavailable": "False"
|
||||
}
|
||||
}
|
||||
},
|
||||
"dracut": {
|
||||
"/usr/lib/dracut/dracut.conf.d": {
|
||||
"01-dist.conf": {
|
||||
|
|
@ -10746,6 +10757,49 @@
|
|||
"unbound-anchor.timer",
|
||||
"waagent.service"
|
||||
],
|
||||
"ssh_config": {
|
||||
"/etc/ssh": {
|
||||
"ssh_config": [
|
||||
"Include /etc/ssh/ssh_config.d/*.conf"
|
||||
]
|
||||
},
|
||||
"/etc/ssh/ssh_config.d": {
|
||||
"05-redhat.conf": [
|
||||
"Match final all",
|
||||
"Include /etc/crypto-policies/back-ends/openssh.config",
|
||||
"GSSAPIAuthentication yes",
|
||||
"ForwardX11Trusted yes",
|
||||
"SendEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"SendEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"SendEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"SendEnv XMODIFIERS"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sshd_config": {
|
||||
"/etc/ssh": {
|
||||
"sshd_config": [
|
||||
"HostKey /etc/ssh/ssh_host_rsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ecdsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ed25519_key",
|
||||
"SyslogFacility AUTHPRIV",
|
||||
"PermitRootLogin yes",
|
||||
"AuthorizedKeysFile\t.ssh/authorized_keys",
|
||||
"PasswordAuthentication yes",
|
||||
"ChallengeResponseAuthentication no",
|
||||
"GSSAPIAuthentication yes",
|
||||
"GSSAPICleanupCredentials no",
|
||||
"UsePAM yes",
|
||||
"X11Forwarding yes",
|
||||
"PrintMotd no",
|
||||
"AcceptEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"AcceptEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"AcceptEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"AcceptEnv XMODIFIERS",
|
||||
"Subsystem\tsftp\t/usr/libexec/openssh/sftp-server"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sudoers": {
|
||||
"/etc/sudoers": [
|
||||
"Defaults !visiblepw",
|
||||
|
|
|
|||
|
|
@ -9526,6 +9526,17 @@
|
|||
]
|
||||
},
|
||||
"default-target": "graphical.target",
|
||||
"dnf": {
|
||||
"dnf.conf": {
|
||||
"main": {
|
||||
"best": "True",
|
||||
"clean_requirements_on_remove": "True",
|
||||
"gpgcheck": "1",
|
||||
"installonly_limit": "3",
|
||||
"skip_if_unavailable": "False"
|
||||
}
|
||||
}
|
||||
},
|
||||
"dracut": {
|
||||
"/usr/lib/dracut/dracut.conf.d": {
|
||||
"01-dist.conf": {
|
||||
|
|
@ -10331,6 +10342,49 @@
|
|||
"vgauthd.service",
|
||||
"vmtoolsd.service"
|
||||
],
|
||||
"ssh_config": {
|
||||
"/etc/ssh": {
|
||||
"ssh_config": [
|
||||
"Include /etc/ssh/ssh_config.d/*.conf"
|
||||
]
|
||||
},
|
||||
"/etc/ssh/ssh_config.d": {
|
||||
"05-redhat.conf": [
|
||||
"Match final all",
|
||||
"Include /etc/crypto-policies/back-ends/openssh.config",
|
||||
"GSSAPIAuthentication yes",
|
||||
"ForwardX11Trusted yes",
|
||||
"SendEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"SendEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"SendEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"SendEnv XMODIFIERS"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sshd_config": {
|
||||
"/etc/ssh": {
|
||||
"sshd_config": [
|
||||
"HostKey /etc/ssh/ssh_host_rsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ecdsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ed25519_key",
|
||||
"SyslogFacility AUTHPRIV",
|
||||
"PermitRootLogin yes",
|
||||
"AuthorizedKeysFile\t.ssh/authorized_keys",
|
||||
"PasswordAuthentication yes",
|
||||
"ChallengeResponseAuthentication no",
|
||||
"GSSAPIAuthentication yes",
|
||||
"GSSAPICleanupCredentials no",
|
||||
"UsePAM yes",
|
||||
"X11Forwarding yes",
|
||||
"PrintMotd no",
|
||||
"AcceptEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"AcceptEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"AcceptEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"AcceptEnv XMODIFIERS",
|
||||
"Subsystem\tsftp\t/usr/libexec/openssh/sftp-server"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sudoers": {
|
||||
"/etc/sudoers": [
|
||||
"Defaults !visiblepw",
|
||||
|
|
|
|||
|
|
@ -10170,6 +10170,17 @@
|
|||
}
|
||||
},
|
||||
"default-target": "multi-user.target",
|
||||
"dnf": {
|
||||
"dnf.conf": {
|
||||
"main": {
|
||||
"best": "True",
|
||||
"clean_requirements_on_remove": "True",
|
||||
"gpgcheck": "1",
|
||||
"installonly_limit": "3",
|
||||
"skip_if_unavailable": "False"
|
||||
}
|
||||
}
|
||||
},
|
||||
"dracut": {
|
||||
"/usr/lib/dracut/dracut.conf.d": {
|
||||
"01-dist.conf": {
|
||||
|
|
@ -10969,6 +10980,49 @@
|
|||
"udisks2.service",
|
||||
"unbound-anchor.timer"
|
||||
],
|
||||
"ssh_config": {
|
||||
"/etc/ssh": {
|
||||
"ssh_config": [
|
||||
"Include /etc/ssh/ssh_config.d/*.conf"
|
||||
]
|
||||
},
|
||||
"/etc/ssh/ssh_config.d": {
|
||||
"05-redhat.conf": [
|
||||
"Match final all",
|
||||
"Include /etc/crypto-policies/back-ends/openssh.config",
|
||||
"GSSAPIAuthentication yes",
|
||||
"ForwardX11Trusted yes",
|
||||
"SendEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"SendEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"SendEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"SendEnv XMODIFIERS"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sshd_config": {
|
||||
"/etc/ssh": {
|
||||
"sshd_config": [
|
||||
"HostKey /etc/ssh/ssh_host_rsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ecdsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ed25519_key",
|
||||
"SyslogFacility AUTHPRIV",
|
||||
"PermitRootLogin yes",
|
||||
"AuthorizedKeysFile\t.ssh/authorized_keys",
|
||||
"PasswordAuthentication no",
|
||||
"ChallengeResponseAuthentication no",
|
||||
"GSSAPIAuthentication yes",
|
||||
"GSSAPICleanupCredentials no",
|
||||
"UsePAM yes",
|
||||
"X11Forwarding yes",
|
||||
"PrintMotd no",
|
||||
"AcceptEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"AcceptEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"AcceptEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"AcceptEnv XMODIFIERS",
|
||||
"Subsystem\tsftp\t/usr/libexec/openssh/sftp-server"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sudoers": {
|
||||
"/etc/sudoers": [
|
||||
"Defaults !visiblepw",
|
||||
|
|
|
|||
|
|
@ -10219,6 +10219,17 @@
|
|||
}
|
||||
},
|
||||
"default-target": "multi-user.target",
|
||||
"dnf": {
|
||||
"dnf.conf": {
|
||||
"main": {
|
||||
"best": "True",
|
||||
"clean_requirements_on_remove": "True",
|
||||
"gpgcheck": "1",
|
||||
"installonly_limit": "3",
|
||||
"skip_if_unavailable": "False"
|
||||
}
|
||||
}
|
||||
},
|
||||
"dracut": {
|
||||
"/usr/lib/dracut/dracut.conf.d": {
|
||||
"01-dist.conf": {
|
||||
|
|
@ -11023,6 +11034,49 @@
|
|||
"udisks2.service",
|
||||
"unbound-anchor.timer"
|
||||
],
|
||||
"ssh_config": {
|
||||
"/etc/ssh": {
|
||||
"ssh_config": [
|
||||
"Include /etc/ssh/ssh_config.d/*.conf"
|
||||
]
|
||||
},
|
||||
"/etc/ssh/ssh_config.d": {
|
||||
"05-redhat.conf": [
|
||||
"Match final all",
|
||||
"Include /etc/crypto-policies/back-ends/openssh.config",
|
||||
"GSSAPIAuthentication yes",
|
||||
"ForwardX11Trusted yes",
|
||||
"SendEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"SendEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"SendEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"SendEnv XMODIFIERS"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sshd_config": {
|
||||
"/etc/ssh": {
|
||||
"sshd_config": [
|
||||
"HostKey /etc/ssh/ssh_host_rsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ecdsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ed25519_key",
|
||||
"SyslogFacility AUTHPRIV",
|
||||
"PermitRootLogin yes",
|
||||
"AuthorizedKeysFile\t.ssh/authorized_keys",
|
||||
"PasswordAuthentication no",
|
||||
"ChallengeResponseAuthentication no",
|
||||
"GSSAPIAuthentication yes",
|
||||
"GSSAPICleanupCredentials no",
|
||||
"UsePAM yes",
|
||||
"X11Forwarding yes",
|
||||
"PrintMotd no",
|
||||
"AcceptEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"AcceptEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"AcceptEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"AcceptEnv XMODIFIERS",
|
||||
"Subsystem\tsftp\t/usr/libexec/openssh/sftp-server"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sudoers": {
|
||||
"/etc/sudoers": [
|
||||
"Defaults !visiblepw",
|
||||
|
|
@ -11258,6 +11312,124 @@
|
|||
"r! /tmp/.X[0-9]*-lock"
|
||||
]
|
||||
}
|
||||
},
|
||||
"yum_repos": {
|
||||
"/etc/yum.repos.d": {
|
||||
"redhat-rhui-beta.repo": {
|
||||
"rhel-8-appstream-beta-rhui-debug-rpms": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-beta",
|
||||
"mirrorlist": "https://rhui3.REGION.aws.ce.redhat.com/pulp/mirror/content/beta/rhel8/rhui/8/$basearch/appstream/debug",
|
||||
"name": "Red Hat Enterprise Linux 8 for $basearch - AppStream Beta from RHUI (Debug RPMs)",
|
||||
"sslcacert": "/etc/pki/rhui/cdn.redhat.com-chain.crt",
|
||||
"sslclientcert": "/etc/pki/rhui/product/content-rhel8.crt",
|
||||
"sslclientkey": "/etc/pki/rhui/content-rhel8.key",
|
||||
"sslverify": "1"
|
||||
},
|
||||
"rhel-8-appstream-beta-rhui-rpms": {
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-beta",
|
||||
"mirrorlist": "https://rhui3.REGION.aws.ce.redhat.com/pulp/mirror/content/beta/rhel8/rhui/8/$basearch/appstream/os",
|
||||
"name": "Red Hat Enterprise Linux 8 for $basearch - AppStream Beta from RHUI (RPMs)",
|
||||
"sslcacert": "/etc/pki/rhui/cdn.redhat.com-chain.crt",
|
||||
"sslclientcert": "/etc/pki/rhui/product/content-rhel8.crt",
|
||||
"sslclientkey": "/etc/pki/rhui/content-rhel8.key",
|
||||
"sslverify": "1"
|
||||
},
|
||||
"rhel-8-appstream-beta-rhui-source-rpms": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-beta",
|
||||
"mirrorlist": "https://rhui3.REGION.aws.ce.redhat.com/pulp/mirror/content/beta/rhel8/rhui/8/$basearch/appstream/source/SRPMS",
|
||||
"name": "Red Hat Enterprise Linux 8 for $basearch - AppStream Beta from RHUI (Source RPMs)",
|
||||
"sslcacert": "/etc/pki/rhui/cdn.redhat.com-chain.crt",
|
||||
"sslclientcert": "/etc/pki/rhui/product/content-rhel8.crt",
|
||||
"sslclientkey": "/etc/pki/rhui/content-rhel8.key",
|
||||
"sslverify": "1"
|
||||
},
|
||||
"rhel-8-baseos-beta-rhui-debug-rpms": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-beta",
|
||||
"mirrorlist": "https://rhui3.REGION.aws.ce.redhat.com/pulp/mirror/content/beta/rhel8/rhui/8/$basearch/baseos/debug",
|
||||
"name": "Red Hat Enterprise Linux 8 for $basearch - BaseOS Beta from RHUI (Debug RPMs)",
|
||||
"sslcacert": "/etc/pki/rhui/cdn.redhat.com-chain.crt",
|
||||
"sslclientcert": "/etc/pki/rhui/product/content-rhel8.crt",
|
||||
"sslclientkey": "/etc/pki/rhui/content-rhel8.key",
|
||||
"sslverify": "1"
|
||||
},
|
||||
"rhel-8-baseos-beta-rhui-rpms": {
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-beta",
|
||||
"mirrorlist": "https://rhui3.REGION.aws.ce.redhat.com/pulp/mirror/content/beta/rhel8/rhui/8/$basearch/baseos/os",
|
||||
"name": "Red Hat Enterprise Linux 8 for $basearch - BaseOS Beta from RHUI (RPMs)",
|
||||
"sslcacert": "/etc/pki/rhui/cdn.redhat.com-chain.crt",
|
||||
"sslclientcert": "/etc/pki/rhui/product/content-rhel8.crt",
|
||||
"sslclientkey": "/etc/pki/rhui/content-rhel8.key",
|
||||
"sslverify": "1"
|
||||
},
|
||||
"rhel-8-baseos-beta-rhui-source-rpms": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-beta",
|
||||
"mirrorlist": "https://rhui3.REGION.aws.ce.redhat.com/pulp/mirror/content/beta/rhel8/rhui/8/$basearch/baseos/source/SRPMS",
|
||||
"name": "Red Hat Enterprise Linux 8 for $basearch - BaseOS Beta from RHUI (Source RPMs)",
|
||||
"sslcacert": "/etc/pki/rhui/cdn.redhat.com-chain.crt",
|
||||
"sslclientcert": "/etc/pki/rhui/product/content-rhel8.crt",
|
||||
"sslclientkey": "/etc/pki/rhui/content-rhel8.key",
|
||||
"sslverify": "1"
|
||||
},
|
||||
"rhel-8-supplementary-beta-debug-rhui-rpms": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-beta",
|
||||
"mirrorlist": "https://rhui3.REGION.aws.ce.redhat.com/pulp/mirror//content/beta/rhel8/rhui/8/$basearch/supplementary/debug",
|
||||
"name": "Red Hat Enterprise Linux 8 for $basearch - Supplementary Beta from RHUI (Debug RPMs)",
|
||||
"sslcacert": "/etc/pki/rhui/cdn.redhat.com-chain.crt",
|
||||
"sslclientcert": "/etc/pki/rhui/product/content-rhel8.crt",
|
||||
"sslclientkey": "/etc/pki/rhui/content-rhel8.key",
|
||||
"sslverify": "1"
|
||||
},
|
||||
"rhel-8-supplementary-beta-rhui-rpms": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-beta",
|
||||
"mirrorlist": "https://rhui3.REGION.aws.ce.redhat.com/pulp/mirror//content/beta/rhel8/rhui/8/$basearch/supplementary/os",
|
||||
"name": "Red Hat Enterprise Linux 8 for $basearch - Supplementary Beta from RHUI (RPMs)",
|
||||
"sslcacert": "/etc/pki/rhui/cdn.redhat.com-chain.crt",
|
||||
"sslclientcert": "/etc/pki/rhui/product/content-rhel8.crt",
|
||||
"sslclientkey": "/etc/pki/rhui/content-rhel8.key",
|
||||
"sslverify": "1"
|
||||
},
|
||||
"rhel-8-supplementary-beta-source-rhui-rpms": {
|
||||
"enabled": "0",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-beta",
|
||||
"mirrorlist": "https://rhui3.REGION.aws.ce.redhat.com/pulp/mirror//content/beta/rhel8/rhui/8/$basearch/supplementary/source/SRPMS",
|
||||
"name": "Red Hat Enterprise Linux 8 for $basearch - Supplementary Beta from RHUI (Source RPMs)",
|
||||
"sslcacert": "/etc/pki/rhui/cdn.redhat.com-chain.crt",
|
||||
"sslclientcert": "/etc/pki/rhui/product/content-rhel8.crt",
|
||||
"sslclientkey": "/etc/pki/rhui/content-rhel8.key",
|
||||
"sslverify": "1"
|
||||
}
|
||||
},
|
||||
"redhat-rhui-client-config.repo": {
|
||||
"rhui-client-config-server-8": {
|
||||
"enabled": "1",
|
||||
"gpgcheck": "1",
|
||||
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release",
|
||||
"mirrorlist": "https://rhui3.REGION.aws.ce.redhat.com/pulp/mirror/protected/rhui-client-config/rhel/server/8/$basearch/os",
|
||||
"name": "Red Hat Update Infrastructure 3 Client Configuration Server 8",
|
||||
"sslcacert": "/etc/pki/rhui/cdn.redhat.com-chain.crt",
|
||||
"sslclientcert": "/etc/pki/rhui/product/rhui-client-config-server-8.crt",
|
||||
"sslclientkey": "/etc/pki/rhui/rhui-client-config-server-8.key",
|
||||
"sslverify": "1"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -9812,6 +9812,49 @@
|
|||
"timedatex.service",
|
||||
"udisks2.service"
|
||||
],
|
||||
"ssh_config": {
|
||||
"/etc/ssh": {
|
||||
"ssh_config": [
|
||||
"Include /etc/ssh/ssh_config.d/*.conf"
|
||||
]
|
||||
},
|
||||
"/etc/ssh/ssh_config.d": {
|
||||
"05-redhat.conf": [
|
||||
"Match final all",
|
||||
"Include /etc/crypto-policies/back-ends/openssh.config",
|
||||
"GSSAPIAuthentication yes",
|
||||
"ForwardX11Trusted yes",
|
||||
"SendEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"SendEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"SendEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"SendEnv XMODIFIERS"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sshd_config": {
|
||||
"/etc/ssh": {
|
||||
"sshd_config": [
|
||||
"HostKey /etc/ssh/ssh_host_rsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ecdsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ed25519_key",
|
||||
"SyslogFacility AUTHPRIV",
|
||||
"PermitRootLogin yes",
|
||||
"AuthorizedKeysFile\t.ssh/authorized_keys",
|
||||
"PasswordAuthentication yes",
|
||||
"ChallengeResponseAuthentication no",
|
||||
"GSSAPIAuthentication yes",
|
||||
"GSSAPICleanupCredentials no",
|
||||
"UsePAM yes",
|
||||
"X11Forwarding yes",
|
||||
"PrintMotd no",
|
||||
"AcceptEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"AcceptEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"AcceptEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"AcceptEnv XMODIFIERS",
|
||||
"Subsystem\tsftp\t/usr/libexec/openssh/sftp-server"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sudoers": {
|
||||
"/etc/sudoers": [
|
||||
"Defaults !visiblepw",
|
||||
|
|
|
|||
|
|
@ -10350,6 +10350,17 @@
|
|||
}
|
||||
},
|
||||
"default-target": "graphical.target",
|
||||
"dnf": {
|
||||
"dnf.conf": {
|
||||
"main": {
|
||||
"best": "True",
|
||||
"clean_requirements_on_remove": "True",
|
||||
"gpgcheck": "1",
|
||||
"installonly_limit": "3",
|
||||
"skip_if_unavailable": "False"
|
||||
}
|
||||
}
|
||||
},
|
||||
"dracut": {
|
||||
"/usr/lib/dracut/dracut.conf.d": {
|
||||
"01-dist.conf": {
|
||||
|
|
@ -11132,6 +11143,49 @@
|
|||
"udisks2.service",
|
||||
"unbound-anchor.timer"
|
||||
],
|
||||
"ssh_config": {
|
||||
"/etc/ssh": {
|
||||
"ssh_config": [
|
||||
"Include /etc/ssh/ssh_config.d/*.conf"
|
||||
]
|
||||
},
|
||||
"/etc/ssh/ssh_config.d": {
|
||||
"05-redhat.conf": [
|
||||
"Match final all",
|
||||
"Include /etc/crypto-policies/back-ends/openssh.config",
|
||||
"GSSAPIAuthentication yes",
|
||||
"ForwardX11Trusted yes",
|
||||
"SendEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"SendEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"SendEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"SendEnv XMODIFIERS"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sshd_config": {
|
||||
"/etc/ssh": {
|
||||
"sshd_config": [
|
||||
"HostKey /etc/ssh/ssh_host_rsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ecdsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ed25519_key",
|
||||
"SyslogFacility AUTHPRIV",
|
||||
"PermitRootLogin yes",
|
||||
"AuthorizedKeysFile\t.ssh/authorized_keys",
|
||||
"PasswordAuthentication yes",
|
||||
"ChallengeResponseAuthentication no",
|
||||
"GSSAPIAuthentication yes",
|
||||
"GSSAPICleanupCredentials no",
|
||||
"UsePAM yes",
|
||||
"X11Forwarding yes",
|
||||
"PrintMotd no",
|
||||
"AcceptEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"AcceptEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"AcceptEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"AcceptEnv XMODIFIERS",
|
||||
"Subsystem\tsftp\t/usr/libexec/openssh/sftp-server"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sudoers": {
|
||||
"/etc/sudoers": [
|
||||
"Defaults !visiblepw",
|
||||
|
|
|
|||
|
|
@ -10365,6 +10365,17 @@
|
|||
}
|
||||
},
|
||||
"default-target": "multi-user.target",
|
||||
"dnf": {
|
||||
"dnf.conf": {
|
||||
"main": {
|
||||
"best": "True",
|
||||
"clean_requirements_on_remove": "True",
|
||||
"gpgcheck": "1",
|
||||
"installonly_limit": "3",
|
||||
"skip_if_unavailable": "False"
|
||||
}
|
||||
}
|
||||
},
|
||||
"dracut": {
|
||||
"/usr/lib/dracut/dracut.conf.d": {
|
||||
"01-dist.conf": {
|
||||
|
|
@ -11159,6 +11170,49 @@
|
|||
"tuned.service",
|
||||
"unbound-anchor.timer"
|
||||
],
|
||||
"ssh_config": {
|
||||
"/etc/ssh": {
|
||||
"ssh_config": [
|
||||
"Include /etc/ssh/ssh_config.d/*.conf"
|
||||
]
|
||||
},
|
||||
"/etc/ssh/ssh_config.d": {
|
||||
"05-redhat.conf": [
|
||||
"Match final all",
|
||||
"Include /etc/crypto-policies/back-ends/openssh.config",
|
||||
"GSSAPIAuthentication yes",
|
||||
"ForwardX11Trusted yes",
|
||||
"SendEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"SendEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"SendEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"SendEnv XMODIFIERS"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sshd_config": {
|
||||
"/etc/ssh": {
|
||||
"sshd_config": [
|
||||
"HostKey /etc/ssh/ssh_host_rsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ecdsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ed25519_key",
|
||||
"SyslogFacility AUTHPRIV",
|
||||
"PermitRootLogin yes",
|
||||
"AuthorizedKeysFile\t.ssh/authorized_keys",
|
||||
"PasswordAuthentication yes",
|
||||
"ChallengeResponseAuthentication no",
|
||||
"GSSAPIAuthentication yes",
|
||||
"GSSAPICleanupCredentials no",
|
||||
"UsePAM yes",
|
||||
"X11Forwarding yes",
|
||||
"PrintMotd no",
|
||||
"AcceptEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"AcceptEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"AcceptEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"AcceptEnv XMODIFIERS",
|
||||
"Subsystem\tsftp\t/usr/libexec/openssh/sftp-server"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sudoers": {
|
||||
"/etc/sudoers": [
|
||||
"Defaults !visiblepw",
|
||||
|
|
|
|||
|
|
@ -12768,6 +12768,17 @@
|
|||
}
|
||||
},
|
||||
"default-target": "multi-user.target",
|
||||
"dnf": {
|
||||
"dnf.conf": {
|
||||
"main": {
|
||||
"best": "True",
|
||||
"clean_requirements_on_remove": "True",
|
||||
"gpgcheck": "1",
|
||||
"installonly_limit": "3",
|
||||
"skip_if_unavailable": "False"
|
||||
}
|
||||
}
|
||||
},
|
||||
"dracut": {
|
||||
"/usr/lib/dracut/dracut.conf.d": {
|
||||
"01-dist.conf": {
|
||||
|
|
@ -13655,6 +13666,49 @@
|
|||
"tuned.service",
|
||||
"unbound-anchor.timer"
|
||||
],
|
||||
"ssh_config": {
|
||||
"/etc/ssh": {
|
||||
"ssh_config": [
|
||||
"Include /etc/ssh/ssh_config.d/*.conf"
|
||||
]
|
||||
},
|
||||
"/etc/ssh/ssh_config.d": {
|
||||
"05-redhat.conf": [
|
||||
"Match final all",
|
||||
"Include /etc/crypto-policies/back-ends/openssh.config",
|
||||
"GSSAPIAuthentication yes",
|
||||
"ForwardX11Trusted yes",
|
||||
"SendEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"SendEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"SendEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"SendEnv XMODIFIERS"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sshd_config": {
|
||||
"/etc/ssh": {
|
||||
"sshd_config": [
|
||||
"HostKey /etc/ssh/ssh_host_rsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ecdsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ed25519_key",
|
||||
"SyslogFacility AUTHPRIV",
|
||||
"PermitRootLogin yes",
|
||||
"AuthorizedKeysFile\t.ssh/authorized_keys",
|
||||
"PasswordAuthentication yes",
|
||||
"ChallengeResponseAuthentication no",
|
||||
"GSSAPIAuthentication yes",
|
||||
"GSSAPICleanupCredentials no",
|
||||
"UsePAM yes",
|
||||
"X11Forwarding yes",
|
||||
"PrintMotd no",
|
||||
"AcceptEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"AcceptEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"AcceptEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"AcceptEnv XMODIFIERS",
|
||||
"Subsystem\tsftp\t/usr/libexec/openssh/sftp-server"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sudoers": {
|
||||
"/etc/sudoers": [
|
||||
"Defaults !visiblepw",
|
||||
|
|
|
|||
|
|
@ -6960,6 +6960,30 @@
|
|||
"selinux-autorelabel-mark.service",
|
||||
"sshd.service"
|
||||
],
|
||||
"sshd_config": {
|
||||
"/etc/ssh": {
|
||||
"sshd_config": [
|
||||
"HostKey /etc/ssh/ssh_host_rsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ecdsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ed25519_key",
|
||||
"SyslogFacility AUTHPRIV",
|
||||
"PermitRootLogin yes",
|
||||
"AuthorizedKeysFile\t.ssh/authorized_keys",
|
||||
"PasswordAuthentication yes",
|
||||
"ChallengeResponseAuthentication no",
|
||||
"GSSAPIAuthentication yes",
|
||||
"GSSAPICleanupCredentials no",
|
||||
"UsePAM yes",
|
||||
"X11Forwarding yes",
|
||||
"PrintMotd no",
|
||||
"AcceptEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"AcceptEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"AcceptEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"AcceptEnv XMODIFIERS",
|
||||
"Subsystem\tsftp\t/usr/libexec/openssh/sftp-server"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sysconfig": {
|
||||
"kernel": {
|
||||
"DEFAULTKERNEL": "kernel",
|
||||
|
|
|
|||
|
|
@ -11112,6 +11112,17 @@
|
|||
}
|
||||
},
|
||||
"default-target": "multi-user.target",
|
||||
"dnf": {
|
||||
"dnf.conf": {
|
||||
"main": {
|
||||
"best": "True",
|
||||
"clean_requirements_on_remove": "True",
|
||||
"gpgcheck": "1",
|
||||
"installonly_limit": "3",
|
||||
"skip_if_unavailable": "False"
|
||||
}
|
||||
}
|
||||
},
|
||||
"dracut": {
|
||||
"/usr/lib/dracut/dracut.conf.d": {
|
||||
"01-dist.conf": {
|
||||
|
|
@ -11943,6 +11954,49 @@
|
|||
"tuned.service",
|
||||
"unbound-anchor.timer"
|
||||
],
|
||||
"ssh_config": {
|
||||
"/etc/ssh": {
|
||||
"ssh_config": [
|
||||
"Include /etc/ssh/ssh_config.d/*.conf"
|
||||
]
|
||||
},
|
||||
"/etc/ssh/ssh_config.d": {
|
||||
"05-redhat.conf": [
|
||||
"Match final all",
|
||||
"Include /etc/crypto-policies/back-ends/openssh.config",
|
||||
"GSSAPIAuthentication yes",
|
||||
"ForwardX11Trusted yes",
|
||||
"SendEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"SendEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"SendEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"SendEnv XMODIFIERS"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sshd_config": {
|
||||
"/etc/ssh": {
|
||||
"sshd_config": [
|
||||
"HostKey /etc/ssh/ssh_host_rsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ecdsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ed25519_key",
|
||||
"SyslogFacility AUTHPRIV",
|
||||
"PermitRootLogin yes",
|
||||
"AuthorizedKeysFile\t.ssh/authorized_keys",
|
||||
"PasswordAuthentication yes",
|
||||
"ChallengeResponseAuthentication no",
|
||||
"GSSAPIAuthentication yes",
|
||||
"GSSAPICleanupCredentials no",
|
||||
"UsePAM yes",
|
||||
"X11Forwarding yes",
|
||||
"PrintMotd no",
|
||||
"AcceptEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"AcceptEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"AcceptEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"AcceptEnv XMODIFIERS",
|
||||
"Subsystem\tsftp\t/usr/libexec/openssh/sftp-server"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sudoers": {
|
||||
"/etc/sudoers": [
|
||||
"Defaults !visiblepw",
|
||||
|
|
|
|||
|
|
@ -13948,6 +13948,17 @@
|
|||
}
|
||||
},
|
||||
"default-target": "multi-user.target",
|
||||
"dnf": {
|
||||
"dnf.conf": {
|
||||
"main": {
|
||||
"best": "True",
|
||||
"clean_requirements_on_remove": "True",
|
||||
"gpgcheck": "1",
|
||||
"installonly_limit": "3",
|
||||
"skip_if_unavailable": "False"
|
||||
}
|
||||
}
|
||||
},
|
||||
"dracut": {
|
||||
"/usr/lib/dracut/dracut.conf.d": {
|
||||
"01-dist.conf": {
|
||||
|
|
@ -14871,6 +14882,49 @@
|
|||
"tuned.service",
|
||||
"unbound-anchor.timer"
|
||||
],
|
||||
"ssh_config": {
|
||||
"/etc/ssh": {
|
||||
"ssh_config": [
|
||||
"Include /etc/ssh/ssh_config.d/*.conf"
|
||||
]
|
||||
},
|
||||
"/etc/ssh/ssh_config.d": {
|
||||
"05-redhat.conf": [
|
||||
"Match final all",
|
||||
"Include /etc/crypto-policies/back-ends/openssh.config",
|
||||
"GSSAPIAuthentication yes",
|
||||
"ForwardX11Trusted yes",
|
||||
"SendEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"SendEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"SendEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"SendEnv XMODIFIERS"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sshd_config": {
|
||||
"/etc/ssh": {
|
||||
"sshd_config": [
|
||||
"HostKey /etc/ssh/ssh_host_rsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ecdsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ed25519_key",
|
||||
"SyslogFacility AUTHPRIV",
|
||||
"PermitRootLogin yes",
|
||||
"AuthorizedKeysFile\t.ssh/authorized_keys",
|
||||
"PasswordAuthentication yes",
|
||||
"ChallengeResponseAuthentication no",
|
||||
"GSSAPIAuthentication yes",
|
||||
"GSSAPICleanupCredentials no",
|
||||
"UsePAM yes",
|
||||
"X11Forwarding yes",
|
||||
"PrintMotd no",
|
||||
"AcceptEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"AcceptEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"AcceptEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"AcceptEnv XMODIFIERS",
|
||||
"Subsystem\tsftp\t/usr/libexec/openssh/sftp-server"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sudoers": {
|
||||
"/etc/sudoers": [
|
||||
"Defaults !visiblepw",
|
||||
|
|
|
|||
|
|
@ -7343,6 +7343,30 @@
|
|||
"selinux-autorelabel-mark.service",
|
||||
"sshd.service"
|
||||
],
|
||||
"sshd_config": {
|
||||
"/etc/ssh": {
|
||||
"sshd_config": [
|
||||
"HostKey /etc/ssh/ssh_host_rsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ecdsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ed25519_key",
|
||||
"SyslogFacility AUTHPRIV",
|
||||
"PermitRootLogin yes",
|
||||
"AuthorizedKeysFile\t.ssh/authorized_keys",
|
||||
"PasswordAuthentication yes",
|
||||
"ChallengeResponseAuthentication no",
|
||||
"GSSAPIAuthentication yes",
|
||||
"GSSAPICleanupCredentials no",
|
||||
"UsePAM yes",
|
||||
"X11Forwarding yes",
|
||||
"PrintMotd no",
|
||||
"AcceptEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"AcceptEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"AcceptEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"AcceptEnv XMODIFIERS",
|
||||
"Subsystem\tsftp\t/usr/libexec/openssh/sftp-server"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sysconfig": {
|
||||
"kernel": {
|
||||
"DEFAULTKERNEL": "kernel",
|
||||
|
|
|
|||
|
|
@ -11817,6 +11817,17 @@
|
|||
}
|
||||
},
|
||||
"default-target": "multi-user.target",
|
||||
"dnf": {
|
||||
"dnf.conf": {
|
||||
"main": {
|
||||
"best": "True",
|
||||
"clean_requirements_on_remove": "True",
|
||||
"gpgcheck": "1",
|
||||
"installonly_limit": "3",
|
||||
"skip_if_unavailable": "False"
|
||||
}
|
||||
}
|
||||
},
|
||||
"dracut": {
|
||||
"/usr/lib/dracut/dracut.conf.d": {
|
||||
"01-dist.conf": {
|
||||
|
|
@ -12619,6 +12630,49 @@
|
|||
"tuned.service",
|
||||
"unbound-anchor.timer"
|
||||
],
|
||||
"ssh_config": {
|
||||
"/etc/ssh": {
|
||||
"ssh_config": [
|
||||
"Include /etc/ssh/ssh_config.d/*.conf"
|
||||
]
|
||||
},
|
||||
"/etc/ssh/ssh_config.d": {
|
||||
"05-redhat.conf": [
|
||||
"Match final all",
|
||||
"Include /etc/crypto-policies/back-ends/openssh.config",
|
||||
"GSSAPIAuthentication yes",
|
||||
"ForwardX11Trusted yes",
|
||||
"SendEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"SendEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"SendEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"SendEnv XMODIFIERS"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sshd_config": {
|
||||
"/etc/ssh": {
|
||||
"sshd_config": [
|
||||
"HostKey /etc/ssh/ssh_host_rsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ecdsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ed25519_key",
|
||||
"SyslogFacility AUTHPRIV",
|
||||
"PermitRootLogin yes",
|
||||
"AuthorizedKeysFile\t.ssh/authorized_keys",
|
||||
"PasswordAuthentication yes",
|
||||
"ChallengeResponseAuthentication no",
|
||||
"GSSAPIAuthentication yes",
|
||||
"GSSAPICleanupCredentials no",
|
||||
"UsePAM yes",
|
||||
"X11Forwarding yes",
|
||||
"PrintMotd no",
|
||||
"AcceptEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"AcceptEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"AcceptEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"AcceptEnv XMODIFIERS",
|
||||
"Subsystem\tsftp\t/usr/libexec/openssh/sftp-server"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sudoers": {
|
||||
"/etc/sudoers": [
|
||||
"Defaults !visiblepw",
|
||||
|
|
|
|||
|
|
@ -14111,6 +14111,17 @@
|
|||
}
|
||||
},
|
||||
"default-target": "multi-user.target",
|
||||
"dnf": {
|
||||
"dnf.conf": {
|
||||
"main": {
|
||||
"best": "True",
|
||||
"clean_requirements_on_remove": "True",
|
||||
"gpgcheck": "1",
|
||||
"installonly_limit": "3",
|
||||
"skip_if_unavailable": "False"
|
||||
}
|
||||
}
|
||||
},
|
||||
"dracut": {
|
||||
"/usr/lib/dracut/dracut.conf.d": {
|
||||
"01-dist.conf": {
|
||||
|
|
@ -15005,6 +15016,49 @@
|
|||
"tuned.service",
|
||||
"unbound-anchor.timer"
|
||||
],
|
||||
"ssh_config": {
|
||||
"/etc/ssh": {
|
||||
"ssh_config": [
|
||||
"Include /etc/ssh/ssh_config.d/*.conf"
|
||||
]
|
||||
},
|
||||
"/etc/ssh/ssh_config.d": {
|
||||
"05-redhat.conf": [
|
||||
"Match final all",
|
||||
"Include /etc/crypto-policies/back-ends/openssh.config",
|
||||
"GSSAPIAuthentication yes",
|
||||
"ForwardX11Trusted yes",
|
||||
"SendEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"SendEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"SendEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"SendEnv XMODIFIERS"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sshd_config": {
|
||||
"/etc/ssh": {
|
||||
"sshd_config": [
|
||||
"HostKey /etc/ssh/ssh_host_rsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ecdsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ed25519_key",
|
||||
"SyslogFacility AUTHPRIV",
|
||||
"PermitRootLogin yes",
|
||||
"AuthorizedKeysFile\t.ssh/authorized_keys",
|
||||
"PasswordAuthentication yes",
|
||||
"ChallengeResponseAuthentication no",
|
||||
"GSSAPIAuthentication yes",
|
||||
"GSSAPICleanupCredentials no",
|
||||
"UsePAM yes",
|
||||
"X11Forwarding yes",
|
||||
"PrintMotd no",
|
||||
"AcceptEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"AcceptEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"AcceptEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"AcceptEnv XMODIFIERS",
|
||||
"Subsystem\tsftp\t/usr/libexec/openssh/sftp-server"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sudoers": {
|
||||
"/etc/sudoers": [
|
||||
"Defaults !visiblepw",
|
||||
|
|
|
|||
|
|
@ -8478,7 +8478,7 @@
|
|||
"id": "rhel-20210322163432-4.18.0-299.1.el8.s390x",
|
||||
"initrd": "/boot/initramfs-4.18.0-299.1.el8.s390x.img",
|
||||
"linux": "/boot/vmlinuz-4.18.0-299.1.el8.s390x",
|
||||
"options": "root=UUID=c15851aa-1615-4898-8051-fff0e8518320 rootflags=subvol=root",
|
||||
"options": "root=UUID=b9867d4e-38c1-4bed-a75d-57debfed3565 rootflags=subvol=root",
|
||||
"title": "Red Hat Enterprise Linux (4.18.0-299.1.el8.s390x) 8.5 (Ootpa)",
|
||||
"version": "4.18.0-299.1.el8.s390x"
|
||||
}
|
||||
|
|
@ -8876,6 +8876,30 @@
|
|||
"selinux-autorelabel-mark.service",
|
||||
"sshd.service"
|
||||
],
|
||||
"sshd_config": {
|
||||
"/etc/ssh": {
|
||||
"sshd_config": [
|
||||
"HostKey /etc/ssh/ssh_host_rsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ecdsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ed25519_key",
|
||||
"SyslogFacility AUTHPRIV",
|
||||
"PermitRootLogin yes",
|
||||
"AuthorizedKeysFile\t.ssh/authorized_keys",
|
||||
"PasswordAuthentication yes",
|
||||
"ChallengeResponseAuthentication no",
|
||||
"GSSAPIAuthentication yes",
|
||||
"GSSAPICleanupCredentials no",
|
||||
"UsePAM yes",
|
||||
"X11Forwarding yes",
|
||||
"PrintMotd no",
|
||||
"AcceptEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"AcceptEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"AcceptEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"AcceptEnv XMODIFIERS",
|
||||
"Subsystem\tsftp\t/usr/libexec/openssh/sftp-server"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sysconfig": {
|
||||
"kernel": {
|
||||
"DEFAULTKERNEL": "kernel",
|
||||
|
|
|
|||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue