Merge "Add wakelock access for storageproxyd" into sc-dev

This commit is contained in:
Wenhao Wang 2021-07-16 17:12:01 +00:00 committed by Android (Google) Code Review
commit 5305955a86

View file

@ -1,6 +1,9 @@
type sg_device, dev_type;
type persist_ss_file, file_type, vendor_persist_type;
# Handle wake locks
wakelock_use(tee)
allow tee persist_ss_file:file create_file_perms;
allow tee persist_ss_file:dir create_dir_perms;
allow tee persist_file:dir r_dir_perms;