Merge "Add ioctl FS_IOC_GETFLAGS access for gsid"
This commit is contained in:
commit
36370e8242
1 changed files with 4 additions and 1 deletions
|
@ -133,7 +133,10 @@ allow gsid {
|
|||
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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue