commit | 2b3a003e1543ab47b2f150abe31df4e7a3f8dde8 | [log] [tgz] |
---|---|---|
author | Ondrej Mosnacek <omosnace@redhat.com> | Mon Feb 03 12:27:21 2020 +0100 |
committer | Paul Moore <paul@paul-moore.com> | Tue Feb 11 21:42:27 2020 -0500 |
tree | efac42ff641620c45f1fb6c15eaeabc2bdfb02e2 | |
parent | 60abd3181db29ea81742106cc0ac2e27fd05b418 [diff] |
selinux: convert cond_av_list to array Since it is fixed-size after allocation and we know the size beforehand, using a plain old array is simpler and more efficient. Signed-off-by: Ondrej Mosnacek <omosnace@redhat.com> Reviewed-by: Stephen Smalley <sds@tycho.nsa.gov> Signed-off-by: Paul Moore <paul@paul-moore.com>