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/cnd.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/cnd.te')
-rw-r--r-- | sepolicy/cnd.te | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sepolicy/cnd.te b/sepolicy/cnd.te index b66fa5f..d0d8d59 100644 --- a/sepolicy/cnd.te +++ b/sepolicy/cnd.te @@ -1 +1,2 @@ allow cnd cnd:capability { setuid dac_override chown dac_override dac_read_search setgid fsetid net_raw }; +allow cnd system_data_file:dir read; |