diff --git a/main.c b/main.c index 98999c3..4636a41 100644 --- a/main.c +++ b/main.c @@ -13,7 +13,8 @@ int main(int argc, char **argv) { const char *profile_path = argv[1]; FILE *file = sc_must_read_and_validate_header_from_file(profile_path, &hdr); sc_must_read_filter_from_file(file, hdr.len_filter, &prog_allow); - + sc_must_read_and_validate_header_from_file; + sc_apply_seccomp_filter; sc_apply_seccomp_filter(&prog_allow); }