Merge "Add ioctl FS_IOC_GETFLAGS access for gsid" am: 36370e8242

Original change: https://android-review.googlesource.com/c/platform/system/sepolicy/+/1403273

Change-Id: I54724cebccf7fa14f3e1ba20ba5bca1ca20d3ccb
diff --git a/private/gsid.te b/private/gsid.te
index 3ff9d67..9d07adb 100644
--- a/private/gsid.te
+++ b/private/gsid.te
@@ -133,7 +133,10 @@
 allowxperm gsid {
       gsi_data_file
       ota_image_data_file
-}:file ioctl FS_IOC_FIEMAP;
+}:file ioctl {
+      FS_IOC_FIEMAP
+      FS_IOC_GETFLAGS
+};
 
 allow gsid system_server:binder call;