[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
This commit is contained in:
parent
fa85ee0e2c
commit
2ce657ec4f
5
gyotaku_app/dump/gyotaku_app.te
Normal file
5
gyotaku_app/dump/gyotaku_app.te
Normal file
@ -0,0 +1,5 @@
|
||||
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;
|
||||
')
|
Loading…
x
Reference in New Issue
Block a user