[sepolicy] allow system_server to ioctl INCFS_IOC_GET_LAST_READ_ERROR am: 979a1f8f34

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

Change-Id: I5d7a81ccc2a7530214d626fb208b2e07bb5229c0
This commit is contained in:
Songchun Fan 2021-04-30 17:01:56 +00:00 committed by Automerger Merge Worker
commit 94242d39fb
2 changed files with 2 additions and 0 deletions

View file

@ -34,6 +34,7 @@ allowxperm system_server incremental_control_file:file ioctl {
INCFS_IOCTL_PERMIT_FILL
INCFS_IOCTL_GET_READ_TIMEOUTS
INCFS_IOCTL_SET_READ_TIMEOUTS
INCFS_IOCTL_GET_LAST_READ_ERROR
};
# To get signature of an APK installed on Incremental File System, and fill in data

View file

@ -1072,6 +1072,7 @@ define(`INCFS_IOCTL_CREATE_MAPPED_FILE', `0x00006723')
define(`INCFS_IOCTL_GET_BLOCK_COUNT', `0x00006724')
define(`INCFS_IOCTL_GET_READ_TIMEOUTS', `0x00006725')
define(`INCFS_IOCTL_SET_READ_TIMEOUTS', `0x00006726')
define(`INCFS_IOCTL_GET_LAST_READ_ERROR', `0x00006727')
define(`IOCTL_EVTCHN_BIND_INTERDOMAIN', `0x00084501')
define(`IOCTL_EVTCHN_BIND_UNBOUND_PORT', `0x00044502')
define(`IOCTL_EVTCHN_BIND_VIRQ', `0x00044500')