aboutsummaryrefslogtreecommitdiffstats
path: root/src/fbuilder/build_seccomp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fbuilder/build_seccomp.c')
-rw-r--r--src/fbuilder/build_seccomp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fbuilder/build_seccomp.c b/src/fbuilder/build_seccomp.c
index 7b4727e1a..b772de45f 100644
--- a/src/fbuilder/build_seccomp.c
+++ b/src/fbuilder/build_seccomp.c
@@ -190,7 +190,7 @@ void build_protocol(const char *fname, FILE *fp) {
190 if (net == 0) 190 if (net == 0)
191 fprintf(fp, "net none\n"); 191 fprintf(fp, "net none\n");
192 else { 192 else {
193 fprintf(fp, "# net eth0\n"); 193 fprintf(fp, "#net eth0\n");
194 fprintf(fp, "netfilter\n"); 194 fprintf(fp, "netfilter\n");
195 } 195 }
196} 196}