Skip to content

Commit d7bcf17

Browse files
author
android-build-team Robot
committed
Snap for 6755001 from 112a122 to rvc-qpr1-release
Change-Id: Ic843d6d636513bb0d54e43f3576242710091daac
2 parents 0f0954c + 112a122 commit d7bcf17

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

prebuilts/api/30.0/private/apexd.te

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ allowxperm apexd loop_device:blk_file ioctl {
3737
LOOP_SET_DIRECT_IO
3838
LOOP_CLR_FD
3939
BLKFLSBUF
40+
LOOP_CONFIGURE
4041
};
4142
# allow apexd to access /dev/block
4243
allow apexd block_device:dir r_dir_perms;

prebuilts/api/30.0/public/ioctl_defines

+1
Original file line numberDiff line numberDiff line change
@@ -1370,6 +1370,7 @@ define(`LOGGER_GET_VERSION', `0x0000ae05')
13701370
define(`LOGGER_SET_VERSION', `0x0000ae06')
13711371
define(`LOOP_CHANGE_FD', `0x00004c06')
13721372
define(`LOOP_CLR_FD', `0x00004c01')
1373+
define(`LOOP_CONFIGURE', `0x00004c0a')
13731374
define(`LOOP_CTL_ADD', `0x00004c80')
13741375
define(`LOOP_CTL_GET_FREE', `0x00004c82')
13751376
define(`LOOP_CTL_REMOVE', `0x00004c81')

private/apexd.te

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ allowxperm apexd loop_device:blk_file ioctl {
3737
LOOP_SET_DIRECT_IO
3838
LOOP_CLR_FD
3939
BLKFLSBUF
40+
LOOP_CONFIGURE
4041
};
4142
# allow apexd to access /dev/block
4243
allow apexd block_device:dir r_dir_perms;

public/ioctl_defines

+1
Original file line numberDiff line numberDiff line change
@@ -1370,6 +1370,7 @@ define(`LOGGER_GET_VERSION', `0x0000ae05')
13701370
define(`LOGGER_SET_VERSION', `0x0000ae06')
13711371
define(`LOOP_CHANGE_FD', `0x00004c06')
13721372
define(`LOOP_CLR_FD', `0x00004c01')
1373+
define(`LOOP_CONFIGURE', `0x00004c0a')
13731374
define(`LOOP_CTL_ADD', `0x00004c80')
13741375
define(`LOOP_CTL_GET_FREE', `0x00004c82')
13751376
define(`LOOP_CTL_REMOVE', `0x00004c81')

0 commit comments

Comments
 (0)