Grant Shell SETUP_FSVERITY permission

The permission was recently added to a new API in V in order to limit
the initial launch scope from 3P apps. To keep CTS test coverage, grant
shell the permission.

Bug: 285185747
Test: atest android.security.cts.FileIntegrityManagerTest
Change-Id: I0f22aaef6b5d6418d4ea12557b1e81b3fa5eb7af
diff --git a/packages/Shell/AndroidManifest.xml b/packages/Shell/AndroidManifest.xml
index b94e224..46bf494 100644
--- a/packages/Shell/AndroidManifest.xml
+++ b/packages/Shell/AndroidManifest.xml
@@ -934,6 +934,9 @@
     <!-- Permission required for Cts test - CtsSettingsTestCases -->
     <uses-permission android:name="android.permission.PREPARE_FACTORY_RESET" />
 
+    <!-- Permission required for CTS test - FileIntegrityManagerTest -->
+    <uses-permission android:name="android.permission.SETUP_FSVERITY" />
+
     <application
         android:label="@string/app_label"
         android:theme="@android:style/Theme.DeviceDefault.DayNight"