klinesjiang 2ce657ec4f [Gyotaku] Add the access /data/vendor/gyotaku sepolicy for gyotaku_app domain
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
2024-02-21 03:51:35 +00:00

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;
')