From 0e55d6983f6019657d59058dad9b920ce0440269 Mon Sep 17 00:00:00 2001 From: Nick Kralevich Date: Thu, 27 Sep 2018 17:37:57 -0700 Subject: [PATCH] clover: folio_daemon: Add system_file_type in sepolicy This file resides on /system, so must be annotated with the system_file_type attribute. Test: Policy compiles. Change-Id: Ic834caefe1417465ac842ddce909e968511f45b2 Signed-off-by: pix106 --- sepolicy/private/folio_daemon.te | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sepolicy/private/folio_daemon.te b/sepolicy/private/folio_daemon.te index 0c4d2d3..f48a3b2 100644 --- a/sepolicy/private/folio_daemon.te +++ b/sepolicy/private/folio_daemon.te @@ -1,5 +1,5 @@ type folio_daemon, domain, coredomain; -type folio_daemon_exec, exec_type, file_type; +type folio_daemon_exec, system_file_type, exec_type, file_type; init_daemon_domain(folio_daemon)