Commit fc3e7f4a authored by fire855's avatar fire855
Browse files

sepolicy: fix exfat denials & cleanup

parent 290332f9
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -40,7 +40,3 @@ type mnld_socket, file_type;
type mal_mfi_socket, file_type;

type nfc_socket, file_type;

# Filesystems
type exfat, sdcard_type, fs_type, mlstrustedobject;
type ntfs, sdcard_type, fs_type, mlstrustedobject;
+1 −2
Original line number Diff line number Diff line
@@ -8,5 +8,4 @@ genfscon proc /mtktz u:object_r:proc_mtktz:s0
genfscon  proc     /chip/hw_code    u:object_r:proc_hwcode:s0
genfscon  proc     /mtk_mira        u:object_r:proc_mtk_mira:s0
genfscon  fuseblk  /                u:object_r:fuse:s0
genfscon  exfat    /                u:object_r:exfat:s0
genfscon  ntfs     /                u:object_r:ntfs:s0
genfscon  exfat    /                u:object_r:vfat:s0