commit | 36370e824254b21b2d52b6dfac78b10cadcae522 | [log] [tgz] |
---|---|---|
author | Yo Chiang <yochiang@google.com> | Thu Aug 20 04:09:03 2020 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Aug 20 04:09:03 2020 +0000 |
tree | 14f7339da70fe30b81c405cbba0d365f6591091a | |
parent | 46dd4be36658ff252992b8c7a04825f00aad51bd [diff] | |
parent | a5d256282e42deb3644c8871187d7e080095b96a [diff] |
Merge "Add ioctl FS_IOC_GETFLAGS access for gsid"
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;