aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2018-06-11 17:33:31 +0200
committerToni Uhlig <matzeton@googlemail.com>2018-06-11 17:33:31 +0200
commitaa8fb9511c8efb70952ef6b01fcd803847d6704c (patch)
treefe378dc5162eaa99ee2a03f724c5873553d42cba /src/main.c
parent6faf24d6a8985d721e989f75505dae83c7dda20b (diff)
POTD skeleton #102.
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index d3df883..0e54fe0 100644
--- a/src/main.c
+++ b/src/main.c
@@ -338,7 +338,8 @@ int main(int argc, char *argv[])
}
caps_default_filter();
- pseccomp_init(&psc, 0);
+ pseccomp_init(&psc,
+ (getopt_used(OPT_SECCOMP_MINIMAL) ? PS_MINIMUM : 0));
if (pseccomp_default_rules(psc))
FATAL("%s", "SECCOMP: adding default rules");
pseccomp_free(&psc);