Skip to content

Commit

Permalink
small cleanup based on review
Browse files Browse the repository at this point in the history
  • Loading branch information
corbinlc committed Sep 5, 2018
1 parent f36a228 commit 624c3bb
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -4,5 +4,6 @@
/src/build.h
/src/loader/loader
/src/loader/loader-m32
/src/loader/loader-info.c
/src/proot

2 changes: 0 additions & 2 deletions src/loader/loader-info.c

This file was deleted.

6 changes: 0 additions & 6 deletions src/tracee/seccomp.c
Expand Up @@ -343,12 +343,6 @@ static int handle_seccomp_event_common(Tracee *tracee)
break;
}

case PR_void:
{
set_result_after_seccomp(tracee, 0);
break;
}

case PR_set_robust_list:
default:
/* Set errno to -ENOSYS */
Expand Down

0 comments on commit 624c3bb

Please sign in to comment.