From 4103b3f27ac0c6fdf16dac918ae791b709b24c6f Mon Sep 17 00:00:00 2001 From: Alex Klyubin <klyubin@google.com> Date: Tue, 17 Sep 2013 10:37:13 -0700 Subject: [PATCH] 2/2: Rename domain "system" to "system_server". This CL completes the renaming of domain system to system_server by removing the "system" typealias that was temporarily added to avoid breaking the build while the rename CLs are landing. Change-Id: I05d11571f0e3d639026fcb9341c3476d44c54fca --- system_server.te | 3 --- 1 file changed, 3 deletions(-) diff --git a/system_server.te b/system_server.te index 6b7909952..d4930ab27 100644 --- a/system_server.te +++ b/system_server.te @@ -7,9 +7,6 @@ permissive system_server; unconfined_domain(system_server); relabelto_domain(system_server); -# TODO: Remove the temporary alias below once the renaming of system to system_server is complete in all repositories. -typealias system_server alias system; - # These are the capabilities assigned by the zygote to the # system server. allow system_server self:capability { -- GitLab