mirror of
https://github.com/Evolution-X-Devices/device_google_gs201
synced 2026-02-02 02:28:22 +00:00
betterbug: Fixed sepolicy related to File [DO NOT MERGE]
Added File Attachment sepolicy for betterbug Bug: 237287659 Test: Attach files from local directory and confirm it can be attached. Signed-off-by: George Lee <geolee@google.com> Change-Id: Ie2ee163794a4b955915a1b62b12d5aa625931034
This commit is contained in:
committed by
TreeHugger Robot
parent
35112bba62
commit
8427e1db8d
@@ -3,6 +3,7 @@ type better_bug_app, domain, coredomain;
|
||||
userdebug_or_eng(`
|
||||
app_domain(better_bug_app)
|
||||
net_domain(better_bug_app)
|
||||
allow better_bug_app shell_data_file:file read;
|
||||
allow better_bug_app app_api_service:service_manager find;
|
||||
allow better_bug_app system_api_service:service_manager find;
|
||||
allow better_bug_app privapp_data_file:file execute;
|
||||
|
||||
Reference in New Issue
Block a user