commit | 34a2dab488bcaf2ac2198d7b305794280d73207b | [log] [tgz] |
---|---|---|
author | Ondrej Mosnacek <omosnace@redhat.com> | Tue Mar 03 12:29:10 2020 +0100 |
committer | Paul Moore <paul@paul-moore.com> | Thu Mar 05 14:49:15 2020 -0500 |
tree | 94fa223ba4cb00a9dc81ac874c4580735a802e6b | |
parent | e3e0b582c321aefd72db0e7083a0adfe285e96b5 [diff] |
selinux: clean up error path in policydb_init() Commit e0ac568de1fa ("selinux: reduce the use of hard-coded hash sizes") moved symtab initialization out of policydb_init(), but left the cleanup of symtabs from the error path. This patch fixes the oversight. Suggested-by: Stephen Smalley <sds@tycho.nsa.gov> Signed-off-by: Ondrej Mosnacek <omosnace@redhat.com> Acked-by: Stephen Smalley <sds@tycho.nsa.gov> Signed-off-by: Paul Moore <paul@paul-moore.com>