Revert "Policy for overlay_remounter"

This reverts commit 879909f4d6e803f74cb2c24ba24183ef05574aa7.

Reason for revert: New Build Breakage: git_main/husky-next-user @ 12974710

Change-Id: I1b5ea9552632ee081966e76875799b61058c3cb5
diff --git a/tests/policy.py b/tests/policy.py
index cf93ed7..98133b7 100644
--- a/tests/policy.py
+++ b/tests/policy.py
@@ -589,7 +589,7 @@
                 vendor = any(MatchPathPrefix(path, prefix) for prefix in
                              ["/vendor", "/odm"])
                 system = any(MatchPathPrefix(path, prefix) for prefix in
-                             ["/init", "/system_ext", "/product", "/second_stage_resources" ])
+                             ["/init", "/system_ext", "/product" ])
 
                 # only mark entrypoint as system if it is not in legacy /system/vendor
                 if MatchPathPrefix(path, "/system/vendor"):