aboutsummaryrefslogtreecommitdiffstats
path: root/src/fbuilder/build_profile.c
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2023-07-19 12:54:53 +0000
committerLibravatar GitHub <noreply@github.com>2023-07-19 12:54:53 +0000
commit9863f982ca148f687a56690e2aeed10014d05e59 (patch)
tree4bb5bddc7a92a66564031f61d67abe2d4a347500 /src/fbuilder/build_profile.c
parentzsh: add shell completion for --tab (diff)
downloadfirejail-9863f982ca148f687a56690e2aeed10014d05e59.tar.gz
firejail-9863f982ca148f687a56690e2aeed10014d05e59.tar.zst
firejail-9863f982ca148f687a56690e2aeed10014d05e59.zip
modif: drop deprecated 'shell' option references (#5894)
The `shell` option has been removed. Remove stale references. This does NOT remove `shell none`-related code comments in: - src/firejail/fs_lib.c (L433-L441) - src/firejail/join.c (L415-L417) Relates to #5196. Suggested by #5891.
Diffstat (limited to 'src/fbuilder/build_profile.c')
-rw-r--r--src/fbuilder/build_profile.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fbuilder/build_profile.c b/src/fbuilder/build_profile.c
index 75f1c10d7..96ddd79fb 100644
--- a/src/fbuilder/build_profile.c
+++ b/src/fbuilder/build_profile.c
@@ -143,7 +143,6 @@ void build_profile(int argc, char **argv, int index, FILE *fp) {
143 fprintf(fp, "#novideo\t# disable video capture devices\n"); 143 fprintf(fp, "#novideo\t# disable video capture devices\n");
144 build_protocol(trace_output, fp); 144 build_protocol(trace_output, fp);
145 fprintf(fp, "seccomp !chroot\t# allowing chroot, just in case this is an Electron app\n"); 145 fprintf(fp, "seccomp !chroot\t# allowing chroot, just in case this is an Electron app\n");
146 fprintf(fp, "shell none\n");
147 fprintf(fp, "#tracelog\t# send blacklist violations to syslog\n"); 146 fprintf(fp, "#tracelog\t# send blacklist violations to syslog\n");
148 fprintf(fp, "\n"); 147 fprintf(fp, "\n");
149 148