To prevent the barbet build break, add sepolicy to gyotaku dump folder. Bug: 310110649 Test: Local build barbet(Pixel 5a) and Husky(Pixel 8), trigger a new bugreport from Husky(Pixel 8) the result passed. Change-Id: I09a46249644774c679a0cfa687b2b41ba82120c1
6 lines
201 B
Plaintext
6 lines
201 B
Plaintext
userdebug_or_eng(`
|
|
# For access /data/vendor/gyotaku folder
|
|
allow gyotaku_app gyotaku_vendor_data_file:dir create_dir_perms;
|
|
allow gyotaku_app gyotaku_vendor_data_file:file create_file_perms;
|
|
')
|