aboutsummaryrefslogtreecommitdiffstats
path: root/src/fseccomp/protocol.c
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-11-06 13:14:53 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2016-11-06 13:14:53 -0500
commit322ce2cdc98cf3eec22ebd0f83296ddde8347d09 (patch)
tree035026b607ee8b34a9ea03a6f1df30d03c584f43 /src/fseccomp/protocol.c
parentcleanup (diff)
downloadfirejail-322ce2cdc98cf3eec22ebd0f83296ddde8347d09.tar.gz
firejail-322ce2cdc98cf3eec22ebd0f83296ddde8347d09.tar.zst
firejail-322ce2cdc98cf3eec22ebd0f83296ddde8347d09.zip
seccomp rework
Diffstat (limited to 'src/fseccomp/protocol.c')
-rw-r--r--src/fseccomp/protocol.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fseccomp/protocol.c b/src/fseccomp/protocol.c
index 38c5f9d88..7bf560fe1 100644
--- a/src/fseccomp/protocol.c
+++ b/src/fseccomp/protocol.c
@@ -107,7 +107,7 @@ void protocol_build_filter(const char *prlist, const char *fname) {
107 assert(fname); 107 assert(fname);
108 108
109#ifndef SYS_socket 109#ifndef SYS_socket
110 fprintf(stderr, "Warning: --protocol not supported on this platform\n"); 110 fprintf(stderr, "Warning fseccomp: --protocol not supported on this platform\n");
111 return; 111 return;
112#else 112#else
113 // build the filter 113 // build the filter