From 6b8088ba8f38d0d38318bb865ea6cda113315f80 Mon Sep 17 00:00:00 2001 From: Jeff Vander Stoep <jeffv@google.com> Date: Mon, 25 Sep 2017 14:32:51 -0700 Subject: [PATCH] Preserve hal_cas_server attribute It's used in CTS neverallow tests. Addresses: Warning! Type or attribute hal_cas_server used in neverallow undefined in policy being checked. Bug: 66910049 Test: build Change-Id: Ia185f266fc1e3cb87c39939fdd45d02efa6c2c94 Merged-In: I1092aff40da9dcf09bd044400bedd1f549eb7e38 --- public/attributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/attributes b/public/attributes index f0bb18d42..4dddf496c 100644 --- a/public/attributes +++ b/public/attributes @@ -249,7 +249,7 @@ expandattribute hal_cas false; attribute hal_cas_client; expandattribute hal_cas_client true; attribute hal_cas_server; -expandattribute hal_cas_server true; +expandattribute hal_cas_server false; attribute hal_dumpstate; expandattribute hal_dumpstate true; attribute hal_dumpstate_client; -- GitLab