commit | 03414a49ad5f3c56988c36d2070e402ffa17feaf | [log] [tgz] |
---|---|---|
author | Ondrej Mosnacek <omosnace@redhat.com> | Tue Apr 28 14:55:12 2020 +0200 |
committer | Paul Moore <paul@paul-moore.com> | Fri May 01 16:34:57 2020 -0400 |
tree | 810a13efb69606650b481efaf4afec11b5abacad | |
parent | 46619b44e431d85d64a8dfcb7166d0ae098544c8 [diff] |
selinux: do not allocate hashtabs dynamically It is simpler to allocate them statically in the corresponding structure, avoiding unnecessary kmalloc() calls and pointer dereferencing. Signed-off-by: Ondrej Mosnacek <omosnace@redhat.com> [PM: manual merging required in policydb.c] Signed-off-by: Paul Moore <paul@paul-moore.com>