diff options
author | Cosme Domínguez Díaz <cosme.ddiaz@gmail.com> | 2018-04-29 02:45:22 +0200 |
---|---|---|
committer | Cosme Domínguez Díaz <cosme.ddiaz@gmail.com> | 2018-05-02 23:46:36 +0200 |
commit | b5b41d341dd744c40d3908550daaafcee6fe7b4b (patch) | |
tree | 3c13b9ed2d88a4b15eefb61339152a42eda3104a /sepolicy/cnd.te | |
parent | 008f0bb54500d59599f1b61522dc8ac75bfd2e5c (diff) |
msm8996-common: sepolicy: Cleanup
Diffstat (limited to 'sepolicy/cnd.te')
-rw-r--r-- | sepolicy/cnd.te | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sepolicy/cnd.te b/sepolicy/cnd.te index d0d8d59..83e7fe8 100644 --- a/sepolicy/cnd.te +++ b/sepolicy/cnd.te @@ -1,2 +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; +allow cnd sysfs_msm_subsys:dir search; +allow cnd sysfs_soc:dir search; |