From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from goalie.tycho.ncsc.mil (goalie [144.51.242.250]) by tarius.tycho.ncsc.mil (8.14.4/8.14.4) with ESMTP id u93AkQaB004966 for ; Mon, 3 Oct 2016 06:46:26 -0400 Received: from workstation.home ([86.151.246.244]) by mail.gmx.com (mrgmx002) with ESMTPSA (Nemesis) id 0MDyil-1bgmwL2Ozf-00HMYC for ; Mon, 03 Oct 2016 12:46:22 +0200 From: Gary Tierney To: selinux@tycho.nsa.gov Subject: [PATCH 0/1] libsepol/cil: create role/user caches for context validation Date: Mon, 3 Oct 2016 11:46:18 +0100 Message-Id: List-Id: "Security-Enhanced Linux \(SELinux\) mailing list" List-Post: List-Help: This patch sets up the role/user caches used in context_is_valid() when a cildb is compiled to a binary policy. Previously, it seems like these would only available when a binary policy had been loaded from file as opposed to rebuilt from source. Gary Tierney (1): libsepol/cil: create user and role caches when building binary policy libsepol/cil/src/cil_binary.c | 7 +++++++ libsepol/include/sepol/policydb/policydb.h | 8 ++++++++ 2 files changed, 15 insertions(+) -- 2.4.11