summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2020-09-25 23:02:50 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2020-09-25 23:02:50 +0000
commit7a78fbac005301623b2706027d3ab7e5c1cbed03 (patch)
treeea5172c4df6d1424bcddf1a84282ebcb7fd37cd6
parent7f4b63748ed04f3aa80745c57b2c0621944270c1 (diff)
parent959c81b9e5bd226c7dddf29a93f57919b97cf452 (diff)
downloadcoral-sepolicy-android11-qpr1-d-release.tar.gz
Change-Id: Icb4c9467a4f60d9f2114720f01455bd8f4c58182
-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 6206e31..876d957 100644
--- a/vendor/google/fastbootd.te
+++ b/vendor/google/fastbootd.te
@@ -11,5 +11,6 @@ recovery_only(`
# Allow to read /sys/class/power_supply directory.
allow fastbootd sysfs:dir r_dir_perms;
allow fastbootd sysfs_batteryinfo:dir search;
+ allow fastbootd citadel_device:chr_file rw_file_perms;
')