From 3e065ddfa5a9e35932ba0a7135e62336cdce2257 Mon Sep 17 00:00:00 2001 From: Srivathsav12345 <116782040+Srivathsav12345@users.noreply.github.com> Date: Mon, 22 Jul 2024 12:24:02 +0530 Subject: [PATCH] Update main.c --- main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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); }