commit | 5e729e111eaf37b7941c678cb84af62539a4799a | [log] [tgz] |
---|---|---|
author | Paul Moore <paul@paul-moore.com> | Thu Mar 05 14:55:43 2020 -0500 |
committer | Paul Moore <paul@paul-moore.com> | Thu Mar 05 14:55:43 2020 -0500 |
tree | 560da6da64809b755af8b5e5a320d482b3ab26be | |
parent | 34a2dab488bcaf2ac2198d7b305794280d73207b [diff] |
selinux: avtab_init() and cond_policydb_init() return void The avtab_init() and cond_policydb_init() functions always return zero so mark them as returning void and update the callers not to check for a return value. Suggested-by: Stephen Smalley <stephen.smalley.work@gmail.com> Reviewed-by: Ondrej Mosnacek <omosnace@redhat.com> Signed-off-by: Paul Moore <paul@paul-moore.com>