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 /sepolicy/init.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 'sepolicy/init.te')
-rw-r--r-- | sepolicy/init.te | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sepolicy/init.te b/sepolicy/init.te index 90c9593..7294485 100644 --- a/sepolicy/init.te +++ b/sepolicy/init.te @@ -1,2 +1,3 @@ allow init adsprpcd_file:filesystem { mount relabelfrom relabelto }; allow init debugfs:file write; +allow init system_data_file:file rename; |