From 661430e061912e10e86b5a4fe83a3e9d1baa4cd4 Mon Sep 17 00:00:00 2001 From: Alex Klyubin <klyubin@google.com> Date: Mon, 6 Feb 2017 15:32:08 -0800 Subject: [PATCH] Move bluetoothdomain policy to private This leaves only the existence of bluetoothdomain 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 bluetoothdomain bluetooth_current rule (as expected). Bug: 31364497 Change-Id: I0edfc30d98e1cd9fb4f41a2900954d9cdbb4db14 --- {public => private}/bluetoothdomain.te | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {public => private}/bluetoothdomain.te (100%) diff --git a/public/bluetoothdomain.te b/private/bluetoothdomain.te similarity index 100% rename from public/bluetoothdomain.te rename to private/bluetoothdomain.te -- GitLab