Skip to content

Commit

Permalink
build_profile.c: drop 'shell none'
Browse files Browse the repository at this point in the history
  • Loading branch information
glitsj16 authored Jul 10, 2023
1 parent 3de1e86 commit 06cafa4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/fbuilder/build_profile.c
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ void build_profile(int argc, char **argv, int index, FILE *fp) {
fprintf(fp, "#novideo\t# disable video capture devices\n");
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\t# send blacklist violations to syslog\n");
fprintf(fp, "\n");

Expand Down

0 comments on commit 06cafa4

Please sign in to comment.