Skip to content

Commit

Permalink
dbus.c: check_object_path: Allow /StatusNotifierWatcher (#4015)
Browse files Browse the repository at this point in the history
  • Loading branch information
rusty-snake committed Feb 26, 2021
1 parent 04d5718 commit 437be33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/firejail/dbus.c
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ static int check_object_path(const char *path) {
}
++p;
}
return in_segment && segments >= 2;
return in_segment && segments >= 1;
}

int dbus_check_name(const char *name) {
Expand Down

0 comments on commit 437be33

Please sign in to comment.