From ef28e767036baac3228cdb5060a36a9ff27468d6 Mon Sep 17 00:00:00 2001 From: Stephen Smalley <sds@tycho.nsa.gov> Date: Tue, 11 Feb 2014 08:34:17 -0500 Subject: [PATCH] Make the surfaceflinger domain enforcing. Change-Id: Id6d9a7cabc2fe9c18de10c6e9bc0080cdcd7033d Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov> --- surfaceflinger.te | 1 - 1 file changed, 1 deletion(-) diff --git a/surfaceflinger.te b/surfaceflinger.te index 3be2c1b12..cea5e71a9 100644 --- a/surfaceflinger.te +++ b/surfaceflinger.te @@ -1,6 +1,5 @@ # surfaceflinger - display compositor service type surfaceflinger, domain; -permissive_or_unconfined(surfaceflinger) type surfaceflinger_exec, exec_type, file_type; init_daemon_domain(surfaceflinger) -- GitLab