From 1aa27cd7f42153d86fc14116a2a07e4206fbea39 Mon Sep 17 00:00:00 2001 From: smitsohu Date: Sat, 12 Mar 2022 14:02:47 +0100 Subject: fbuilder: fix Electron apps tracelog is known to be incompatible with Chromium/Electron apps keep it commented for the time being --- src/fbuilder/build_profile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fbuilder/build_profile.c') diff --git a/src/fbuilder/build_profile.c b/src/fbuilder/build_profile.c index f3115646a..4fcd950c6 100644 --- a/src/fbuilder/build_profile.c +++ b/src/fbuilder/build_profile.c @@ -143,7 +143,7 @@ void build_profile(int argc, char **argv, int index, FILE *fp) { build_protocol(trace_output, fp); fprintf(fp, "seccomp !chroot\t# allowing chroot, just in case this is an Electron app\n"); fprintf(fp, "shell none\n"); - fprintf(fp, "tracelog\n"); + fprintf(fp, "#tracelog\t# send blacklist violations to syslog\n"); fprintf(fp, "\n"); fprintf(fp, "#disable-mnt\t# no access to /mnt, /media, /run/mount and /run/media\n"); -- cgit v1.2.3-54-g00ecf