From 0917ddf1384d3bdf42375509107d74bc46f70877 Mon Sep 17 00:00:00 2001 From: mathew2214 <38667464+mathew2214@users.noreply.github.com> Date: Sun, 6 Apr 2025 16:30:26 -0500 Subject: [PATCH] Update file.te.sepolicy addresses the build error: "The following types on /data/ must be associated with the "data_file_type" attribute: boot_log_file" when compiling LineageOS 17.1 (A10) with boot_debug enabled. --- config/boot_debug/file.te.sepolicy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/boot_debug/file.te.sepolicy b/config/boot_debug/file.te.sepolicy index 54e1057..c9df084 100644 --- a/config/boot_debug/file.te.sepolicy +++ b/config/boot_debug/file.te.sepolicy @@ -4,4 +4,4 @@ ################################################################## # boot_debug -type boot_log_file, boot_log_type, file_type; +type boot_log_file, boot_log_type, file_type, data_file_type;