From 6cc74c48da42f2f6d16203eba91fdcb43dcb9434 Mon Sep 17 00:00:00 2001 From: Tri Vo <trong@google.com> Date: Wed, 31 Jan 2018 16:53:41 -0800 Subject: [PATCH] Remove reboot_data_file from 27 mapping file. reboot_data_file was already removed from 26.cil by aosp/505397 Bug: 69390067 Test: build sepolicy Change-Id: Ieff68cbdaf5b0ddc02d0d3e463765ba3716994ba --- private/compat/27.0/27.0.cil | 3 +++ 1 file changed, 3 insertions(+) diff --git a/private/compat/27.0/27.0.cil b/private/compat/27.0/27.0.cil index 03a4c0c64..eea2f6b48 100644 --- a/private/compat/27.0/27.0.cil +++ b/private/compat/27.0/27.0.cil @@ -1,3 +1,6 @@ +;; types removed from current policy +(type reboot_data_file) + (expandtypeattribute (accessibility_service_27_0) true) (expandtypeattribute (account_service_27_0) true) (expandtypeattribute (activity_service_27_0) true) -- GitLab