29 lines
837 B
Diff
29 lines
837 B
Diff
From d922de7e988db91e16f0d9c15b5589026e7bc11c Mon Sep 17 00:00:00 2001
|
|
From: Andy CrossGate Yan <GeForce8800Ultra@gmail.com>
|
|
Date: Wed, 23 Oct 2019 09:38:16 +0000
|
|
Subject: [PATCH] Remove fsck SELinux labels
|
|
|
|
These are covered by LOS sepolicy
|
|
|
|
Change-Id: I7c63c9aed39afc07b8c80918053154113f848cd9
|
|
---
|
|
sepolicy/file_contexts | 3 ---
|
|
1 file changed, 3 deletions(-)
|
|
|
|
diff --git a/sepolicy/file_contexts b/sepolicy/file_contexts
|
|
index 1160738..a29bd32 100644
|
|
--- a/sepolicy/file_contexts
|
|
+++ b/sepolicy/file_contexts
|
|
@@ -5,8 +5,5 @@
|
|
/system/bin/phh-on-boot.sh u:object_r:phhsu_exec:s0
|
|
/system/bin/asus-motor u:object_r:phhsu_exec:s0
|
|
|
|
-#/system/bin/fsck\.exfat u:object_r:fsck_exec:s0
|
|
-/system/bin/fsck\.ntfs u:object_r:fsck_exec:s0
|
|
-
|
|
/bt_firmware(/.*)? u:object_r:bt_firmware_file:s0
|
|
|
|
--
|
|
2.17.1
|
|
|