diff --git a/meta-oniro-core/recipes-containers/podman/podman_%.bbappend b/meta-oniro-core/recipes-containers/podman/podman_%.bbappend
deleted file mode 100644
index 351bdb964e7a6b1f71258243ded6e36f2e74c175..0000000000000000000000000000000000000000
--- a/meta-oniro-core/recipes-containers/podman/podman_%.bbappend
+++ /dev/null
@@ -1,16 +0,0 @@
-# SPDX-FileCopyrightText: Huawei Inc.
-#
-# SPDX-License-Identifier: Apache-2.0
-
-inherit writables
-
-WRITABLES = "rootuser-netconfig"
-WRITABLE_PATH[rootuser-netconfig] = "/etc/cni/net.d"
-
-do_install:append() {
-	if ${@bb.utils.contains('PACKAGECONFIG', 'rootless', 'true', 'false', d)}; then
-		# Make sure that the Oniro defaults gets overridden by this.
-		mv "${D}${sysconfdir}/sysctl.d/00-podman-rootless.conf" \
-			"${D}${sysconfdir}/sysctl.d/50-podman-rootless.conf"
-	fi
-}