From 641cde64585837f9a948a4840f9c7196c110844c Mon Sep 17 00:00:00 2001
From: Jaegeuk Kim <jaegeuk@google.com>
Date: Mon, 5 Jun 2017 17:21:09 -0700
Subject: [PATCH] file_contexts: allow to run make_f2fs during initial boot-up

Change-Id: I951162a6a118757d7a466f2c19a23d0ad2e406e3
Signed-off-by: Jaegeuk Kim <jaegeuk@google.com>
---
 private/file_contexts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/private/file_contexts b/private/file_contexts
index 40b66cd9c..4489da540 100644
--- a/private/file_contexts
+++ b/private/file_contexts
@@ -180,6 +180,7 @@
 /system/bin/mke2fs		u:object_r:e2fs_exec:s0
 /system/bin/e2fsck	--	u:object_r:fsck_exec:s0
 /system/bin/fsck\.f2fs	--	u:object_r:fsck_exec:s0
+/system/bin/make_f2fs	--	u:object_r:fsck_exec:s0
 /system/bin/fsck_msdos	--	u:object_r:fsck_exec:s0
 /system/bin/tune2fs	--	u:object_r:fsck_exec:s0
 /system/bin/toolbox	--	u:object_r:toolbox_exec:s0
-- 
GitLab