diff --git a/.gitignore b/.gitignore
index ef94815..c41e76c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,3 @@
 SOURCES/container-selinux.tgz
-SOURCES/selinux-policy-69f08ca.tar.gz
-SOURCES/selinux-policy-contrib-58ad0c6.tar.gz
+SOURCES/selinux-policy-5518ff0.tar.gz
+SOURCES/selinux-policy-contrib-2877823.tar.gz
diff --git a/.selinux-policy.metadata b/.selinux-policy.metadata
index 40294ae..453e80c 100644
--- a/.selinux-policy.metadata
+++ b/.selinux-policy.metadata
@@ -1,3 +1,3 @@
-c756a5380431581b13d6c68417202e00015a7ef7 SOURCES/container-selinux.tgz
-8a5ddc921e8fdcf4b4aa42d472d064e3b64ef414 SOURCES/selinux-policy-69f08ca.tar.gz
-7bc2148eecd91474263b434a411e26732319fe6f SOURCES/selinux-policy-contrib-58ad0c6.tar.gz
+14d54b0e1b85e9b1f95ac1f50220f521b87eac8a SOURCES/container-selinux.tgz
+cab866f8c09924ed3665ee046f4f74f6ad0d2ba3 SOURCES/selinux-policy-5518ff0.tar.gz
+39ec579b26adfdfe7bbd9a0ff9cff70bd8da714d SOURCES/selinux-policy-contrib-2877823.tar.gz
diff --git a/SPECS/selinux-policy.spec b/SPECS/selinux-policy.spec
index f52de9b..0e1284b 100644
--- a/SPECS/selinux-policy.spec
+++ b/SPECS/selinux-policy.spec
@@ -1,11 +1,11 @@
 # github repo with selinux-policy base sources
 %global git0 https://github.com/fedora-selinux/selinux-policy
-%global commit0 69f08cae339813fbcaaad35e75a033f7ecd66037
+%global commit0 5518ff0abd88777d0a28600d4f6e89489a3c2905
 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
 
 # github repo with selinux-policy contrib sources
 %global git1 https://github.com/fedora-selinux/selinux-policy-contrib
-%global commit1 58ad0c627362a116b66219ac502261b07800e898
+%global commit1 28778236d14c26540b43d2b446221cb0c2c9eac0
 %global shortcommit1 %(c=%{commit1}; echo ${c:0:7})
 
 %define distro redhat
@@ -29,7 +29,7 @@
 Summary: SELinux policy configuration
 Name: selinux-policy
 Version: 3.14.3
-Release: 114%{?dist}
+Release: 115%{?dist}
 License: GPLv2+
 Source: %{git0}/archive/%{commit0}/%{name}-%{shortcommit0}.tar.gz
 Source29: %{git1}/archive/%{commit1}/%{name}-contrib-%{shortcommit1}.tar.gz
@@ -717,6 +717,24 @@ exit 0
 %endif
 
 %changelog
+* Thu Jan 26 2023 Zdenek Pytela <zpytela@redhat.com> - 3.14.3-115
+- Fix syntax problem in redis.te
+Resolves: rhbz#2112228
+- Allow unconfined user filetransition for sudo log files
+Resolves: rhbz#2164047
+- Allow winbind-rpcd make a TCP connection to the ldap port
+Resolves: rhbz#2152642
+- Allow winbind-rpcd manage samba_share_t files and dirs
+Resolves: rhbz#2152642
+- Allow insights-client work with su and lpstat
+Resolves: rhbz#2134125
+- Allow insights-client read nvme devices
+Resolves: rhbz#2143878
+- Allow insights-client tcp connect to all ports
+Resolves: rhbz#2143878
+- Allow redis-sentinel execute a notification script
+Resolves: rhbz#2112228
+
 * Thu Jan 12 2023 Zdenek Pytela <zpytela@redhat.com> - 3.14.3-114
 - Add interfaces in domain, files, and unconfined modules
 Resolves: rhbz#2141311