diff options
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; |