Merge "Let system_server truncate tombstones." am: ae73b479fc
Original change: https://android-review.googlesource.com/c/platform/system/sepolicy/+/1568746 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I43c72bb552d95a7dd531b1965d2f530207a6b84d
This commit is contained in:
commit
734f5a3120
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