Merge "fastbootd: Add sepolicy rule for fastbootd" into rvc-qpr-dev
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 @@
   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;
 ')