File tree 2 files changed +4
-4
lines changed
prebuilts/api/30.0/public
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -65,10 +65,10 @@ allow kernel vold:fd use;
65
65
allow kernel { app_data_file privapp_data_file }:file read;
66
66
allow kernel asec_image_file:file read;
67
67
68
- # Allow reading loop device in update_engine_unittests. (b/28319454)
68
+ # Allow mounting loop device in update_engine_unittests. (b/28319454)
69
69
# and for LTP kernel tests (b/73220071)
70
70
userdebug_or_eng(`
71
- allow kernel update_engine_data_file:file read;
71
+ allow kernel update_engine_data_file:file { read write } ;
72
72
allow kernel nativetest_data_file:file { read write };
73
73
')
74
74
Original file line number Diff line number Diff line change @@ -65,10 +65,10 @@ allow kernel vold:fd use;
65
65
allow kernel { app_data_file privapp_data_file }:file read;
66
66
allow kernel asec_image_file:file read;
67
67
68
- # Allow reading loop device in update_engine_unittests. (b/28319454)
68
+ # Allow mounting loop device in update_engine_unittests. (b/28319454)
69
69
# and for LTP kernel tests (b/73220071)
70
70
userdebug_or_eng(`
71
- allow kernel update_engine_data_file:file read;
71
+ allow kernel update_engine_data_file:file { read write } ;
72
72
allow kernel nativetest_data_file:file { read write };
73
73
')
74
74
You can’t perform that action at this time.
0 commit comments