commit | dd89b9d9f37decab85e000384d229abdcd9944ae | [log] [tgz] |
---|---|---|
author | Ondrej Mosnacek <omosnace@redhat.com> | Thu Jan 16 13:04:34 2020 +0100 |
committer | Paul Moore <paul@paul-moore.com> | Thu Jan 16 16:05:25 2020 -0500 |
tree | 9375dc3bb6a32493cf1b965b6d5560036d253196 | |
parent | cb89e2465896f30d4247ac9ff47d30522e39745a [diff] |
selinux: do not allocate ancillary buffer on first load In security_load_policy(), we can defer allocating the newpolicydb ancillary array to after checking state->initialized, thereby avoiding the pointless allocation when loading policy the first time. Signed-off-by: Ondrej Mosnacek <omosnace@redhat.com> [PM: merged portions by hand] Reviewed-by: Stephen Smalley <sds@tycho.nsa.gov> Signed-off-by: Paul Moore <paul@paul-moore.com>