aboutsummaryrefslogtreecommitdiff
path: root/security/selinux/hooks.c
diff options
context:
space:
mode:
authorThiago Jung Bauermann <[email protected]>2019-06-11 03:28:10 -0300
committerMimi Zohar <[email protected]>2019-06-14 09:02:44 -0400
commite038f5f691e003af25cda0f1593d2cc0a4d1c866 (patch)
treefe7b9aef19152e189f80e905e75c8f6519c646ac /security/selinux/hooks.c
parentb169424551930a9325f700f502802f4d515194e5 (diff)
ima: Use designated initializers for struct ima_event_data
Designated initializers allow specifying only the members of the struct that need initialization. Non-mentioned members are initialized to zero. This makes the code a bit clearer (particularly in ima_add_boot_aggregate) and also allows adding a new member to the struct without having to update all struct initializations. Signed-off-by: Thiago Jung Bauermann <[email protected]> Signed-off-by: Mimi Zohar <[email protected]>
Diffstat (limited to 'security/selinux/hooks.c')
0 files changed, 0 insertions, 0 deletions