Merge "Add policycoreutils package mappings for RHEL/Centos 9"
This commit is contained in:
commit
70378de688
@ -11,7 +11,7 @@ ca-certificates:
|
|||||||
# selinux-targeted policy and related tools
|
# selinux-targeted policy and related tools
|
||||||
selinux-policy:
|
selinux-policy:
|
||||||
selinux-policy-targeted:
|
selinux-policy-targeted:
|
||||||
libselinux-python:
|
python3-libselinux:
|
||||||
policycoreutils:
|
python3-policycoreutils:
|
||||||
policycoreutils-python:
|
policycoreutils-python-utils:
|
||||||
rng-tools:
|
rng-tools:
|
||||||
|
@ -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": {
|
"release": {
|
||||||
"rhel": {
|
"rhel": {
|
||||||
"8": {
|
"7": {
|
||||||
"libselinux-python": "python3-libselinux",
|
"python3-libselinux": "libselinux-python",
|
||||||
"policycoreutils": "python3-policycoreutils",
|
"python3-policycoreutils": "policycoreutils",
|
||||||
"policycoreutils-python": "policycoreutils-python-utils"
|
"policycoreutils-python-utils": "policycoreutils-python"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"centos": {
|
"centos": {
|
||||||
"8": {
|
"7": {
|
||||||
"libselinux-python": "python3-libselinux",
|
"python3-libselinux": "libselinux-python",
|
||||||
"policycoreutils": "python3-policycoreutils",
|
"python3-policycoreutils": "policycoreutils",
|
||||||
"policycoreutils-python": "policycoreutils-python-utils"
|
"policycoreutils-python-utils": "policycoreutils-python"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user