Skip to content
Snippets Groups Projects
Commit d61f6eb5 authored by Patrick Tjin's avatar Patrick Tjin Committed by android-build-merger
Browse files

sepolicy: add support for devices without cache partition am: ad7a0ad2

am: 66d17fbc

* commit '66d17fbc':
  sepolicy: add support for devices without cache partition

Change-Id: I7ec83e5add6d98b866a038778d3a4bfd89fedca8
parents e303e2f5 66d17fbc
No related branches found
No related tags found
No related merge requests found
...@@ -348,6 +348,13 @@ ...@@ -348,6 +348,13 @@
# LocalTransport (backup) uses this subtree # LocalTransport (backup) uses this subtree
/cache/backup(/.*)? u:object_r:cache_private_backup_file:s0 /cache/backup(/.*)? u:object_r:cache_private_backup_file:s0
/data/cache(/.*)? u:object_r:cache_file:s0
/data/cache/recovery(/.*)? u:object_r:cache_recovery_file:s0
# General backup/restore interchange with apps
/data/cache/backup_stage(/.*)? u:object_r:cache_backup_file:s0
# LocalTransport (backup) uses this subtree
/data/cache/backup(/.*)? u:object_r:cache_private_backup_file:s0
############################# #############################
# sysfs files # sysfs files
# #
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment