Skip to content

Commit e834b70

Browse files
committed
Remove old FIXME
1 parent 0511dec commit e834b70

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

auparse/normalize.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -622,9 +622,6 @@ static int normalize_syscall(auparse_state_t *au, const char *syscall)
622622
if (objtype == NORM_UNKNOWN)
623623
normalize_syscall_map_s2i(syscall, &objtype);
624624

625-
// FIXME: Need to address: landlock_*, lsm_*, map_shadow_stack, pkey_*,
626-
// kexec_file_load, They likely need new NORM_* types. Also, these suggest
627-
// that NORM_WHAT_ may need some new types.
628625
switch (objtype)
629626
{
630627
case NORM_FILE:

0 commit comments

Comments
 (0)