summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2020-09-25 23:01:35 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2020-09-25 23:01:35 +0000
commitf6753b065e43d91e6f57a75ed9bb1c0e47727442 (patch)
tree4e9db28d08eab7cbee8c7274c119038ce2e82201
parent315de70def939510e4e2057df42e3edf9ed82bb9 (diff)
parent7b7cb3c6f5fdb7a37e9e4324a495ef2396d2c18c (diff)
downloadredbull-sepolicy-android11-qpr1-release.tar.gz
Change-Id: Ia75ec61b86020376aa9ee96337c9240472d2e258
-rw-r--r--vendor/google/fastbootd.te1
1 files changed, 1 insertions, 0 deletions
diff --git a/vendor/google/fastbootd.te b/vendor/google/fastbootd.te
index 2b5f38f..ffa5978 100644
--- a/vendor/google/fastbootd.te
+++ b/vendor/google/fastbootd.te
@@ -6,4 +6,5 @@ recovery_only(`
allow fastbootd modem_block_device:blk_file getattr;
allow fastbootd sysfs_scsi_devices_0000:dir r_dir_perms;
allow fastbootd sg_device:chr_file rw_file_perms;
+ allow fastbootd citadel_device:chr_file rw_file_perms;
')