aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2015-08-27 12:37:57 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2015-08-27 12:37:57 -0400
commit746b6aa3b8bd5f8482078925901f09ed0f45c0b3 (patch)
tree51af66cf8652bdb895aa9346bd085ce95741e226 /src
parentMerge pull request #46 from iiotx/master (diff)
downloadfirejail-746b6aa3b8bd5f8482078925901f09ed0f45c0b3.tar.gz
firejail-746b6aa3b8bd5f8482078925901f09ed0f45c0b3.tar.zst
firejail-746b6aa3b8bd5f8482078925901f09ed0f45c0b3.zip
testing
Diffstat (limited to 'src')
-rw-r--r--src/firejail/main.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/firejail/main.c b/src/firejail/main.c
index 7db18181d..e02cf6215 100644
--- a/src/firejail/main.c
+++ b/src/firejail/main.c
@@ -1065,11 +1065,12 @@ int main(int argc, char **argv) {
1065 } 1065 }
1066 } 1066 }
1067 1067
1068 assert(cfg.command_name);
1069 if (arg_debug)
1070 printf("Command name #%s#\n", cfg.command_name);
1071
1068 // load the profile 1072 // load the profile
1069 if (!arg_noprofile) { 1073 if (!arg_noprofile) {
1070 assert(cfg.command_name);
1071 if (arg_debug)
1072 printf("Command name #%s#\n", cfg.command_name);
1073 if (!custom_profile) { 1074 if (!custom_profile) {
1074 // look for a profile in ~/.config/firejail directory 1075 // look for a profile in ~/.config/firejail directory
1075 char *usercfgdir; 1076 char *usercfgdir;