Skip to content

Commit 11787c5

Browse files
author
android-build-team Robot
committed
Snap for 6672721 from 6ec36ff to rvc-qpr1-release
Change-Id: If033855bed21bc91af9f5463a54530a403ad7428
2 parents f9c56d0 + 6ec36ff commit 11787c5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

prebuilts/api/30.0/public/kernel.te

+2-2
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,10 @@ allow kernel vold:fd use;
6565
allow kernel { app_data_file privapp_data_file }:file read;
6666
allow kernel asec_image_file:file read;
6767

68-
# Allow reading loop device in update_engine_unittests. (b/28319454)
68+
# Allow mounting loop device in update_engine_unittests. (b/28319454)
6969
# and for LTP kernel tests (b/73220071)
7070
userdebug_or_eng(`
71-
allow kernel update_engine_data_file:file read;
71+
allow kernel update_engine_data_file:file { read write };
7272
allow kernel nativetest_data_file:file { read write };
7373
')
7474

public/kernel.te

+2-2
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,10 @@ allow kernel vold:fd use;
6565
allow kernel { app_data_file privapp_data_file }:file read;
6666
allow kernel asec_image_file:file read;
6767

68-
# Allow reading loop device in update_engine_unittests. (b/28319454)
68+
# Allow mounting loop device in update_engine_unittests. (b/28319454)
6969
# and for LTP kernel tests (b/73220071)
7070
userdebug_or_eng(`
71-
allow kernel update_engine_data_file:file read;
71+
allow kernel update_engine_data_file:file { read write };
7272
allow kernel nativetest_data_file:file { read write };
7373
')
7474

0 commit comments

Comments
 (0)