aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/syscalls.sh
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/syscalls.sh')
-rwxr-xr-xcontrib/syscalls.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/syscalls.sh b/contrib/syscalls.sh
index 9ab6acf5b..c9cbad4a6 100755
--- a/contrib/syscalls.sh
+++ b/contrib/syscalls.sh
@@ -1,4 +1,7 @@
1#!/bin/bash 1#!/bin/bash
2# This file is part of Firejail project
3# Copyright (C) 2014-2020 Firejail Authors
4# License GPL v2
2 5
3STRACE_OUTPUT_FILE="$(pwd)/strace_output.txt" 6STRACE_OUTPUT_FILE="$(pwd)/strace_output.txt"
4SYSCALLS_OUTPUT_FILE="$(pwd)/syscalls.txt" 7SYSCALLS_OUTPUT_FILE="$(pwd)/syscalls.txt"