diff options
author | Cosme Domínguez Díaz <cosme.ddiaz@gmail.com> | 2018-03-31 19:06:25 +0200 |
---|---|---|
committer | Cosme Domínguez Díaz <cosme.ddiaz@gmail.com> | 2018-03-31 19:06:25 +0200 |
commit | 836fbbd8d0f240cfbeb4a8c6cf97ea023a3cabf2 (patch) | |
tree | ce3d3aaf86c3ba185328e3236b1bb26f3c90f1a6 /sepolicy/untrusted_app.te | |
parent | 323ee57362c82bde1b9d0621d361607edd854706 (diff) |
msm8996-common: sepolicy: Move untrusted_app.te to the right place.
* I don't know what happened here... xD
Diffstat (limited to 'sepolicy/untrusted_app.te')
-rw-r--r-- | sepolicy/untrusted_app.te | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sepolicy/untrusted_app.te b/sepolicy/untrusted_app.te new file mode 100644 index 0000000..8aeb709 --- /dev/null +++ b/sepolicy/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; |