Re: [PATCH 1/2] selinux: use separate table for initial SID lookup

2018-11-05 Thread Paul Moore
On Fri, Nov 2, 2018 at 11:35 AM Ondrej Mosnacek wrote: > On Wed, Oct 31, 2018 at 6:09 PM Stephen Smalley wrote: > > On 10/31/2018 08:27 AM, Ondrej Mosnacek wrote: > > > This patch separates the lookup of the initial SIDs into a separate > > > lookup table (implemented simply by a fixed-size

Re: [PATCH 1/2] selinux: use separate table for initial SID lookup

2018-11-02 Thread Ondrej Mosnacek
On Wed, Oct 31, 2018 at 6:09 PM Stephen Smalley wrote: > On 10/31/2018 08:27 AM, Ondrej Mosnacek wrote: > > This patch separates the lookup of the initial SIDs into a separate > > lookup table (implemented simply by a fixed-size array), in order to > > pave the way for improving the process of

Re: [PATCH 1/2] selinux: use separate table for initial SID lookup

2018-10-31 Thread Stephen Smalley
On 10/31/2018 08:27 AM, Ondrej Mosnacek wrote: This patch separates the lookup of the initial SIDs into a separate lookup table (implemented simply by a fixed-size array), in order to pave the way for improving the process of converting the sidtab to a new policy during a policy reload. The

[PATCH 1/2] selinux: use separate table for initial SID lookup

2018-10-31 Thread Ondrej Mosnacek
This patch separates the lookup of the initial SIDs into a separate lookup table (implemented simply by a fixed-size array), in order to pave the way for improving the process of converting the sidtab to a new policy during a policy reload. The initial SIDs are loaded directly and are skipped