diff options
author | Davide Garberi <dade.garberi@gmail.com> | 2018-09-14 20:43:27 +0200 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2018-09-16 15:22:11 +0200 |
commit | 4e7cfbca0e0367f6d9ffb84401da1213d6224413 (patch) | |
tree | 6a33f687f41c9a169e2096e3a96bf4923521800a /sepolicy/file.te | |
parent | 3ad5a037a230d9274d846889e718e728b75f54a9 (diff) |
msm8996: sepolicy: Remove duplicated entries and unknown types
Change-Id: If6f7c4310f34239d49af0cad4cc481b507803f80
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
Diffstat (limited to 'sepolicy/file.te')
-rw-r--r-- | sepolicy/file.te | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sepolicy/file.te b/sepolicy/file.te index ea8f856..0611b3c 100644 --- a/sepolicy/file.te +++ b/sepolicy/file.te @@ -9,7 +9,6 @@ type sysfs_mdss_mdp_caps, sysfs_type, fs_type; type sysfs_msm_subsys, sysfs_type, fs_type; type sysfs_msm_subsys_restart, sysfs_type, fs_type; type sysfs_msm_core, sysfs_type, fs_type; -type sysfs_net, sysfs_type, fs_type, mlstrustedobject; type sysfs_perf, sysfs_type, fs_type; type sysfs_pcie, sysfs_type, fs_type, mlstrustedobject; type sysfs_power_management, sysfs_type, fs_type; @@ -37,7 +36,6 @@ type debugfs_ufs, debugfs_type, fs_type; # /proc type proc_kernel_sched, fs_type; -type proc_wifi_dbg, fs_type; type proc_irq, fs_type; # /vendor |