From e8431db16eb326a489e3f23bea749617bc670baa Mon Sep 17 00:00:00 2001 From: netblue30 Date: Wed, 11 Jan 2017 14:00:33 -0500 Subject: temoprary fix for local profile feature --- src/firejail/profile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/firejail/profile.c b/src/firejail/profile.c index fab4f1efa..f328f71ef 100644 --- a/src/firejail/profile.c +++ b/src/firejail/profile.c @@ -1018,7 +1018,7 @@ void profile_read(const char *fname) { FILE *fp = fopen(fname, "r"); if (fp == NULL) { fprintf(stderr, "Error: cannot open profile file %s\n", fname); - exit(1); + return; } int msg_printed = 0; -- cgit v1.2.3-70-g09d2