selinux: supply missing field initializers

Please clang by supplying the missing field initializers in the
secclass_map variable and sel_fill_super() function.

Signed-off-by: Christian Göttsche <cgzones@googlemail.com>
[PM: tweak subj and commit description]
Signed-off-by: Paul Moore <paul@paul-moore.com>
This commit is contained in:
Christian Göttsche
2024-12-16 17:39:59 +01:00
committed by Paul Moore
parent 2ef6fc99e0
commit 9d8d094fa3
2 changed files with 2 additions and 2 deletions

View File

@@ -179,7 +179,7 @@ const struct security_class_mapping secclass_map[] = {
{ "anon_inode", { COMMON_FILE_PERMS, NULL } },
{ "io_uring", { "override_creds", "sqpoll", "cmd", NULL } },
{ "user_namespace", { "create", NULL } },
{ NULL }
/* last one */ { NULL, {} }
};
#ifdef __KERNEL__ /* avoid this check when building host programs */