summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBertrand SIMONNET <bsimonnet@google.com>2016-05-26 12:43:18 -0700
committerLee Campbell <leecam@google.com>2016-05-26 20:39:40 +0000
commitd8853c3a3249bc685f92134b7e45c9ef66327c6f (patch)
treec0e3c02a28396a96c6c7eaf4c15e34b24ed629e5
parent487825c72c1fbedaec2e661a41deffddfd79a74b (diff)
downloadbrillo-d8853c3a3249bc685f92134b7e45c9ef66327c6f.tar.gz
Allow peripheralman to access UART devices.
Bug: 27898961 Change-Id: If92540da32823d655866eb918c77e207a938c9d3
-rw-r--r--sepolicy/peripheralman.te3
1 files changed, 3 insertions, 0 deletions
diff --git a/sepolicy/peripheralman.te b/sepolicy/peripheralman.te
index 307c3aa..bf7aeac 100644
--- a/sepolicy/peripheralman.te
+++ b/sepolicy/peripheralman.te
@@ -17,3 +17,6 @@ allow peripheralman spi_device:chr_file rw_file_perms;
# Allow access to i2cdev devices.
allow peripheralman i2c_device:chr_file rw_file_perms;
+
+# Allow access to uart devices.
+allow peripheralman console_device:chr_file rw_file_perms;