From 62292ef5af21c46824e149dd8878a3f0a6766d0b Mon Sep 17 00:00:00 2001 From: Nolen Johnson Date: Sun, 17 Mar 2024 12:55:22 -0400 Subject: [PATCH] exynos9610: Restorecon /data/vendor/wifi on post-fs-data * No clue why this just started, but things aren't getting labeled right. Change-Id: I5b732d3b9f963ac4405f3e5abeaf74ca5a23f194 --- configs/init/init.exynos9610.rc | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/init/init.exynos9610.rc b/configs/init/init.exynos9610.rc index 3e26884..255f785 100644 --- a/configs/init/init.exynos9610.rc +++ b/configs/init/init.exynos9610.rc @@ -176,6 +176,7 @@ on post-fs-data exec u:r:vendor_toolbox:s0 -- /vendor/bin/toybox_vendor find /data/vendor -type d \ -exec /vendor/bin/toybox_vendor setfattr -x security.sehash {} \; restorecon_recursive /data/vendor + restorecon_recursive /data/vendor/wifi # Exynos Data folder mkdir /data/vendor 0775 root system -- 2.20.1