Merge "Add ioctl FS_IOC_GETFLAGS access for gsid"

This commit is contained in:
Yo Chiang 2020-08-20 04:09:03 +00:00 committed by Gerrit Code Review
commit 36370e8242

View file

@ -133,7 +133,10 @@ allow gsid {
allowxperm gsid { allowxperm gsid {
gsi_data_file gsi_data_file
ota_image_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; allow gsid system_server:binder call;