diff options
author | Cosme Domínguez Díaz <cosme.ddiaz@gmail.com> | 2018-03-31 01:48:50 +0200 |
---|---|---|
committer | Cosme Domínguez Díaz <cosme.ddiaz@gmail.com> | 2018-03-31 01:48:50 +0200 |
commit | aa94796eeb4dd0c9e73c4e8f2f2a057ef727fda5 (patch) | |
tree | dec0af2723748cf0a2b3cc1a9146df7d6d589141 /untrusted_app.te | |
parent | 807dacaab8e2e4f4b53ad4dea172476a9602cf7f (diff) |
msm8996-common: sepolicy: Fix more SELinux denials.
* We could probably optimize them more, but for now it's enough.
Diffstat (limited to 'untrusted_app.te')
-rw-r--r-- | untrusted_app.te | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/untrusted_app.te b/untrusted_app.te new file mode 100644 index 0000000..8aeb709 --- /dev/null +++ b/untrusted_app.te @@ -0,0 +1,2 @@ +dontaudit untrusted_app_all sysfs_zram:dir search; +dontaudit untrusted_app_all sysfs_zram:file r_file_perms; |