aboutsummaryrefslogtreecommitdiffstats
path: root/src/fbuilder/build_profile.c
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2021-10-09 13:16:31 +0000
committerLibravatar GitHub <noreply@github.com>2021-10-09 13:16:31 +0000
commit44c15b67d48f2e5d2deff3f88cbf1129979065f7 (patch)
tree093e526ad450867c3cdf0b19a48a35553a91d342 /src/fbuilder/build_profile.c
parentfirejail.h: add missing linux/limits.h include (diff)
parentMerge pull request #4579 from dm9pZCAq/master (diff)
downloadfirejail-44c15b67d48f2e5d2deff3f88cbf1129979065f7.tar.gz
firejail-44c15b67d48f2e5d2deff3f88cbf1129979065f7.tar.zst
firejail-44c15b67d48f2e5d2deff3f88cbf1129979065f7.zip
Merge branch 'master' into fix-include-limits-h
Diffstat (limited to 'src/fbuilder/build_profile.c')
-rw-r--r--src/fbuilder/build_profile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fbuilder/build_profile.c b/src/fbuilder/build_profile.c
index 0b9a99739..c945d7253 100644
--- a/src/fbuilder/build_profile.c
+++ b/src/fbuilder/build_profile.c
@@ -92,7 +92,7 @@ void build_profile(int argc, char **argv, int index, FILE *fp) {
92 92
93 if (WIFEXITED(status) && WEXITSTATUS(status) == 0) { 93 if (WIFEXITED(status) && WEXITSTATUS(status) == 0) {
94 if (fp == stdout) 94 if (fp == stdout)
95 printf("--- Built profile beings after this line ---\n"); 95 printf("--- Built profile begins after this line ---\n");
96 fprintf(fp, "# Save this file as \"application.profile\" (change \"application\" with the\n"); 96 fprintf(fp, "# Save this file as \"application.profile\" (change \"application\" with the\n");
97 fprintf(fp, "# program name) in ~/.config/firejail directory. Firejail will find it\n"); 97 fprintf(fp, "# program name) in ~/.config/firejail directory. Firejail will find it\n");
98 fprintf(fp, "# automatically every time you sandbox your application.\n#\n"); 98 fprintf(fp, "# automatically every time you sandbox your application.\n#\n");