aboutsummaryrefslogtreecommitdiffstats
path: root/src/fbuilder/build_seccomp.c
diff options
context:
space:
mode:
authorLibravatar smitsohu <smitsohu@gmail.com>2022-03-12 13:59:58 +0100
committerLibravatar smitsohu <smitsohu@gmail.com>2022-03-12 13:59:58 +0100
commitc4406550767dac01750023fbed487283da47f86a (patch)
treebf14a4f43abebe8a580513cd68c840d22de3c5a4 /src/fbuilder/build_seccomp.c
parentdisable-programs.inc: add ~/.prey (diff)
downloadfirejail-c4406550767dac01750023fbed487283da47f86a.tar.gz
firejail-c4406550767dac01750023fbed487283da47f86a.tar.zst
firejail-c4406550767dac01750023fbed487283da47f86a.zip
fbuilder tweaks
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}