summaryrefslogtreecommitdiff
path: root/citadel
diff options
context:
space:
mode:
authorJoseph Jang <josephjang@google.com>2020-10-28 19:15:49 +0800
committerJoseph Jang <josephjang@google.com>2020-10-28 19:15:49 +0800
commitbe829f82d4afe8b358c3f63945d85fe2a8af474e (patch)
tree65898f4dd76f589dd066b826e381072549d5f20b /citadel
parent0331ae328864e19b3d6ea207d1023b7b2494cb92 (diff)
downloadpixel-sepolicy-be829f82d4afe8b358c3f63945d85fe2a8af474e.tar.gz
fastbootd: allow fastbootd to access citadel
In order to erase citadel userdata after erasing userdata, we need to allow fastbood to access citadel. Bug: 169173873 Change-Id: I63c732ead8ea5ec5ccbfba29ef16c31b5ac6bcc0
Diffstat (limited to 'citadel')
-rw-r--r--citadel/recovery.te1
1 files changed, 1 insertions, 0 deletions
diff --git a/citadel/recovery.te b/citadel/recovery.te
index c68244f..523af80 100644
--- a/citadel/recovery.te
+++ b/citadel/recovery.te
@@ -1,3 +1,4 @@
recovery_only(`
allow recovery citadel_device:chr_file rw_file_perms;
+ allow fastbootd citadel_device:chr_file rw_file_perms;
')