From 84aebd3c9b1c945f6361879d85db66d6da730007 Mon Sep 17 00:00:00 2001 From: Alex Klyubin Date: Tue, 7 Feb 2017 12:32:16 -0800 Subject: [PATCH] Move binderservicedomain policy to private This leaves only the existence of binderservicedomain attribute as public API. All other rules are implementation details of this attribute's policy and are thus now private. Test: No change to policy according to sesearch, except for disappearance of all allow rules to do with *_current targets referenced in binderservicedomain.te. Bug: 31364497 Change-Id: Ic830bcc5ffb6d624e0b3aec831071061cccc513c --- {public => private}/binderservicedomain.te | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {public => private}/binderservicedomain.te (100%) diff --git a/public/binderservicedomain.te b/private/binderservicedomain.te similarity index 100% rename from public/binderservicedomain.te rename to private/binderservicedomain.te