Add policycoreutils package mappings for RHEL/Centos 9

Change-Id: I69f0bc39b3ff4759bb66cea76112901ea8afff68
This commit is contained in:
Steve Baker 2021-08-17 17:27:36 +12:00
parent fd63fe6999
commit 017ba12eb0
2 changed files with 11 additions and 23 deletions

View File

@ -11,7 +11,7 @@ ca-certificates:
# selinux-targeted policy and related tools
selinux-policy:
selinux-policy-targeted:
libselinux-python:
policycoreutils:
policycoreutils-python:
python3-libselinux:
python3-policycoreutils:
policycoreutils-python-utils:
rng-tools:

View File

@ -1,29 +1,17 @@
{
"distro": {
"fedora": {
"libselinux-python": "python3-libselinux",
"policycoreutils": "python3-policycoreutils",
"policycoreutils-python": "policycoreutils-python-utils"
},
"openeuler": {
"libselinux-python": "python3-libselinux",
"policycoreutils": "python3-policycoreutils",
"policycoreutils-python": "policycoreutils-python-utils"
}
},
"release": {
"rhel": {
"8": {
"libselinux-python": "python3-libselinux",
"policycoreutils": "python3-policycoreutils",
"policycoreutils-python": "policycoreutils-python-utils"
"7": {
"python3-libselinux": "libselinux-python",
"python3-policycoreutils": "policycoreutils",
"policycoreutils-python-utils": "policycoreutils-python"
}
},
"centos": {
"8": {
"libselinux-python": "python3-libselinux",
"policycoreutils": "python3-policycoreutils",
"policycoreutils-python": "policycoreutils-python-utils"
"7": {
"python3-libselinux": "libselinux-python",
"python3-policycoreutils": "policycoreutils",
"policycoreutils-python-utils": "policycoreutils-python"
}
}
}