Let system_server truncate tombstones.
Test: manual Change-Id: If352a98309dc2aa19157c6fc5d65577741ccbaad
This commit is contained in:
parent
9b20cadf4a
commit
7ae03a5eb6
1 changed files with 3 additions and 0 deletions
|
@ -529,6 +529,9 @@ allow system_server textclassifier_data_file:file create_file_perms;
|
|||
allow system_server tombstone_data_file:dir r_dir_perms;
|
||||
allow system_server tombstone_data_file:file r_file_perms;
|
||||
|
||||
# Allow write access to be able to truncate tombstones.
|
||||
allow system_server tombstone_data_file:file write;
|
||||
|
||||
# Manage /data/misc/vpn.
|
||||
allow system_server vpn_data_file:dir create_dir_perms;
|
||||
allow system_server vpn_data_file:file create_file_perms;
|
||||
|
|
Loading…
Reference in a new issue