summaryrefslogtreecommitdiff
authorTellen Yu <tellen.yu@amlogic.com>2017-09-18 07:46:24 (GMT)
committer Gerrit Code Review <gituser@scgit.amlogic.com>2017-09-18 07:46:25 (GMT)
commit38c98cd9b2a64c54bf9e31ef272d87f87552fb63 (patch)
tree5073dbcaa2da53e6a70a92ce77bc2cffc2c0851b
parent08b8196507e838cae1152571778776570e7bca29 (diff)
parent53354540b373903a81e9ed8732123d276c6c4174 (diff)
downloadamlogic-o-38c98cd9b2a64c54bf9e31ef272d87f87552fb63.zip
amlogic-o-38c98cd9b2a64c54bf9e31ef272d87f87552fb63.tar.gz
amlogic-o-38c98cd9b2a64c54bf9e31ef272d87f87552fb63.tar.bz2
Merge "common: add debuginfo read permission [1/1]" into o-amlogic
Diffstat
-rw-r--r--common/sepolicy/system_app.te3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/sepolicy/system_app.te b/common/sepolicy/system_app.te
index e40a66c..d8f5afe 100644
--- a/common/sepolicy/system_app.te
+++ b/common/sepolicy/system_app.te
@@ -48,3 +48,6 @@ allow system_app update_engine:binder {call transfer};
allow system_app tv_prop:file {open read getattr};
allow system_app tv_prop:property_service {set};
+
+allow system_app proc_stat:file { read open getattr };
+allow system_app proc_interrupts:file { read open getattr }; \ No newline at end of file